/*---------------------------------
    Footer CSS 
-----------------------------------*/
.footer-widget-title {
  line-height: 31.2px;
}

.footer-menu li {
  margin-bottom: 13px;
}
.footer-menu li:last-child {
  margin-bottom: 0;
}
.footer-menu li a {
  color: var(--paraColor);
}
.footer-menu li a:hover {
  color: var(--secondaryColor);
}

.footer-widget {
  margin-bottom: 25px;
}
.footer-widget .social-profile li {
  margin: 0 0 20px 0;
}
.footer-widget .social-profile li:last-child {
  margin-right: 0;
}
.footer-widget .social-profile li a {
  position: relative;
}
.footer-widget .social-profile li a img, .footer-widget .social-profile li a i {
  position: relative;
  top: -1px;
  margin-right: 11px;
}
.footer-widget .social-profile li a:hover {
  color: var(--secondaryColor);
}

.insta-slider .swiper-wrapper .swiper-slide:nth-child(odd) {
  margin-top: 32px;
}

.insta-card {
  border: 10px solid #FAF7F6;
  display: block;
}
.insta-card span {
  width: 50px;
  height: 50px;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
}
.insta-card:hover span {
  top: 50%;
  visibility: visible;
  opacity: 1;
}

/*---------------------------------
    Home Demo 5 CSS 
-----------------------------------*/
.footer-wrap.bg-metal .footer-menu li a {
  color: var(--optionalColor);
}
.footer-wrap.bg-metal .footer-menu li a:hover {
  color: var(--orangeColor);
}
.footer-wrap.bg-metal .social-profile li a {
  color: var(--optionalColor);
}
.footer-wrap.bg-metal .social-profile li a:hover {
  color: var(--orangeColor);
}
.footer-wrap.bg-metal .social-profile li a i {
  color: var(--orangeColor);
}

/*---------------------------------
    Responsive CSS 
-----------------------------------*/
@media only screen and (max-width: 767px) {
  .footer-widget-title.mb-35 {
    margin-bottom: 15px;
  }
  .footer-logo.mb-50 {
    margin-bottom: 15px;
  }
  .footer-widget .social-profile {
    text-align: left;
  }
  .footer-widget .social-profile li {
    font-size: 14px;
    margin: 10px 12px 0 0;
  }
  .footer-widget .social-profile li a img {
    margin-right: 7px;
  }
  .footer-menu li {
    margin-bottom: 8px;
  }
  .footer-menu li a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget .social-profile {
    -moz-columns: 2;
         columns: 2;
  }
  .footer-widget .social-profile li {
    font-size: 15px;
    margin: 0 0 14px 0;
  }
}
@media only screen and (min-width: 992px) {
  .footer-widget .social-profile {
    -moz-columns: 3;
         columns: 3;
  }
}
@media only screen and (min-width: 1400px) {
  .footer-widget .social-profile {
    padding: 0 25px;
  }
  .footer-widget .social-profile {
    padding: 0 120px;
  }
}/*# sourceMappingURL=footer.css.map */