/*---------------------------------
        Footer CSS 
-----------------------------------*/
.footer-wrap {
  background-image: url(../img/footer-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer-wrap.style-two {
  padding-top: 86px;
}
.footer-wrap .footer-top {
  position: relative;
  z-index: 1;
}
.footer-wrap .footer-top .footer-shape-one,
.footer-wrap .footer-top .footer-shape-two {
  position: absolute;
  z-index: -1;
}
.footer-wrap .footer-top .footer-shape-one {
  left: 42px;
  top: 30px;
}
.footer-wrap .footer-top .footer-shape-two {
  right: 45px;
  bottom: 10px;
}
.footer-wrap .footer-widget {
  margin-bottom: 30px;
}
.footer-wrap .footer-widget .footer-widget-title {
  position: relative;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 33px;
  display: block;
  color: var(--whiteColor);
}
.footer-wrap .footer-widget .comp-desc {
  margin: 30px 0 28px;
  color: var(--offwhiteColor);
}
.footer-wrap .footer-widget .footer-menu li {
  margin-bottom: 14px;
}
.footer-wrap .footer-widget .footer-menu li:last-child {
  margin-bottom: 0;
}
.footer-wrap .footer-widget .footer-menu li a {
  position: relative;
  font-weight: 400;
  padding-left: 19px;
  color: var(--offwhiteColor);
}
.footer-wrap .footer-widget .footer-menu li a:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--primaryColor);
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
}
.footer-wrap .footer-widget .footer-menu li a img {
  position: absolute;
  top: 5px;
  left: 0px;
  max-width: 6px;
}
.footer-wrap .footer-widget .footer-menu li a i {
  position: absolute;
  top: -3px;
  left: -3px;
  color: var(--primaryColor);
}
.footer-wrap .footer-widget .footer-menu li a:hover {
  color: var(--primaryColor);
}
.footer-wrap .footer-widget .footer-menu li a:hover:after {
  width: 100%;
  visibility: visible;
  opacity: 1;
}
.footer-wrap .footer-widget .contact-info li {
  margin-bottom: 22px;
  position: relative;
  padding-left: 60px;
}
.footer-wrap .footer-widget .contact-info li:before {
  position: absolute;
  top: 3px;
  left: 39px;
  content: "";
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.17);
}
.footer-wrap .footer-widget .contact-info li:last-child {
  margin-bottom: 0;
}
.footer-wrap .footer-widget .contact-info li i, .footer-wrap .footer-widget .contact-info li img {
  position: absolute;
  left: 0;
}
.footer-wrap .footer-widget .contact-info li img {
  max-width: 21px;
  top: 3px;
}
.footer-wrap .footer-widget .contact-info li i {
  color: var(--primaryColor);
  line-height: 0.9;
  font-size: 19px;
  top: 4px;
}
.footer-wrap .footer-widget .contact-info li p, .footer-wrap .footer-widget .contact-info li a {
  display: block;
  margin: 0;
  color: var(--offwhiteColor);
}
.footer-wrap .footer-widget .contact-info li:hover a {
  color: var(--primaryColor);
}
.footer-wrap .footer-widget .newsletter-form {
  position: relative;
}
.footer-wrap .footer-widget .newsletter-form input {
  width: 100%;
  height: 50px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  color: var(--offwhiteColor);
}
.footer-wrap .footer-widget .newsletter-form input::-moz-placeholder {
  opacity: 1;
  color: var(--offwhiteColor);
}
.footer-wrap .footer-widget .newsletter-form input::placeholder {
  opacity: 1;
  color: var(--offwhiteColor);
}
.footer-wrap .footer-widget .newsletter-form button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  height: 100%;
  border-radius: 5px;
  padding: 10px 14px;
  background-color: var(--secondaryColor);
}
.footer-wrap .copyright-text {
  text-align: center;
  position: relative;
  padding: 25px 0;
  margin: 0;
  color: var(--whiteColor);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.footer-wrap .copyright-text i {
  position: relative;
  line-height: 1;
  top: 0px;
  margin-right: 4px;
  font-size: 15px;
}
.footer-wrap .copyright-text a, .footer-wrap .copyright-text span {
  color: var(--secondaryColor);
}

@media only screen and (max-width: 767px) {
  .footer-wrap.footer-one {
    padding-top: 140px;
  }
  .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: 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: 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 (max-width: 991px) {
  .footer-wrap .footer-top .footer-widget-title {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-wrap.footer-one {
    padding-top: 135px;
  }
  .footer-wrap .footer-widget .comp-desc {
    padding-right: 30px;
  }
  .footer-wrap .footer-widget .newsletter-form {
    max-width: 90%;
  }
  .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: 992px) and (max-width: 1199px) {
  .footer-wrap .footer-top .footer-widget .comp-desc {
    padding-right: 80px;
  }
  .footer-wrap .footer-top .footer-widget .newsletter-form {
    max-width: 80%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-wrap .footer-widget .comp-desc {
    padding-right: 50px;
  }
  .footer-wrap .footer-widget .newsletter-form {
    max-width: 90%;
  }
}
@media only screen and (min-width: 1400px) {
  .footer-wrap .footer-top .row > div:nth-child(2) .footer-widget {
    margin-left: 17px;
  }
  .footer-wrap .footer-top .row > div:nth-child(3) .footer-widget {
    margin-left: 81px;
  }
  .footer-wrap .footer-top .row > div:nth-child(4) .footer-widget {
    margin-left: 25px;
    width: calc(100% + 25px);
  }
  .footer-wrap .footer-top .footer-widget .comp-desc {
    max-width: 70%;
  }
  .footer-wrap .footer-top .footer-widget .newsletter-form {
    max-width: 312px;
  }
}
@media only screen and (min-width: 1600px) {
  .footer-wrap .footer-top .footer-shape-one {
    left: 72px;
    top: 70px;
  }
  .footer-wrap .footer-top .footer-shape-two {
    right: 97px;
    bottom: 15px;
  }
}/*# sourceMappingURL=footer.css.map */