/*===== FOOTER SEVEN =====*/
.footer-seven {
  background-color: var(--dark-1);
}
.footer-seven .f-about {
  margin-top: 30px;
}
.footer-seven .f-about .text {
  color: var(--white);
  margin-top: 25px;
  opacity: 0.7;
}
.footer-seven .f-about .social-title {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  margin-top: 25px;
}
.footer-seven .f-about .social {
  padding-top: 18px;
}
.footer-seven .f-about .social li {
  display: inline-block;
  margin-right: 18px;
}
.footer-seven .f-about .social li:last-child {
  margin-right: 0;
}
.footer-seven .f-about .social a {
  font-size: 18px;
  color: var(--white);
  opacity: 0.6;
  -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-seven .f-about .social a:hover {
  opacity: 1;
  color: var(--white);
}
.footer-seven .footer-widget {
  padding-top: 70px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-seven .footer-widget {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .footer-seven .footer-widget {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
.footer-seven .footer-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: var(--white);
}
.footer-seven .footer-link {
  margin-top: 30px;
}
.footer-seven .footer-link ul {
  margin-top: 8px;
}
.footer-seven .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-seven .footer-link ul a:hover {
  color: var(--white);
  opacity: 1;
}
.footer-seven .footer-contact {
  margin-top: 30px;
}
.footer-seven .footer-contact ul {
  margin-top: 24px;
}
.footer-seven .footer-contact ul li {
  display: block;
  margin-top: 15px;
  position: relative;
  padding-left: 24px;
  color: var(--white);
  opacity: 0.7;
}
.footer-seven .footer-contact ul li:first-child {
  margin: 0;
}
.footer-seven .footer-contact ul li i {
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 4px;
}
.footer-seven .footer-copyright {
  border-top: 1px solid var(--dark-3);
}
.footer-seven .copyright {
  padding-bottom: 23px;
  padding-top: 13px;
}
.footer-seven .copyright .text {
  color: var(--white);
  opacity: 0.7;
  margin-top: 10px;
}

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