/*===== FOOTER EIGHT =====*/
.footer-eight {
  background-color: var(--dark-1);
}
.footer-eight .f-about {
  margin-top: 30px;
}
.footer-eight .footer-support {
  padding-top: 30px;
}
.footer-eight .footer-support span {
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  opacity: 0.7;
  font-weight: 400;
  margin-bottom: 8px;
  display: block;
}
.footer-eight .footer-support span i {
  display: inline-block;
  margin-right: 7px;
  font-size: 18px;
}
.footer-eight .footer-support span:last-child {
  margin: 0;
}
.footer-eight .footer-widget {
  padding-top: 70px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-eight .footer-widget {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .footer-eight .footer-widget {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
.footer-eight .social {
  margin-top: 20px;
}
.footer-eight .social li {
  display: inline-block;
  margin-right: 15px;
}
.footer-eight .social li:last-child {
  margin: 0;
}
.footer-eight .social li a {
  font-size: 18px;
  color: var(--white);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0.7;
}
.footer-eight .social li a:hover {
  opacity: 1;
}
.footer-eight .footer-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: var(--white);
}
.footer-eight .footer-link {
  margin-top: 32px;
}
.footer-eight .footer-link ul {
  margin-top: 8px;
}
.footer-eight .footer-link ul a {
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  margin-top: 16px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0.7;
}
.footer-eight .footer-link ul a:hover {
  color: var(--primary);
  opacity: 1;
}
.footer-eight .footer-newsletter {
  margin-top: 32px;
}
.footer-eight .footer-newsletter .text {
  margin-top: 16px;
  color: var(--white);
  opacity: 0.7;
}
.footer-eight .newsletter {
  margin-top: 24px;
  position: relative;
}
.footer-eight .newsletter input {
  width: 100%;
  height: 44px;
  border-radius: 50px;
  padding: 0 24px;
  padding-right: 45px;
  border: 0;
  background: var(--dark-2);
  color: var(--white);
  font-weight: 500;
  border: 1px solid transparent;
}
.footer-eight .newsletter input::placeholder {
  opacity: 1;
  color: var(--white);
}
.footer-eight .newsletter input:focus {
  border-color: var(--primary);
}
.footer-eight .newsletter button {
  position: absolute;
  top: 0;
  right: 0;
  height: 44px;
  width: 44px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border: 0;
  font-size: 24px;
  color: var(--white);
  cursor: pointer;
  background: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.footer-eight .newsletter button:hover {
  color: var(--primary);
}
.footer-eight .footer-copyright {
  background-color: #001A4B;
}
.footer-eight .copyright {
  padding: 23px 0;
}
.footer-eight .copyright .text {
  color: var(--white);
}

/*# sourceMappingURL=footer-08.css.map */
