body {
  font-family: "Inter", sans-serif !important;
}

.font-inter {
  font-family: "Inter", sans-serif;
}

.bg-light-green {
  background-color: #EDF3F1;
}

.bg-dark-green {
  background-color: #007969;
}

.bg-soft-green {
  background-color: #F7FBFB;
}

.bg-super-green {
  background-color: #005046;
}

.text-color-green {
  color: #007969;
}

.text-color-white {
  color: #fff;
}

.sub-heading-color {
  color: #0B0B0D;
}

.paragraph-color {
  color: #474747;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

.primary-btn, .contact-us-form-btn {
  background: #007969;
  text-decoration: none;
  color: #fff;
  padding: 12px 30px;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
}
.primary-btn:hover, .contact-us-form-btn:hover {
  background: #108072;
}

.secondary-btn {
  background: transparent;
  text-decoration: none;
  color: #fff;
  padding: 11px 30px;
  border-radius: 100px;
  border: 1px solid #fff;
  transition: all 0.3s ease-in-out;
}
.secondary-btn:hover {
  background: #fff;
  color: #007969;
}

.contact-us-form-btn {
  border: 0;
}

.padding-100 {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .padding-100 {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .padding-100 {
    padding: 40px 0;
  }
}

.padding-30 {
  padding: 30px;
}

.w-80 {
  width: 80px;
}

.h-80 {
  height: 80px;
}

.fs-40 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .fs-40 {
    font-size: 30px;
  }
}

.fs-36 {
  font-size: 36px;
}

.fs-20 {
  font-size: 20px;
}

.fs-16 {
  font-size: 16px;
}

.fs-14 {
  font-size: 14px;
}

.rounded-10 {
  border-radius: 10px;
}

.me-20 {
  margin-right: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-36 {
  margin-bottom: 36px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-50 {
  margin-top: 50px;
}

.feedback-slider .slick-slide {
  margin: 50px 12px 0;
}
.feedback-slider .slick-list {
  margin: 0 -12px;
}
.feedback-slider .slick-dots {
  bottom: -50px;
}
.feedback-slider .slick-dots li button:before {
  font-size: 12px;
  color: #D0E7E4;
  opacity: 1;
}
.feedback-slider .slick-dots li.slick-active button:before {
  color: #007969;
}
.feedback-slider.slick-dotted.slick-slider {
  margin-bottom: 55px;
}

.slick-prev,
.slick-next {
  display: none !important;
}

.slick-slide {
  height: auto !important;
}

.slick-track {
  display: flex !important;
}

.custom-prev,
.custom-next {
  background: #007969;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .custom-prev,
  .custom-next {
    top: auto;
    bottom: -78px;
  }
}

.custom-prev {
  left: -25px;
}
@media (max-width: 991px) {
  .custom-prev {
    left: -15px;
  }
}
@media (max-width: 767px) {
  .custom-prev {
    left: 15px;
  }
}

.custom-next {
  right: -25px;
}
@media (max-width: 991px) {
  .custom-next {
    right: -15px;
  }
}
@media (max-width: 767px) {
  .custom-next {
    right: 15px;
  }
}

.client-picture {
  width: 100px;
  height: 100px;
  border: 3px solid #007969;
  border-radius: 50%;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.contact-us-icons {
  background: #EDF3F1;
  width: 80px;
  height: 80px;
}
@media (max-width: 767px) {
  .contact-us-icons {
    width: 60px;
    height: 60px;
  }
}

.contact-us-links {
  text-decoration: none;
  color: #fff;
  display: inline-block;
}
.contact-us-links:hover {
  text-decoration: underline;
}

.contact-us-form .form-label {
  color: #0B0B0D;
  font-size: 14px;
}
.contact-us-form input,
.contact-us-form textarea {
  background: #EDF3F1;
  border: 1px solid #D5E7E3;
  box-shadow: none;
  padding: 11px 16px;
}
.contact-us-form input::placeholder,
.contact-us-form textarea::placeholder {
  color: #858585;
  font-size: 14px;
}
.contact-us-form input:focus,
.contact-us-form textarea:focus {
  border-color: #007969 !important;
  box-shadow: 0 0 0 0.25rem rgba(0, 121, 105, 0.25) !important;
}

.footer-links li {
  margin-bottom: 16px;
}
.footer-links li a {
  color: #fff;
  text-decoration: none;
}
.footer-links li a:hover {
  text-decoration: underline;
}

.copyright-section ul li a {
  color: #fff;
  text-decoration: none;
}
.copyright-section ul li a:hover {
  text-decoration: underline;
}

.newsletter-form input {
  background: #fff;
  border: 1px solid #D5E7E3;
  box-shadow: none;
  padding: 11px 16px;
  border-radius: 100px;
}
.newsletter-form input::placeholder {
  color: #858585;
  font-size: 14px;
}
.newsletter-form input:focus {
  border-color: #007969 !important;
  box-shadow: 0 0 0 0.25rem rgba(0, 121, 105, 0.25) !important;
}

.sticky-header {
  position: sticky;
  top: 0;
  z-index: 9;
  background-color: #EDF3F1;
  transition: all 0.3s ease;
}
.sticky-header.scrolled {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.form-control.is-valid,
.was-validated .form-control:valid {
  background-image: none !important;
  border-color: #198754 !important;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25) !important;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25) !important;
}

.invalid-feedback {
  display: block;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.valid-feedback {
  display: block;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.loader {
  position: fixed;
  inset: 0;
  background-color: rgba(19, 18, 18, 0.7);
  z-index: 9999;
  display: none;
}
.loader.show {
  display: block;
}
.loader::after {
  content: "";
  display: block;
  position: absolute;
  left: 48%;
  top: 40%;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-color: #f1e5e5;
  border-top-color: transparent;
  border-width: 4px;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.contact-us-success {
  background: #edf3f1;
  padding: 15px;
  border-radius: 10px;
  color: #027969;
}

/*# sourceMappingURL=styles.css.map */
