/*===== FOOTER NINE =====*/
.footer-nine {
  background-color: var(--primary);
}
.footer-nine .footer-widget {
  padding-top: 70px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-nine .footer-widget {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .footer-nine .footer-widget {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
.footer-nine .footer-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: var(--white);
}
.footer-nine .footer-link {
  margin-top: 32px;
}
.footer-nine .footer-link ul {
  margin-top: 8px;
}
.footer-nine .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-nine .footer-link ul a:hover {
  color: var(--primary);
  opacity: 1;
}
.footer-nine .footer-copyright {
  padding: 20px 0;
  border-top: 1px solid var(--gray-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footer-nine .footer-copyright {
    text-align: center;
  }
}
.footer-nine .footer-copyright .copyright .text {
  color: var(--white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footer-nine .footer-copyright .copyright .text {
    margin-bottom: 15px;
  }
}
.footer-nine .footer-copyright .social {
  text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footer-nine .footer-copyright .social {
    text-align: center;
    margin-top: 20px;
  }
}
.footer-nine .footer-copyright .social li {
  display: inline-block;
  margin-right: 15px;
}
.footer-nine .footer-copyright .social li:last-child {
  margin-right: 0;
}
.footer-nine .footer-copyright .social a {
  font-size: 18px;
  color: var(--white);
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.footer-nine .footer-copyright .social a:hover {
  color: var(--primary);
  opacity: 1;
}

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