.service-seciton-slider-wrapper {
  padding: 100px 0;
  position: relative;
  z-index: 0;
  background: linear-gradient(270deg, #09B4E3 0%, #29F299 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.service-seciton-slider-wrapper::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

.service-seciton-slider-wrapper .service-header span {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  font-family: var(--gilroy);
  letter-spacing: -0.5px;
  color: #29F299;
}

.service-seciton-slider-wrapper .service-header .service-heading {
  margin-top: 20px;
  font-family: var(--gilroy);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  letter-spacing: -2px;
}

.service-seciton-slider-wrapper .our-service-title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: -100px;
}

.service-seciton-slider-wrapper .our-service-title h4 {
  font-family: var(--gilroy);
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.5px;
  color: #fff;
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  .service-seciton-slider-wrapper .our-service-title {
    margin-bottom: 30px;
  }
}

.service-seciton-slider-wrapper .service-slider {
  padding-top: 100px;
  overflow: hidden;
}

.service-seciton-slider-wrapper .service-slider .panels .image-wrapper {
  width: 90%;
  margin: 0 auto;
}

.service-seciton-slider-wrapper .service-slider .service-title {
  top: 50%;
  left: 50%;
  height: 200px;
  overflow: hidden;
  transform: translate(-50%, -50%);
  position: absolute;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.service-seciton-slider-wrapper .service-slider .service-title h3 {
  font-family: var(--gilroy);
  font-size: 48px;
  font-weight: 700;
  line-height: 43.2px;
  letter-spacing: -2px;
  text-align: center;
}

.service-seciton-slider-wrapper .service-slider .swiper-image {
  width: 50%;
}

.service-seciton-slider-wrapper .service-slider .swiper-image .swiper-slide {
  text-align: center;
}

.service-seciton-slider-wrapper .service-slider .swiper-image .swiper-slide-next {
  transform: scale(0.7);
}

.service-seciton-slider-wrapper .service-slider .swiper-image .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  filter: grayscale(1);
  transition: 0.3s ease all;
}

.service-seciton-slider-wrapper .service-slider .swiper-image .swiper-slide:hover img {
  filter: grayscale(0);
  transition: 0.3s ease all;
}

@media screen and (max-width: 1470px) {
  .service-seciton-slider-wrapper .service-slider .swiper-image {
    width: 55%;
  }
}

@media screen and (max-width: 1370px) {
  .service-seciton-slider-wrapper .service-slider .swiper-image {
    width: 48%;
  }
}

.service-seciton-slider-wrapper .service-slider .lines-slider {
  bottom: 0;
  height: 48%;
  margin-top: -150px;
  width: 100%;
  pointer-events: none;
}

.service-seciton-slider-wrapper .service-slider .lines-slider .horizontal-lines img {
  width: 100%;
  max-width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .service-seciton-slider-wrapper .service-slider {
    padding-top: 50px;
  }
}

.service-slider-tab-wrapper {
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: -moz-fit-content;
  width: fit-content;
  gap: 20px;
  margin: 0 auto;
  border-radius: 25px;
  padding: 5px;
  transition: 1s ease all;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.service-slider-tab-wrapper .service-slider-tab {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  opacity: 0;
  gap: 5px;
  visibility: hidden;
  width: 0;
  transition: 1s linear, opacity 0s;
  border-radius: 25px;
}

.service-slider-tab-wrapper .service-slider-tab .service-link-wrapper {
  display: flex;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.service-slider-tab-wrapper .service-slider-tab .service-link-wrapper.overflow-auto {
  overflow-x: auto;
}

.service-slider-tab-wrapper .service-slider-tab .service-link-wrapper::-webkit-scrollbar {
  height: 0px;
}

.service-slider-tab-wrapper .service-slider-tab .service-link-wrapper::-webkit-scrollbar-track {
  background: transparent;
}

.service-slider-tab-wrapper .service-slider-tab a {
  font-family: var(--gilroy);
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.5px;
  text-align: center;
  white-space: nowrap;
  display: inline-block;
  padding: 10px;
  border-radius: 25px;
  border: 1.5px solid rgba(255, 255, 255, 0.0509803922);
  transition: 0.3s ease all;
  cursor: auto;
  pointer-events: none;
}

.service-slider-tab-wrapper .service-slider-tab a:hover {
  background: rgba(255, 255, 255, 0.2);
}

.service-slider-tab-wrapper .service-slider-tab.active {
  opacity: 1;
  visibility: visible;
  position: relative;
  width: 100%;
  max-width: 700px;
  transition: 1s ease all;
}

.service-slider-tab-wrapper .slider-arrow-prev {
  position: absolute;
  left: -1px;
}

.service-slider-tab-wrapper .slider-arrow-prev button {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  border: none;
  padding: 5px;
}

.service-slider-tab-wrapper .slider-arrow-prev button img {
  transition: 0.3s all;
}

.service-slider-tab-wrapper .slider-arrow-prev button img:nth-child(1) {
  transform: translateX(0);
}

.service-slider-tab-wrapper .slider-arrow-prev button img:nth-child(2) {
  position: absolute;
  transform: translateX(5px);
}

.service-slider-tab-wrapper .slider-arrow-prev button:hover img:nth-child(1) {
  transform: translateX(-30px);
}

.service-slider-tab-wrapper .slider-arrow-prev button:hover img:nth-child(2) {
  transform: translateX(-24px);
}

.service-slider-tab-wrapper .slider-arrow-prev.remove-btn {
  display: none;
}

.service-slider-tab-wrapper .slider-arrow-next {
  position: absolute;
  right: -1px;
}

.service-slider-tab-wrapper .slider-arrow-next button {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  border: none;
  padding: 5px;
}

.service-slider-tab-wrapper .slider-arrow-next button img {
  transition: 0.3s all;
}

.service-slider-tab-wrapper .slider-arrow-next button img:nth-child(1) {
  transform: translateX(-30px);
}

.service-slider-tab-wrapper .slider-arrow-next button img:nth-child(2) {
  position: absolute;
  transform: translateX(-24px);
}

.service-slider-tab-wrapper .slider-arrow-next button:hover img:nth-child(1) {
  transform: translateX(0);
}

.service-slider-tab-wrapper .slider-arrow-next button:hover img:nth-child(2) {
  transform: translateX(5px);
}

.service-slider-tab-wrapper .slider-arrow-next.remove-btn {
  display: none;
}

.service-slider-tab-wrapper .explore-btn {
  position: relative;
  overflow: hidden;
  background: linear-gradient(270deg, #09B4E3 0%, #29F299 100%);
  border-radius: 25px;
  padding: 10px 20px;
  white-space: nowrap;
  border: 1.5px solid #0E5536;
}

.service-slider-tab-wrapper .explore-btn span {
  font-family: var(--gilroy);
  font-size: 16px;
  font-weight: 600;
  color: #0E5536;
  line-height: 16px;
  display: block;
  letter-spacing: -0.5px;
  text-align: center;
  transition: 0.2s linear;
  cursor: pointer;
}

.service-slider-tab-wrapper .explore-btn span:nth-child(2) {
  position: absolute;
  width: calc(100% - 40px);
  transform: translateY(10px);
}

.service-slider-tab-wrapper .explore-btn:hover span:nth-child(1) {
  transform: translateY(-32px);
}

.service-slider-tab-wrapper .explore-btn:hover span:nth-child(2) {
  transform: translateY(-16px);
}

@media screen and (max-width: 767.98px) {
  .service-slider-tab-wrapper {
    padding-inline: 15px;
  }
}

@media screen and (max-width: 1470px) {
  .service-seciton-slider-wrapper .service-slider .service-title {
    left: 40%;
    transform: translate(-40%, -50%);
    width: 60%;
  }

  .service-seciton-slider-wrapper .service-slider .service-title h3 {
    font-size: 40px;
    line-height: 41px;
  }
}

@media (max-width: 767px) {
  .service-seciton-slider-wrapper {
    padding: 70px 0;
  }

  .service-seciton-slider-wrapper .service-slider .swiper-image {
    width: 100%;
  }

  .service-seciton-slider-wrapper .service-slider .swiper-image .swiper-slide-next {
    transform: scale(1);
  }

  .service-seciton-slider-wrapper .service-slider .swiper-image .service-title h3 {
    font-size: 24px;
    line-height: 1;
  }

  .service-seciton-slider-wrapper .service-slider .lines-slider {
    margin-top: -58px;
  }

  .service-slider-tab-wrapper.mobile-wrapper {
    border: none;
    width: 100%;
    flex-wrap: wrap;
  }

  .service-slider-tab-wrapper.mobile-wrapper .service-slider-tab {
    width: 100%;
  }

  .service-slider-tab-wrapper.mobile-wrapper .service-slider-tab .service-link-wrapper {
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
  }

  .service-slider-tab-wrapper.mobile-wrapper .service-slider-tab a {
    font-size: 14px;
    background: rgba(255, 255, 255, 0.0588235294);
    font-weight: 400;
    padding: 10px 15px;
    border: 1px solid rgba(255, 255, 255, 0.2784313725);
    -webkit-backdrop-filter: blur(211.4119262695px);
    backdrop-filter: blur(211.4119262695px);
  }

  .service-slider-tab-wrapper.mobile-wrapper .service-slider-tab.active {
    width: 100%;
  }

  .service-slider-tab-wrapper.mobile-wrapper .service-slider-tab .slider-arrow-prev {
    display: none;
  }

  .service-slider-tab-wrapper.mobile-wrapper .service-slider-tab .slider-arrow-next {
    display: none;
  }

  .service-slider-tab-wrapper.mobile-wrapper .explore-btn {
    width: 100%;
    text-align: center;
    background: linear-gradient(270deg, #09B4E3 0%, #29F299 100%);
  }

  .service-mobile-title h3 {
    font-family: var(--gilroy);
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    color: #fff;
  }
}

@font-face {
  font-family: "gilroy";
  src: url("../fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "gilroy";
  src: url("../fonts/Gilroy-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "gilroy";
  src: url("../fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --gilroy: "gilroy", sans-serif;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: 0;
}

body {
  line-height: 1.1;
  font-family: var(--gilroy);
}

a {
  text-decoration: none;
}

img,
video {
  max-width: 100%;
}

.primary-outline-btn {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 80px;
  color: #fff;
  font-size: 1rem;
  border: 2px solid #fff;
  transition: 0.3s linear;
}

.primary-outline-btn:hover {
  background-color: #fff;
  color: #1FB673;
}

.primary-outline-light-btn {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 80px;
  color: #fff;
  font-size: 1rem;
  border: 2px solid #fff;
  transition: 0.3s linear;
}

.primary-outline-light-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.primary-outline-green-btn {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 80px;
  color: #1FB673;
  font-size: 1rem;
  border: 2px solid #1FB673;
  transition: 0.3s linear;
}

.company-green-outline-btn {
  position: relative;
  display: inline-block;
  padding: 10px 24px;
  border-radius: 80px;
  color: #1FB673;
  font-size: 1rem;
  border: 2px solid #1FB673;
  transition: 0.3s linear;
  overflow: hidden;
  text-transform: capitalize;
  cursor: pointer;
}

.company-green-outline-btn span {
  display: block;
  transition: 0.3s linear;
}

.company-green-outline-btn span:nth-child(2) {
  position: absolute;
  line-height: 3;
}

.company-green-outline-btn:hover span {
  transform: translateY(-32px);
}

.company-green-outline-btn.blue {
  color: rgb(9, 180, 227);
  border: 2px solid rgb(9, 180, 227);
}

.company-green-outline-btn.bg-green {
  background-color: rgb(41, 242, 153);
  color: rgb(14, 85, 54);
  border: solid 1px rgb(41, 242, 153);
}

.menu-green-outline-btn {
  position: relative;
  display: inline-block;
  padding: 10px 24px;
  border-radius: 80px;
  color: #29F299 !important;
  font-size: 1rem;
  border: 2px solid #29F299 !important;
  transition: 0.3s linear;
  overflow: hidden;
  text-transform: capitalize;
  cursor: pointer;
}

.menu-green-outline-btn:hover {
  color: #1FB673 !important;
  border-color: #1FB673 !important;
}

.green-outline-btn {
  position: relative;
  display: inline-block;
  padding: 10px 24px;
  border-radius: 80px;
  color: #1FB673;
  font-size: 1rem;
  border: 2px solid #1FB673;
  transition: 0.3s linear;
  overflow: hidden;
  text-transform: capitalize;
}

.contact-btn {
  position: relative;
  display: inline-block;
  padding: 10px 24px;
  font-weight: 600;
  border-radius: 80px;
  color: #0E5536;
  font-size: 1rem;
  border: 2px solid #29F299;
  background-color: #29F299;
  transition: 0.3s linear;
  overflow: hidden;
  text-transform: capitalize;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1411764706);
}

.contact-btn:hover {
  color: #344E41;
  border: 2px solid #344E41;
  background-color: transparent;
}

.blue-hover-outline-btn {
  position: relative;
  display: inline-block;
  padding: 10px 24px;
  border-radius: 80px;
  color: #09B4E3;
  font-size: 1rem;
  border: 2px solid #09B4E3;
  transition: 0.3s linear;
  overflow: hidden;
  text-transform: capitalize;
  transition: 0.3s;
  line-height: 1;
}

.blue-hover-outline-btn:hover {
  color: #fff;
  background-color: #09B4E3;
}

.primary-outline-animated-btn {
  position: relative;
  display: inline-block;
  padding: 10px 24px;
  border-radius: 80px;
  color: #fff;
  font-size: 1rem;
  border: 2px solid #fff;
  transition: 0.3s linear;
  overflow: hidden;
  text-transform: capitalizes;
}

.primary-outline-animated-btn span {
  display: block;
  transition: 0.3s linear;
}

.primary-outline-animated-btn span:nth-child(2) {
  position: absolute;
  line-height: 3;
}

.primary-outline-animated-btn:hover span {
  transform: translateY(-35px);
}

.primary-outline-fade-btn {
  position: relative;
  display: inline-block;
  padding: 10px 24px;
  border-radius: 80px;
  color: #fff;
  font-size: 1rem;
  border: 2px solid #fff;
  transition: 0.3s linear;
  overflow: hidden;
  text-transform: capitalizes;
}

.primary-outline-fade-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.primary-title {
  position: relative;
  font-family: var(--gilroy);
  font-weight: 700;
  font-size: clamp(46px, 6vw, 80px);
  line-height: 0.9;
  z-index: 1;
}

.primary-title.md {
  font-size: clamp(40px, 5vw, 60px);
}

.primary-title.light {
  color: #fff;
}

.green {
  color: rgb(41, 242, 153);
}

.blue {
  color: rgb(9, 180, 227);
}

.desc {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.desc.light {
  color: #E0E0E0;
}

.header {
  position: relative;
  max-width: 1800px;
  margin: 0 auto;
}

.header.contact .about-banner-vactor-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}

.header.home-header .header-content .header-title-row {
  margin-top: -80px;
  transform: translateY(30px);
  opacity: 0;
  transition: 0.6s linear;
}

@media screen and (max-width: 992px) {
  .header.home-header .header-content .header-title-row {
    margin-top: 40px;
  }
}

.header .nav-drop-menu-parent {
  position: relative;
  pointer-events: none;
  z-index: 100;
}

.header .nav-drop-menu-parent .logo,
.header .nav-drop-menu-parent .nav-drop-menu {
  pointer-events: all;
}

.header .nav-drop-menu {
  position: relative;
}

.header .nav-drop-menu::after {
  content: "";
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s linear;
}

.header .nav-drop-menu .close-menu {
  display: none;
  position: relative;
  z-index: 111;
}

.header .nav-drop-menu>a {
  position: relative;
  z-index: 2;
}

.header .nav-drop-menu .drop-menu {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 360px;
  max-width: 98vw;
  padding: 100px 40px 90px 40px;
  border-radius: 16px;
  background-color: #fff;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s linear;
  z-index: 1;
}

.header .nav-drop-menu .drop-menu>a {
  display: block;
  padding: 5px 0;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 600;
  color: #09B4E3;
  letter-spacing: -1px;
  line-height: 1;
}

.header .nav-drop-menu .drop-menu .has-dropdown {
  position: relative;
}

.header .nav-drop-menu .drop-menu .has-dropdown>a {
  display: flex;
  align-items: center;
  padding: 5px 0;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 600;
  color: #0787AA;
  gap: 10px;
}

.header .nav-drop-menu .drop-menu .has-dropdown>a span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  color: #1FB673;
  border: 1px solid #1FB673;
  border-radius: 24px;
  font-size: 12px;
}

.header .nav-drop-menu .drop-menu .has-dropdown .sub-menu {
  position: absolute;
  top: 20px;
  width: 220px;
  right: calc(100% + 30px);
  padding: 32px;
  background-color: #EBEFEC;
  border-radius: 10px;
  border-top-right-radius: 0;
  display: none;
}

.header .nav-drop-menu .drop-menu .has-dropdown .sub-menu::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 18px;
  height: 20px;
  border: 20px solid transparent;
  border-top: 20px solid #EBEFEC;
}

.header .nav-drop-menu .drop-menu .has-dropdown .sub-menu::before {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 100%;
}

.header .nav-drop-menu .drop-menu .has-dropdown .sub-menu a {
  display: block;
  font-size: 15px;
  color: #0E5536;
  font-weight: 600;
  padding: 5px 0;
}

.header .nav-drop-menu .drop-menu .has-dropdown.active .sub-menu {
  display: block !important;
}

.header .nav-drop-menu .drop-menu .has-dropdown:hover .sub-menu {
  display: block;
}

.header .nav-drop-menu .drop-menu .drop-menu-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
  z-index: -1;
}

.header .nav-drop-menu.active::after {
  opacity: 1;
  visibility: visible;
}

.header .nav-drop-menu.active>a {
  color: #1FB673;
  border-color: #1FB673;
}

.header .nav-drop-menu.active .drop-menu {
  opacity: 1;
  visibility: visible;
}

.header .nav-drop-menu.active .close-menu {
  display: block;
  position: relative;
  z-index: 111;
}

.header .nav-drop-menu.active .open-menu {
  display: none;
  position: relative;
  z-index: 111;
}

@media screen and (max-width: 767.98px) {
  .header .nav-drop-menu .drop-menu {
    padding: 70px 15px 15px 15px;
    top: -15px;
    right: -10px;
  }

  .header .nav-drop-menu .drop-menu .has-dropdown:hover .sub-menu {
    display: none;
  }

  .header .nav-drop-menu .drop-menu .has-dropdown .sub-menu {
    position: relative;
    inset: unset;
    width: 100%;
    border-top-right-radius: 10px;
    padding: 20px;
  }

  .header .nav-drop-menu .drop-menu .has-dropdown .sub-menu::before,
  .header .nav-drop-menu .drop-menu .has-dropdown .sub-menu::after {
    display: none;
  }
}

.header .header-video {
  position: relative;
  display: flex;
  min-height: 100%;
  z-index: 0;
}

.header .header-video video {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 500px;
  height: 900px;
  margin: auto;
}

.header .header-video img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 500px;
  margin: auto;
  position: relative;
  z-index: 1;
}

.header .header-video .header-video-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

.header .header-video .header-video-layer>div {
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: #EAFEF5;
  transition: 0.5s linear;
}

.header .header-video .header-video-layer>div:nth-child(1) {
  left: 0;
  bottom: 0;
}

.header .header-video .header-video-layer>div:nth-child(2) {
  top: 0;
  right: 0;
}

@media screen and (max-width: 992px) {
  .header .header-video video {
    height: 600px;
  }
}

.header.active .header-vectors .header-left-vector {
  z-index: -1;
  transform: translate(100%, calc(33% + 2px));
}

@media screen and (max-width: 767.98px) {
  .header.active .header-vectors .header-left-vector {
    top: 50%;
    transform: translate(100%, -33%);
  }
}

.header.active .header-vectors .header-center-vector.fadeOut {
  opacity: 0;
}

.header.active .header-video .header-video-layer>div {
  height: 0;
}

.header.active.home-header .header-content .header-title-row {
  transform: translateY(0);
  opacity: 1;
}

.header.active .header-vectors .header-lines>div:nth-child(1) {
  margin-top: 170px;
}

.header.active .header-vectors .header-lines>div:nth-child(2) {
  margin-top: 160px;
}

.header.active .header-vectors .header-lines>div:nth-child(3) {
  margin-top: 150px;
}

.header.active .header-vectors .header-lines>div:nth-child(4) {
  margin-top: 140px;
}

.header.active .header-vectors .header-lines>div:nth-child(5) {
  margin-top: 130px;
}

.header.active .header-vectors .header-lines>div:nth-child(6) {
  margin-top: 120px;
}

.header.active .header-vectors .header-lines>div:nth-child(7) {
  margin-top: 110px;
}

.header.active .header-vectors .header-lines>div:nth-child(8) {
  margin-top: 100px;
}

.header.active .header-vectors .header-lines>div:nth-child(9) {
  margin-top: 90px;
}

.header.active .header-vectors .header-lines>div:nth-child(10) {
  margin-top: 80px;
}

.header.active .header-vectors .header-lines>div:nth-child(11) {
  margin-top: 70px;
}

.header.active .header-vectors .header-lines>div:nth-child(12) {
  margin-top: 60px;
}

.header.active .header-vectors .header-lines>div:nth-child(13) {
  margin-top: 50px;
}

.header.active .header-vectors .header-lines>div:nth-child(14) {
  margin-top: 40px;
}

.header.active .header-vectors .header-lines>div:nth-child(15) {
  margin-top: 30px;
}

.header.active .header-vectors .header-lines>div:nth-child(16) {
  margin-top: 20px;
}

.header.active .header-vectors .header-lines>div:nth-child(17) {
  margin-top: 10px;
}

.header.active .header-vectors .header-lines>div:nth-child(18) {
  margin-top: 0;
}

.header.active .header-vectors .header-lines>div:nth-child(19) {
  margin-top: 10px;
}

.header.active .header-vectors .header-lines>div:nth-child(20) {
  margin-top: 20px;
}

.header.active .header-vectors .header-lines>div:nth-child(21) {
  margin-top: 30px;
}

.header.active .header-vectors .header-lines>div:nth-child(22) {
  margin-top: 40px;
}

.header.active .header-vectors .header-lines>div:nth-child(23) {
  margin-top: 50px;
}

.header.active .header-vectors .header-lines>div:nth-child(24) {
  margin-top: 60px;
}

.header.active .header-vectors .header-lines>div:nth-child(25) {
  margin-top: 70px;
}

.header.active .header-vectors .header-lines>div:nth-child(26) {
  margin-top: 80px;
}

.header.active .header-vectors .header-lines>div:nth-child(27) {
  margin-top: 90px;
}

.header.active .header-vectors .header-lines>div:nth-child(28) {
  margin-top: 100px;
}

.header.active .header-vectors .header-lines>div:nth-child(29) {
  margin-top: 110px;
}

.header.active .header-vectors .header-lines>div:nth-child(30) {
  margin-top: 120px;
}

.header.active .header-vectors .header-lines>div:nth-child(31) {
  margin-top: 130px;
}

.header.active .header-vectors .header-lines>div:nth-child(32) {
  margin-top: 140px;
}

.header.active .header-vectors .header-lines>div:nth-child(33) {
  margin-top: 150px;
}

.header.active .header-vectors .header-lines>div:nth-child(34) {
  margin-top: 160px;
}

.header.active .header-vectors .header-lines>div:nth-child(35) {
  margin-top: 170px;
}

@media screen and (max-width: 767.98px) {
  .header.active .header-vectors .header-lines>div:nth-child(1) {
    margin-top: 85px;
  }

  .header.active .header-vectors .header-lines>div:nth-child(2) {
    margin-top: 80px;
  }

  .header.active .header-vectors .header-lines>div:nth-child(3) {
    margin-top: 75px;
  }

  .header.active .header-vectors .header-lines>div:nth-child(4) {
    margin-top: 70px;
  }

  .header.active .header-vectors .header-lines>div:nth-child(5) {
    margin-top: 65px;
  }

  .header.active .header-vectors .header-lines>div:nth-child(6) {
    margin-top: 60px;
  }

  .header.active .header-vectors .header-lines>div:nth-child(7) {
    margin-top: 55px;
  }

  .header.active .header-vectors .header-lines>div:nth-child(8) {
    margin-top: 50px;
  }

  .header.active .header-vectors .header-lines>div:nth-child(9) {
    margin-top: 45px;
  }

  .header.active .header-vectors .header-lines>div:nth-child(10) {
    margin-top: 40px;
  }

  .header.active .header-vectors .header-lines>div:nth-child(11) {
    margin-top: 35px;
  }

  .header.active .header-vectors .header-lines>div:nth-child(12) {
    margin-top: 30px;
  }

  .header.active .header-vectors .header-lines>div:nth-child(13) {
    margin-top: 25px;
  }

  .header.active .header-vectors .header-lines>div:nth-child(14) {
    margin-top: 20px;
  }

  .header.active .header-vectors .header-lines>div:nth-child(15) {
    margin-top: 15px;
  }

  .header.active .header-vectors .header-lines>div:nth-child(16) {
    margin-top: 10px;
  }

  .header.active .header-vectors .header-lines>div:nth-child(17) {
    margin-top: 5px;
  }

  .header.active .header-vectors .header-lines>div:nth-child(18) {
    margin-top: 0;
  }

  .header.active .header-vectors .header-lines>div:nth-child(19) {
    margin-top: 5px;
  }

  .header.active .header-vectors .header-lines>div:nth-child(20) {
    margin-top: 10px;
  }

  .header.active .header-vectors .header-lines>div:nth-child(21) {
    margin-top: 15px;
  }

  .header.active .header-vectors .header-lines>div:nth-child(22) {
    margin-top: 20px;
  }

  .header.active .header-vectors .header-lines>div:nth-child(23) {
    margin-top: 25px;
  }

  .header.active .header-vectors .header-lines>div:nth-child(24) {
    margin-top: 30px;
  }

  .header.active .header-vectors .header-lines>div:nth-child(25) {
    margin-top: 35px;
  }

  .header.active .header-vectors .header-lines>div:nth-child(26) {
    margin-top: 40px;
  }

  .header.active .header-vectors .header-lines>div:nth-child(27) {
    margin-top: 45px;
  }

  .header.active .header-vectors .header-lines>div:nth-child(28) {
    margin-top: 50px;
  }

  .header.active .header-vectors .header-lines>div:nth-child(29) {
    margin-top: 55px;
  }

  .header.active .header-vectors .header-lines>div:nth-child(30) {
    margin-top: 60px;
  }

  .header.active .header-vectors .header-lines>div:nth-child(31) {
    margin-top: 65px;
  }

  .header.active .header-vectors .header-lines>div:nth-child(32) {
    margin-top: 70px;
  }

  .header.active .header-vectors .header-lines>div:nth-child(33) {
    margin-top: 75px;
  }

  .header.active .header-vectors .header-lines>div:nth-child(34) {
    margin-top: 80px;
  }

  .header.active .header-vectors .header-lines>div:nth-child(35) {
    margin-top: 85px;
  }
}

.header .header-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 70px 0;
  z-index: 2;
}

.header .header-content.banner-unset {
  position: unset;
}

.header .header-content.banner-unset .header-title-row {
  margin-bottom: 0;
}

.header .header-content .header-title-row {
  margin-bottom: 240px;
}

.header .header-content .header-title-row.blog-detail-row {
  align-items: end;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  padding-bottom: 40px;
}

.header .header-content .header-title-row.blog-detail-row .energy-efficiency-main h6 {
  font-family: var(--gilroy);
  font-weight: 600;
  font-size: 18px;
  color: rgb(14, 85, 54);
}

@media screen and (max-width: 767px) {
  .header .header-content .header-title-row.blog-detail-row .energy-efficiency-main h6 {
    font-size: 16px;
  }
}

.header .header-content .header-title-row.blog-detail-row .energy-efficiency-main span {
  font-family: var(--gilroy);
  font-weight: 600;
  font-size: 18px;
  color: rgb(91, 91, 91);
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .header .header-content .header-title-row.blog-detail-row .energy-efficiency-main span {
    font-size: 16px;
  }
}

.header .header-content .header-title-row.blog-detail-row .energy-efficiency-main p {
  font-family: var(--gilroy);
  font-weight: 500;
  font-size: 16px;
  color: rgb(91, 91, 91);
}

@media screen and (max-width: 767px) {
  .header .header-content .header-title-row.blog-detail-row .energy-efficiency-main p {
    font-size: 14px;
  }
}

.header .header-content .header-title-row.contact-banner-text .header-title {
  max-width: 500px;
  margin-bottom: 25px;
}

.header .header-content .header-title-row.contact-banner-text .header-txt {
  display: block;
}

.header .header-content .header-title-row.contact-banner-text .header-txt span {
  display: block;
  margin-bottom: 25px;
  margin-inline-start: 0;
  margin-bottom: 45px;
}

.header .header-content .header-title-row.contact-banner-text .header-txt a {
  margin-bottom: 10px;
}

.header .header-content .header-title-wrapper {
  margin-top: -50px;
  position: relative;
  z-index: 99;
}

.header .header-content .header-title-wrapper .header-subtitle {
  font-family: var(--gilroy);
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.5px;
  color: #fff;
  margin-bottom: 25px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.header .header-content .header-title-wrapper .header-subtitle.md {
  font-size: 16px;
}

.header .header-content .header-title-wrapper .header-subtitle.darkgreen {
  color: rgb(14, 85, 54);
}

.header .header-content .header-title-wrapper .header-subtitle.darkgreen .green-arrow {
  width: 30px;
  height: 30px;
  border: solid 2px rgb(14, 85, 54);
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s linear;
  overflow: hidden;
  position: relative;
}

.header .header-content .header-title-wrapper .header-subtitle.darkgreen .green-arrow img {
  display: block;
  transition: 0.3s linear;
}

.header .header-content .header-title-wrapper .header-subtitle.darkgreen .green-arrow img:nth-child(2) {
  position: absolute;
  right: -35px;
}

.header .header-content .header-title-wrapper .header-subtitle.darkgreen:hover .green-arrow img {
  transform: translateX(-40px);
}

.header .header-content .header-title {
  font-size: clamp(40px, 5vw, 80px);
  line-height: 0.8 !important;
  font-family: var(--gilroy);
  font-weight: 700;
  color: #fff;
  max-width: 90%;
}

.header .header-content .header-title.md {
  font-size: clamp(30px, 5vw, 60px);
}

.header .header-content .header-title.green {
  color: rgb(41, 242, 153);
  max-width: unset;
  line-height: 0.9 !important;
}

.header .header-content .header-title.blue {
  color: rgb(9, 180, 227);
  max-width: unset;
}

@media screen and (max-width: 767.98px) {
  .header .header-content .header-title {
    line-height: 1 !important;
  }
}

.header .header-content .header-txt {
  font-family: var(--gilroy);
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  display: flex;
  gap: 20px;
}

.header .header-content .header-txt span {
  display: inline-block;
  max-width: 410px;
  margin-inline-start: auto;
  margin-inline-end: 50px;
}

.header .header-content .header-txt a {
  font-family: var(--gilroy);
  font-weight: 600;
  font-size: clamp(16px, 2vw, 20px);
  color: rgb(255, 255, 255);
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 0;
  display: inline-block;
}

.header .header-content .header-down-arrow {
  position: relative;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 40px;
  border: 1px solid #fff;
  overflow: hidden;
  z-index: 0;
}

.header .header-content .header-down-arrow img {
  position: absolute;
  top: 7px;
  left: 7px;
  transition: 0.3s;
}

.header .header-content .header-down-arrow img:nth-child(1) {
  top: -30px;
}

.header .header-content .header-down-arrow:hover img {
  transform: translateY(35px);
}

.header.inner-banner .header-content .header-title-wrapper {
  margin-top: -80px;
}

.header .header-vectors {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  opacity: 0.7;
}

.header .header-vectors .header-right-vector {
  position: absolute;
  right: 0;
  width: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  overflow: hidden;
}

.header .header-vectors .header-right-vector img {
  width: 100%;
}

.header .header-vectors .header-center-vector {
  position: absolute;
  left: 25%;
  width: 25%;
  top: 0;
  -o-object-fit: contain;
  object-fit: contain;
  overflow: hidden;
  transition: 0.8s ease-out;
  transition-delay: 0.8s;
}

.header .header-vectors .header-center-vector img {
  width: 100%;
}

.header .header-vectors .header-left-vector {
  position: absolute;
  left: 0;
  width: 25%;
  top: 0;
  -o-object-fit: contain;
  object-fit: contain;
  overflow: hidden;
  transition: 0.8s ease-out;
  transition-delay: 0.8s;
}

.header .header-vectors .header-left-vector img {
  width: 100%;
}

.header .header-vectors .header-lines {
  position: absolute;
  top: 60%;
  left: 0;
  transform: translateY(-60%);
  width: 50%;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}

.header .header-vectors .header-lines>div {
  width: 2px;
  height: 160px;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.5;
  transition: 0.8s linear;
}

.header .header-vectors .header-lines>div:nth-child(2) {
  margin-top: 10px;
}

.header .header-vectors .header-lines>div:nth-child(3) {
  margin-top: 20px;
}

.header .header-vectors .header-lines>div:nth-child(4) {
  margin-top: 30px;
}

.header .header-vectors .header-lines>div:nth-child(5) {
  margin-top: 40px;
}

.header .header-vectors .header-lines>div:nth-child(6) {
  margin-top: 50px;
}

.header .header-vectors .header-lines>div:nth-child(7) {
  margin-top: 60px;
}

.header .header-vectors .header-lines>div:nth-child(8) {
  margin-top: 70px;
}

.header .header-vectors .header-lines>div:nth-child(9) {
  margin-top: 80px;
}

.header .header-vectors .header-lines>div:nth-child(10) {
  margin-top: 90px;
}

.header .header-vectors .header-lines>div:nth-child(11) {
  margin-top: 100px;
}

.header .header-vectors .header-lines>div:nth-child(12) {
  margin-top: 110px;
}

.header .header-vectors .header-lines>div:nth-child(13) {
  margin-top: 120px;
}

.header .header-vectors .header-lines>div:nth-child(14) {
  margin-top: 130px;
}

.header .header-vectors .header-lines>div:nth-child(15) {
  margin-top: 140px;
}

.header .header-vectors .header-lines>div:nth-child(16) {
  margin-top: 150px;
}

.header .header-vectors .header-lines>div:nth-child(17) {
  margin-top: 160px;
}

.header .header-vectors .header-lines>div:nth-child(18) {
  margin-top: 170px;
}

.header .header-vectors .header-lines>div:nth-child(19) {
  margin-top: 160px;
}

.header .header-vectors .header-lines>div:nth-child(20) {
  margin-top: 150px;
}

.header .header-vectors .header-lines>div:nth-child(21) {
  margin-top: 140px;
}

.header .header-vectors .header-lines>div:nth-child(22) {
  margin-top: 130px;
}

.header .header-vectors .header-lines>div:nth-child(23) {
  margin-top: 120px;
}

.header .header-vectors .header-lines>div:nth-child(24) {
  margin-top: 110px;
}

.header .header-vectors .header-lines>div:nth-child(25) {
  margin-top: 100px;
}

.header .header-vectors .header-lines>div:nth-child(26) {
  margin-top: 90px;
}

.header .header-vectors .header-lines>div:nth-child(27) {
  margin-top: 80px;
}

.header .header-vectors .header-lines>div:nth-child(28) {
  margin-top: 70px;
}

.header .header-vectors .header-lines>div:nth-child(29) {
  margin-top: 60px;
}

.header .header-vectors .header-lines>div:nth-child(30) {
  margin-top: 50px;
}

.header .header-vectors .header-lines>div:nth-child(31) {
  margin-top: 40px;
}

.header .header-vectors .header-lines>div:nth-child(32) {
  margin-top: 30px;
}

.header .header-vectors .header-lines>div:nth-child(33) {
  margin-top: 20px;
}

.header .header-vectors .header-lines>div:nth-child(34) {
  margin-top: 10px;
}

@media screen and (max-width: 767.98px) {

  .header .header-vectors .header-right-vector,
  .header .header-vectors .header-center-vector {
    top: 50%;
    transform: translateY(-50%);
  }

  .header .header-vectors .header-left-vector {
    top: 45%;
    transform: translateY(-50%);
  }

  .header .header-vectors .header-lines>div {
    height: 70px;
  }

  .header .header-vectors .header-lines>div:nth-child(2) {
    margin-top: 5px;
  }

  .header .header-vectors .header-lines>div:nth-child(3) {
    margin-top: 10px;
  }

  .header .header-vectors .header-lines>div:nth-child(4) {
    margin-top: 15px;
  }

  .header .header-vectors .header-lines>div:nth-child(5) {
    margin-top: 20px;
  }

  .header .header-vectors .header-lines>div:nth-child(6) {
    margin-top: 25px;
  }

  .header .header-vectors .header-lines>div:nth-child(7) {
    margin-top: 30px;
  }

  .header .header-vectors .header-lines>div:nth-child(8) {
    margin-top: 35px;
  }

  .header .header-vectors .header-lines>div:nth-child(9) {
    margin-top: 40px;
  }

  .header .header-vectors .header-lines>div:nth-child(10) {
    margin-top: 45px;
  }

  .header .header-vectors .header-lines>div:nth-child(11) {
    margin-top: 50px;
  }

  .header .header-vectors .header-lines>div:nth-child(12) {
    margin-top: 55px;
  }

  .header .header-vectors .header-lines>div:nth-child(13) {
    margin-top: 60px;
  }

  .header .header-vectors .header-lines>div:nth-child(14) {
    margin-top: 65px;
  }

  .header .header-vectors .header-lines>div:nth-child(15) {
    margin-top: 70px;
  }

  .header .header-vectors .header-lines>div:nth-child(16) {
    margin-top: 75px;
  }

  .header .header-vectors .header-lines>div:nth-child(17) {
    margin-top: 80px;
  }

  .header .header-vectors .header-lines>div:nth-child(18) {
    margin-top: 85px;
  }

  .header .header-vectors .header-lines>div:nth-child(19) {
    margin-top: 80px;
  }

  .header .header-vectors .header-lines>div:nth-child(20) {
    margin-top: 75px;
  }

  .header .header-vectors .header-lines>div:nth-child(21) {
    margin-top: 70px;
  }

  .header .header-vectors .header-lines>div:nth-child(22) {
    margin-top: 65px;
  }

  .header .header-vectors .header-lines>div:nth-child(23) {
    margin-top: 60px;
  }

  .header .header-vectors .header-lines>div:nth-child(24) {
    margin-top: 55px;
  }

  .header .header-vectors .header-lines>div:nth-child(25) {
    margin-top: 50px;
  }

  .header .header-vectors .header-lines>div:nth-child(26) {
    margin-top: 45px;
  }

  .header .header-vectors .header-lines>div:nth-child(27) {
    margin-top: 40px;
  }

  .header .header-vectors .header-lines>div:nth-child(28) {
    margin-top: 35px;
  }

  .header .header-vectors .header-lines>div:nth-child(29) {
    margin-top: 30px;
  }

  .header .header-vectors .header-lines>div:nth-child(30) {
    margin-top: 25px;
  }

  .header .header-vectors .header-lines>div:nth-child(31) {
    margin-top: 20px;
  }

  .header .header-vectors .header-lines>div:nth-child(32) {
    margin-top: 15px;
  }

  .header .header-vectors .header-lines>div:nth-child(33) {
    margin-top: 10px;
  }

  .header .header-vectors .header-lines>div:nth-child(34) {
    margin-top: 5px;
  }
}

@media screen and (max-width: 500px) {
  .header .header-vectors .header-lines {
    width: 75%;
    left: -25%;
  }
}

@media screen and (max-width: 992px) {
  .header .header-content {
    padding: 20px 0;
  }

  .header .header-content .header-title {
    margin-top: 0;
    max-width: 450px;
  }

  .header .header-content .header-title br {
    display: none;
  }

  .header .header-content .header-title-row {
    margin-bottom: 100px;
  }
}

.header .blog-listing-bg {
  position: absolute;
  top: 0;
  left: 0;
}

.service-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.service-banner .about-banner-vactor-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  pointer-events: none;
}

.service-banner .service-title {
  display: inline-block;
  background: linear-gradient(270deg, #09B4E3 0%, #29F299 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-banner .get-in-touch {
  position: relative;
  display: inline-block;
  padding: 10px 24px;
  border-radius: 80px;
  color: #fff;
  border: 2px solid #fff;
  font-size: 1rem;
  background: linear-gradient(270deg, #09B4E3 0%, #29F299 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  overflow: hidden;
  transition: 0.3s linear;
}

.service-banner .get-in-touch::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fff;
  transition: 0.3s linear;
  z-index: -1;
}

.service-banner .get-in-touch:hover {
  color: #fff;
  background: transparent;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}

.service-banner .get-in-touch:hover::after {
  background-color: transparent;
}

.service-banner .header-content .header-title-row {
  margin-top: -80px;
}

.service-banner .hr {
  margin: 80px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.service-banner .slider-arrow-button .green-arrow {
  border-color: #fff !important;
}

.service-banner .slider-arrow-button .green-arrow.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.service-banner .green-slider-main .swiper-slide:nth-child(even) .slider-card-main>*:not(.slider-img-main) {
  z-index: 1;
}

.service-banner .green-slider-main .swiper-slide:nth-child(even) .slider-card-main:hover {
  background-color: rgb(9, 180, 227);
}

.service-banner .green-slider-main .swiper-slide:nth-child(even) .slider-card-main:hover h5 {
  color: #033F4F !important;
}

.service-banner .green-slider-main .swiper-slide:nth-child(even) .slider-card-main:hover p {
  color: #056C88;
}

.service-banner .green-slider-main .swiper-slide:nth-child(even) .slider-card-main:hover .slider-img-main {
  opacity: 1;
}

.service-banner .green-slider-main .swiper-slide:nth-child(even) .slider-card-main h5 {
  color: #fff !important;
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1;
}

.service-banner .green-slider-main .swiper-slide:nth-child(even) .slider-card-main p {
  font-size: 14px;
  color: #E0E0E0;
  font-weight: 600;
}

.service-banner .green-slider-main .swiper-slide:nth-child(even) .slider-card-main a {
  font-size: 16px;
  display: inline-block;
  padding: 8px 16px;
  border: 2px solid #0E5536;
  border-radius: 80px;
  color: #0E5536;
  font-weight: 600;
  background-color: #09B4E3;
}

.service-banner .green-slider-main .swiper-slide:nth-child(even) .slider-card-main .slider-img-main {
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
}

.service-banner .green-slider-main .swiper-slide:nth-child(even) .slider-card-main .slider-img-main img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767.98px) {
  .service-banner .green-slider-main .swiper-slide:nth-child(even) .slider-card-main {
    padding: 25px;
  }
}

.service-banner .green-slider-main .swiper-slide:nth-child(odd) .slider-card-main>*:not(.slider-img-main) {
  z-index: 1;
}

.service-banner .green-slider-main .swiper-slide:nth-child(odd) .slider-card-main:hover {
  background-color: rgb(41, 242, 153);
}

.service-banner .green-slider-main .swiper-slide:nth-child(odd) .slider-card-main:hover h5 {
  color: #0E5536 !important;
}

.service-banner .green-slider-main .swiper-slide:nth-child(odd) .slider-card-main:hover p {
  color: #19915C;
}

.service-banner .green-slider-main .swiper-slide:nth-child(odd) .slider-card-main:hover .slider-img-main {
  opacity: 1;
}

.service-banner .green-slider-main .swiper-slide:nth-child(odd) .slider-card-main h5 {
  color: #fff !important;
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1;
}

.service-banner .green-slider-main .swiper-slide:nth-child(odd) .slider-card-main p {
  font-size: 14px;
  color: #E0E0E0;
  font-weight: 600;
}

.service-banner .green-slider-main .swiper-slide:nth-child(odd) .slider-card-main a {
  font-size: 16px;
  display: inline-block;
  padding: 8px 16px;
  border: 2px solid #0E5536;
  border-radius: 80px;
  color: #0E5536;
  font-weight: 600;
  background-color: #29F299;
}

.service-banner .green-slider-main .swiper-slide:nth-child(odd) .slider-card-main .slider-img-main {
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
}

.service-banner .green-slider-main .swiper-slide:nth-child(odd) .slider-card-main .slider-img-main img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767.98px) {
  .service-banner .green-slider-main .swiper-slide:nth-child(odd) .slider-card-main {
    padding: 25px;
  }
}

@media screen and (max-width: 992px) {
  .service-banner .header-content .header-title-row {
    margin-top: 40px;
  }
}

.about-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about-banner .about-banner-vactor-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  pointer-events: none;
}

.about-banner .get-in-touch {
  position: relative;
  display: inline-block;
  padding: 10px 24px;
  border-radius: 80px;
  color: #fff;
  border: 2px solid #fff;
  font-size: 1rem;
  background: linear-gradient(270deg, #09B4E3 0%, #29F299 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  overflow: hidden;
  transition: 0.3s linear;
}

.about-banner .get-in-touch::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fff;
  transition: 0.3s linear;
  z-index: -1;
}

.about-banner .get-in-touch:hover {
  color: #fff;
  background: transparent;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}

.about-banner .get-in-touch:hover::after {
  background-color: transparent;
}

.about-banner .header-content .header-title-row {
  margin-top: -80px;
}

.about-banner .hr {
  margin: 50px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.about-banner .slider-arrow-button .green-arrow {
  border-color: #fff !important;
}

.about-banner .slider-arrow-button .green-arrow.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.about-banner .primary-title {
  display: inline-block;
  background: linear-gradient(270deg, #09B4E3 0%, #29F299 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-banner .green-slider-main .swiper-slide:nth-child(even) .slider-card-main:hover {
  background-color: rgb(9, 180, 227);
}

.about-banner .green-slider-main .swiper-slide:nth-child(even) .slider-card-main:hover h5 {
  color: #033F4F !important;
}

.about-banner .green-slider-main .swiper-slide:nth-child(even) .slider-card-main:hover p {
  color: #056C88;
}

.about-banner .green-slider-main .swiper-slide:nth-child(even) .slider-card-main:hover .slider-img-main {
  opacity: 1;
}

.about-banner .green-slider-main .swiper-slide:nth-child(even) .slider-card-main h5 {
  color: #fff !important;
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1;
}

.about-banner .green-slider-main .swiper-slide:nth-child(even) .slider-card-main p {
  font-size: 14px;
  color: #E0E0E0;
  font-weight: 600;
}

.about-banner .green-slider-main .swiper-slide:nth-child(even) .slider-card-main a {
  font-size: 16px;
  display: inline-block;
  padding: 8px 16px;
  border: 2px solid #0E5536;
  border-radius: 80px;
  color: #0E5536;
  font-weight: 600;
  background-color: #09B4E3;
}

.about-banner .green-slider-main .swiper-slide:nth-child(even) .slider-card-main .slider-img-main {
  width: 100%;
  height: 100%;
  opacity: 0;
}

@media screen and (max-width: 767.98px) {
  .about-banner .green-slider-main .swiper-slide:nth-child(even) .slider-card-main {
    padding: 25px;
  }
}

.about-banner .green-slider-main .swiper-slide:nth-child(odd) .slider-card-main:hover {
  background-color: rgb(41, 242, 153);
}

.about-banner .green-slider-main .swiper-slide:nth-child(odd) .slider-card-main:hover h5 {
  color: #0E5536 !important;
}

.about-banner .green-slider-main .swiper-slide:nth-child(odd) .slider-card-main:hover p {
  color: #19915C;
}

.about-banner .green-slider-main .swiper-slide:nth-child(odd) .slider-card-main:hover .slider-img-main {
  opacity: 1;
}

.about-banner .green-slider-main .swiper-slide:nth-child(odd) .slider-card-main h5 {
  color: #fff !important;
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1;
}

.about-banner .green-slider-main .swiper-slide:nth-child(odd) .slider-card-main p {
  font-size: 14px;
  color: #E0E0E0;
  font-weight: 600;
}

.about-banner .green-slider-main .swiper-slide:nth-child(odd) .slider-card-main a {
  font-size: 16px;
  display: inline-block;
  padding: 8px 16px;
  border: 2px solid #0E5536;
  border-radius: 80px;
  color: #0E5536;
  font-weight: 600;
  background-color: #29F299;
}

.about-banner .green-slider-main .swiper-slide:nth-child(odd) .slider-card-main .slider-img-main {
  width: 100%;
  height: 100%;
  opacity: 0;
}

@media screen and (max-width: 767.98px) {
  .about-banner .green-slider-main .swiper-slide:nth-child(odd) .slider-card-main {
    padding: 25px;
  }
}

@media screen and (max-width: 992px) {
  .about-banner .header-content .header-title-row {
    margin-top: 40px;
  }
}

.about-banner .years-text-parent {
  margin-top: 13%;
}

@media screen and (max-width: 768px) {
  .about-banner .years-text-parent {
    margin-top: 0;
  }
}

.about-banner .years-text {
  position: relative;
  font-family: var(--gilroy);
  font-weight: 700;
  font-size: clamp(52px, 19vw, 250px);
  color: rgb(41, 242, 153);
  line-height: 0;
  white-space: nowrap;
  text-shadow: 0 0 1px #000;
  z-index: 1;
}

.about-banner .excellence-text {
  position: relative;
  font-family: var(--gilroy);
  font-weight: 700;
  font-size: 42px;
  color: rgb(9, 180, 227);
  line-height: 0.7;
  letter-spacing: -1px;
  z-index: 1;
}

.about-banner .leading-company-main {
  padding: 10px 0 100px 0;
}

.about-banner .leading-company-main .leading-heading h3 {
  font-family: var(--gilroy);
  font-weight: 700;
  font-size: 42px;
  color: rgb(255, 255, 255);
  max-width: 350px;
  line-height: 1;
}

.about-banner .leading-company-main .leading-text p {
  font-family: var(--gilroy);
  font-weight: 600;
  font-size: 18px;
  color: rgb(224, 224, 224);
  margin-bottom: 40px;
}

.mission-empowering-main {
  padding: 100px 0 60px 0;
  position: relative;
}

.mission-empowering-main .blog-listing-bg {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.mission-empowering-main .mission-empowering {
  margin-bottom: 50px;
}

.mission-empowering-main .mission-empowering h2 {
  font-family: var(--gilroy);
  font-weight: 700;
  font-size: 42px;
  color: rgb(41, 242, 153);
  line-height: 1;
  margin-bottom: 15px;
}

.mission-empowering-main .mission-empowering h2 span {
  color: rgb(14, 85, 54);
}

.mission-empowering-main .mission-empowering p {
  font-family: var(--gilroy);
  font-weight: 600;
  font-size: 18px;
  color: rgb(91, 91, 91);
}

.mission-empowering-main .vision-pioneering h2 {
  font-family: var(--gilroy);
  font-weight: 700;
  font-size: 42px;
  color: rgb(9, 180, 227);
  line-height: 1;
  margin-bottom: 15px;
}

.mission-empowering-main .vision-pioneering h2 span {
  color: rgb(3, 63, 79);
}

.mission-empowering-main .vision-pioneering p {
  font-family: var(--gilroy);
  font-weight: 600;
  font-size: 18px;
  color: rgb(91, 91, 91);
}

.core-value-main {
  position: relative;
}

.core-value-main .core-bg-img {
  position: absolute;
  top: -20%;
  left: 0;
  pointer-events: none;
}

.core-value-main .core-heading {
  margin-bottom: 30px;
}

.core-value-main .core-heading h2 {
  font-family: var(--gilroy);
  font-weight: 700;
  font-size: clamp(40px, 11vw, 160px);
  color: rgb(9, 180, 227);
}

.core-value-main .core-heading h2 span {
  color: rgb(41, 242, 153);
}

.core-value-main .value-slider-main .swiper-slide:nth-child(odd) h4 {
  color: rgb(41, 242, 153);
}

.core-value-main .value-slider-main .swiper-slide:nth-child(even) h4 {
  color: rgb(9, 180, 227);
}

.core-value-main .value-slider-main .value-text-slider {
  margin-bottom: 30px;
}

.core-value-main .value-slider-main .value-text-slider h4 {
  font-family: var(--gilroy);
  font-weight: 700;
  font-size: clamp(32px, 6vw, 80px);
  line-height: 0.9;
  margin-bottom: 20px;
}

.core-value-main .value-slider-main .value-text-slider p {
  font-family: var(--gilroy);
  font-weight: 600;
  font-size: 16px;
  color: rgb(91, 91, 91);
  padding-right: 30px;
}

.core-value-main .value-slider-main .value-img-slider img {
  width: 100%;
}

.core-value-main .core-arrow-main>div {
  display: none;
}

.core-value-main .core-arrow-main.corearrowblue>div:nth-child(2) {
  display: flex;
}

.core-value-main .core-arrow-main.corearrowgreen>div:nth-child(1) {
  display: flex;
}

.core-value-main .core-arrow-main .green-arrow {
  width: 40px;
  height: 40px;
  border: solid 2px rgb(41, 242, 153);
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s linear;
  overflow: hidden;
  position: relative;
}

.core-value-main .core-arrow-main .green-arrow.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.core-value-main .core-arrow-main .green-arrow:nth-child(1) img {
  display: block;
  transition: 0.3s linear;
}

.core-value-main .core-arrow-main .green-arrow:nth-child(1) img:nth-child(2) {
  position: absolute;
  right: -35px;
}

.core-value-main .core-arrow-main .green-arrow:nth-child(1):hover img {
  transform: translateX(-42px);
}

.core-value-main .core-arrow-main .green-arrow:nth-child(2) img {
  display: block;
  transition: 0.3s linear;
}

.core-value-main .core-arrow-main .green-arrow:nth-child(2) img:nth-child(2) {
  position: absolute;
  left: -35px;
}

.core-value-main .core-arrow-main .green-arrow:nth-child(2):hover img {
  transform: translateX(42px);
}

.core-value-main .core-arrow-main .blue-arrow {
  width: 40px;
  height: 40px;
  border: solid 2px rgb(9, 180, 227);
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s linear;
  overflow: hidden;
  position: relative;
}

.core-value-main .core-arrow-main .blue-arrow.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.core-value-main .core-arrow-main .blue-arrow:nth-child(1) img {
  display: block;
  transition: 0.3s linear;
}

.core-value-main .core-arrow-main .blue-arrow:nth-child(1) img:nth-child(2) {
  position: absolute;
  right: -35px;
}

.core-value-main .core-arrow-main .blue-arrow:nth-child(1):hover img {
  transform: translateX(-42px);
}

.core-value-main .core-arrow-main .blue-arrow:nth-child(2) img {
  display: block;
  transition: 0.3s linear;
}

.core-value-main .core-arrow-main .blue-arrow:nth-child(2) img:nth-child(2) {
  position: absolute;
  left: -35px;
}

.core-value-main .core-arrow-main .blue-arrow:nth-child(2):hover img {
  transform: translateX(42px);
}

.casestudies {
  position: relative;
}

.casestudies .casestudies-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 140px 0 100px 0;
  z-index: 10;
}

.casestudies .casestudies-slider .swiper-slide img {
  width: 100%;
  min-height: 435px;
  -o-object-fit: cover;
  object-fit: cover;
}

.casestudies .casestudies-content-slider .casestudies-content-title {
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  letter-spacing: -1px;
  color: #fff;
  padding-bottom: 20px;
  line-height: 0.9;
}

.casestudies-slider-arrows {
  display: flex;
  gap: 10px;
}

.casestudies-slider-arrows a {
  width: 40px;
  height: 40px;
  border: solid 2px #fff;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s linear;
  overflow: hidden;
  position: relative;
}

.casestudies-slider-arrows a:nth-child(1) img {
  display: block;
  transition: 0.3s linear;
}

.casestudies-slider-arrows a:nth-child(1) img:nth-child(2) {
  position: absolute;
  right: -35px;
}

.casestudies-slider-arrows a:nth-child(1):hover img {
  transform: translateX(-42px);
}

.casestudies-slider-arrows a:nth-child(2) img {
  display: block;
  transition: 0.3s linear;
}

.casestudies-slider-arrows a:nth-child(2) img:nth-child(1) {
  position: absolute;
  left: -35px;
}

.casestudies-slider-arrows a:nth-child(2):hover img {
  transform: translateX(42px);
}

.casestudies-slider-arrows a.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.company-section {
  position: relative;
  padding: 100px 0;
  padding-bottom: 25%;
  z-index: 10;
}

.company-section.services-page {
  padding-top: 20%;
  padding-bottom: 15%;
}

@media screen and (max-width: 768px) {
  .company-section.services-page {
    padding-bottom: 20%;
  }
}

.company-section .globally-title {
  font-size: clamp(52px, 7vw, 100px);
  font-weight: 700;
  line-height: 0.9;
}

.company-section .globally-title span {
  display: block;
}

.company-section .globally-title span:nth-child(1) {
  color: #29F299;
  transform: translateX(-70px);
}

.company-section .globally-title span:nth-child(2) {
  color: #09B4E3;
  transform: translateX(70px);
}

.company-section .company-section-vector-right {
  position: absolute;
  right: calc(0% - 232px);
  top: -61%;
  width: 45%;
  pointer-events: none;
  z-index: -1;
  opacity: 0.6;
}

.company-section .company-section-vector-left {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 43%;
  pointer-events: none;
  z-index: -1;
}

.company-section .globally-map {
  position: absolute;
  top: 40px;
  left: 0;
  width: 60%;
  z-index: -1;
}

.company-section .company-section-vector-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-inline-start: auto;
  display: block;
  width: 72%;
  margin-bottom: -24%;
}

.company-section .company-head-txt {
  color: #09B4E3;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 0.9;
  font-weight: 700;
  letter-spacing: -1px;
}

.company-section .company-head-txt span {
  color: #B3E8F6;
}

.company-section .company-client {
  position: relative;
}

.company-section .company-client .client-row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.company-section .company-client .client-row>div {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  width: 25%;
}

.company-section .company-client .client-row:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 100%;
  transform: translateY(-100%);
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(163, 177, 138, 0) 0%, #A3B18A 50%, rgba(163, 177, 138, 0) 100%);
}

.company-section .company-client .client-row:not(:last-child)>div:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 200%;
  background: linear-gradient(180deg, rgba(163, 177, 138, 0) 0%, #A3B18A 50%, rgba(163, 177, 138, 0) 100%);
}

.company-section .company-subtitle {
  text-align: end;
  font-size: clamp(42px, 5vw, 72px);
  color: #09B4E3;
  font-weight: 700;
  width: 95%;
}

.company-section .company-title {
  position: relative;
  text-align: center;
  font-size: clamp(52px, 20vw, 310px);
  color: #29F299;
  font-weight: 700;
  line-height: 0.9;
  z-index: 1;
}

@media screen and (max-width: 992px) {
  .company-section .globally-title span {
    transform: translateX(0) !important;
  }
}

@media screen and (max-width: 767px) {
  .company-section {
    padding: 60px 0 120px 0;
  }

  .company-section .company-section-vector-right {
    top: 62%;
  }
}

.why-choose-us {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(270deg, #09B4E3 0%, #29F299 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.why-choose-us::after {
  content: "";
  position: absolute;
  display: block;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  z-index: 0;
}

.why-choose-us>.container {
  position: relative;
  z-index: 1;
}

.why-choose-us .why-choose-us-card {
  text-align: center;
}

.why-choose-us .why-choose-us-card>img {
  width: 40px;
}

.why-choose-us .why-choose-us-card .title {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 600;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 30px;
}

.why-choose-us .why-choose-us-card .lines {
  display: flex;
  justify-content: space-between;
}

.why-choose-us .why-choose-us-card .lines>div {
  width: 2px;
  height: 240px;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.3;
}

.why-choose-us .why-choose-us-slider .swiper-slide .why-choose-us-card {
  transition: 0.3s linear;
}

.why-choose-us .why-choose-us-slider .swiper-slide:nth-child(odd) .why-choose-us-card .lines>div {
  transition: 0.3s;
}

.why-choose-us .why-choose-us-slider .swiper-slide:nth-child(odd) .why-choose-us-card .lines>div:nth-child(1) {
  margin-top: 20px;
}

.why-choose-us .why-choose-us-slider .swiper-slide:nth-child(odd) .why-choose-us-card .lines>div:nth-child(2) {
  margin-top: 30px;
}

.why-choose-us .why-choose-us-slider .swiper-slide:nth-child(odd) .why-choose-us-card .lines>div:nth-child(3) {
  margin-top: 40px;
}

.why-choose-us .why-choose-us-slider .swiper-slide:nth-child(odd) .why-choose-us-card .lines>div:nth-child(4) {
  margin-top: 50px;
}

.why-choose-us .why-choose-us-slider .swiper-slide:nth-child(odd) .why-choose-us-card .lines>div:nth-child(5) {
  margin-top: 60px;
}

.why-choose-us .why-choose-us-slider .swiper-slide:nth-child(odd) .why-choose-us-card .lines>div:nth-child(6) {
  opacity: 1;
}

.why-choose-us .why-choose-us-slider .swiper-slide:nth-child(odd) .why-choose-us-card .lines>div:nth-child(7) {
  margin-top: 60px;
}

.why-choose-us .why-choose-us-slider .swiper-slide:nth-child(odd) .why-choose-us-card .lines>div:nth-child(8) {
  margin-top: 50px;
}

.why-choose-us .why-choose-us-slider .swiper-slide:nth-child(odd) .why-choose-us-card .lines>div:nth-child(9) {
  margin-top: 40px;
}

.why-choose-us .why-choose-us-slider .swiper-slide:nth-child(odd) .why-choose-us-card .lines>div:nth-child(10) {
  margin-top: 30px;
}

.why-choose-us .why-choose-us-slider .swiper-slide:nth-child(odd) .why-choose-us-card .lines>div:nth-child(11) {
  opacity: 0;
  background: transparent;
}

.why-choose-us .why-choose-us-slider .swiper-slide:nth-child(odd) .why-choose-us-card.active .lines>div:nth-child(4) {
  transform: translateY(-20px);
}

.why-choose-us .why-choose-us-slider .swiper-slide:nth-child(odd) .why-choose-us-card.active .lines>div:nth-child(5) {
  opacity: 1;
  transform: translateY(-40px);
}

.why-choose-us .why-choose-us-slider .swiper-slide:nth-child(odd) .why-choose-us-card.active .lines>div:nth-child(7) {
  opacity: 1;
  transform: translateY(-40px);
}

.why-choose-us .why-choose-us-slider .swiper-slide:nth-child(odd) .why-choose-us-card.active .lines>div:nth-child(8) {
  transform: translateY(-20px);
}

.why-choose-us .why-choose-us-slider .swiper-slide:nth-child(even) .why-choose-us-card {
  margin-top: -80px;
}

.why-choose-us .why-choose-us-slider .swiper-slide:nth-child(even) .why-choose-us-card .lines>div {
  transition: 0.3s;
}

.why-choose-us .why-choose-us-slider .swiper-slide:nth-child(even) .why-choose-us-card .lines>div:nth-child(1) {
  margin-top: 100px;
}

.why-choose-us .why-choose-us-slider .swiper-slide:nth-child(even) .why-choose-us-card .lines>div:nth-child(2) {
  margin-top: 90px;
}

.why-choose-us .why-choose-us-slider .swiper-slide:nth-child(even) .why-choose-us-card .lines>div:nth-child(3) {
  margin-top: 80px;
}

.why-choose-us .why-choose-us-slider .swiper-slide:nth-child(even) .why-choose-us-card .lines>div:nth-child(4) {
  margin-top: 70px;
}

.why-choose-us .why-choose-us-slider .swiper-slide:nth-child(even) .why-choose-us-card .lines>div:nth-child(5) {
  margin-top: 60px;
}

.why-choose-us .why-choose-us-slider .swiper-slide:nth-child(even) .why-choose-us-card .lines>div:nth-child(6) {
  opacity: 1;
}

.why-choose-us .why-choose-us-slider .swiper-slide:nth-child(even) .why-choose-us-card .lines>div:nth-child(7) {
  margin-top: 60px;
}

.why-choose-us .why-choose-us-slider .swiper-slide:nth-child(even) .why-choose-us-card .lines>div:nth-child(8) {
  margin-top: 70px;
}

.why-choose-us .why-choose-us-slider .swiper-slide:nth-child(even) .why-choose-us-card .lines>div:nth-child(9) {
  margin-top: 80px;
}

.why-choose-us .why-choose-us-slider .swiper-slide:nth-child(even) .why-choose-us-card .lines>div:nth-child(10) {
  margin-top: 90px;
}

.why-choose-us .why-choose-us-slider .swiper-slide:nth-child(even) .why-choose-us-card .lines>div:nth-child(11) {
  opacity: 0;
}

.why-choose-us .why-choose-us-slider .swiper-slide:nth-child(even) .why-choose-us-card:last-child .lines>div:nth-child(11) {
  margin-top: 100px;
  opacity: 0.3;
}

.why-choose-us .why-choose-us-slider .swiper-slide:nth-child(even) .why-choose-us-card.active .lines>div:nth-child(4) {
  transform: translateY(-10px);
}

.why-choose-us .why-choose-us-slider .swiper-slide:nth-child(even) .why-choose-us-card.active .lines>div:nth-child(5) {
  opacity: 1;
  transform: translateY(-20px);
}

.why-choose-us .why-choose-us-slider .swiper-slide:nth-child(even) .why-choose-us-card.active .lines>div:nth-child(7) {
  opacity: 1;
  transform: translateY(-20px);
}

.why-choose-us .why-choose-us-slider .swiper-slide:nth-child(even) .why-choose-us-card.active .lines>div:nth-child(8) {
  transform: translateY(-10px);
}

.why-choose-us .why-choose-us-slider.off .swiper-slide .why-choose-us-card:not(.active) {
  opacity: 0.5;
}

.why-choose-us .why-choose-us-slider.off .swiper-slide .why-choose-us-card:not(.active) .lines>div:nth-child(6) {
  opacity: 0.3;
}

.why-choose-us .swiper-pagination {
  position: relative;
  inset: unset;
  z-index: 10;
}

.why-choose-us .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #D9D9D9;
  opacity: 0.5;
}

.why-choose-us .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .why-choose-us {
    padding: 70px 0;
  }
}

.client-testimonials {
  position: relative;
  background: linear-gradient(270deg, #09B4E3 0%, #29F299 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  display: flex;
  flex-wrap: wrap;
}

.client-testimonials::after {
  content: "";
  position: absolute;
  display: block;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 0;
}

.client-testimonials>div {
  position: relative;
  z-index: 1;
}

.client-testimonials .card-1 {
  width: 25%;
}

.client-testimonials .card-2 {
  padding: 50px;
  width: 50%;
  background-image: url("../images/client-testimonials-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.5s linear;
}

.client-testimonials .card-2 .client-testimonials-arrows {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 20px;
}

.client-testimonials .card-2 .client-testimonials-arrows a {
  width: 40px;
  height: 40px;
  border: solid 2px #fff;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s linear;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.client-testimonials .card-2 .client-testimonials-arrows a:nth-child(1) img {
  display: block;
  transition: 0.3s linear;
}

.client-testimonials .card-2 .client-testimonials-arrows a:nth-child(1) img:nth-child(2) {
  position: absolute;
  right: -35px;
}

.client-testimonials .card-2 .client-testimonials-arrows a:nth-child(1):hover img {
  transform: translateX(-42px);
}

.client-testimonials .card-2 .client-testimonials-arrows a:nth-child(2) img {
  display: block;
  transition: 0.3s linear;
}

.client-testimonials .card-2 .client-testimonials-arrows a:nth-child(2) img:nth-child(1) {
  position: absolute;
  left: -35px;
}

.client-testimonials .card-2 .client-testimonials-arrows a:nth-child(2):hover img {
  transform: translateX(42px);
}

.client-testimonials .card-2 .client-testimonials-arrows a.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.client-testimonials .card-2 .client-testimonials-title {
  font-size: clamp(42px, 6vw, 80px);
  color: #fff;
  font-weight: 700;
  max-width: 435px;
  line-height: 0.9;
  margin-inline-start: -20vw;
  margin-bottom: 20px;
}

.client-testimonials .card-2 .client-testimonials-txt {
  font-size: clamp(16px, 3vw, 20px);
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}

.client-testimonials .card-2 .client-info {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-bottom: 20px;
}

.client-testimonials .card-2 .client-info img {
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  border-radius: 36px;
}

.client-testimonials .card-2 .client-info .client-info-name {
  font-size: 17px;
  color: #fff;
  font-weight: 600;
}

.client-testimonials .card-2 .client-testimonials-content-slider {
  max-height: 170px;
}

@media screen and (max-width: 1260px) {
  .client-testimonials .card-2 .client-testimonials-content-slider {
    max-height: 200px;
  }
}

.client-testimonials .card-2 .client-testimonials-content-slider .swiper-slide {
  display: flex;
  align-items: flex-end;
}

.client-testimonials .card-3 {
  width: 25%;
}

.client-testimonials .card-3 .client-testimonials-img-slider img {
  width: 100%;
}

.client-testimonials .testimonialscardblue {
  background-color: #09B4E3;
}

.client-testimonials .testimonialscardgreen {
  background-color: #29F299;
}

@media screen and (max-width: 767.98px) {
  .client-testimonials {
    flex-direction: column;
  }

  .client-testimonials .card-1,
  .client-testimonials .card-2,
  .client-testimonials .card-3 {
    width: 100%;
  }

  .client-testimonials .card-2 {
    padding: 50px 15px;
  }

  .client-testimonials .card-2>div:nth-child(1) {
    margin-top: -90px;
  }

  .client-testimonials .card-2 .client-testimonials-title {
    margin-inline-start: 0;
    margin-bottom: 30px;
    max-width: 90%;
    margin-top: 70px;
  }

  .client-testimonials .card-3 .client-testimonials-img-slider img {
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.trusted-partner-main {
  padding: 70px 0;
  background-image: url("../images/truested-partner-img-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .trusted-partner-main {
    padding: 40px 0 0 0;
  }
}

.trusted-partner-main .trusted-heading {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.trusted-partner-main .trusted-heading h2 {
  font-size: clamp(42px, 20vw, 80px);
  font-family: var(--gilroy);
  font-weight: 700;
  color: #29F299;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .trusted-partner-main .trusted-heading h2 {
    font-size: 42px;
  }
}

.trusted-partner-main .trusted-heading h2 span {
  color: #09B4E3;
}

.trusted-partner-main .slider-arrow-button {
  display: flex;
  align-items: center;
  gap: 10px;
}

.trusted-partner-main .slider-arrow-button .green-arrow {
  width: 40px;
  height: 40px;
  border: solid 2px rgb(41, 242, 153);
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s linear;
  overflow: hidden;
  position: relative;
}

.trusted-partner-main .slider-arrow-button .green-arrow.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.trusted-partner-main .slider-arrow-button .green-arrow:nth-child(1) img {
  display: block;
  transition: 0.3s linear;
}

.trusted-partner-main .slider-arrow-button .green-arrow:nth-child(1) img:nth-child(2) {
  position: absolute;
  right: -35px;
}

.trusted-partner-main .slider-arrow-button .green-arrow:nth-child(1):hover img {
  transform: translateX(-42px);
}

.trusted-partner-main .slider-arrow-button .green-arrow:nth-child(2) img {
  display: block;
  transition: 0.3s linear;
}

.trusted-partner-main .slider-arrow-button .green-arrow:nth-child(2) img:nth-child(2) {
  position: absolute;
  left: -35px;
}

.trusted-partner-main .slider-arrow-button .green-arrow:nth-child(2):hover img {
  transform: translateX(42px);
}

.trusted-partner-main .trusted-slider-main {
  margin-top: 50px;
}

.trusted-partner-main .trusted-slider-main .trusted-partner-img-main {
  text-align: center;
}

.green-get-main {
  padding: 70px 0;
}

.green-get-main .slider-arrow-button {
  display: flex;
  align-items: center;
  gap: 10px;
}

.green-get-main .slider-arrow-button .green-arrow {
  width: 40px;
  height: 40px;
  border: solid 2px rgb(41, 242, 153);
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s linear;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.green-get-main .slider-arrow-button .green-arrow.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.green-get-main .slider-arrow-button .green-arrow:nth-child(1) img {
  display: block;
  transition: 0.3s linear;
}

.green-get-main .slider-arrow-button .green-arrow:nth-child(1) img:nth-child(2) {
  position: absolute;
  right: -35px;
}

.green-get-main .slider-arrow-button .green-arrow:nth-child(1):hover img {
  transform: translateX(-42px);
}

.green-get-main .slider-arrow-button .green-arrow:nth-child(2) img {
  display: block;
  transition: 0.3s linear;
}

.green-get-main .slider-arrow-button .green-arrow:nth-child(2) img:nth-child(2) {
  position: absolute;
  left: -35px;
}

.green-get-main .slider-arrow-button .green-arrow:nth-child(2):hover img {
  transform: translateX(42px);
}

.green-get-main .green-slider-main {
  margin-top: 50px;
}

.green-get-main .green-slider-main .swiper-slide:nth-child(even) .slider-card-main:hover {
  background-color: rgb(9, 180, 227);
}

.green-get-main .green-slider-main .swiper-slide:nth-child(even) .slider-card-main:hover .text-date span {
  color: rgb(3, 63, 79);
}

.green-get-main .green-slider-main .swiper-slide:nth-child(even) .slider-card-main:hover .text-date p {
  color: rgb(91, 91, 91);
}

.green-get-main .green-slider-main .swiper-slide:nth-child(even) .slider-card-main h5 {
  color: rgb(3, 63, 79);
}

.green-get-main .green-slider-main .swiper-slide:nth-child(even) .slider-card-main .text-date span {
  color: rgb(7, 135, 170);
}

@media screen and (max-width: 767.98px) {
  .green-get-main .green-slider-main .swiper-slide:nth-child(even) .slider-card-main {
    padding: 25px;
  }
}

.green-get-main .green-slider-main .swiper-slide:nth-child(odd) .slider-card-main:hover {
  background-color: rgb(41, 242, 153);
}

.green-get-main .green-slider-main .swiper-slide:nth-child(odd) .slider-card-main:hover .text-date span {
  color: rgb(58, 90, 64);
}

.green-get-main .green-slider-main .swiper-slide:nth-child(odd) .slider-card-main:hover .text-date p {
  color: rgb(91, 91, 91);
}

.green-get-main .green-slider-main .swiper-slide:nth-child(odd) .slider-card-main h5 {
  color: rgb(14, 85, 54);
}

.green-get-main .green-slider-main .swiper-slide:nth-child(odd) .slider-card-main .text-date span {
  color: rgb(31, 182, 115);
}

@media screen and (max-width: 767.98px) {
  .green-get-main .green-slider-main .swiper-slide:nth-child(odd) .slider-card-main {
    padding: 25px;
  }
}

.green-get-main .green-slider-main .slider-card-main {
  position: relative;
  border: solid 1.5px rgba(176, 189, 155, 0.2);
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 360px;
  transition: 0.3s all;
}

.green-get-main .green-slider-main .slider-card-main h5 {
  font-family: var(--gilroy);
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
}

.green-get-main .green-slider-main .slider-card-main .text-date span {
  font-family: var(--gilroy);
  font-weight: 600;
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  transition: 0.3s all;
}

.green-get-main .green-slider-main .slider-card-main .text-date p {
  font-family: var(--gilroy);
  font-weight: 600;
  font-size: 16px;
  color: rgb(184, 184, 184);
  transition: 0.3s all;
}

.green-get-main .green-slider-main .slider-card-main .slider-img-main {
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  width: 50%;
}

@media screen and (max-width: 767.98px) {
  .green-get-main .green-slider-main .slider-card-main {
    min-height: 350px;
    padding: 25px;
  }
}

.green-get-main .get-touch-main {
  position: relative;
  padding: 200px 0 20px 0;
}

.green-get-main .get-touch-main span {
  font-family: var(--gilroy);
  font-size: clamp(52px, 14vw, 215px);
  font-weight: 700;
  color: rgb(41, 242, 153);
  text-align: center;
  display: block;
}

.green-get-main .get-touch-main .get-arrow-main {
  position: absolute;
  left: 50%;
  bottom: 17%;
  transform: translateX(-50%);
  background-color: rgb(9, 180, 227);
  width: 260px;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  transition: 0.3s linear;
}

.green-get-main .get-touch-main .get-arrow-main img {
  display: block;
  transition: 0.3s linear;
}

.green-get-main .get-touch-main .get-arrow-main img:nth-child(2) {
  position: absolute;
  left: -130px;
}

.green-get-main .get-touch-main .get-arrow-main:hover img {
  transform: translateX(180px);
}

@media screen and (max-width: 767px) {
  .green-get-main .get-touch-main .get-arrow-main:hover img {
    transform: translateX(0);
  }
}

.blog-listing-main {
  padding: 70px 0 0 0;
}

.blog-listing-main .load-blog .blog-card-load {
  display: none;
}

.blog-listing-main .col-md-4:nth-child(even) .slider-card-main:hover {
  background-color: rgb(9, 180, 227);
}

.blog-listing-main .col-md-4:nth-child(even) .slider-card-main:hover .text-date span {
  color: rgb(3, 63, 79);
}

.blog-listing-main .col-md-4:nth-child(even) .slider-card-main:hover .text-date p {
  color: rgb(91, 91, 91);
}

.blog-listing-main .col-md-4:nth-child(even) .slider-card-main h5 {
  color: rgb(3, 63, 79);
}

.blog-listing-main .col-md-4:nth-child(even) .slider-card-main .text-date span {
  color: rgb(7, 135, 170);
}

@media screen and (max-width: 767.98px) {
  .blog-listing-main .col-md-4:nth-child(even) .slider-card-main {
    padding: 25px;
  }
}

.blog-listing-main .col-md-4:nth-child(odd) .slider-card-main:hover {
  background-color: rgb(41, 242, 153);
}

.blog-listing-main .col-md-4:nth-child(odd) .slider-card-main:hover .text-date span {
  color: rgb(58, 90, 64);
}

.blog-listing-main .col-md-4:nth-child(odd) .slider-card-main:hover .text-date p {
  color: rgb(91, 91, 91);
}

.blog-listing-main .col-md-4:nth-child(odd) .slider-card-main h5 {
  color: rgb(14, 85, 54);
}

.blog-listing-main .col-md-4:nth-child(odd) .slider-card-main .text-date span {
  color: rgb(31, 182, 115);
}

@media screen and (max-width: 767.98px) {
  .blog-listing-main .col-md-4:nth-child(odd) .slider-card-main {
    padding: 25px;
  }
}

.blog-listing-main .slider-card-main {
  position: relative;
  border: solid 1.5px rgba(176, 189, 155, 0.2);
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 420px;
  transition: 0.3s all;
  margin-bottom: 30px;
}

.blog-listing-main .slider-card-main h5 {
  font-family: var(--gilroy);
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
}

.blog-listing-main .slider-card-main .text-date span {
  font-family: var(--gilroy);
  font-weight: 600;
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  transition: 0.3s all;
}

.blog-listing-main .slider-card-main .text-date p {
  font-family: var(--gilroy);
  font-weight: 600;
  font-size: 16px;
  color: rgb(184, 184, 184);
  transition: 0.3s all;
}

.blog-listing-main .slider-card-main .slider-img-main {
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  width: 50%;
}

@media screen and (max-width: 767.98px) {
  .blog-listing-main .slider-card-main {
    padding: 25px;
  }
}

.blog-detail-main {
  padding: 0 0 40px 0;
}

.blog-detail-main .blog-content-main img {
  width: 100%;
  margin-bottom: 20px;
}

.blog-detail-main .blog-content-main h2 {
  font-family: var(--gilroy);
  font-weight: 700 !important;
  font-size: 42px;
  color: rgb(14, 85, 54);
  line-height: 0.9;
  margin: 15px 0;
}

@media screen and (max-width: 767px) {
  .blog-detail-main .blog-content-main h2 {
    font-size: 32px;
  }
}

.blog-detail-main .blog-content-main h1,
.blog-detail-main .blog-content-main h2,
.blog-detail-main .blog-content-main h3,
.blog-detail-main .blog-content-main h4,
.blog-detail-main .blog-content-main h5,
.blog-detail-main .blog-content-main h6 {
  font-weight: 600;
}

.blog-detail-main .blog-content-main p {
  font-family: var(--gilroy);
  font-weight: 500;
  font-size: 16px;
  color: #5B5B5B;
  margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
  .blog-detail-main .blog-content-main p {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .blog-detail-main .blog-content-main ol {
    padding-left: 20px;
  }
}

.blog-detail-main .blog-content-main ol li {
  font-family: var(--gilroy);
  font-weight: 600;
  font-size: 22px;
  color: rgb(31, 182, 115);
}

@media screen and (max-width: 767px) {
  .blog-detail-main .blog-content-main ol li {
    font-size: 18px;
  }
}

.blog-detail-main .blog-content-main ol li h4 {
  font-family: var(--gilroy);
  font-weight: 600;
  font-size: 22px;
  color: rgb(31, 182, 115);
  line-height: 0.9;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .blog-detail-main .blog-content-main ol li h4 {
    font-size: 18px;
  }
}

.blog-detail-main .blog-content-main ol li p {
  font-family: var(--gilroy);
  font-weight: 500;
  font-size: 16px;
  color: rgb(91, 91, 91);
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .blog-detail-main .blog-content-main ol li p {
    font-size: 14px;
  }
}

.blog-detail-main .blog-content-main span {
  display: block;
  font-family: var(--gilroy);
  font-weight: 600;
  font-size: 16px;
  color: rgb(31, 182, 115);
}

.case-listing-main {
  padding: 70px 0 0 0;
}

.case-listing-main .load-case .case-card-load {
  display: none;
}

.case-listing-main .case-relative {
  position: relative;
  transition: 0.3s all;
  margin-bottom: 40px;
}

.case-listing-main .case-relative:hover .case-card-main {
  background-color: rgba(0, 0, 0, 0.301);
}

.case-listing-main .case-relative:hover .case-img-main img {
  opacity: 0.4;
}

.case-listing-main .case-relative img {
  width: 100%;
}

.case-listing-main .case-relative .case-card-main {
  position: absolute;
  top: 0;
  left: 0;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  transition: 0.3s all;
}

.case-listing-main .case-relative .case-card-main .case-heading-tag h5 {
  font-family: var(--gilroy);
  font-weight: 600;
  font-size: 20px;
  color: rgb(255, 255, 255);
}

.case-listing-main .case-relative .case-card-main .case-heading-tag span {
  font-family: var(--gilroy);
  font-weight: 600;
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  transition: 0.3s all;
  color: rgb(224, 224, 224);
}

.case-listing-main .case-relative .case-card-main .text-date a {
  border: solid 1px rgb(255, 255, 255);
  font-family: var(--gilroy);
  font-weight: 600;
  font-size: 16px;
  color: rgb(255, 255, 255);
  transition: 0.3s all;
  border-radius: 25px;
  padding: 6px 20px;
}

.case-listing-main .case-relative .case-card-main:hover a {
  background-color: rgba(255, 255, 255, 0.2);
}

.case-listing-main .case-relative .case-img-main {
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  width: 50%;
}

.case-listing-main .case-relative .case-img-main img {
  opacity: 0.1;
  transition: 0.3s all;
}

.get-touch-main {
  position: relative;
  padding: 200px 0 70px 0;
}

.get-touch-main span {
  font-family: var(--gilroy);
  font-size: clamp(52px, 14vw, 215px);
  font-weight: 700;
  color: rgb(41, 242, 153);
  text-align: center;
  display: block;
}

.get-touch-main .get-arrow-main {
  position: absolute;
  left: 50%;
  bottom: 25%;
  transform: translateX(-50%);
  background-color: rgb(9, 180, 227);
  width: 260px;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  transition: 0.3s linear;
}

.get-touch-main .get-arrow-main img {
  display: block;
  transition: 0.3s linear;
}

.get-touch-main .get-arrow-main img:nth-child(2) {
  position: absolute;
  left: -130px;
}

.get-touch-main .get-arrow-main:hover img {
  transform: translateX(180px);
}

@media screen and (max-width: 767px) {
  .get-touch-main .get-arrow-main:hover img {
    transform: translateX(0);
  }
}

.contact-main {
  position: relative;
  padding: 100px 0;
}

.contact-main .contact-bg-img {
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.contact-main .heading-main h2 {
  font-family: var(--gilroy);
  font-weight: 700;
  font-size: 60px;
  color: rgb(41, 242, 153);
  max-width: 400px;
  line-height: 0.9;
  margin-bottom: 15px;
}

.contact-main .heading-main h2 span {
  color: rgb(9, 180, 227);
}

.contact-main .heading-main p {
  font-family: var(--gilroy);
  font-weight: 600;
  font-size: 16px;
  color: rgb(91, 91, 91);
}

.contact-main .contact-form-main .contact-input {
  border-bottom: solid 1px rgba(91, 91, 91, 0.2);
  padding: 12px 12px 8px 0;
  margin-bottom: 20px;
  transition: all 0.3s;
}

.contact-main .contact-form-main .contact-input.show {
  background-color: #fff;
}

.contact-main .contact-form-main .contact-input label {
  font-family: var(--gilroy);
  font-weight: 600;
  font-size: 16px;
  color: rgb(3, 63, 79);
  margin-bottom: 5px;
}

.contact-main .contact-form-main .contact-input label span {
  color: rgb(9, 180, 227);
  font-size: 20px;
  line-height: 0.9;
}

.contact-main .contact-form-main .contact-input label input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: transparent;
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 16px;
  height: 16px;
  border: 2px solid var(--btn-primary);
  padding: 5px;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  border-radius: 25px;
}

.contact-main .contact-form-main .contact-input .input {
  margin-bottom: 0 !important;
}

.contact-main .contact-form-main .contact-input .input input {
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  font-family: var(--gilroy);
  color: #0787AA;
  font-weight: 600;
  font-size: 16px;
  padding: 5px 0;
}

.contact-main .contact-form-main .contact-input .input input::-moz-placeholder {
  color: rgba(3, 63, 79, 0.3);
  font-weight: 500;
}

.contact-main .contact-form-main .contact-input .input input::placeholder {
  color: rgba(3, 63, 79, 0.3);
  font-weight: 500;
}

.contact-main .contact-form-main .contact-input .input textarea {
  border: 0;
  width: 100%;
  font-family: var(--gilroy);
  color: #0787AA;
  font-weight: 600;
  font-size: 16px;
}

.contact-main .contact-form-main .contact-input .input textarea::-moz-placeholder {
  color: rgba(3, 63, 79, 0.3);
  font-weight: 500;
}

.contact-main .contact-form-main .contact-input .input textarea::placeholder {
  color: rgba(3, 63, 79, 0.3);
  font-weight: 500;
}

.contact-main .contact-form-main .contact-input .input .error input {
  border: 1px solid red !important;
}

.contact-main .contact-form-main .contact-input .input .error-txt {
  display: block;
  width: 100%;
  color: red;
  font-size: 12px;
  font-family: var(--gilroy);
}

.contact-main .contact-form-main .contact-input .input .iti {
  width: 100%;
}

.contact-main .contact-form-main .contact-input .input .iti__selected-flag {
  background-color: transparent;
  padding: 5px 0;
}

.contact-main .contact-form-main .contact-input .input .iti__search-input {
  padding: 9px 12px !important;
}

.contact-main .contact-form-main .input {
  margin-bottom: 20px;
}

.terms-condition-main {
  padding: 0;
}

.terms-condition-main .terms-condition-content-main img {
  width: 100%;
  margin-bottom: 15px;
}

.terms-condition-main .terms-condition-content-main h2 {
  font-family: var(--gilroy);
  font-weight: 700;
  font-size: 42px;
  color: rgb(14, 85, 54);
  line-height: 0.9;
  margin: 15px 0;
}

.terms-condition-main .terms-condition-content-main h4 {
  font-family: var(--gilroy);
  font-weight: 600;
  font-size: 18px;
  color: rgb(31, 182, 115);
  line-height: 0.9;
  margin-bottom: 15px;
}

.terms-condition-main .terms-condition-content-main p {
  font-family: var(--gilroy);
  font-weight: 500;
  font-size: 16px;
  color: rgb(91, 91, 91);
  margin-bottom: 40px;
}

.terms-condition-main .terms-condition-content-main ul {
  margin-bottom: 40px;
}

.terms-condition-main .terms-condition-content-main ul li {
  font-family: var(--gilroy);
  font-weight: 600;
  font-size: 18px;
  color: rgb(31, 182, 115);
}

.terms-condition-main .terms-condition-content-main ul li h4 {
  font-family: var(--gilroy);
  font-weight: 600;
  font-size: 18px;
  color: rgb(31, 182, 115);
  line-height: 0.9;
  margin-bottom: 15px;
}

.terms-condition-main .terms-condition-content-main ul li p {
  font-family: var(--gilroy);
  font-weight: 500;
  font-size: 16px;
  color: rgb(91, 91, 91);
  margin-bottom: 30px;
}

.terms-condition-main .terms-condition-content-main ul li a {
  font-family: var(--gilroy);
  font-weight: 500;
  font-size: 16px;
  color: rgb(31, 182, 115);
}

.terms-condition-main .terms-condition-content-main span {
  display: block;
  font-family: var(--gilroy);
  font-weight: 600;
  font-size: 16px;
  color: rgb(31, 182, 115);
}

.terms-condition-main ul li {
  font-family: var(--gilroy);
  font-weight: 500;
  font-size: 16px;
  color: rgb(91, 91, 91);
  margin-bottom: 5px;
}

.terms-condition-main ul li a {
  font-family: var(--gilroy);
  font-weight: 500;
  font-size: 16px;
  color: rgb(31, 182, 115);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.privacy-policy-main {
  padding: 0;
}

.privacy-policy-main .privacy-policy-content-main img {
  width: 100%;
  margin-bottom: 15px;
}

.privacy-policy-main .privacy-policy-content-main h2 {
  font-family: var(--gilroy);
  font-weight: 700;
  font-size: 42px;
  color: rgb(3, 63, 79);
  line-height: 0.9;
  margin: 15px 0;
}

.privacy-policy-main .privacy-policy-content-main p {
  font-family: var(--gilroy);
  font-weight: 500;
  font-size: 16px;
  color: rgb(91, 91, 91);
  margin-bottom: 40px;
}

.privacy-policy-main .privacy-policy-content-main p a {
  color: rgb(9, 180, 227);
}

.privacy-policy-main .privacy-policy-content-main ul {
  margin-bottom: 40px;
}

.privacy-policy-main .privacy-policy-content-main ul li {
  font-family: var(--gilroy);
  font-weight: 600;
  font-size: 18px;
  color: rgb(7, 135, 170);
}

.privacy-policy-main .privacy-policy-content-main ul li h4 {
  font-family: var(--gilroy);
  font-weight: 600;
  font-size: 18px;
  color: rgb(7, 135, 170);
  line-height: 0.9;
  margin-bottom: 15px;
}

.privacy-policy-main .privacy-policy-content-main ul li p {
  font-family: var(--gilroy);
  font-weight: 500;
  font-size: 16px;
  color: rgb(91, 91, 91);
  margin-bottom: 30px;
}

.privacy-policy-main .privacy-policy-content-main ul li a {
  font-family: var(--gilroy);
  font-weight: 500;
  font-size: 16px;
  color: rgb(7, 135, 170);
}

.privacy-policy-main .privacy-policy-content-main span {
  display: block;
  font-family: var(--gilroy);
  font-weight: 600;
  font-size: 16px;
  color: rgb(7, 135, 170);
}

.privacy-policy-main ul li {
  font-family: var(--gilroy);
  font-weight: 500;
  font-size: 16px;
  color: rgb(91, 91, 91);
  margin-bottom: 5px;
}

.privacy-policy-main ul li a {
  font-family: var(--gilroy);
  font-weight: 500;
  font-size: 16px;
  color: rgb(7, 135, 170);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.services {
  position: relative;
  padding-top: 30%;
  background: linear-gradient(270deg, #09B4E3 0%, #29F299 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.services::after {
  content: "";
  position: absolute;
  display: block;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 0;
}

.services>.container {
  position: relative;
  z-index: 1;
}

.services .services-img {
  position: relative;
  padding-block: 50px;
  z-index: 1;
}

.services .services-img img {
  width: 100%;
}

.services .services-img-bottom {
  position: relative;
  z-index: 1;
}

.services .service-collapse {
  margin-bottom: 40px;
}

.services .service-collapse .head {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3019607843);
  padding-bottom: 45px;
}

.services .service-collapse .head>div {
  font-weight: 700;
  font-size: clamp(40px, 4vw, 60px);
  width: 80%;
  max-width: 480px;
  color: #fff;
  line-height: 0.9;
}

.services .service-collapse .head a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border: 1px solid #fff;
  border-radius: 40px;
  overflow: hidden;
}

.services .service-collapse .head a span {
  display: block;
  transition: 0.3s linear;
}

.services .service-collapse .head a span img {
  width: 24px;
  min-width: 24px;
  display: block;
}

.services .service-collapse .head a span img:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.services .service-collapse .head a span img:nth-child(2) {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -40px;
}

.services .service-collapse .head a span:nth-child(2) {
  display: none;
}

.services .service-collapse .head a:hover span {
  transform: translateX(28px);
}

.services .service-collapse .head.active a span:nth-child(1) {
  display: none;
}

.services .service-collapse .head.active a span:nth-child(2) {
  display: block;
}

.services .service-collapse .body {
  display: none;
}

.services .service-collapse .body .service-body-content {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3019607843);
  padding-block: 40px;
}

.services .service-collapse .body .service-body-content h5 {
  font-size: 22px;
  margin-bottom: 15px;
}

.services .service-collapse .body .service-body-content ul {
  padding-inline-start: 30px;
  margin-bottom: 20px;
}

.services .service-collapse .body .service-body-content ul li {
  margin-bottom: 4px;
}

.services .service-collapse .body .service-body-content a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-main {
  position: relative;
  background: linear-gradient(270deg, #09B4E3 0%, #29F299 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  padding: 80px 0 100px 0;
  overflow: hidden;
}

.footer-main::after {
  content: "";
  position: absolute;
  display: block;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 0;
}

.footer-main>.container {
  position: relative;
  z-index: 1;
}

.footer-main .footer-image-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
}

.footer-main .footer-image-bottom img {
  width: 94%;
}

.footer-main .footer-menu {
  margin-bottom: 0;
  padding-left: 0;
}

.footer-main .footer-menu li {
  list-style: none;
  padding-left: 0;
}

.footer-main .footer-menu li a {
  font-family: var(--gilroy);
  font-weight: 600;
  font-size: 14px;
  color: rgb(255, 255, 255);
  display: block;
  padding-bottom: 10px;
}

.footer-main .top-arrow-main {
  position: relative;
  border: solid 2px rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 80px;
  overflow: hidden;
}

.footer-main .top-arrow-main img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s linear;
}

.footer-main .top-arrow-main img:nth-child(1) {
  transform: translateY(100%);
}

.footer-main .top-arrow-main:hover img {
  top: -50%;
}

.footer-main .footer-icon {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}

.footer-main .footer-icon a {
  border: solid 2px rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 80px;
}

.footer-main .copyright-text {
  font-family: var(--gilroy);
  font-weight: 500;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  max-width: 300px;
  line-height: 1.5;
}

.footer-main .copyright-text a {
  text-decoration: underline;
  color: #fff;
  text-underline-offset: 4px;
}

body.open-shopping-cart .case-detail-main-bg,
body.open-shopping-cart .case-detail-main {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

body.open-shopping-cart {
  overflow: hidden;
  padding-inline-end: 17px;
}

.case-detail-main {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 950px;
  background-color: #fff;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1215686275);
  z-index: 100;
  transform: translateX(400px);
  visibility: hidden;
  transition: 0.3s;
  opacity: 0;
  overflow: auto;
}

.case-detail-main .case-detail-banner {
  position: relative;
}

.case-detail-main .case-detail-banner img {
  width: 100%;
}

.case-detail-main .case-detail-banner .case-listing-pointer {
  position: absolute;
  top: 50px;
  left: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--gilroy);
  font-weight: 600;
  font-size: 16px;
  color: rgb(255, 255, 255);
}

.case-detail-main .case-detail-banner .case-listing-pointer .green-arrow {
  width: 30px;
  height: 30px;
  border: solid 2px rgb(255, 255, 255);
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s linear;
  overflow: hidden;
  position: relative;
}

.case-detail-main .case-detail-banner .case-listing-pointer .green-arrow img {
  display: block;
  transition: 0.3s linear;
  width: 20px;
}

.case-detail-main .case-detail-banner .case-listing-pointer .green-arrow img:nth-child(2) {
  position: absolute;
  right: -35px;
}

.case-detail-main .case-detail-banner .case-listing-pointer:hover .green-arrow img {
  transform: translateX(-40px);
}

.case-detail-main .tag-date-text {
  padding: 80px 40px 20px 40px;
}

.case-detail-main .tag-date-text span {
  font-family: var(--gilroy);
  font-weight: 600;
  font-size: 18px;
  color: rgb(3, 63, 79);
}

.case-detail-main .tag-date-text p {
  font-family: var(--gilroy);
  font-weight: 600;
  font-size: 18px;
  color: rgb(3, 63, 79);
  opacity: 0.5;
}

.case-detail-main .case-detail-text {
  padding: 0px 40px 0 40px;
}

.case-detail-main .case-detail-text h2 {
  font-family: var(--gilroy);
  font-weight: 700;
  font-size: 60px;
  color: rgb(9, 180, 227);
  line-height: 0.9;
}

.case-detail-main .case-detail-text .hr {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  margin: 50px 0;
}

.case-detail-main .case-detail-text h3 {
  font-family: var(--gilroy);
  font-weight: 700;
  font-size: 42px;
  color: rgb(3, 63, 79);
  line-height: 1;
  margin: 15px 0 20px 0;
}

.case-detail-main .case-detail-text p {
  font-family: var(--gilroy);
  font-weight: 500;
  font-size: 16px;
  color: rgb(91, 91, 91);
  margin-bottom: 40px;
}

.case-detail-main .case-detail-text pspan {
  font-family: var(--gilroy);
  font-weight: 600;
  font-size: 16px;
  color: rgb(7, 135, 170);
}

.case-detail-main .case-detail-text span {
  font-family: var(--gilroy);
  font-weight: 500;
  font-size: 16px;
  color: rgb(91, 91, 91);
  margin-bottom: 10px;
}

.case-detail-main .case-detail-text ol {
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.case-detail-main .case-detail-text ol li {
  font-family: var(--gilroy);
  font-weight: 600;
  font-size: 18px;
  color: rgb(7, 135, 170);
}

.case-detail-main .case-detail-text ol li h4 {
  font-family: var(--gilroy);
  font-weight: 600;
  font-size: 18px;
  color: rgb(7, 135, 170);
  line-height: 1;
  margin-bottom: 10px;
}

.case-detail-main .case-detail-text ol li p {
  font-family: var(--gilroy);
  font-weight: 500;
  font-size: 16px;
  color: rgb(91, 91, 91);
  margin-bottom: 0;
}

.case-detail-main .case-detail-text ol li ul {
  margin-bottom: 20px;
  padding-left: 20px;
  list-style: disc;
}

.case-detail-main .case-detail-text ol li ul li {
  font-family: var(--gilroy);
  font-weight: 500;
  font-size: 16px;
  color: rgb(91, 91, 91);
  margin-bottom: 0;
}

.case-detail-main .case-detail-text ul {
  margin-bottom: 40px;
  padding-left: 20px;
}

.case-detail-main .case-detail-text ul li {
  font-family: var(--gilroy);
  font-weight: 600;
  font-size: 18px;
  color: rgb(7, 135, 170);
  margin-bottom: 20px;
}

.case-detail-main .case-detail-text ul li h4 {
  font-family: var(--gilroy);
  font-weight: 600;
  font-size: 18px;
  color: rgb(7, 135, 170);
  line-height: 1;
  margin-bottom: 10px;
}

.case-detail-main .case-detail-text ul li p {
  font-family: var(--gilroy);
  font-weight: 500;
  font-size: 16px;
  color: rgb(91, 91, 91);
  margin-bottom: 0;
}

.case-detail-main .case-detail-text img {
  width: 35px;
  margin-bottom: 5px;
}

.case-detail-main-bg {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transform: translateX(0);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 100;
}

@media screen and (max-width: 992.98px) {
  .green-get-main .get-touch-main {
    position: relative;
    padding: 30px 0 0 0;
    margin: 80px 0 0 0;
  }

  .green-get-main .get-touch-main .get-arrow-main {
    width: 80px;
    height: 80px;
  }

  .green-get-main .get-touch-main .get-arrow-main img {
    width: 70%;
  }

  .green-get-main {
    padding: 70px 0 20px 0;
  }

  .green-get-main.two {
    padding: 40px 0 20px 0;
  }

  .green-get-main .green-slider-main {
    margin-top: 30px;
  }

  .green-get-main .slider-arrow-button {
    justify-content: space-between;
    padding-top: 10px;
  }

  .blog-detail-main h2 {
    font-size: 32px;
    margin-top: 10px;
  }

  .blog-detail-main p {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .energy-efficiency-main.terms-text {
    margin-bottom: 0;
  }

  .blog-detail-main ol li {
    font-size: 20px;
  }

  .blog-detail-main ol li h4 {
    font-size: 20px;
  }

  .blog-detail-main ol li p {
    font-size: 14px;
  }

  .blog-detail-main {
    padding: 0;
  }

  .header .header-content.banner-unset .header-title-row {
    margin-bottom: 20px;
  }

  .get-touch-main {
    padding: 50px 0 20px 0;
  }

  .get-touch-main .get-arrow-main {
    width: 70px;
    height: 70px;
  }

  .get-touch-main .get-arrow-main img {
    width: 50px;
  }

  .header.inner-banner .header-content .header-title-wrapper,
  .header .header-content .header-title-wrapper {
    margin-top: 0;
  }

  .header .header-content .header-title-wrapper .header-subtitle {
    margin-bottom: 10px;
  }

  .case-listing-main {
    padding: 50px 0 0 0;
  }

  .case-detail-main .tag-date-text {
    padding: 40px 15px 20px 15px;
  }

  .case-detail-main .case-detail-text h2 {
    font-size: 42px;
  }

  .case-detail-main .case-detail-text {
    padding: 0px 15px 0 15px;
  }

  .case-detail-main .case-detail-text .hr {
    margin: 30px 0;
  }

  .case-detail-main .case-detail-text h3 {
    font-size: 32px;
  }

  .case-detail-main .case-detail-text p {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .case-detail-main .case-detail-text span {
    font-size: 16px;
  }

  .case-detail-main .case-detail-text ol li ul {
    padding-left: 10px;
  }

  .case-detail-main .case-detail-text ol li ul li {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .case-detail-main .case-detail-banner .case-listing-pointer {
    left: 15px;
  }

  .terms-condition-main .terms-condition-content-main h2 {
    font-size: 32px;
  }

  .terms-condition-main .terms-condition-content-main p {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .terms-condition-main .terms-condition-content-main ul li h4 {
    margin-bottom: 10px;
  }

  .terms-condition-main .terms-condition-content-main ul li p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .terms-condition-main {
    padding: 0;
  }

  .green-get-main.two .get-touch-main {
    padding: 0;
    margin: 0;
  }

  .privacy-policy-main {
    padding: 0;
  }

  .privacy-policy-main .privacy-policy-content-main h2 {
    font-size: 32px;
  }

  .privacy-policy-main .privacy-policy-content-main p {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .privacy-policy-main .privacy-policy-content-main ul li h4 {
    margin-bottom: 10px;
  }

  .privacy-policy-main .privacy-policy-content-main ul li p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .contact-main {
    padding: 50px 0;
  }

  .contact-main .heading-main h2 {
    font-size: 42px;
  }

  .contact-main .heading-main p {
    font-size: 14px;
  }

  .contact-main .contact-bg-img {
    display: none;
  }

  .contact-main .heading-main {
    margin-bottom: 30px;
  }

  .mission-empowering-main {
    padding: 50px 0;
  }

  .mission-empowering-main .mission-empowering h2 {
    font-size: 32px;
  }

  .mission-empowering-main .mission-empowering p {
    font-size: 16px;
  }

  .mission-empowering-main .vision-pioneering h2 {
    font-size: 32px;
  }

  .mission-empowering-main .vision-pioneering p {
    font-size: 16px;
  }

  .core-value-main .value-slider-main .value-text-slider p {
    font-size: 14px;
  }

  .core-value-main .core-arrow-main {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767.98px) {
  .footer-main {
    padding: 40px 0;
  }

  .footer-main .footer-image-bottom {
    display: none;
  }

  .footer-main .footer-menu {
    margin-bottom: 25px;
  }
}

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

.disclaimer p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  font-size: 15px;
  color: #fff;
}


.mail-wrapper .bg {
    background-color: rgb(41, 242, 153);
    height: 250px;
    display: flex;
}

.mail-wrapper .mail-banner-img {
    overflow: hidden;
}

.mail-wrapper .right {
    background-image: url(https://digitalgraphiks.co.uk/demo/green-storm-live/green-strom-api/public/uploads/all/greenstorm/blog-detail-img-2_3c0b61d7-bb82-4036-8127-04570d397d3c_7543f811-12d5-4d53-9f01-39adb9391d98.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
    width: 50%;
}

.mail-wrapper .left {
    width: 50%;
    align-items: center;
    display: flex;
    justify-content: center;
    padding-left: 10vw;
    font-weight: 500;
    font-size: 16px;
}

.mail-wrapper .mail-desc {
    padding: 20px 0;
}

.mail-wrapper .mail-desc p {
    margin-bottom: 40px;
    margin-top: 25px;
    font-weight: 400;
    font-size: 16px;
    color: #5B5B5B;
}

.mail-wrapper .banner {
    position: relative;
}

.mail-wrapper .banner-content {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

 .mail-wrapper .left h1{
    color: #fff;
    font-size: 30px;
    font-weight: 500;
}

