/*---------------------------------
    Footer CSS 
-----------------------------------*/
.footer-wrap .footer-widget-wrap {
  padding-bottom: 25px;
  margin-bottom: 55px;
  border-bottom: 1px solid rgba(120, 126, 145, 0.3);
}
.footer-wrap .footer-widget .contact-info li {
  margin-bottom: 11px;
  padding-left: 32px;
}
.footer-wrap .footer-widget .contact-info li:last-child {
  margin-bottom: 0;
}
.footer-wrap .footer-widget .contact-info li img, .footer-wrap .footer-widget .contact-info li i {
  position: absolute;
  top: 1px;
  margin-right: 7px;
}
.footer-wrap .footer-widget .menu {
  padding-left: 0;
}
.footer-wrap .footer-widget .menu li {
  margin-bottom: 10px;
  list-style-type: none;
}
.footer-wrap .footer-widget .menu li:last-child {
  margin-bottom: 0;
}
.footer-wrap .footer-widget .menu li a {
  position: relative;
  font-size: 18px;
}
.footer-wrap .footer-widget .menu li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  transition: var(--transition);
}
.footer-wrap .footer-widget .menu li a:hover:after {
  width: 100%;
}
.footer-wrap .copyright-area {
  padding: 35px 0;
  border-top: 1px solid rgba(120, 126, 145, 0.3);
}
.footer-wrap .copyright-area .social-link span {
  margin-right: 18px;
}
.footer-wrap .copyright-area .social-link .social-profile li {
  margin-right: 13px;
}
.footer-wrap .copyright-area .social-link .social-profile li:last-child {
  margin-right: 0;
}
.footer-wrap .copyright-area .social-link .social-profile li a img {
  transition: var(--transition);
}
.footer-wrap.style-one .menu li,
.footer-wrap.style-one .contact-info li {
  color: #F6F7FC;
}
.footer-wrap.style-one .menu li a,
.footer-wrap.style-one .contact-info li a {
  color: #F6F7FC;
}
.footer-wrap.style-one .menu li a:after,
.footer-wrap.style-one .contact-info li a:after {
  background-color: var(--redicalColor);
}
.footer-wrap.style-one .menu li a:hover,
.footer-wrap.style-one .contact-info li a:hover {
  color: var(--redicalColor);
}
.footer-wrap.style-one .copyright-area p .white {
  color: var(--whiteColor);
}
.footer-wrap.style-one .copyright-area .social-profile li a {
  background-color: var(--offwhiteColor);
  font-size: 20px;
  border-radius: 1px;
  transition: var(--transition);
}
.footer-wrap.style-one .copyright-area .social-profile li a:hover {
  background-color: var(--redicalColor);
  color: var(--whiteColor);
}
.footer-wrap.style-two .footer-widget h6 {
  color: var(--orangeColor);
}
.footer-wrap.style-two .footer-widget .comp-desc {
  color: var(--titleColor);
}
.footer-wrap.style-two .footer-widget .menu {
  margin-bottom: 0;
}
.footer-wrap.style-two .footer-widget .menu li a {
  font-size: 16px;
}
.footer-wrap.style-two .footer-widget .menu li a:hover {
  color: var(--orangeColor);
}
.footer-wrap.style-two .copyright-area p a {
  color: var(--cyprusColor);
}
.footer-wrap.style-two .copyright-area p a.style-one:after {
  background-color: var(--cyprusColor);
}
.footer-wrap.style-two .copyright-area .social-profile li a {
  background-color: var(--cyprusColor);
  font-size: 18px;
  border-radius: 1px;
  transition: var(--transition);
  color: var(--whiteColor);
}
.footer-wrap.style-two .copyright-area .social-profile li a:hover {
  background-color: var(--orangeColor);
}
.footer-wrap.style-two .menu li,
.footer-wrap.style-two .contact-info li, .footer-wrap.style-three .menu li,
.footer-wrap.style-three .contact-info li {
  color: var(--titleColor);
}
.footer-wrap.style-two .menu li a,
.footer-wrap.style-two .contact-info li a, .footer-wrap.style-three .menu li a,
.footer-wrap.style-three .contact-info li a {
  color: var(--titleColor);
}
.footer-wrap.style-two .menu li a:after,
.footer-wrap.style-two .contact-info li a:after, .footer-wrap.style-three .menu li a:after,
.footer-wrap.style-three .contact-info li a:after {
  background-color: var(--orangeColor);
}
.footer-wrap.style-two .menu li a:hover,
.footer-wrap.style-two .contact-info li a:hover, .footer-wrap.style-three .menu li a:hover,
.footer-wrap.style-three .contact-info li a:hover {
  color: var(--orangeColor);
}
.footer-wrap.style-two .footer-widget h6, .footer-wrap.style-three .footer-widget h6 {
  color: var(--orangeColor);
}
.footer-wrap.style-two .copyright-area .white, .footer-wrap.style-three .copyright-area .white {
  color: var(--titleColor);
}
.footer-wrap.style-two .copyright-area .social-profile li a, .footer-wrap.style-three .copyright-area .social-profile li a {
  background-color: var(--blueColor);
  font-size: 20px;
  color: var(--whiteColor);
  border-radius: 1px;
  transition: var(--transition);
}
.footer-wrap.style-two .copyright-area .social-profile li a:hover, .footer-wrap.style-three .copyright-area .social-profile li a:hover {
  background-color: var(--redicalColor);
  color: var(--whiteColor);
}
.footer-wrap.style-three .footer-top .btn-wrap a:first-child {
  margin-right: 16px;
}
.footer-wrap.style-three .footer-top .btn-wrap a.style-six, .footer-wrap.style-three .footer-top .btn-wrap a.style-seven {
  font-weight: 500;
}
.footer-wrap.style-three .footer-top .feature-list {
  margin-top: 20px;
}
.footer-wrap.style-three .footer-top .feature-list li {
  display: inline-block;
  margin-right: 20px;
  font-size: 14.307px;
  font-weight: 500;
  padding-left: 0;
}
.footer-wrap.style-three .footer-top .feature-list li:last-child {
  margin-right: 0;
}
.footer-wrap.style-three .footer-top .feature-list li img {
  position: relative;
  top: -2px;
  margin-right: 8px;
}
.footer-wrap.style-three .footer-widget-wrap {
  padding: 78px 0 0;
  margin: 62px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  border-bottom: none;
}
.footer-wrap.style-three .footer-widget-wrap .contact-info li {
  color: var(--whiteColor);
}
.footer-wrap.style-three .footer-widget-wrap .contact-info li img {
  filter: brightness(0) invert(1);
}
.footer-wrap.style-three .footer-widget-wrap .contact-info li a {
  color: var(--whiteColor);
}
.footer-wrap.style-three .footer-widget-wrap .contact-info li a:after {
  background-color: var(--titleColor);
}
.footer-wrap.style-three .footer-widget-wrap .contact-info li a:hover {
  color: var(--titleColor);
}
.footer-wrap.style-three .footer-top {
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
.footer-wrap.bg-clouds {
  background-color: var(--titleColor);
}

/*---------------------------------
       Responsive CSS 
-----------------------------------*/
@media only screen and (max-width: 767px) {
  .footer-wrap.style-three .footer-top .section-title {
    margin-bottom: 30px;
  }
  .footer-wrap.style-three .footer-top .btn-wrap a:first-child {
    margin-right: 15px;
  }
  .footer-wrap .footer-widget-wrap {
    padding-bottom: 25px;
    margin-bottom: 55px;
  }
  .footer-wrap .footer-widget h6.mb-20 {
    margin-bottom: 15px;
  }
  .footer-wrap .footer-widget .contact-info li {
    font-size: 14px;
  }
  .footer-wrap .footer-widget .footer-menu li {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .footer-wrap .copyright-area {
    padding: 25px 0;
  }
  .footer-wrap .copyright-area p {
    text-align: center;
  }
  .footer-wrap .copyright-area .social-link {
    justify-content: center;
    margin-top: 10px;
  }
  .footer-wrap .copyright-area .social-link span {
    margin-right: 10px;
  }
  .footer-wrap .copyright-area .social-link .social-profile li {
    margin-right: 8px;
  }
  .footer-wrap .copyright-area .social-link .social-profile li:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .footer-wrap.style-three .footer-top .section-title {
    margin-bottom: 30px;
  }
  .footer-wrap.style-three .footer-top .footer-widget-wrap {
    padding: 35px 0 0;
    margin: 40px 0 0;
  }
  .footer-widget.col-lg-3 {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-wrap .footer-widget .comp-desc {
    padding-right: 40px;
  }
}/*# sourceMappingURL=falix-footer.css.map */