@charset "UTF-8";
@font-face {
  font-family: "OutfitBlack";
  src: url("../fonts/Outfit/static/Outfit-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OutfitLight";
  src: url("../fonts/Outfit/static/Outfit-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OutfitBold";
  src: url("../fonts/Outfit/static/Outfit-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "OutfitThin";
  src: url("../fonts/Outfit/static/Outfit-Thin.ttf") format("truetype");
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: OutfitBlack, sans-serif !important;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

h6 {
  font-family: "OutfitThin" !important;
  font-weight: 300 !important;
}

h1 {
  font-size: 4rem !important;
  text-transform: capitalize;
  line-height: 76px;
  font-weight: 600;
}
@media (min-width: 421px) and (max-width: 767px) {
  h1 {
    font-size: 40px !important;
    line-height: 56px;
  }
}
@media (min-width: 100px) and (max-width: 420px) {
  h1 {
    font-size: 32px !important;
    line-height: 45px;
  }
}

h2 {
  font-size: 3.375rem !important;
  text-transform: capitalize;
}
@media (min-width: 421px) and (max-width: 767px) {
  h2 {
    font-size: 38px !important;
  }
}
@media (min-width: 100px) and (max-width: 420px) {
  h2 {
    font-size: 24px !important;
  }
}

h3 {
  font-size: 2.25rem !important;
  text-wrap: balance;
}
@media (min-width: 421px) and (max-width: 767px) {
  h3 {
    font-size: 28px !important;
  }
}
@media (max-width: 576px) {
  h3 {
    font-size: 22px !important;
  }
}

h4 {
  font-size: 1.5rem !important;
  line-height: 36px;
  font-weight: 300 !important;
  font-family: OutfitLight !important;
}
@media (min-width: 421px) and (max-width: 767px) {
  h4 {
    font-size: 22px !important;
  }
}
@media (max-width: 576px) {
  h4 {
    font-size: 20px !important;
  }
}

h5 {
  font-size: 1.25rem !important;
}
@media (min-width: 100px) and (max-width: 420px) {
  h5 {
    font-size: 20px !important;
  }
}

h6 {
  font-size: 1.125rem !important;
}
@media (min-width: 100px) and (max-width: 420px) {
  h6 {
    font-size: 20px !important;
  }
}

.mtc-8 {
  margin-top: 8px !important;
}

.mtc-12 {
  margin-top: 12px !important;
}

.mtc-16 {
  margin-top: 16px !important;
}

.mtc-18 {
  margin-top: 18px !important;
}

.mtc-24 {
  margin-top: 24px !important;
}

.mtc-32 {
  margin-top: 32px;
}

.mtc-36 {
  margin-top: 36px !important;
}
@media (max-width: 576px) {
  .mtc-36 {
    margin-top: 24px;
  }
}

.mtc-48 {
  margin-top: 48px;
}
@media (max-width: 576px) {
  .mtc-48 {
    margin-top: 36px;
  }
}

.mtc-60 {
  margin-top: 60px !important;
}
@media (max-width: 576px) {
  .mtc-60 {
    margin-top: 36px !important;
  }
}

.mtc-64 {
  margin-top: 64px !important;
}

.mtc-90 {
  margin-top: 90px !important;
}

.fs-18 {
  font-size: 18px;
}
@media (max-width: 768px) {
  .fs-18 {
    font-size: 16px;
  }
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: OutfitBlack, sans-serif !important;
  overflow-x: hidden !important;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.02) 100%), linear-gradient(90deg, #60911d 2.51%, #4c7528 107.69%);
}

p {
  margin: 0 !important;
  padding: 0 !important;
}

input,
button,
textarea,
select {
  font: inherit;
  margin: 0;
}

button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

a {
  text-decoration: none !important;
}

button {
  outline: none !important;
  border: none !important;
  background: none !important;
}

.c-primary-btn {
  background-color: #ffffff !important;
  padding: 16px 24px;
  border-radius: 12px;
  color: #000;
  white-space: nowrap;
  transition: all 0.4s;
  font-weight: 700;
  white-space: nowrap;
  font-size: 16px !important;
  border-radius: 50px;
  width: 146px;
  padding: 14.627px 24px;
  box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.12);
}
@media (max-width: 400px) {
  .c-primary-btn {
    padding: 12px 16px;
    font-size: 14px;
  }
}

.c-primary-btn-outline {
  background: transparent;
  padding: 16px 24px;
  border-radius: 12px;
  color: #ffffff;
  white-space: nowrap;
  transition: all 0.2s;
  border: 1px solid #ffffff !important;
  font-weight: 700;
  white-space: nowrap;
  font-size: 16px !important;
  border-radius: 50px;
  width: 146px;
  padding: 14.627px 24px;
}
@media (max-width: 400px) {
  .c-primary-btn-outline {
    padding: 12px 16px;
    font-size: 14px;
  }
}
.c-primary-btn-outline:hover {
  background-color: #b9fd50 !important;
  color: #000 !important;
  transform: translateY(-3px);
}

.c-primary-btn-green {
  background-color: #b9fd50 !important;
  padding: 16px 24px !important;
  color: #000;
  transition: all 0.4s;
  font-weight: 700;
  white-space: nowrap;
  font-size: 16px !important;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
}
.c-primary-btn-green:hover {
  background: none !important;
  border: 2px solid #b9fd50 !important;
  padding: 14px 24px !important;
  color: #000 !important;
}

.c-badge {
  border-radius: 50px;
  padding: 6px 16px;
  background-color: #b9fd50 !important;
  color: #000 !important;
  display: inline-block;
  font-size: 1.25rem;
  transition: all 0.4s ease-in;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.c-badge:hover {
  background: white !important;
}
.c-badge .anim {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #c3dafe;
  z-index: -1;
  padding: 6px 16px;
}

.header-section {
  background-image: url("../images/header-image-new.webp");
  min-height: 100vh;
  width: 100%;
  background-color: #cccccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.header-section .header-layer {
  background-color: rgba(0, 0, 0, 0.1647058824);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  overflow-x: hidden !important;
}
.header-section .navbar-parent {
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.1490196078) !important;
  box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.12);
  padding: 0 12px;
  position: relative;
}
.header-section .navbar-parent .navbar-brand .logo {
  min-width: 150px;
  min-height: 80px;
  max-width: 150px;
  max-height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 250px) and (max-width: 420px) {
  .header-section .navbar-parent .navbar-brand .logo {
    width: 120px;
    height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.header-section .navbar-parent .navbar-nav {
  overflow: hidden;
}
.header-section .navbar-parent .navbar-nav .nav-item .nav-link {
  color: #ffffff !important;
  overflow: hidden !important;
}
.header-section .navbar-parent .navbar-nav .navitext {
  font-size: 16px;
  color: #fff !important;
  float: left;
  height: 38px;
  display: block;
  overflow: hidden;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}
.header-section .navbar-parent .navbar-nav .navitext:hover .letter,
.header-section .navbar-parent .navbar-nav .navitext.play .letter {
  transform: translateY(-125%);
  color: #b9fd50 !important;
}
.header-section .navbar-parent .navbar-nav .navitext .letter {
  display: inline-block;
  transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  overflow: hidden !important;
}
.header-section .header-content-parent {
  width: 60%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 46px 0;
  position: relative;
}
@media (max-width: 992px) {
  .header-section .header-content-parent {
    width: 90%;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .header-section .header-content-parent {
    width: 90%;
  }
}
@media (min-width: 250px) and (max-width: 575px) {
  .header-section .header-content-parent {
    width: 100%;
    min-height: 600px !important;
  }
}
.header-section .header-content-parent .header-star {
  position: absolute;
  top: 11%;
  left: 0;
}
@media (max-width: 992px) {
  .header-section .header-content-parent .header-star {
    display: none;
  }
}
.header-section .blur-div {
  position: absolute;
  bottom: -75px;
  width: 100%;
  height: 150px;
  z-index: 1 !important;
  opacity: 1;
  background: #5f8f1d;
  filter: blur(25px);
  right: 0%;
}
.header-section .blur-div-2 {
  position: absolute;
  bottom: -75px;
  width: 50%;
  height: 128px;
  z-index: 1 !important;
  opacity: 1;
  background: #5f8f1d;
  left: -18% !important;
  filter: blur(25px);
}
.header-section .blur-div-3 {
  position: absolute;
  bottom: -75px;
  width: 10%;
  height: 128px;
  z-index: 1 !important;
  opacity: 1;
  background: #5f8f1d;
  right: 0% !important;
  filter: blur(25px);
}

.marquee {
  position: relative;
  overflow: hidden;
  margin-top: -100px;
  pointer-events: none !important;
  z-index: 1;
}
.marquee .track {
  white-space: nowrap;
  display: flex;
  animation: headerMarque 10s linear infinite;
  position: relative;
}
.marquee .track .content {
  position: relative;
  display: flex;
  align-items: center;
}
.marquee .track .content .marque-heading {
  font-size: 36px !important;
  font-weight: 600 !important;
  color: #ffffff;
  transform: translate3d(0, 0, 0);
  padding: 36px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .marquee .track .content .marque-heading {
    font-size: 24px !important;
  }
}
@keyframes headerMarque {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.journey-section {
  margin-top: 90px;
}
.journey-section .journey-cards {
  overflow: hidden;
}
@media (min-width: 280px) and (max-width: 767px) {
  .journey-section .journey-cards {
    display: flex;
    gap: 24px;
    align-content: center;
  }
}
.journey-section .journey-cards .icons-div {
  display: flex;
  align-items: center;
}
.journey-section .journey-cards .hover-svg {
  min-width: 93px;
  min-height: 93px;
  overflow: hidden;
}
@media (min-width: 767px) and (max-width: 992px) {
  .journey-section .journey-cards .hover-svg {
    width: 60px !important;
    height: 60px !important;
  }
}
@media (min-width: 100px) and (max-width: 576px) {
  .journey-section .journey-cards .hover-svg {
    width: 60px !important;
    height: 60px !important;
  }
}
.journey-section .journey-cards .hover-svg:hover {
  background-color: rgba(14, 16, 15, 0.3803921569);
  border-radius: 50%;
}
.journey-section .journey-cards .hover-svg:hover rect {
  stroke: none !important;
}
.journey-section .journey-cards .arrow-line {
  width: 100%;
  transition: all 1s ease-out;
}
@media (min-width: 200px) and (max-width: 767px) {
  .journey-section .journey-cards .arrow-line {
    display: none;
  }
}
.journey-section .journey-cards .journey-cards-icon {
  width: 100%;
}
.journey-section .journey-cards .last-image {
  width: 80px;
}
@media (min-width: 767px) and (max-width: 992px) {
  .journey-section .journey-cards .last-image {
    width: 48px;
  }
}
@media (min-width: 576px) and (max-width: 766px) {
  .journey-section .journey-cards .last-image {
    width: 120px;
  }
}
@media (min-width: 200px) and (max-width: 577px) {
  .journey-section .journey-cards .last-image {
    width: 24%;
  }
}
.journey-section .journey-cards h6 {
  margin-top: 16px;
  font-family: "OutfitThin" !important;
  font-weight: 300 !important;
  width: 80%;
}
@media (min-width: 100px) and (max-width: 576px) {
  .journey-section .journey-cards h6 {
    width: 100%;
  }
}
@media (min-width: 100px) and (max-width: 400px) {
  .journey-section .journey-cards h6 {
    font-size: 16px !important;
  }
}
.journey-section .advantage-slider {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 48px;
  padding: 60px 0 60px 60px;
  overflow: hidden !important;
}
@media (min-width: 767px) and (max-width: 992px) {
  .journey-section .advantage-slider {
    padding: 64px 0 64px 40px;
  }
}
@media (min-width: 250px) and (max-width: 766px) {
  .journey-section .advantage-slider {
    padding: 36px 6px !important;
  }
}
@media (max-width: 576px) {
  .journey-section .advantage-slider {
    border-radius: 36px;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .journey-section .advantage-slider .left-side-content {
    padding: 60px 36px !important;
  }
}
@media (min-width: 380px) and (max-width: 576px) {
  .journey-section .advantage-slider .left-side-content {
    padding: 36px 36px !important;
  }
}
@media (min-width: 250px) and (max-width: 379px) {
  .journey-section .advantage-slider .left-side-content {
    padding: 36px 8px !important;
  }
}
.journey-section .advantage-slider .left-side-content h5 {
  color: #b9fd50 !important;
  font-weight: 500;
}
.journey-section .advantage-slider .left-side-content h2 {
  font-family: "OutfitBlack" !important;
  font-weight: 600;
}
.journey-section .advantage-slider .left-side-content h6 {
  font-family: "OutfitThin" !important;
  font-weight: 300 !important;
}
.journey-section .advantage-slider .testimonial-slider {
  padding: 24px 0;
  position: relative;
  overflow: hidden;
}
.journey-section .advantage-slider .testimonial-slider .swiper-slide.swiper-slide-active {
  background: none !important;
  border: 1px solid #ffffff;
  border-radius: 24px;
}
.journey-section .advantage-slider .testimonial-slider .swiper-slide.swiper-slide-active h4 {
  color: #ffffff;
}
@media (min-width: 200px) and (max-width: 576px) {
  .journey-section .advantage-slider .testimonial-slider .swiper-slide.swiper-slide-active h4 {
    line-height: 22px;
  }
}
.journey-section .advantage-slider .testimonial-slider .swiper-slide.swiper-slide-active h6 {
  color: #ffffff !important;
}
.journey-section .advantage-slider .testimonial-slider .swiper-slide {
  background-color: #b9fd50 !important;
  color: #000 !important;
  border-radius: 24px;
}
.journey-section .advantage-slider .testimonial-slider .swiper-slide h4 {
  color: #000;
  font-family: OutfitBlack !important;
}
.journey-section .advantage-slider .testimonial-slider .swiper-slide h6 {
  color: #000 !important;
}
@media (min-width: 576px) and (max-width: 766px) {
  .journey-section .advantage-slider .testimonial-slider {
    padding: 60px 24px !important;
  }
}
@media (min-width: 380px) and (max-width: 575px) {
  .journey-section .advantage-slider .testimonial-slider {
    padding: 36px 24px !important;
  }
}
@media (min-width: 250px) and (max-width: 379px) {
  .journey-section .advantage-slider .testimonial-slider {
    padding: 36px 8px !important;
  }
}
.journey-section .advantage-slider .testimonial-slider .card {
  border: 1px solid #ffffff;
  min-height: 350px !important;
  height: 100% !important;
  display: flex;
  flex-direction: column;
  background: none !important;
  border-radius: 24px;
}
@media (max-width: 1099px) {
  .journey-section .advantage-slider .testimonial-slider .card {
    min-height: 245px !important;
    /* Ensure the cards have a minimum height */
  }
}
.journey-section .advantage-slider .testimonial-slider .card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 350px;
}
.journey-section .advantage-slider .testimonial-slider .quotation-img {
  width: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.journey-section .advantage-slider .testimonial-slider .card-text {
  flex-grow: 1;
  margin-top: 20px;
  font-size: 18px !important;
}
.journey-section .advantage-slider .testimonial-slider .testimonial-user-images {
  margin-top: 24px !important;
}
.journey-section .advantage-slider .testimonial-slider .testimonial-user-images h6 {
  font-size: 12px;
}
.journey-section .advantage-slider .testimonial-slider .testimonial-user-images p {
  font-size: 12px;
}
.journey-section .advantage-slider .testimonial-slider .testimonial-user-images .testimnial-client-images {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px;
}
.journey-section .advantage-slider .testimonial-slider .testimonial-user-images .testimonial-client-setting img {
  min-width: 22px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}

.connect-bg {
  background-image: url("../images/connect-bg.png");
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 60px 38px;
}
@media (min-width: 280px) and (max-width: 576px) {
  .connect-bg {
    padding: 60px 0 60px 16px;
  }
}
.connect-bg .connect-bg-content h5 {
  color: #b9fd50 !important;
  font-weight: 500;
}
.connect-bg .connect-bg-content h2 {
  font-family: "OutfitBlack" !important;
  font-weight: 600;
}
.connect-bg .connect-bg-content h4 {
  font-family: "OutfitThin" !important;
  font-weight: 300 !important;
  width: 50%;
}
@media (min-width: 576px) and (max-width: 767px) {
  .connect-bg .connect-bg-content h4 {
    width: 70%;
  }
}
@media (min-width: 200px) and (max-width: 575px) {
  .connect-bg .connect-bg-content h4 {
    width: 100% !important;
  }
}

.steps-section .steps-bg {
  background: linear-gradient(180deg, #7aad37 0%, #588622 100%);
  padding: 60px 80px;
  border-radius: 48px;
  position: relative;
}
@media (max-width: 767px) {
  .steps-section .steps-bg {
    padding: 60px 36px;
  }
}
@media (min-width: 420px) and (max-width: 576px) {
  .steps-section .steps-bg {
    padding: 60px 24px;
    width: 98%;
    margin: auto;
    border-radius: 36px;
  }
}
@media (min-width: 280px) and (max-width: 575px) {
  .steps-section .steps-bg {
    padding: 60px 8px;
    width: 98%;
    margin: auto;
    border-radius: 36px;
  }
}
.steps-section .steps-bg .col-lg-4 .step-box {
  border-right: 1px solid #ffffff;
  padding: 12px;
}
.steps-section .steps-bg .col-lg-4 .step-box:last-of-type {
  border-right: none;
}
@media (min-width: 576px) and (max-width: 992px) {
  .steps-section .steps-bg .col-lg-4 .step-box {
    margin: 24px 0;
    border-right: 1px solid rgba(255, 255, 255, 0);
  }
}
@media (min-width: 220px) and (max-width: 575px) {
  .steps-section .steps-bg .col-lg-4 .step-box {
    margin: 8px 0;
    border-right: 1px solid rgba(255, 255, 255, 0);
  }
}
.steps-section .steps-bg .step-text {
  border-radius: 24px;
  padding: 26px 12px;
  background-color: #ffffff;
  color: #000 !important;
  width: 110px;
  position: absolute;
  top: -16%;
  transition: all 0.4s ease-in-out;
}
.steps-section .steps-bg .step-text:hover {
  background-color: #b9fd50;
}
@media (max-width: 992px) {
  .steps-section .steps-bg .step-text {
    position: relative;
  }
}
@media (max-width: 767px) {
  .steps-section .steps-bg .step-text {
    padding: 16px 12px !important;
  }
}
@media (max-width: 576px) {
  .steps-section .steps-bg .step-text {
    padding: 0 !important;
    width: unset;
    background-color: unset !important;
  }
}
.steps-section .steps-bg .step-text h4 {
  color: #000;
}
@media (max-width: 576px) {
  .steps-section .steps-bg .step-text h4 {
    color: #ffffff;
    font-weight: 600 !important;
    font-size: 26px !important;
  }
}

.innovative-section {
  position: relative;
}
.innovative-section .innovative-bg {
  background-color: #ffffff;
  min-height: 355px;
  border-radius: 48px;
  padding: 70px 60px;
  position: relative !important;
  overflow: hidden !important;
}
@media (min-width: 380px) and (max-width: 576px) {
  .innovative-section .innovative-bg {
    padding: 70px 24px;
    width: 97%;
    margin: auto;
    border-radius: 36px;
  }
}
@media (min-width: 250px) and (max-width: 379px) {
  .innovative-section .innovative-bg {
    padding: 70px 8px;
    width: 97%;
    margin: auto;
    border-radius: 36px;
  }
}
.innovative-section .innovative-bg .footer-shape-1,
.innovative-section .innovative-bg .footer-shape-2 {
  z-index: -1;
}
.innovative-section .innovative-bg .shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.innovative-section .innovative-bg .shape-1 img {
  height: 100%;
  width: 100% !important;
}
.innovative-section .innovative-bg .shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.innovative-section .innovative-bg .heading {
  color: #000;
  font-weight: 600 !important;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
  text-transform: capitalize;
}
.innovative-section .innovative-bg .right-side {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 36px;
  align-items: center;
}
.innovative-section .innovative-bg .right-side h4 {
  color: #000;
}
@media (max-width: 576px) {
  .innovative-section .innovative-bg .right-side {
    margin-top: 0px;
  }
}

.bg-section {
  background: #5f8f1d;
  width: 100%;
  padding: 60px 0 60px 80px;
}
@media (max-width: 767px) {
  .bg-section {
    padding: 64px 24px;
  }
}
.bg-section .connect-bg-content {
  width: 70%;
}
@media (max-width: 767px) {
  .bg-section .connect-bg-content {
    width: 100%;
  }
}
.bg-section .connect-bg-content h5 {
  color: #b9fd50 !important;
  font-weight: 500;
}
.bg-section .connect-bg-content h2 {
  font-family: "OutfitBlack" !important;
  font-weight: 600;
}
.bg-section .connect-bg-content h4 {
  font-family: "OutfitThin" !important;
  font-weight: 300 !important;
  width: 70%;
}
@media (min-width: 576px) and (max-width: 767px) {
  .bg-section .connect-bg-content h4 {
    width: 70%;
  }
}
@media (min-width: 200px) and (max-width: 575px) {
  .bg-section .connect-bg-content h4 {
    width: 100% !important;
  }
}

.why-connect-us .why-connect-cards-parent .why-connect-cards {
  background-color: #ffffff;
  padding: 50px 86px;
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 48px;
  box-shadow: 0px 5px 0px 0px #191a23;
}
.why-connect-us .why-connect-cards-parent .why-connect-cards::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0%;
  height: 50px;
  width: 50px;
  border-radius: 24px;
  opacity: 0;
  background-color: #b9fd50;
  transition: all 0.4s;
  overflow: hidden !important;
  z-index: -1;
}
.why-connect-us .why-connect-cards-parent .why-connect-cards:hover::before {
  width: 100%;
  height: 100%;
  opacity: 1;
  border-radius: 48px;
}
.why-connect-us .why-connect-cards-parent .why-connect-cards:hover .svg-rect .rect-element {
  fill: #fff;
  transition: fill 0.3s ease;
}
@media (min-width: 576px) and (max-width: 992px) {
  .why-connect-us .why-connect-cards-parent .why-connect-cards {
    padding: 50px 46px;
  }
}
@media (min-width: 200px) and (max-width: 575px) {
  .why-connect-us .why-connect-cards-parent .why-connect-cards {
    padding: 50px 24px;
  }
}
.why-connect-us .why-connect-cards-parent .why-connect-cards .cards-heading h4 {
  color: #000 !important;
  font-weight: 500;
  font-family: "OutfitBold" !important;
}
.why-connect-us .why-connect-cards-parent .green-bg {
  background-color: #b9fd50 !important;
  transition: all 0.4s;
}
.why-connect-us .why-connect-cards-parent .green-bg::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 0;
  width: 0;
  opacity: 0;
  background-color: #ffffff !important;
  transition: all 0.4s;
  padding: 50px 86px !important;
  overflow: hidden !important;
  z-index: -1;
}
.why-connect-us .why-connect-cards-parent .green-bg:hover::before {
  width: 100%;
  height: 100%;
  opacity: 1;
  border-radius: 48px;
}
.why-connect-us .why-connect-cards-parent .green-bg:hover .svg-rect .rect-element {
  fill: #b9fd50;
  transition: fill 0.3s ease;
}

.stats-section .stats-bg {
  background-image: url("../images/stats-bg.png");
  min-height: 500px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 50px;
  padding: 48px 80px;
}
@media (max-width: 767px) {
  .stats-section .stats-bg {
    padding: 48px 24px;
    border-radius: 24px;
  }
}
.stats-section .stats-bg .left-content {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 80%;
}
@media (max-width: 767px) {
  .stats-section .stats-bg .left-content {
    width: 100%;
  }
}
.stats-section .stats-bg .left-content h4 {
  font-weight: 300 !important;
  font-family: OutfitThin !important;
}
.stats-section .stats-bg .right-stats {
  border: 1px solid #ffffff;
  border-radius: 48px;
  padding: 36px 24px;
}
@media (max-width: 992px) {
  .stats-section .stats-bg .right-stats {
    padding: 36px 18px;
    gap: 36px;
  }
  .stats-section .stats-bg .right-stats div {
    margin-top: 0 !important;
  }
  .stats-section .stats-bg .right-stats div h2 {
    font-size: 28px !important;
  }
  .stats-section .stats-bg .right-stats div h4 {
    font-size: 18px !important;
    line-height: 24px !important;
  }
}
@media (max-width: 449px) {
  .stats-section .stats-bg .right-stats {
    padding: 36px 14px;
    border-radius: 18px;
    gap: 24px;
  }
  .stats-section .stats-bg .right-stats div {
    margin-top: 0 !important;
  }
  .stats-section .stats-bg .right-stats div h2 {
    font-size: 24px !important;
  }
  .stats-section .stats-bg .right-stats div h4 {
    font-size: 14px !important;
  }
}
@media (min-width: 240px) and (max-width: 992px) {
  .stats-section .stats-bg .plus-sign {
    font-size: 24px !important;
  }
}

.structured-process-section .c-badge {
  display: inline-block !important;
}
.structured-process-section .left-side-h4 {
  font-family: OutfitThin !important;
  font-weight: 300;
}
.structured-process-section .structured-process-cards {
  padding: 60px 38px;
  border-radius: 48px;
  background: var(--Color-Sections-Backgrounds, linear-gradient(180deg, #7aad37 0%, #588622 100%));
  min-height: 700px;
}
@media (min-width: 250px) and (max-width: 576px) {
  .structured-process-section .structured-process-cards {
    padding: 60px 14px;
    border-radius: 36px;
  }
}
.structured-process-section .structured-process-cards .cards .cards-top {
  border-left: 0.75px solid #b9fd50;
  height: 40px;
  padding: 0px 12px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.structured-process-section .structured-process-cards .cards .bg-white {
  background-color: #ffffff !important;
  color: #000;
}
.structured-process-section .structured-process-cards .cards .bg-white p {
  color: #000 !important;
}
.structured-process-section .structured-process-cards .cards .bg-white h4 {
  color: #000 !important;
}
.structured-process-section .structured-process-cards .cards .card-body {
  border-radius: 0px 24px 24px 24px;
  padding: 37.5px;
  border: 1px solid #ffffff;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.1s ease-in-out;
  height: 100%;
}
@media (min-width: 767px) and (max-width: 1999px) {
  .structured-process-section .structured-process-cards .cards .card-body {
    min-height: 350px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .structured-process-section .structured-process-cards .cards .card-body {
    min-height: 295px;
  }
}
.structured-process-section .structured-process-cards .cards .card-body h4 {
  color: #ffffff;
}
.structured-process-section .structured-process-cards .cards .card-body p {
  color: white;
}
.structured-process-section .structured-process-cards .cards .card-body:hover {
  background-color: #ffffff;
  color: #000;
}
.structured-process-section .structured-process-cards .cards .card-body:hover h4,
.structured-process-section .structured-process-cards .cards .card-body:hover p {
  color: #000 !important;
}
.structured-process-section .structured-process-cards .cards p {
  font-size: 14px;
  margin-top: 16px !important;
  font-weight: 300 !important;
}

.section-history .history-images-parent .swiper-button-next:after,
.section-history .history-images-parent .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  display: none !important;
}
.section-history .history-images-parent .swiper-button-next,
.section-history .history-images-parent .swiper-button-prev {
  background: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.section-history .history-images-parent .second-one {
  margin-top: 70px !important;
}
.section-history .history-images-parent .fourth-one {
  margin-top: 140px !important;
}
@media (min-width: 280px) and (max-width: 767px) {
  .section-history .history-images-parent .fourth-one {
    margin-top: 64px !important;
  }
}
.section-history .history-images-parent .img-text {
  text-align: center;
  margin-top: 18px;
  width: 80%;
}
@media (min-width: 200px) and (max-width: 992px) {
  .section-history .history-images-parent .img-text {
    width: 100% !important;
  }
}
.section-history .history-images-parent .image-container {
  overflow: hidden;
  width: 80%;
  border-radius: 36px;
  transition: transform 0.1s ease-out;
  z-index: 111;
}
@media (max-width: 576px) {
  .section-history .history-images-parent .image-container {
    width: 100%;
  }
}
.section-history .history-images-parent .image-container .slick-slide {
  height: 600px;
}
@media (max-width: 992px) {
  .section-history .history-images-parent .image-container .slick-slide {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .section-history .history-images-parent .image-container .slick-slide {
    height: 300px !important;
  }
}
.section-history .history-images-parent .image-container .highlight-image {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  border-radius: inherit;
}

.our-services-section {
  padding-bottom: 90px;
}
@media (min-width: 600px) and (max-width: 766px) {
  .our-services-section .container {
    max-width: 670px;
  }
}
.our-services-section .tabs-parent {
  scroll-padding-top: 30px;
}
.our-services-section .tabs-parent .tabs-flex {
  display: flex;
}
@media (max-width: 767px) {
  .our-services-section .tabs-parent .tabs-flex {
    display: block;
  }
}
.our-services-section .tabs-parent .nav-pills {
  min-width: 300px;
  height: 385px;
  border-radius: 48px;
  background: linear-gradient(180deg, #7aad37 0%, #588622 100%);
  padding: 18px;
  position: sticky;
  top: 0;
  margin-right: 40px !important;
  z-index: 11111;
}
@media (max-width: 767px) {
  .our-services-section .tabs-parent .nav-pills {
    display: flex;
    align-items: center;
    justify-content: start;
    height: auto;
    max-height: -moz-max-content;
    max-height: max-content;
    padding: 12px;
    gap: 12px !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 576px) {
  .our-services-section .tabs-parent .nav-pills {
    border-radius: 12px;
    justify-content: center;
  }
}
.our-services-section .tabs-parent .nav-link.active {
  border-radius: 24px;
  background: #5f8f1d !important;
}
.our-services-section .tabs-parent .nav-link {
  text-align: left !important;
  border-radius: 24px;
  border: 0.751px solid #fff !important;
  width: 90%;
  margin: auto;
  padding: 12px;
  color: #ffffff !important;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .our-services-section .tabs-parent .nav-link {
    width: 100%;
    max-width: -moz-max-content;
    max-width: max-content;
    font-size: 12px;
    margin: 0;
  }
}
@media (max-width: 600px) {
  .our-services-section .tabs-parent .nav-link {
    padding: 6px 8px !important;
  }
}
@media (min-width: 200px) and (max-width: 576px) {
  .our-services-section .tabs-parent .nav-link img {
    min-width: 14px;
    height: 14px;
    margin-right: 4px;
  }
}
.our-services-section .tabs-parent .tab-content .tab-pane {
  scroll-margin-top: 100px !important;
}
.our-services-section .tabs-parent .tab-content .top-para {
  font-family: OutfitThin !important;
  font-weight: 300;
}
.our-services-section .tabs-parent .tab-content .key-features {
  border-radius: 24px;
  border: 0.75px solid #fff;
  padding: 24px 36px;
}
@media (min-width: 250px) and (max-width: 576px) {
  .our-services-section .tabs-parent .tab-content .key-features {
    padding: 24px 12px;
  }
  .our-services-section .tabs-parent .tab-content .key-features h5 {
    font-size: 16px !important;
  }
}
.our-services-section .tabs-parent .tab-content .key-features .key-heading {
  text-transform: capitalize;
  color: #b9fd50 !important;
}
.our-services-section .tabs-parent .tab-content .key-features .description {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: #ffffff !important;
  font-family: OutfitThin !important;
}
.our-services-section .tabs-parent .tab-content .key-features .vertical-line {
  border-left: 0.75px solid #b9fd50;
  height: 130px;
  width: 16px;
  margin-top: -8px;
}
.our-services-section .tabs-parent .tab-content .key-features .horizontal-line {
  width: 60%;
  border-top: 0.75px solid #b9fd50;
  margin: 24px 0 36px 0;
}

.client-testimonials {
  background-color: #ffffff !important;
  padding: 60px;
  position: relative;
}
.client-testimonials .bg-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 12 !important;
}
.client-testimonials .bg-shape img {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .client-testimonials .bg-shape img {
    height: 150px;
    width: 100%;
  }
}
.client-testimonials .top-text {
  color: #000 !important;
}
.client-testimonials .left-side-content {
  height: 600px;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .client-testimonials .left-side-content {
    height: auto;
  }
}
.client-testimonials .left-side-content .client-slide-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .client-testimonials .left-side-content .client-slide-image {
    height: auto;
  }
}
.client-testimonials .client-testimonial-inner {
  width: 90%;
  margin: auto;
}
@media (max-width: 992px) {
  .client-testimonials .client-testimonial-inner {
    padding: 100px 18px;
    width: 95%;
  }
}
@media (max-width: 576px) {
  .client-testimonials .client-testimonial-inner {
    padding: 56px 4px;
    width: 95%;
  }
}
.client-testimonials .heading {
  font-size: 32px;
}
@media (max-width: 576px) {
  .client-testimonials .heading {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .client-testimonials {
    padding: 56px 4px;
  }
}
.client-testimonials .advantage-slider {
  padding: 24px 0;
  position: relative;
  overflow: hidden;
}
.client-testimonials .advantage-slider .card {
  border: 1px solid rgba(255, 255, 255, 0) !important;
  min-height: 420px !important;
  height: 100% !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1099px) {
  .client-testimonials .advantage-slider .card {
    min-height: 245px !important;
  }
}
.client-testimonials .advantage-slider .card-body {
  display: flex;
  flex-direction: column;
  color: #000 !important;
}
.client-testimonials .advantage-slider .card-body h3 {
  color: #000 !important;
  font-weight: 600;
  font-family: OutfitBold !important;
  text-transform: uppercase !important;
}
.client-testimonials .advantage-slider .card-body h6,
.client-testimonials .advantage-slider .card-body h4 {
  color: #000 !important;
}
.client-testimonials .advantage-slider .card-body p {
  color: #000 !important;
  font-weight: 300 !important;
  font-family: OutfitThin !important;
}
.client-testimonials .advantage-slider .quotation-img {
  width: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.client-testimonials .advantage-slider .card-text {
  flex-grow: 1;
  font-size: 18px !important;
}

.testimonial-arrows .listing-left-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonial-arrows .listing-left-arrow:hover {
  background-color: #b9fd50;
}

@media (min-width: 768px) and (max-width: 992px) {
  .solar-technology-section .swiper-cards .container,
  .solar-technology-section .swiper-cards .container-md,
  .solar-technology-section .swiper-cards .container-sm {
    max-width: 970px;
  }
}
.solar-technology-section .swiper-slide {
  transition: all 200ms linear;
  transform: scale(0.8) !important;
  overflow: hidden;
  border-radius: 24px 24px 0px 0px;
}
.solar-technology-section .swiper-slide .img-parent {
  overflow: hidden;
}
.solar-technology-section .swiper-slide .video-parent {
  height: 300px;
  position: relative;
}
@media (max-width: 576px) {
  .solar-technology-section .swiper-slide .video-parent {
    height: 200px;
  }
}
.solar-technology-section .swiper-slide .video-parent .custom-play-btn img {
  width: 100%;
  height: 100%;
}
.solar-technology-section .swiper-slide .video-parent .video-parent:hover .custom-play-btn {
  display: block;
}
.solar-technology-section .swiper-slide .video-slide {
  width: 100% !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px 24px 0px 0px;
  transition: all 0.4s ease-in-out;
}
.solar-technology-section .swiper-slide img {
  width: 325px !important;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px 24px 0px 0px;
  transition: all 0.4s ease-in-out;
}
.solar-technology-section .swiper-slide img:hover {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .solar-technology-section .swiper-slide img {
    width: 100% !important;
    height: 300px;
  }
}
@media (min-width: 992px) and (max-width: 4000px) {
  .solar-technology-section .swiper-slide img {
    width: 100% !important;
    height: 300px;
  }
}
@media (min-width: 420px) and (max-width: 991px) {
  .solar-technology-section .swiper-slide img {
    height: 250px;
  }
}
@media (min-width: 250px) and (max-width: 419px) {
  .solar-technology-section .swiper-slide img {
    width: 100% !important;
    height: 250px;
  }
}
.solar-technology-section .swiper-slide .timer-image {
  width: 16px !important;
  height: 16px !important;
}
@media (max-width: 576px) {
  .solar-technology-section .swiper-slide .timer-image {
    display: none;
  }
}
.solar-technology-section .swiper-slide.swiper-slide-active {
  transform: scale(1) !important;
}
.solar-technology-section .swiper-slide .cards-details {
  background-color: #ffffff;
  border-radius: 0px 0px 24px 24px;
  width: 325px !important;
  padding: 24px;
}
@media (min-width: 992px) and (max-width: 4000px) {
  .solar-technology-section .swiper-slide .cards-details {
    width: 100% !important;
    height: auto;
  }
}
@media (min-width: 250px) and (max-width: 991px) {
  .solar-technology-section .swiper-slide .cards-details {
    width: 100% !important;
  }
}
.solar-technology-section .swiper-slide .cards-details .badge {
  background-color: #b9fd50;
  padding: 12px;
}
.solar-technology-section .swiper-slide .cards-details .badge p {
  color: #000 !important;
}
.solar-technology-section .swiper-slide .cards-details .date {
  color: #111204 !important;
  font-size: 14px;
  opacity: 0.6;
}
@media (min-width: 200px) and (max-width: 400px) {
  .solar-technology-section .swiper-slide .cards-details .date {
    font-size: 12px !important;
  }
}
.solar-technology-section .swiper-slide .cards-details .card-text h5 {
  color: #000 !important;
  font-weight: 700;
  font-family: OutfitBold !important;
}
.solar-technology-section .swiper-slide .cards-details .card-text .para {
  font-size: 14px !important;
  font-weight: 400 !important;
  margin-top: 8px !important;
  color: #5c5c5c !important;
}
.solar-technology-section .swiper-slide .cards-details .card-text .para .read-more {
  text-transform: capitalize;
  color: #5f8f1d !important;
}
.solar-technology-section .swiper-slide .swiper-slide__content {
  height: 300px;
}
.solar-technology-section .arrows-parent {
  border-top: 0.75px solid rgba(184, 253, 80, 0.231372549) !important;
  width: 100%;
  padding: 24px 0;
}
.solar-technology-section .slide-count .current-slide {
  font-weight: 700 !important;
  font-size: 1.5rem !important;
  color: #ffffff !important;
}
.solar-technology-section .slide-count .total-slides {
  color: #b9fd50;
  font-size: 1.5rem !important;
}
.solar-technology-section .slide-count .of-text {
  color: #b9fd50;
  font-size: 1.5rem !important;
}

.get-in-touch-section .get-in-touch {
  background-image: url("../images/get-in-touchbg.png");
  min-height: 500px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  border-radius: 48px;
  padding: 64px 90px;
}
@media (min-width: 380px) and (max-width: 767px) {
  .get-in-touch-section .get-in-touch {
    padding: 64px 40px;
  }
}
@media (min-width: 381px) and (max-width: 566px) {
  .get-in-touch-section .get-in-touch {
    border-radius: 36px;
  }
}
@media (min-width: 250px) and (max-width: 380px) {
  .get-in-touch-section .get-in-touch {
    padding: 64px 18px;
    border-radius: 36px;
  }
}
.get-in-touch-section .get-in-touch .bg-layer {
  background-color: rgba(0, 0, 0, 0.1647058824);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 48px;
}
@media (min-width: 250px) and (max-width: 566px) {
  .get-in-touch-section .get-in-touch .bg-layer {
    padding: 64px 18px;
    border-radius: 36px;
  }
}
.get-in-touch-section .get-in-touch .count-div-parent h5 {
  font-size: 14px !important;
}
@media (min-width: 200px) and (max-width: 400px) {
  .get-in-touch-section .get-in-touch .count-div-parent .count {
    font-size: 18px !important;
  }
}

.faqs-section .top-heading {
  font-family: "DM Serif Text" !important;
}
.faqs-section .accordion-parent {
  border-radius: 48px;
  background: linear-gradient(180deg, #7aad37 0%, #588622 100%);
  padding: 56px 64px;
  margin-bottom: 80px;
}
@media (min-width: 380px) and (max-width: 767px) {
  .faqs-section .accordion-parent {
    padding: 56px 24px;
  }
}
@media (min-width: 250px) and (max-width: 379px) {
  .faqs-section .accordion-parent {
    padding: 56px 12px;
  }
}
.faqs-section .accordion-parent .box-number {
  border-radius: 8px;
  background: #5f8f1d;
  padding: 16px;
}

.faqs-section .accordion {
  background: none !important;
  border: none !important;
}

.faqs-section .accordion-button::after {
  background-image: url(../images/svg/accordion-plus.svg);
}

.faqs-section .accordion-button:not(.collapsed)::after {
  background-image: url(../images/svg/accordion-minus.svg);
}

.faqs-section .accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
}

.faqs-section .accordion-button:not(.collapsed) {
  background: none !important;
  color: #b9fd50 !important;
  font-weight: 600;
  font-size: 1.125rem !important;
  box-shadow: 1px 1px 1px rgba(255, 255, 255, 0);
}

.faqs-section .accordion-button {
  font-weight: 600 !important;
  background: none !important;
  color: #ffffff !important;
}

.faqs-section .accordion-body {
  font-size: var(--b2-m);
  color: var(--text1-gray);
  font-weight: 400;
  margin-left: 36px;
}
.faqs-section .accordion-body p {
  color: #ffffff !important;
  font-family: OutfitThin !important;
  font-weight: 300 !important;
}

.faqs-section .faqs-section .accordion-item:first-of-type > .accordion-header .accordion-button {
  font-weight: 600 !important;
  font-size: 1.125rem !important;
  padding: 30px 17px !important;
}

.faqs-section .faqs-section .accordion-item {
  background: none !important;
  border-bottom: 1px solid #e6e6e6 !important;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
}

.faqs-section .accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  background: none !important;
}

.faqs-section .accordion-flush .accordion-item .accordion-button,
.faqs-section .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
  font-size: 18px !important;
  padding: 46px 12px;
}

.our-team-section {
  background-color: #ffffff !important;
  margin-top: 80px !important;
  padding-top: 80px;
  color: #000;
  position: relative;
}
.our-team-section h1,
.our-team-section h2,
.our-team-section h3,
.our-team-section h4,
.our-team-section h5,
.our-team-section h6 {
  color: #000 !important;
}
.our-team-section .card1 {
  border: 1px solid #5f8f1d !important;
  border-radius: 24px;
  padding: 12px;
  text-align: center;
}
.our-team-section .card1 img {
  height: 300px;
  width: 100%;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 1s;
  overflow: hidden;
}
.our-team-section .card1 img:hover {
  transform: scale(1.02);
}
@media (max-width: 991px) {
  .our-team-section .card1 img {
    height: 400px;
    -o-object-position: top;
       object-position: top;
  }
}
.our-team-section .card1 .details h5 {
  font-weight: 400;
  color: #121212 !important;
  color: #5f8f1d !important;
}
.our-team-section .card1 .details .span-normal {
  font-size: 14px;
  font-weight: 400;
  margin-top: 4px;
}
.our-team-section .team-arrows-parent {
  border-top: 0.75px solid rgba(87, 134, 34, 0.2941176471) !important;
  width: 100%;
  padding: 24px;
}

.contact-us-section {
  padding: 90px 0;
}
.contact-us-section .contact-details {
  padding: 90px 0 0 0;
}
.contact-us-section .contact-details .second {
  width: 90%;
}
.contact-us-section .contact-details .contact-cards-details .box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0.75px solid #fff;
  border-radius: 24px;
  padding: 13.5px 18px;
  max-width: -moz-max-content;
  max-width: max-content;
}
.contact-us-section .contact-details .contact-cards-details .box svg {
  min-width: 15px;
}
@media (min-width: 250px) and (max-width: 576px) {
  .contact-us-section .contact-details .contact-cards-details .box h6 {
    font-size: 14px !important;
  }
}
.contact-us-section .contact-details .contact-form label {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  color: #ffffff !important;
  margin-bottom: 12px;
}
.contact-us-section .contact-details .contact-form input {
  border-radius: 24px;
  border: 0.75px solid #fff;
  background: none;
  width: 100%;
  padding: 12px;
  color: #ffffff;
}
.contact-us-section .contact-details .contact-form textarea {
  border-radius: 24px;
  border: 0.75px solid #fff;
  background: none;
  width: 100%;
  padding: 12px;
  color: #ffffff;
}
.contact-us-section .contact-details .contact-form ::-moz-placeholder {
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 300;
  font-family: OutfitThin !important;
}
.contact-us-section .contact-details .contact-form ::placeholder {
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 300;
  font-family: OutfitThin !important;
}
.contact-us-section .contact-details .contact-form .bottom-text {
  color: #ffffff !important;
  font-weight: 400 !important;
  font-family: OutfitThin !important;
}
.contact-us-section .contact-details .custom-btn .button {
  width: 150px !important;
}

.footer {
  background: #5f8f1d !important;
  color: #ffffff;
  margin-top: 80px;
}
.footer .footer-logo {
  min-width: 150px;
  min-height: 80px;
  max-width: 150px;
  max-height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .footer-logo-parent {
  width: 60%;
}
@media (max-width: 767px) {
  .footer .footer-logo-parent {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 576px) {
  .footer .footer-logo-parent {
    width: 80%;
  }
}
.footer .footer-logo-parent .footer-icon-parent .footer-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer .footer-logo-parent .logo-text {
  color: #ffffff !important;
  font-family: OutfitThin !important;
  font-size: 12px !important;
  font-weight: 400;
}
.footer .links h6 {
  font-size: 1.125rem;
  font-weight: 700 !important;
  color: #ffffff !important;
}
.footer .list-unstyled li {
  transition: all 0.4s ease-in-out;
}
.footer .list-unstyled li a {
  color: #ffffff !important;
  font-family: OutfitThin;
  font-size: 12px !important;
  font-weight: 400;
}
@media (min-width: 767px) and (max-width: 3000px) {
  .footer .list-unstyled li a {
    font-size: 16px !important;
  }
}
.footer .list-unstyled li:hover {
  padding-left: 6px !important;
}
.footer .copyrights {
  color: #ffffff !important;
}
.footer .copyrights a {
  font-family: OutfitThin !important;
  color: #ffffff;
  font-size: 12px !important;
  font-weight: 300 !important;
}
@media (min-width: 767px) and (max-width: 3000px) {
  .footer .copyrights a {
    font-size: 16px !important;
  }
}
.footer .copyrights .privacy-right {
  color: #ffffff !important;
  border-right: 1px solid #ffffff;
  padding-right: 24px;
}

.progress-wrap {
  right: 25px;
  bottom: 25px;
  color: white;
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px white;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}
@media (max-width: 576px) {
  .progress-wrap {
    right: 24px;
  }
}
.progress-wrap input {
  z-index: 10001;
}
.progress-wrap input:checked + html {
  scroll-snap-type: unset;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  content: "↑";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: #ffffff;
  left: 0;
  top: -2px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}
.progress-wrap:hover::after {
  opacity: 0;
}
.progress-wrap:hover::before {
  opacity: 1;
}
.progress-wrap::before {
  position: absolute;
  content: "↑";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  -webkit-text-fill-color: #ffffff;
  left: 0;
  top: -2px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: #5f8f1d;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

.footer-icon-parent {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  min-width: 45px;
  height: 45px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b9fd50;
  transition: all 0.2s ease-in-out;
}
.footer-icon-parent:hover {
  background: none !important;
  border: 1px solid #ffffff !important;
}
.footer-icon-parent:hover svg path {
  fill: #ffffff !important;
}

.contact-top-text {
  font-size: clamp(2.25rem, 1.7315rem + 2.5926vw, 4rem) !important;
  overflow: hidden !important;
  color: #ffffff;
}

.contact-top-text .word {
  display: inline-block;
  /* Make sure each word is treated as a block */
  opacity: 0;
  /* Initially hidden */
  transform: translateY(100px);
  /* Start below */
}

.all-headings {
  overflow: hidden !important;
  padding-bottom: 24px;
}

.magnetic-btn {
  background-color: #ffffff !important;
  padding: 16px 24px;
  border-radius: 12px;
  color: #000;
  white-space: nowrap;
  transition: all 0.4s;
  font-weight: 700;
  white-space: nowrap;
  font-size: 16px !important;
  border-radius: 50px;
  width: 146px;
  padding: 14.627px 24px;
  box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.12);
}

.custom-btn .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px !important;
  font-size: calc(1rem + 2 * (100vw - 320px) / 820);
  font-weight: 600;
  color: #000 !important;
  background: #ffffff !important;
  border: none;
  border-radius: 6.25rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  gap: 0.363636em;
  text-decoration: none;
  transition: all 0.2s;
  text-transform: capitalize;
}
@media screen and (min-width: 1140px) {
  .custom-btn .button {
    font-size: calc(1rem + 2px);
  }
}
.custom-btn .button.button--stroke:hover {
  color: #0e100f;
  transform: translateY(-3px);
}
.custom-btn .button--stroke:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 6.25rem;
  pointer-events: none;
}
.custom-btn .button__label {
  position: relative;
  text-align: center;
  transition: color 0.05s cubic-bezier(0.645, 0.045, 0.355, 1);
  white-space: nowrap;
}
.custom-btn .button--stroke:hover .button__label {
  transition: color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.custom-btn .button__flair {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.custom-btn .button--stroke .button__flair {
  transform: scale(0);
  transform-origin: 0 0;
}
.custom-btn .button__flair:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  aspect-ratio: 1/1;
  background-color: #b9fd50;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.navbar-toggle {
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  position: absolute;
  z-index: 21;
  top: 50%;
  transform: translate(-50%, -50%);
  right: -25px;
  background: transparent;
  outline: none;
  padding: 0;
  display: none !important;
}
@media (max-width: 992px) {
  .navbar-toggle {
    display: block !important;
  }
}
.navbar-toggle .hamburger-icon {
  width: 80px;
}
@media (min-width: 250px) and (max-width: 380px) {
  .navbar-toggle .hamburger-icon {
    width: 70px;
  }
}
.navbar-toggle .line {
  fill: none;
  transition: all 400ms ease-in-out;
  stroke: #5f8f1d;
  stroke-width: 5.5;
  stroke-linecap: round;
}
.navbar-toggle .line.top {
  stroke-dasharray: 40 139;
}
.navbar-toggle .line.bottom {
  stroke-dasharray: 20 180;
  stroke-dashoffset: -20px;
}
.navbar-toggle.active {
  transform: rotate(45deg);
}
.navbar-toggle.active .line {
  stroke: #ffffff;
}
.navbar-toggle.active .line.top {
  stroke-dashoffset: -98px;
}
.navbar-toggle.active .line.bottom {
  stroke-dashoffset: -138px;
}
.navbar-toggle:not(.active):hover .line.bottom {
  stroke-dasharray: 40 180;
  stroke-dashoffset: 0px;
}

#wrapper {
  align-items: center;
  justify-content: center;
}
#wrapper .cNavbar {
  position: fixed;
  width: 85%;
  height: 100%;
  display: none;
  justify-content: center;
  z-index: 21 !important;
}
#wrapper .cNavbar ul {
  width: 100%;
  max-width: 400px;
  list-style: none;
  padding: 0;
  margin: 0;
}
#wrapper .cNavbar ul li {
  opacity: 0;
}
#wrapper .cNavbar ul li a {
  color: white;
  text-decoration: none;
  font-size: 25px;
  display: block;
  text-align: left;
  padding: 20px 0;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all ease 500ms;
  position: relative;
}
@media (max-width: 576px) {
  #wrapper .cNavbar ul li a {
    font-size: 20px;
  }
}
#wrapper .cNavbar ul li a:before {
  content: attr(data-text);
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 70px;
  opacity: 0;
  transition: opacity ease 500ms;
}
#wrapper .cNavbar ul li a:hover {
  letter-spacing: 3px;
}
#wrapper .cNavbar ul li a:hover:before {
  opacity: 0.2;
}
#wrapper #bg-circle {
  transform: scale(0);
  width: 80px;
  height: 80px;
  background: #5f8f1d;
  position: fixed;
  top: 5%;
  right: 6%;
  border-radius: 50%;
  z-index: 20;
}
@media (min-width: 576px) and (max-width: 992px) {
  #wrapper #bg-circle {
    right: 12%;
  }
}

html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

[data-scroll-direction=horizontal] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap;
}

[data-scroll-direction=horizontal] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%;
}

.c-scrollbar {
  position: absolute;
  right: 16px;
  top: 0;
  width: 41px;
  height: 100%;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}

.c-scrollbar:hover {
  transform: scaleX(1.45);
}

.c-scrollbar:hover,
.has-scroll-dragging .c-scrollbar,
.has-scroll-scrolling .c-scrollbar {
  opacity: 1;
}

[data-scroll-direction=horizontal] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  transform: scaleY(1);
}

[data-scroll-direction=horizontal] .c-scrollbar:hover {
  transform: scaleY(1.3);
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: grabbing;
}

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
  right: auto;
  bottom: 0;
}

.header-heading,
.header-para {
  overflow: hidden;
}

.header-para {
  display: inline-block !important;
}

.sub-animate {
  display: inline-block !important;
  text-wrap: balance;
  color: white;
}
.sub-animate div {
  display: inline !important;
}

.plus-sign {
  color: #b9fd50 !important;
  font-size: 54px;
}
@media (min-width: 200px) and (max-width: 400px) {
  .plus-sign {
    font-size: 18px !important;
  }
}

.no-scroll {
  overflow: hidden;
}

.blogs-page .blog-section {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .blogs-page .blog-section {
    margin-top: 50px;
  }
}
.blogs-page .navbar-parent {
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.1490196078) !important;
  box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.12);
  padding: 0 12px;
  position: relative;
}
.blogs-page .navbar-parent .navbar-brand .logo {
  width: 150px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.blogs-page .navbar-parent .navbar-nav {
  overflow: hidden;
}
.blogs-page .navbar-parent .navbar-nav .nav-item .nav-link {
  color: #ffffff !important;
  overflow: hidden !important;
}
.blogs-page .navbar-parent .navbar-nav .navitext {
  font-size: 16px;
  color: #fff !important;
  float: left;
  height: 38px;
  display: block;
  overflow: hidden;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}
.blogs-page .navbar-parent .navbar-nav .navitext:hover .letter,
.blogs-page .navbar-parent .navbar-nav .navitext.play .letter {
  transform: translateY(-125%);
  color: #b9fd50 !important;
}
.blogs-page .navbar-parent .navbar-nav .navitext .letter {
  display: inline-block;
  transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  overflow: hidden !important;
}
.blogs-page .left-side-search {
  border-radius: 48px;
  padding: 12px;
  background-color: rgb(255, 255, 255);
}
.blogs-page .left-side-search .search-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.blogs-page .left-side-search .search-input input {
  border: none !important;
  padding: 0 12px;
}
.blogs-page .left-side-search .search-input ::-moz-placeholder {
  font-size: 14px;
  color: #111204;
}
.blogs-page .left-side-search .search-input ::placeholder {
  font-size: 14px;
  color: #111204;
}
.blogs-page .blogs-content-parent P {
  color: #ffffff !important;
  font-family: OutfitThin !important;
}
.blogs-page .blogs-content-parent .date {
  color: #ffffff !important;
  font-size: 14px;
  opacity: 0.6;
}
@media (min-width: 200px) and (max-width: 400px) {
  .blogs-page .blogs-content-parent .date {
    font-size: 12px !important;
  }
}
.blogs-page .blogs-content-parent .blog-content-left-parent .blog-content-text .blog-main-video {
  width: 100%;
  border-radius: 24px;
}
.blogs-page .blogs-content-parent .blog-content-left-parent .blog-content-text .blog-text {
  margin-top: 36px;
}
.blogs-page .blogs-content-parent .blog-content-left-parent .blog-content-text .blog-text p {
  margin-top: 10px !important;
  font-family: OutfitThin !important;
  color: #ffffff;
}
.blogs-page .blogs-content-parent .blog-content-right {
  background: linear-gradient(180deg, #7aad37 0%, #588622 100%);
  padding: 40px 24px;
  border-radius: 24px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blogs-page .blogs-content-parent .blog-content-right {
    padding: 40px 12px;
  }
}
.blogs-page .blogs-content-parent .blog-content-right .recent-blog-div {
  display: flex;
  align-items: center;
  gap: 12px;
}
.blogs-page .blogs-content-parent .blog-content-right .recent-blog-div .recent-blog-img {
  width: 140px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blogs-page .blogs-content-parent .blog-content-right .recent-blog-div .recent-blog-img {
    width: 110px;
    height: 80px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 200px) and (max-width: 576px) {
  .blogs-page .blogs-content-parent .blog-content-right .recent-blog-div .recent-blog-img {
    width: 110px;
    height: 80px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.blogs-page .blogs-content-parent .blog-content-right .recent-blog-div .recent-blog-content h6 {
  font-weight: 700 !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blogs-page .blogs-content-parent .blog-content-right .recent-blog-div .recent-blog-content h6 {
    font-size: 14px !important;
  }
}
@media (min-width: 200px) and (max-width: 576px) {
  .blogs-page .blogs-content-parent .blog-content-right .recent-blog-div .recent-blog-content h6 {
    font-size: 14px !important;
  }
}
.blogs-page .blogs-content-parent .blog-content-right .blog-div-line {
  border: 1px solid rgba(184, 253, 80, 0.1058823529);
  margin: 24px 0;
}
.blogs-page .previous-content-div .recent-blog-img {
  width: 140px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blogs-page .previous-content-div .recent-blog-img {
    width: 110px;
    height: 80px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 200px) and (max-width: 576px) {
  .blogs-page .previous-content-div .recent-blog-img {
    width: 110px;
    height: 80px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.blogs-page .previous-content-div .recent-blog-content h6 {
  font-weight: 700 !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blogs-page .previous-content-div .recent-blog-content h6 {
    font-size: 14px !important;
  }
}
@media (min-width: 200px) and (max-width: 576px) {
  .blogs-page .previous-content-div .recent-blog-content h6 {
    font-size: 14px !important;
  }
}

.video-container video {
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 423px;
  height: 240px;
}
@media only screen and (max-width: 992px) {
  .video-container video {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
}

.work-slider-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(50% - 25px);
  z-index: 111;
  cursor: pointer;
}
.work-slider-arrow:hover {
  background-color: #b9fd50;
}
.work-slider-arrow.work-left-arrow {
  left: 16px;
  transition: all 300ms ease-in-out;
}
.work-slider-arrow.work-right-arrow {
  right: calc(20% + 16px);
  transition: all 300ms ease-in-out;
}
@media (max-width: 576px) {
  .work-slider-arrow.work-right-arrow {
    right: 16px;
  }
}/*# sourceMappingURL=style.css.map */