/* ======================================

              footer

===========================================
*/
.footer-cta-wrapper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 9rem;
  z-index: 1;
  overflow: hidden;
}
.footer-cta-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: -1;
}
.footer-cta-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;

  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.85) 40%,
    rgba(255, 255, 255, 0) 100%
  );

  pointer-events: none;
  z-index: 0;
}
.footer-cta-wrapper .cta-section {
  padding-bottom: 60px;
}

.footer-cta-wrapper .cta-title {
  color: #1a4f8f;
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 10px;
  width:60%;
}

.footer-cta-wrapper .cta-subtitle {
  font-size: 32px;
  margin-bottom: 70px;
  margin: 0 auto 30px auto;
  width: 55%;
  color: var(--color-black);
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}
.scroll-up-wrapper {
  position: relative;
  z-index: 10;
  margin-bottom: -25.5px;
  text-align: center;
}

.scroll-up-wrapper .icon-wrapper {
  position: relative;
  width: 45px;
  height: 45px;
}

.scroll-up-wrapper .icon-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
}

.scroll-up-wrapper .arrow-up-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  pointer-events: none;
}

.scroll-up-wrapper .btn-up-hexagon:hover {
  transform: translateY(-5px);
}

.main-footer {
  background: transparent;
}
.main-footer .container {
  border-top: 1px solid #dee2e6;
  padding: 80px 0 40px;
  border-bottom: 1px solid #dee2e6;
}

.footer-heading {
  color: #1a4f8f;
  font-weight: bold;
  margin-bottom: 15px;
}

.footer-desc {
  font-size: 14px;
  line-height: 1.6;
  max-width: 75%;
  text-align: justify;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}

.footer-links li::before {
  content: "●";
  color: #ed7d31;
  position: absolute;
  left: 0;
  font-size: 17px;
}

.footer-links a {
  text-decoration: none;
  font-weight: normal;
  color: var(--color-black);
  font-size: 12px;
}

.newsletter-input-group {
  position: relative;
  display: flex;
  align-items: center;
  clip-path: polygon(0% 0%, 90% 0%, 95.75% 50%, 90% 100%, 0% 100%);
}

.newsletter-input {
  border: none !important;
  border-radius: 10px;
  padding: 12px 20px;
  background-color: #e8e8e8;
  height: 48px;
}
.btn-newsletter {
  background: none;
  border: none;
  position: absolute;
  right: 10px;
  cursor: pointer;
  padding-right: 15px;
}

.icon-wrapper {
  position: relative;
  display: inline-block;
}

.arrow-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.form-control:focus {
  box-shadow: none;
  background-color: #e8e8e8;
  border: none;
}

.footer-copyright {
  padding: 15px 0;
  font-size: 13px;
  background: transparent;
}

#wpcf7-f382-p382-o1 .wpcf7-response-output, 
#wpcf7-f382-o1 .wpcf7-response-output,
div[id*="wpcf7-f382"] .wpcf7-response-output {
    display: none !important;
}

div[id*="wpcf7-f382"] .wpcf7-form-control-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}

div[id*="wpcf7-f382"] .wpcf7-not-valid-tip {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 11px;
    white-space: nowrap;
    z-index: 10;
}

.btn-newsletter {
    vertical-align: middle;
}

@media (max-width: 991px) {
  .main-footer,
  .main-footer * {
    box-sizing: border-box;
  }
  .main-footer .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-cta-wrapper .cta-title {
    font-size: 40px;
    width:100%;

  }

  .footer-cta-wrapper .cta-subtitle {
    font-size: 30px;
  }

}

@media (max-width: 767.98px) {
  .footer-cta-wrapper .cta-title {
    font-size: 32px;

  }
  .footer-cta-wrapper .cta-subtitle {
    font-size: 25px;
  }
}

@media (max-width: 589.98px) {
  .footer-cta-wrapper .cta-title {
    font-size: 30px;

  }
  .footer-cta-wrapper .cta-subtitle {
    font-size: 18px;
  }
}