/*---------------------------------
        Footer CSS 
-----------------------------------*/
.footer-wrap {
  position: relative;
}
.footer-wrap.footer-two .footer-top {
  padding-top: 162px;
}
.footer-wrap .footer-top {
  position: relative;
  background-color: var(--footerColor);
  z-index: 1;
}
.footer-wrap .footer-shape-one,
.footer-wrap .footer-shape-two,
.footer-wrap .footer-shape-three {
  position: absolute;
  z-index: 0;
}
.footer-wrap .footer-shape-one {
  top: 0;
  left: 0;
}
.footer-wrap .footer-shape-two {
  bottom: 0;
  right: 0;
}
.footer-wrap .footer-shape-three {
  bottom: 0;
  left: 50%;
  opacity: 0.02;
  transform: translateX(-50%);
  z-index: -1;
}
.footer-wrap .footer-widget {
  margin-bottom: 25px;
}
.footer-wrap .footer-widget .footer-logo {
  display: inline-block;
}
.footer-wrap .footer-widget .comp-desc {
  margin: 24px 0 24px;
  padding-right: 30px;
  color: var(--whiteColor);
}
.footer-wrap .footer-widget .footer-widget-title {
  position: relative;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 36px;
  display: inline-block;
  color: var(--whiteColor);
}
.footer-wrap .footer-widget .social-profile li {
  display: inline-block;
  margin-right: 12px;
}
.footer-wrap .footer-widget .social-profile li a {
  width: 34px;
  height: 34px;
  background-color: rgba(255, 255, 255, 0.15);
}
.footer-wrap .footer-widget .social-profile li a i {
  font-size: 15px;
  position: relative;
  color: var(--secondaryColor);
}
.footer-wrap .footer-widget .social-profile li a:hover {
  background-color: var(--secondaryColor);
}
.footer-wrap .footer-widget .social-profile li a:hover i {
  color: var(--whiteColor);
}
.footer-wrap .footer-widget .footer-menu li {
  margin-bottom: 10px;
}
.footer-wrap .footer-widget .footer-menu li:last-child {
  margin-bottom: 0;
}
.footer-wrap .footer-widget .footer-menu li a {
  color: var(--whiteColor);
  position: relative;
  padding-left: 16px;
}
.footer-wrap .footer-widget .footer-menu li a i {
  display: inline-block;
  position: absolute;
  left: -2px;
  top: 0;
  font-size: 13px;
  line-height: 0.8;
  color: var(--secondaryColor);
  transition: var(--transition);
}
.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 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 25px;
}
.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: 41px;
  height: 41px;
  border-radius: 50%;
  background-color: #26263D;
  transition: var(--transition);
}
.footer-wrap .footer-widget .contact-info li span i {
  font-size: 17px;
  line-height: 0.8;
  color: var(--secondaryColor);
  display: block;
  margin: 0 auto;
  position: relative;
  top: 1px;
  transition: var(--transition);
}
.footer-wrap .footer-widget .contact-info li p, .footer-wrap .footer-widget .contact-info li a {
  width: calc(100% - 55px);
  margin-left: 14px;
  color: var(--whiteColor);
  margin-bottom: 0;
  transition: var(--transition);
}
.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 .footer-widget p {
  color: var(--paraColor);
}

.copyright-text {
  background-color: #158f80;
  padding: 18px 10px;
  text-align: center;
  margin: 0;
  color: var(--whiteColor);
  text-align: center;
}
.copyright-text i {
  position: relative;
  top: -1px;
  margin-right: 2px;
}
.copyright-text span, .copyright-text a {
  color: var(--secondaryColor);
  font-weight: 400;
}
.copyright-text a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .footer-wrap .footer-shape-one,
  .footer-wrap .footer-shape-two {
    opacity: 0.6;
    max-width: 200px;
  }
  .footer-wrap .footer-widget .footer-widget-title {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .footer-wrap .footer-widget .comp-desc {
    padding-right: 10px;
    margin: 20px 0 15px;
  }
  .footer-wrap .footer-widget .contact-info li {
    margin-bottom: 10px;
  }
  .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: 13px;
    top: 0px;
  }
  .footer-wrap .footer-widget .contact-info li span {
    width: 35px;
    height: 35px;
  }
  .footer-wrap .footer-widget .contact-info li span i {
    font-size: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-wrap .footer-widget .footer-widget-title {
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-wrap .footer-widget .footer-widget-title {
    font-size: 21px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-wrap .footer-widget .footer-widget-title {
    margin-top: -6px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-wrap .footer-widget .comp-desc {
    padding-right: 35px;
  }
}
@media only screen and (min-width: 1400px) {
  .footer-wrap .footer-widget .comp-desc {
    padding-right: 115px;
  }
  .footer-wrap .container .row > div:nth-child(3) .footer-widget {
    padding-left: 110px;
  }
  .footer-wrap .container .row > div:nth-child(4) .footer-widget {
    padding-left: 65px;
  }
}/*# sourceMappingURL=footer.css.map */