@import url("https://fonts.googleapis.com/css2?family=Carattere&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #000000;
  position: relative;
  background-color: #ffffff;
  text-rendering: optimizeLegibility;
  min-height: 100vh;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  display: none;
}

.main-content {
  overflow: hidden;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

ul,
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style: none;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #000000;
}
a:hover {
  color: #000000;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none;
  border: 1px solid #ccc;
  padding: 1rem 0.625rem;
  background-color: #fff;
  background-image: url("../images/arpw-down.svg");
  background-repeat: no-repeat;
  background-position: right 0.625rem center;
  background-size: 0.625rem;
}

.green-btn {
  color: #fff;
  font-family: "Helvetica Neue";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  text-transform: capitalize;
  padding: 0.7422rem 1.875rem;
  border-radius: 1.875rem;
  background: var(--Brand, #174435);
  display: table;
}
.green-btn:hover {
  color: #fff;
}

h2 {
  color: #000;
  font-family: "Helvetica Neue";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

header {
  padding: 0.44rem 0 0.5rem;
  background-color: #fff;
}
header button {
  display: none;
}
header .header-content-wraper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
header .header-content-wraper .logo-wraper {
  display: table;
}
header .header-content-wraper .logo-wraper a {
  display: table;
}
header .header-content-wraper .logo-wraper a img {
  max-width: 6.5rem;
  max-height: 5.3125rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header .header-content-wraper .flex-box {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
header .header-content-wraper .flex-box .menu-wraper {
  display: table;
}
header .header-content-wraper .flex-box .menu-wraper ul {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
header .header-content-wraper .flex-box .menu-wraper ul li {
  color: var(--Black, #000);
  font-family: "Helvetica Neue";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  display: table;
}
header .header-content-wraper .flex-box .menu-wraper ul li a {
  padding: 0.625rem;
}
header .header-content-wraper .flex-box .btn-wraper {
  display: table;
  position: relative;
}
header .header-content-wraper .flex-box .btn-wraper:hover a.on-hover-show {
  opacity: 1;
  visibility: visible;
}
header .header-content-wraper .flex-box .btn-wraper a.on-hover-show {
  color: #000;
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  /* 142.857% */
  position: absolute;
  bottom: -1.4rem;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

footer a.logo {
  max-width: 7.41763rem;
  max-height: 6.0625rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto 0.8rem;
  display: flex;
  justify-content: center;
}
footer a.logo + p {
  width: 99%;
  color: var(--Paragraph, #535353);
  font-family: "Helvetica Neue";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
  text-transform: capitalize;
  margin: 1rem 0;
}
footer h5 {
  color: #000;
  font-family: "Helvetica Neue";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 1.6rem;
}
footer h5.mb-change {
  margin-bottom: 1rem;
}
footer h4 {
  color: #000;
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 1.25rem;
}
footer h6 {
  color: #000;
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
  text-transform: capitalize;
  padding: 1rem 0 1.13rem;
  margin: 0;
  margin-top: 3.7rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
footer ul.links li {
  color: var(--Paragraph, #535353);
  font-family: "Helvetica Neue";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 1rem;
}
footer ul.links li:last-child {
  margin: 0;
}
footer ul.links li a {
  color: var(--Paragraph, #535353);
}
footer ul.links li a:hover {
  color: var(--Paragraph, #535353);
}
footer ul.contect-ul li {
  margin-bottom: 1.25rem;
  display: grid;
  grid-template-columns: 2rem auto;
  gap: 0.75rem;
}
footer ul.contect-ul li:last-child {
  margin: 0;
}
footer ul.contect-ul li figure {
  margin: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  background: var(--Brand, #174435);
  display: flex;
  align-items: center;
  justify-content: center;
}
footer ul.contect-ul li figure img {
  width: 0.75rem;
  height: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}
footer ul.contect-ul li a,
footer ul.contect-ul li span {
  color: var(--Paragraph, #535353);
  font-family: "Helvetica Neue";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
footer .grid-content-box {
  display: grid;
  grid-template-columns: 7rem 10.125rem auto;
  gap: 5.88rem;
}
footer .grid-content-box .grid-content-wraper {
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
}
footer .disclosure-wraper {
  padding: 1.75rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 3.7rem;
}
footer .disclosure-wraper p {
  color: var(--Paragraph, #535353);
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
  text-transform: capitalize;
  margin-bottom: 1rem;
}
footer .disclosure-wraper p + p {
  margin: 0;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  z-index: 100000000000000000;
  transition: opacity 0.5s ease-in-out;
}
.preloader.contentshow {
  opacity: 0;
  z-index: -1;
}
.preloader__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: transform 0.5s ease-out;
  height: calc(100% - 64px);
}
.preloader .green-bar {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5rem;
  background-color: #174435;
  transition: transform 0.8s ease-in-out;
}
.preloader .logo {
  width: 25rem;
  flex-shrink: 0;
  aspect-ratio: 461/363;
  margin-bottom: 0.75rem;
}
.preloader .tagline {
  color: var(--Paragraph, #535353);
  text-align: center;
  font-family: "Carattere";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  margin-bottom: 0.4rem;
  pointer-events: none;
  transition: opacity 0.5s ease-in-out;
}
.preloader .enter-button {
  opacity: 1;
  color: #000;
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  border: none;
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  gap: 0.12rem;
}
.preloader .enter-button img {
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 0.3rem;
}
.preloader.show-button .enter-button {
  opacity: 1;
  pointer-events: auto;
}
.preloader.show-button .tagline {
  opacity: 1;
  pointer-events: none;
}
.preloader.exit .logo,
.preloader.exit .company-name {
  transform: translateY(-200%);
  opacity: 0;
  transition: transform 0.8s ease-in, opacity 0.5s ease-in;
}
.preloader.exit .enter-button {
  transform: translateY(200%);
  opacity: 0;
  transition: transform 0.8s ease-in, opacity 0.5s ease-in;
}
.preloader.exit .tagline {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.preloader.exit-green-bar .green-bar {
  transform: translateY(100%);
  transition: transform 0.8s ease-in-out;
}

main.hidden {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

main.hidden.main-content-visible {
  opacity: 1;
}

section.inner-banner {
  padding: 5.47rem 0 5.41rem;
  background: rgba(18, 99, 58, 0.2);
}
section.inner-banner h1 {
  color: var(--Brand-text, #192221);
  font-family: "Helvetica Neue";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0.75rem;
  text-align: center;
}
section.inner-banner ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6.08px;
}
section.inner-banner ul li {
  color: var(--Black, #000);
  font-family: "Helvetica Neue";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  /* 111.111% */
  position: relative;
  padding-right: 1.88rem;
}
section.inner-banner ul li:last-child {
  padding: 0;
}
section.inner-banner ul li:last-child::after {
  display: none;
}
section.inner-banner ul li::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../images/inner-arow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

section.home-banner {
  border-radius: 3.125rem;
  background: rgba(18, 99, 58, 0.08);
  padding: 2.88rem 2.87rem 2.87rem;
  overflow: hidden;
  position: relative;
  width: 95%;
  margin: 0 auto;
}
section.home-banner .images-wraper {
  width: 50%;
  display: table;
  margin-left: auto;
  border-radius: 1.875rem;
  overflow: hidden;
}
section.home-banner .images-wraper img {
  width: 100%;
  height: 38rem;
  border-radius: 1.875rem;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-banner .content-wraper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
section.home-banner .content-wraper h1 {
  color: var(--Brand-text, #192221);
  font-family: "Helvetica Neue";
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 4.5rem;
  /* 120% */
  text-transform: capitalize;
  margin: 0;
  overflow: hidden;
}
section.home-banner .content-wraper h1 .top {
  overflow: hidden;
}
section.home-banner .content-wraper h1 span {
  display: inline-block;
}
section.home-banner .content-wraper h1 span.color {
  color: var(--Brand, #174435);
}
section.home-banner .content-wraper h1 .word {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
  animation: slideUp 0.8s ease forwards;
}
section.home-banner .content-wraper h1 .word:last-child {
  color: var(--Brand, #174435);
}
@keyframes slideUp {
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}
section.home-banner .content-wraper p {
  color: var(--Paragraph, #535353);
  font-family: "Helvetica Neue";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
  /* 187.5% */
  margin: 1rem 0 1.75rem;
}

section.home-sec2 {
  padding: 9.38rem 0;
  overflow-x: hidden;
}
section.home-sec2 .about-box {
  padding: 2.44rem 0;
}
section.home-sec2 .about-box .img-wraper {
  position: relative;
  padding: 0 2rem;
}
section.home-sec2 .about-box .img-wraper img.main-img {
  width: 100%;
  border-radius: 29rem;
  overflow: hidden;
}
section.home-sec2 .about-box .img-wraper img.animation {
  position: absolute;
  left: 1.8rem;
  top: 50%;
  height: 104%;
  animation-duration: 3s;
  animation-name: rotate;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes rotate {
  from {
    transform: translateY(-50%) rotate(-10deg);
  }
  to {
    transform: translateY(-50%) rotate(10deg);
  }
}
section.home-sec2 .about-box h2 {
  margin-bottom: 1.25rem;
}
section.home-sec2 .about-box p {
  color: var(--Paragraph, #535353);
  font-family: "Helvetica Neue";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
  margin-bottom: 1.5rem;
}

section.home-sec3 {
  padding-bottom: 9.37rem;
}
section.home-sec3 h3 {
  color: #000;
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.8rem;
}
section.home-sec3 p {
  color: var(--Paragraph, #535353);
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 2.8rem;
}
section.home-sec3 .splide .splide__track ul li img {
  width: 10.625rem;
  height: 4.375rem;
  border-radius: 0.25rem;
  border: 1px solid #e4e4e4;
  -o-object-fit: cover;
     object-fit: cover;
}

section.home-sec4 {
  border-radius: 3.125rem;
  background: var(--Brand, #174435);
  padding: 5rem 0;
  overflow: hidden;
  width: 95%;
  margin: 0 auto 9.38rem;
}
section.home-sec4 h2 {
  text-align: center;
  margin-bottom: 2.56rem;
  color: #fff;
}
section.home-sec4 .we-do-cart {
  border-radius: 1.25rem;
  background: #fff;
  padding: 2.5rem 2.5rem 2.12rem;
  height: 100%;
}
section.home-sec4 .we-do-cart span {
  border-radius: 2.8125rem;
  background: var(--Brand, #174435);
  width: 5.625rem;
  height: 5.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.home-sec4 .we-do-cart span img {
  width: 2.5rem;
  height: 2.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-sec4 .we-do-cart h4 {
  color: #000;
  font-family: "Helvetica Neue";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin: 1.6rem 0 0.6rem;
}
section.home-sec4 .we-do-cart p {
  color: var(--Paragraph, #535353);
  font-family: "Helvetica Neue";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
  margin: 0;
}

section.home-sec5 {
  padding-bottom: 9.37rem;
}
section.home-sec5 h2 {
  text-align: center;
  margin-bottom: 2.56rem;
}
section.home-sec5 ul {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding: 0 1.5rem;
  z-index: 0;
}
section.home-sec5 ul::after {
  content: "";
  width: 0.0625rem;
  height: 78%;
  background-image: url(../images/line.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: absolute;
  top: 1.5rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
section.home-sec5 ul li {
  display: flex;
  align-items: flex-start;
  gap: 6rem;
  margin-bottom: 2.81rem;
  max-width: -moz-max-content;
  max-width: max-content;
}
section.home-sec5 ul li:last-child {
  margin: 0;
}
section.home-sec5 ul li:nth-child(odd) {
  margin-left: auto;
}
section.home-sec5 ul li:nth-child(even) {
  flex-direction: row-reverse;
}
section.home-sec5 ul li:nth-child(even) .text-wraper {
  text-align: right;
}
section.home-sec5 ul li:nth-child(even) .text-wraper h6,
section.home-sec5 ul li:nth-child(even) .text-wraper p {
  text-align: right;
}
section.home-sec5 ul li span {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 2.1875rem;
  background: var(--Brand, #174435);
  color: #fff;
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.3rem;
  margin-top: 0.5rem;
}
section.home-sec5 ul li .text-wraper {
  max-width: 31.125rem;
}
section.home-sec5 ul li .text-wraper h6 {
  color: #000;
  font-family: "Helvetica Neue";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 1rem;
}
section.home-sec5 ul li .text-wraper p {
  color: var(--Paragraph, #535353);
  font-family: "Helvetica Neue";
  font-size: 0.95rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
  margin: 0;
}

section.about-sec3 {
  background: var(--Brand, #174435);
  padding: 6.8rem 0;
  background-image: url(../images/slider-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  background-size: cover;
}
section.about-sec3 h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 4.8rem;
}
section.about-sec3 .our-story {
  padding-bottom: 5rem;
}
section.about-sec3 .splide__slide {
  border-radius: 0.75rem;
  background: #FFF;
  display: flex;
  align-items: center;
  gap: 5rem;
  justify-content: space-between;
  overflow: hidden;
}
section.about-sec3 .splide__slide .img-wraper {
  display: table;
  max-width: -moz-max-content;
  max-width: max-content;
}
section.about-sec3 .splide__slide .img-wraper img {
  width: 100%;
  height: 34.375rem;
  -o-object-fit: cover;
     object-fit: cover;
}
section.about-sec3 .splide__slide .text-wraper {
  padding-right: 1.875rem;
  width: calc(100% - 40.12rem);
}
section.about-sec3 .splide__slide .text-wraper span {
  display: block;
  color: #79808F;
  font-family: "Sora", sans-serif;
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 2.7rem;
}
section.about-sec3 .splide__slide .text-wraper h5 {
  color: var(--Dark-Green, #06402B);
  font-family: "Helvetica Neue";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0.4rem;
}
section.about-sec3 .splide__slide .text-wraper p {
  color: var(--Body-Text, #222);
  font-family: "Helvetica Neue";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  /* 175% */
  margin: 0;
}
section.about-sec3 .splide__arrows.splide__arrows--ltr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 67.975rem;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
section.about-sec3 .splide__arrows.splide__arrows--ltr::after {
  content: "";
  width: 79%;
  height: 0.0625rem;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7.56rem;
  right: 5.38rem;
  margin: auto;
}
section.about-sec3 .splide__arrows.splide__arrows--ltr button {
  position: relative;
  top: unset;
  transform: unset;
  left: unset;
  right: unset;
  background-color: transparent;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  opacity: 1 !important;
}
section.about-sec3 .splide__arrows.splide__arrows--ltr button svg {
  display: none;
}
section.about-sec3 .splide__arrows.splide__arrows--ltr button.splide__arrow--prev::after {
  content: "Previous";
  color: #D9D9D9;
  font-family: "Helvetica Neue";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  /* 140% */
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
}
section.about-sec3 .splide__arrows.splide__arrows--ltr button.splide__arrow--next::after {
  content: "Next";
  color: #D9D9D9;
  font-family: "Helvetica Neue";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  /* 140% */
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
}

section.about-sec4 {
  padding: 9.38rem 0;
}
section.about-sec4 h2 {
  text-align: center;
  margin-bottom: 3.375rem;
}
section.about-sec4 .grid-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
section.about-sec4 .team-cart {
  padding: 1.16rem 0.94rem;
  border-right: 1px solid #E2E2E2;
  width: 100%;
}
section.about-sec4 .team-cart:first-child {
  padding-left: 0;
}
section.about-sec4 .team-cart:last-child {
  border: none;
  padding-right: 0;
}
section.about-sec4 .team-cart .img-wraper {
  display: table;
  width: 100%;
}
section.about-sec4 .team-cart .img-wraper img {
  width: 100%;
  height: 23.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}
section.about-sec4 .team-cart .text-wraper {
  padding-top: 2rem;
}
section.about-sec4 .team-cart .text-wraper h5 {
  color: #000;
  font-family: "Helvetica Neue";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0.6rem;
}
section.about-sec4 .team-cart .text-wraper h5 span {
  color: #A9A9A9;
  font-family: "Helvetica Neue";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 0.1rem;
  display: block;
}
section.about-sec4 .team-cart .text-wraper p {
  color: var(--Paragraph, #535353);
  font-family: "Helvetica Neue";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  /* 140% */
  margin-bottom: 2rem;
}
section.about-sec4 .team-cart a {
  display: table;
}
section.about-sec4 .team-cart a img {
  width: 2.5625rem;
  height: 2.5625rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.srvc_sec1 {
  padding: 9.38rem 2.5rem 4.69rem;
}
.srvc_sec1 .full_div {
  width: 100%;
  border-radius: 3.125rem;
  background: #D0E0D8;
  padding: 2.87rem;
  position: relative;
  overflow: hidden;
}
.srvc_sec1 .full_div .img {
  border-radius: 30px;
  overflow: hidden;
  width: 48%;
  margin-left: auto;
}
.srvc_sec1 .full_div .img img {
  width: 100%;
  height: 38rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.srvc_sec1 .full_div .top {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.srvc_sec1 .full_div h2 {
  margin-bottom: 2rem;
  line-height: 100%;
  color: #192221;
}
.srvc_sec1 .full_div p {
  color: var(--Paragraph, #535353);
  font-family: "Helvetica Neue";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
  margin-bottom: 1.75rem;
}

.we-do-cart {
  position: relative;
}
.we-do-cart a.pabs {
  position: absolute;
  inset: 0;
  z-index: 9;
}

.srvc_sec2.home-sec4 {
  background-color: #fff;
  padding: 5rem 0;
  width: 100%;
  margin: 0;
}
.srvc_sec2.home-sec4 h2 {
  color: #000;
}
.srvc_sec2.home-sec4 .we-do-cart {
  border: 1px solid var(--Brand, #174435);
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
}
.srvc_sec2.home-sec4 .we-do-cart h4 {
  font-size: 1.65rem;
}
.srvc_sec2.home-sec4 .we-do-cart:hover {
  background-color: #174435;
}
.srvc_sec2.home-sec4 .we-do-cart:hover h4,
.srvc_sec2.home-sec4 .we-do-cart:hover p {
  color: #fff;
}
.srvc_sec2.home-sec4 .we-do-cart:hover span {
  background: #fff;
}
.srvc_sec2.home-sec4 .we-do-cart:hover span img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(21%) saturate(1373%) hue-rotate(109deg) brightness(97%) contrast(87%);
}
.srvc_sec2.home-sec4 .row {
  row-gap: 1.88rem;
}
.srvc_sec2.home-sec4 .green-btn {
  margin: 2.24rem auto 0;
}

.srvc_sec3 {
  padding-bottom: 9.37rem;
}
.srvc_sec3 h2 {
  text-align: center;
  margin-bottom: 3.13rem;
}
.srvc_sec3 .accordian li {
  padding: 1.84rem 1.25rem;
  background: var(--White, #fff);
  border-radius: 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  margin-bottom: 1rem;
}
.srvc_sec3 .accordian li:last-child {
  margin-bottom: 0;
}
.srvc_sec3 .accordian li .content {
  margin-top: 1.59rem;
  display: none;
}
.srvc_sec3 .accordian li .content p {
  color: #000;
  font-family: "Helvetica Neue";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.02rem;
  margin: 0;
}
.srvc_sec3 .accordian li h5 {
  color: var(--Black, #000);
  font-family: "Helvetica Neue";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: 0.03rem;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
  padding-right: 3rem;
}
.srvc_sec3 .accordian li h5::after {
  content: "";
  position: absolute;
  right: 0;
  top: -0.3125rem;
  border-radius: 0.125rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
  width: 2.25rem;
  height: 2.25rem;
  background-image: url(../images/plus-icon.png);
  background-position: center;
  background-size: 1.18rem;
  background-repeat: no-repeat;
}
.srvc_sec3 .accordian li.active {
  background: #174435;
}
.srvc_sec3 .accordian li.active h5 {
  color: #fff;
}
.srvc_sec3 .accordian li.active .content p {
  color: #fff;
}
.srvc_sec3 .accordian li.active h5::after {
  background-image: url("../images/minus-icon.png");
  background-color: #fff;
  border-color: #fff;
}
.srvc_sec3 .green-btn {
  margin: 3.12rem auto 0;
}

.srvc_sec4 {
  width: 95%;
  border-radius: 3.125rem;
  background-color: #174435;
  padding: 4rem 0 5rem;
  margin: 0 auto;
  background-image: url(../images/slider-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 9.37rem;
  position: relative;
  background-size: cover;
}
.srvc_sec4 h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 3.12rem;
}
.srvc_sec4 .splide {
  padding-bottom: 5.25rem;
}
.srvc_sec4 .splide .splide__slide {
  border-radius: 1.25rem;
  background: #FFF;
  padding: 4.31rem 5rem 4.31rem 5.06rem;
}
.srvc_sec4 .splide .splide__slide .testimoni {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 7.31rem;
}
.srvc_sec4 .splide .splide__slide .testimoni .clnt_dtls {
  width: 8.68rem;
}
.srvc_sec4 .splide .splide__slide .testimoni .clnt_dtls img {
  width: 3.87rem;
  height: 3.87rem;
  border-radius: 50%;
  margin-bottom: 0.69rem;
}
.srvc_sec4 .splide .splide__slide .testimoni .clnt_dtls h5 {
  color: var(--Black-600, #000);
  font-family: "Helvetica Neue";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  margin-bottom: 0;
}
.srvc_sec4 .splide .splide__slide .testimoni .clnt_dtls span {
  color: var(--White-800, #666);
  font-family: "Helvetica Neue";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  display: block;
}
.srvc_sec4 .splide .splide__slide .testimoni .clnt_rvws {
  width: 28rem;
}
.srvc_sec4 .splide .splide__slide .testimoni .clnt_rvws p {
  color: #0A0B0C;
  font-family: "Helvetica Neue";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  margin-bottom: 4.56rem;
}
.srvc_sec4 .splide .splide__slide .testimoni .clnt_rvws .rd_mre {
  color: #000;
  font-family: "Helvetica Neue";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.srvc_sec4 .splide .splide__slide .testimoni .clnt_rvws .rd_mre img {
  width: 1.56rem;
}
.srvc_sec4 .splide .splide__arrows.splide__arrows--ltr {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.12rem;
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.srvc_sec4 .splide .splide__arrows.splide__arrows--ltr button {
  position: relative;
  top: unset;
  transform: unset;
  left: unset;
  right: unset;
  background-color: transparent;
  width: 100%;
  opacity: 1 !important;
}
.srvc_sec4 .splide .splide__arrows.splide__arrows--ltr button svg {
  display: none;
}
.srvc_sec4 .splide .splide__arrows.splide__arrows--ltr button.splide__arrow--prev {
  width: 1.62rem;
  height: 1.62rem;
}
.srvc_sec4 .splide .splide__arrows.splide__arrows--ltr button.splide__arrow--prev::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/grn-arrw.png);
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(100%) sepia(44%) saturate(0%) hue-rotate(238deg) brightness(103%) contrast(101%);
  background-repeat: no-repeat;
  width: 1.62rem;
  height: 1.62rem;
  rotate: 180deg;
  background-position: center;
}
.srvc_sec4 .splide .splide__arrows.splide__arrows--ltr button.splide__arrow--next {
  width: 1.62rem;
  height: 1.62rem;
}
.srvc_sec4 .splide .splide__arrows.splide__arrows--ltr button.splide__arrow--next::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/grn-arrw.png);
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(100%) sepia(44%) saturate(0%) hue-rotate(238deg) brightness(103%) contrast(101%);
  background-repeat: no-repeat;
  background-position: center;
  width: 1.62rem;
  height: 1.62rem;
}

.sd_sec2 {
  padding: 9.37rem 0 9.81rem;
}
.sd_sec2 h2 {
  margin-bottom: 1.8rem;
}
.sd_sec2 .bg_img {
  border-radius: 1.25rem;
  width: 100%;
  margin-bottom: 2.5rem;
  width: 100%;
}
.sd_sec2 .txt {
  margin-bottom: 2.5rem;
}
.sd_sec2 .txt h2 {
  font-family: Poppins;
  font-size: 2rem;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 1.5rem;
}
.sd_sec2 .txt p {
  margin-bottom: 1.875rem;
  font-size: 1rem;
  color: #333;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: Inter;
}
.sd_sec2 .txt p.brdr {
  padding: 1.31rem 0;
  padding-left: 3.12rem;
  border-left: 1px solid #174435;
}
.sd_sec2 .highlight {
  border-radius: 0.75rem;
  border: 1px solid var(--Brand, #174435);
  background: rgba(45, 141, 73, 0.1);
  padding: 3.12rem;
  margin-bottom: 2.5rem;
}
.sd_sec2 .highlight h2 {
  margin-bottom: 2rem;
  font-family: Poppins;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.sd_sec2 .highlight li {
  color: var(--Text, #333);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 1.75rem;
  position: relative;
  padding-left: 2.13rem;
}
.sd_sec2 .highlight li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.13rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: #177D8D;
}
.sd_sec2 .highlight li:last-child {
  margin-bottom: 0;
}

.sd_sec3.srvc_sec2 {
  background: #D0E0D8;
  padding: 4.69rem;
  border-radius: 0;
  margin-bottom: 5.75rem;
}
.sd_sec3.srvc_sec2 .we-do-cart {
  background: transparent;
}

.white-btn {
  color: #fff;
  font-family: "Helvetica Neue";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  text-transform: capitalize;
  padding: 0.7422rem 1.875rem;
  border-radius: 1.875rem;
  border: none;
  outline: none;
  display: table;
  color: var(--Black, #000);
}
.white-btn:hover {
  color: #000;
}

section.inquirySec {
  padding: 9.375rem 0;
}
section.inquirySec .inquiryFm {
  border-radius: 3.125rem;
  background: var(--Brand, #174435) url(../images/inqury_bg_pattern.png) no-repeat;
  width: 100%;
  padding: 5rem 6.4375rem 5rem 2.875rem;
  background-position: left bottom;
}
section.inquirySec .inquiryFm h2 {
  color: var(--White, #fff);
  font-family: "Helvetica Neue";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 4.5rem;
  /* 180% */
  text-transform: capitalize;
  margin: 0 0 0.9375rem;
}
section.inquirySec .inquiryFm p {
  color: var(--White, #fff);
  line-height: 1.875rem;
  /* 187.5% */
  margin: 0 0 2.25rem;
}
section.inquirySec .inquiryFm .fmInquiry {
  border-radius: 1.875rem;
  background: #fff;
  overflow: hidden;
}
section.inquirySec .inquiryFm .fmInquiry img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.inquirySec .fill_form .inputGp label {
  display: block;
  color: var(--White, #fff);
  font-family: "Helvetica Neue";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
  margin: 0 0 0.75rem;
}
section.inquirySec .fill_form .inputGp input:not([type=submit]),
section.inquirySec .fill_form .inputGp textarea {
  width: 100%;
  display: block;
  border-radius: 4px;
  border: 1px solid var(--White, #fff);
  background: rgba(255, 255, 255, 0.1);
  padding: 10px;
  outline: none;
  color: #fff;
  font-family: "Helvetica Neue";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
  margin: 0 0 1.25rem;
  padding: 1rem 0.6rem;
}
section.inquirySec .fill_form .inputGp input:not([type=submit])::-moz-placeholder, section.inquirySec .fill_form .inputGp textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
section.inquirySec .fill_form .inputGp input:not([type=submit])::placeholder,
section.inquirySec .fill_form .inputGp textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
section.inquirySec .fill_form .inputGp textarea {
  height: 11.875rem;
  margin: 0 0 2.3125rem;
}
section.inquirySec .fill_form .inputGp select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none;
  background-image: url(../images/select_arrow_down.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 1.5rem;
  width: 100%;
  border-radius: 0rem;
  color: #fff;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: auto;
  cursor: pointer;
  margin-bottom: 1.25rem;
  color: #fff;
  font-family: "Helvetica Neue";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
  border-radius: 4px;
  border: 1px solid var(--White, #fff);
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.6);
}
section.inquirySec .fill_form .inputGp select option {
  color: #174435;
}
section.inquirySec .fill_form .inputGp select:focus {
  color: #fff;
}
section.inquirySec .fill_form .inputGp input[type=submit] {
  background: #fff;
}

.privacy_sec {
  padding: 4rem 0;
}
.privacy_sec .privcy_txt h2 {
  text-align: center;
  margin-bottom: 1.875rem;
}
.privacy_sec .privcy_txt h3 {
  font-family: "Helvetica Neue";
  font-size: 1.5rem;
  color: #000;
  margin: 2rem 0 1.25rem;
}
.privacy_sec .privcy_txt p {
  margin-bottom: 1.25rem;
  color: #000;
  font-family: "Helvetica Neue";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.575rem;
}
.privacy_sec .privcy_txt p a {
  text-decoration: underline;
  display: inline-flex;
  gap: 0.4rem;
  align-items: center;
}
.privacy_sec .privcy_txt ul,
.privacy_sec .privcy_txt ol {
  margin-bottom: 1.25rem;
}
.privacy_sec .privcy_txt ul li,
.privacy_sec .privcy_txt ol li {
  color: #000;
  font-weight: 400;
  line-height: normal;
  font-family: "Helvetica Neue";
  font-size: 1rem;
  margin-bottom: 0.5625rem;
  position: relative;
  padding-left: 17px;
}
.privacy_sec .privcy_txt ul li::before,
.privacy_sec .privcy_txt ol li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background-color: #000;
}
.privacy_sec .privcy_txt ol {
  counter-reset: my-counter;
}
.privacy_sec .privcy_txt ol li {
  counter-increment: my-counter;
}
.privacy_sec .privcy_txt ol li::before {
  content: counter(my-counter) ".";
  font-size: 1rem;
  font-family: "Helvetica Neue";
  color: #000;
  font-weight: 500;
  background-color: transparent;
  top: 0;
}

section.page-404 {
  text-align: center;
  padding: 5rem 0 10rem;
  min-height: 70vh;
}
@media (max-width: 767px) {
  section.page-404 {
    padding: 3rem 0 8rem;
  }
}
section.page-404 .green-btn {
  margin: auto;
}
section.page-404 h1 {
  font-size: 14rem;
  color: #06402B;
}
@media (max-width: 767px) {
  section.page-404 h1 {
    font-size: 10rem;
  }
}
section.page-404 h2 {
  margin-bottom: 1.2rem;
}
section.page-404 p {
  max-width: 600px;
  margin: auto;
  margin-bottom: 1.4rem;
}

.inquirySec .wpcf7 form.invalid .wpcf7-response-output,
.inquirySec .wpcf7 form.unaccepted .wpcf7-response-output,
.inquirySec .wpcf7 form.payment-required .wpcf7-response-output,
.inquirySec .wpcf7 form .wpcf7-response-output {
  margin-top: 2rem !important;
}

.inquirySec .wpcf7 form.sent .wpcf7-response-output {
  color: #fff !important;
}

@media (max-width: 767px) {
  .inquirySec .wpcf7 form.invalid .wpcf7-response-output,
  .inquirySec .wpcf7 form.unaccepted .wpcf7-response-output,
  .inquirySec .wpcf7 form.payment-required .wpcf7-response-output,
  .inquirySec .wpcf7 form .wpcf7-response-output {
    text-align: center;
  }
}
footer ul.contect-ul li a,
footer ul.contect-ul li span {
  position: relative;
  top: 0.1rem;
}

@keyframes flipTails {
  from {
    transform: rotateY(500deg);
  }
  to {
    transform: rotateY(0deg);
  }
}
@keyframes textani {
  from {
    opacity: 0;
    width: 80%;
  }
  to {
    opacity: 1;
    width: 100%;
  }
}
section.home-sec5.process-sec {
  padding-top: 7rem;
}
section.home-sec5.process-sec ul::after {
  height: 90%;
}/*# sourceMappingURL=style.css.map */