/*

Footer

*/

footer {
  background-image: url("../../img/footer/footer.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0 100px 0;
}
footer .text-footer {
  margin-bottom: 35px;
}
footer .text-footer h5 a {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  transition: 0.3s all;
}
footer .text-footer p a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  transition: 0.3s all;
}
footer .text-footer h5 a:hover,
footer .text-footer p a:hover {
  opacity: 0.5;
}
footer ul.social {
  display: flex;
  align-items: center;
  margin: 0 0 30px 0;
}

footer ul.social li {
  height: 20px;
  margin: 0 14px 0 14px;
}
footer ul.social li a span {
  color: #fff;
  font-size: 20px;
  transition: all 0.4s ease-out 0s;
}
footer ul.social li a span:hover {
  color: #fff;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
footer ul.social li:first-child {
  margin-left: 0px;
}

footer ul.social li img {
  height: 20px;
}

footer .copyright {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.45;
  color: #fff;
}

footer .copyright a {
  color: #fff;
}
ul.downloads {
  float: right;
}
ul.downloads li {
  margin-bottom: 10px;
}
ul.downloads li a {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal;
  color: #fff;
  transition: 0.3s all;
}
ul.downloads li a img {
  display: inline-block;
  margin-right: 10px;
  margin-top: -3px;
}

/* ul.downloads li a:before {
  position: absolute;
  content: "\f019";
  font-family: 'Font Awesome 5 Free';
  font-size: 18px;
  font-weight: 900;
  left: 0;
  top: -3px;
} */
ul.downloads li a:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 767px) {
  /* Footer */
  footer {
    background-color: #000;
    padding: 30px 0 20px 0;
  }
  footer .text-footer {
    margin-bottom: 20px;
  }
  footer ul.links {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px 0;
  }
  footer ul.links li {
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
  }
  footer ul.social {
    margin-bottom: 30px;
  }
  footer .text-footer p a {
    font-size: 16px;
  }
  ul.downloads {
    float: left;
    margin-bottom: 20px;
  }
  ul.downloads li a {
    font-size: 15px;
  }
  ul.downloads li a:before {
    font-size: 16px;
    top: -5px;
  }
}
