/*---------------------------------
        Footer CSS 
-----------------------------------*/
.footer-wrap {
  position: relative;
  background-image: url(../img/breadcrumb/br-7.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  background-attachment: fixed;
}
.footer-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(25, 11, 50, 0.95);
  z-index: -1;
  transition: var(--transition);
}
.footer-wrap .footer-widget {
  margin-bottom: 25px;
}
.footer-wrap .footer-widget .footer-widget-title {
  position: relative;
  font-size: 22px;
  line-height: 26px;
  font-weight: 800;
  margin-bottom: 22px;
  display: block;
  padding-left: 27px;
  color: var(--whiteColor);
}
.footer-wrap .footer-widget .footer-widget-title span {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 18px;
  line-height: 0.8;
}
.footer-wrap .footer-widget .footer-widget-title span.red {
  color: var(--secondaryColor);
}
.footer-wrap .footer-widget .footer-widget-title span.blue {
  color: var(--secondaryColor);
}
.footer-wrap .footer-widget .comp-desc {
  margin: 24px 0 25px;
  color: var(--offwhiteColor);
}
.footer-wrap .footer-widget .footer-menu li {
  margin-bottom: 8px;
}
.footer-wrap .footer-widget .footer-menu li:last-child {
  margin-bottom: 0;
}
.footer-wrap .footer-widget .footer-menu li a {
  color: var(--offwhiteColor);
  position: relative;
  font-weight: 500;
}
.footer-wrap .footer-widget .footer-menu li a:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--secondaryColor);
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
}
.footer-wrap .footer-widget .footer-menu li a:hover {
  color: var(--secondaryColor);
}
.footer-wrap .footer-widget .footer-menu li a:hover:after {
  width: 100%;
  visibility: visible;
  opacity: 1;
}
.footer-wrap .footer-widget .contact-info li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  margin-bottom: 15px;
  color: var(--offwhiteColor);
}
.footer-wrap .footer-widget .contact-info li:last-child {
  margin-bottom: 0;
}
.footer-wrap .footer-widget .contact-info li span {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--offwhiteColor);
  margin-right: 10px;
  transition: var(--transition);
}
.footer-wrap .footer-widget .contact-info li span i {
  transition: var(--transition);
  font-size: 16px;
  line-height: 0.6;
  margin: 0 auto;
  color: var(--secondaryColor);
}
.footer-wrap .footer-widget .contact-info li p, .footer-wrap .footer-widget .contact-info li a {
  color: var(--offwhiteColor);
  transition: var(--transition);
  display: block;
  margin: 0;
}
.footer-wrap .footer-widget .contact-info li a:hover {
  color: var(--secondaryColor);
}
.footer-wrap .footer-widget .contact-info li:hover span {
  background-color: var(--secondaryColor);
}
.footer-wrap .footer-widget .contact-info li:hover span i {
  color: var(--whiteColor);
}
.footer-wrap .copyright-text {
  text-align: center;
  position: relative;
  padding: 37px 0;
  margin: 0;
  color: var(--offwhiteColor);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-wrap .copyright-text i {
  position: relative;
  line-height: 0.8;
  top: 0;
  margin-right: 4px;
}
.footer-wrap .copyright-text a, .footer-wrap .copyright-text span {
  color: var(--secondaryColor);
}

@media only screen and (max-width: 767px) {
  .footer-wrap .footer-widget .footer-widget-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .footer-wrap .footer-widget .comp-desc {
    margin: 20px 0;
  }
  .footer-wrap .footer-widget .contact-info li {
    margin-bottom: 13px;
  }
  .footer-wrap .footer-widget .contact-info p, .footer-wrap .footer-widget .contact-info a {
    font-size: 14px;
  }
  .footer-wrap .footer-widget .footer-menu li {
    margin-bottom: 8px;
  }
  .footer-wrap .footer-widget .footer-menu li a {
    font-size: 14px;
  }
  .footer-wrap .footer-widget .footer-menu li a i {
    font-size: 16px;
    top: 2px;
  }
  .footer-wrap .copyright-text {
    font-size: 14px;
    text-align: center;
    padding: 20px 0;
  }
  .footer-wrap .copyright-text a, .footer-wrap .copyright-text span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-wrap .footer-widget .footer-menu li {
    margin-bottom: 10px;
  }
  .footer-wrap .footer-widget .contact-info li {
    margin-bottom: 18px;
  }
  .footer-wrap .copyright-text {
    font-size: 15px;
  }
  .footer-wrap .copyright-text a, .footer-wrap .copyright-text span {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-wrap .footer-widget .footer-widget-title {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .footer-wrap .footer-widget .comp-desc {
    padding-right: 80px;
  }
}/*# sourceMappingURL=footer.css.map */