@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --rubik-font: "Rubik", sans-serif;
  --poppins-font: "Poppins", sans-serif;
  --primary-color: #00481C;
  --secondary-color: #67B131;
  --color-white: #FFF;
  --color-dark: #000;
  --heading-color: #033516;
  --muted-color: #616561;
}

::selection {
  background-color: var(--primary-color) !important;
  color: var(--color-white) !important;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 2px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  border-radius: 2px;
  transition: .3s ease all;
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--secondary-color);
}

.site-wrapper {
  overflow: clip;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #FFF !important;
  font-family: var(--poppins-font) !important;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

a {
  text-decoration: none !important;
  font-family: var(--poppins-font);
}

p {
  font-family: var(--poppins-font);
  position: relative;
  margin: 0 0 10px !important;
  line-height: 29px;
  color: #000;
  font-weight: 400;
  font-size: 17px;
}

p,
li {
  font-family: var(--poppins-font);
  color: var(--color-dark);
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--rubik-font) !important;
}

img {
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}

figure {
  margin: 0 !important;
  padding: 0 !important;
}

.primary-text {
  color: var(--primary-color) !important;
}

.bg-clay {
  background-color: #eaf1ea !important;
}

nav.navbar {
  padding: 0;
}

ul.navbar-nav {
  margin: 0 0 auto;
}

.navlink-container {
  width: 100%;
  display: flex;
  flex: 1;
  justify-content: center;
}

.py-70 {
  padding: 70px 0;
}

.object-top {
  object-position: top !important;
}

.section-padding {
  padding: 80px 0;
}

.object-cover {
  object-fit: cover !important;
}

a.nav-link {
  position: relative;
  font-family: var(--poppins-font) !important;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  margin: 0 5px;
  padding: 33px 10px !important;
  transition: 0.3s ease all;
  z-index: 1;
}

a.nav-link:hover,
a.nav-link:focus,
a.nav-link.active {
  color: var(--secondary-color) !important;
}

.nav-link:focus-visible {
  box-shadow: none !important;
}

.main-header.sticky {
  filter: drop-shadow(0 4px 19px rgba(0, 0, 0, .07)) !important;
}

.text-theme {
  color: var(--secondary-color) !important;
}

.banner-section {
  position: relative;
  border-bottom: 5px solid var(--secondary-color);
}

.bubbles {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 1;
}

.bubble {
  position: absolute;
  bottom: -100px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0), inset 1px -7px 13px rgba(255, 255, 255, 0.54);
  border-radius: 50%;
  opacity: 0.5;
  animation: rise 10s infinite ease-in;
}

.bubble:nth-child(1) {
  width: 40px;
  height: 40px;
  left: 10%;
  animation-duration: 8s;
}

.bubble:nth-child(2) {
  width: 20px;
  height: 20px;
  left: 20%;
  animation-duration: 5s;
  animation-delay: 1s;
}

.bubble:nth-child(3) {
  width: 50px;
  height: 50px;
  left: 35%;
  animation-duration: 7s;
  animation-delay: 2s;
}

.bubble:nth-child(4) {
  width: 80px;
  height: 80px;
  left: 50%;
  animation-duration: 11s;
  animation-delay: 0s;
}

.bubble:nth-child(5) {
  width: 35px;
  height: 35px;
  left: 55%;
  animation-duration: 6s;
  animation-delay: 1s;
}

.bubble:nth-child(6) {
  width: 45px;
  height: 45px;
  left: 65%;
  animation-duration: 8s;
  animation-delay: 3s;
}

.bubble:nth-child(7) {
  width: 90px;
  height: 90px;
  left: 70%;
  animation-duration: 12s;
  animation-delay: 2s;
}

.bubble:nth-child(8) {
  width: 25px;
  height: 25px;
  left: 80%;
  animation-duration: 6s;
  animation-delay: 2s;
}

.bubble:nth-child(9) {
  width: 15px;
  height: 15px;
  left: 70%;
  animation-duration: 5s;
  animation-delay: 1s;
}

.bubble:nth-child(10) {
  width: 90px;
  height: 90px;
  left: 25%;
  animation-duration: 10s;
  animation-delay: 4s;
}

@keyframes rise {
  0% {
    bottom: -100px;
    transform: translateX(0);
  }

  50% {
    transform: translate(100px);
  }

  100% {
    bottom: 1080px;
    transform: translateX(-200px);
  }
}

.bs-box img.hb-img {
  max-height: 750px;
  min-height: 750px;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.hb-img.custom {
  object-position: center 30% !important;
}

.bs-box {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.bs-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(
  90deg,
  #011e0cff 0%,
  #012810f0 30%,
  #012810cc 50%,
  #01281080 60%,
  transparent 65%
); */
  /* background: linear-gradient(
  90deg,
  #0b140fff 0%,
  #1A2D20f2 30%,
  #1A2D20d9 50%,
  #1A2D2099 60%,
  transparent 65%
); */
  /* background: linear-gradient(
  90deg,
  #04140dff 0%,
  #0b2e22f2 30%,
  #114a36d9 50%,
  #1a6b4f99 60%,
  transparent 65%
); */
  /* background: linear-gradient(
  90deg,
  #04140dff 0%,
  #0b2e22f2 30%,
  #114a36d9 50%,
  #1a6b4f99 60%,
  transparent 65%
); */
  z-index: 0;
}

.shape-mockup {
  position: absolute;
  z-index: 0;
  /* right: 0; */
  top: 0;
}

.bs-slider .shape-map {
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0.3;
}

.bs-slider .shape-map img {
  animation: float-bob-y 2s linear infinite;
}

@keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(-20px);
  }
}

.bs-con {
  position: absolute;
  top: 45%;
  left: 50%;
  right: 50%;
  width: 100%;
  max-width: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.bs-con .ban-slogan {
  display: inline-block;
  position: relative;
  color: var(--secondary-color);
  font-size: 20px;
  font-weight: 600;
  font-family: var(--rubik-font);
  text-transform: uppercase;
  padding-left: 40px;
  margin-bottom: 15px !important;
}

.bs-con .ban-slogan::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  height: 30px;
  width: 30px;
  background-image: url('../img/shape/logo-icon.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.bs-con .lg-text {
  /* color: var(--heading-color); */
  color: var(--color-white);
  font-size: 70px;
  line-height: 80px;
  font-weight: 700;
  margin-bottom: 20px !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15),
    0 3px 6px rgba(0, 0, 0, 0.08);
}

.bs-con .lg-text span {
  /* color: var(--secondary-color); */
  color: #fff;
}

.bs-con .para-text {
  color: #C7C7C7;
  max-width: 500px;
  font-size: 18px;
  line-height: 28px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.bsc-btn {
  display: flex;
  justify-content: start;
  column-gap: 30px;
  margin-top: 35px;
}

.slick-next:before,
.slick-prev:before {
  display: none !important;
}

.slick-dots li button {
  position: relative;
  width: 16px !important;
  height: 16px !important;
  border-radius: 50%;
  padding: 0px !important;
  background-color: #fff !important;
  border: 2px solid #c01f26 !important;
}

.slick-dots li {
  width: 17px !important;
  height: 17px !important;
  margin: 0 5px !important;
}

.slick-dots {
  bottom: -65px !important;
}

.slick-dots li.slick-active button {
  background-color: var(--primary-color) !important;
}

.slick-prev {
  right: 40px !important;
  z-index: 1;
  top: 40% !important;
  left: unset !important;
}

.slick-next {
  right: 40px !important;
}

.bs-slider {
  margin: 0 !important;
}

.slick-dots li button:before {
  display: none !important;
}

.slide-animate {
  opacity: 0;
  transform: translateY(40px);
}

@keyframes fadeInLeftCustom {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.delay-1 {
  animation-delay: 0.3s;
}

.delay-2 {
  animation-delay: 0.4s;
}

.delay-3 {
  animation-delay: 0.6s;
}

.sticky {
  width: 100%;
  position: fixed !important;
  top: 0;
  z-index: 999;
  background-color: var(--color-white);
  transform: translateY(-100%);
  opacity: 0;
  animation: smoothSticky 0.31s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  will-change: transform, opacity;
}

@keyframes smoothSticky {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

img.header-logo {
  max-width: 200px;
}

.sticky img.header-logo {
  max-width: 200px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.nav-link:focus {
  color: var(--secondary-color) !important;
}

.header-dropdown .dropdown-menu {
  padding: 0 !important;
  margin: 0;
  border: none;
  border-radius: 0px !important;
  background: rgb(236, 241, 248);
  box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, .35);
}

.header-dropdown .dropdown-menu li {
  border-bottom: 1px solid #eee;
}

.header-dropdown .dropdown-menu li:first-child {
  border-radius: 20px 20px 0 0 !important;
}

.header-dropdown .dropdown-menu li a {
  position: relative;
  font-size: 16px;
  padding: 12px 15px;
  color: var(--color-dark);
  background-color: var(--color-white);
  font-weight: 500;
  transition: all 0.5s ease-in-out;
}

.header-dropdown .dropdown-menu li a:hover {
  background-color: var(--primary-color);
  color: var(--color-white);
}

.header-dropdown .dropdown-menu li .dropdown-item.active {
  background-color: var(--primary-color) !important;
  color: var(--color-white) !important;
}

.header-dropdown .dropdown-menu li:last-child {
  border: none !important;
}

.header-dropdown .dropdown-menu.sub-dropdown .nav-link:hover {
  color: var(--secondary-color) !important;
  transition: color 0.3s ease;
}

/* #header-dropdown .dropdown-toggle::after {
    display:inline-block;
    content: '\f078' !important;
    font-family: 'Font Awesome 6 Pro' !important;
    vertical-align:baseline !important;
    border: none !important;
    font-size: 14px;
    font-weight: 700;
    padding-left: 2px;
} */
#header-dropdown .dropdown-toggle::after {
  display: inline-block;
  content: '\f078' !important;
  font-family: 'Font Awesome 6 Pro' !important;
  vertical-align: baseline !important;
  border: none !important;
  font-size: 13px;
  font-weight: 900;
  position: relative;
  top: 0px;
  margin-left: 2px;
  transition: transform .3s ease-in-out;
  transform: rotate(0deg);
}

#header-dropdown .dropdown-toggle:hover::after {
  transform: rotate(180deg);
}

.navbar-toggler-icon {
  width: 35px !important;
  height: 35px !important;
  /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3.2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important; */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23002912' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar-toggler {
  border: 2px solid var(--color-white) !important;
  background-color: var(--secondary-color) !important;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.34rem #148d116e !important;
}

/* top header */
.top-header {
  /* background: linear-gradient(270deg, rgba(0,72,28,0.95) 0%, rgba(103,177,49,0.95) 100%); */
  backdrop-filter: blur(6px);
  background: #ececec;
}

.top-header .header-links {
  padding: 14px 40px;
  position: relative;
}

.top-header .header-links::before {
  content: "";
  width: 100%;
  height: 100%;
  /* background-color: var(--primary-color); */
  position: absolute;
  top: 0;
  left: 16px;
  transform: skewX(-30deg);
}

.top-header .header-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-header .header-links ul li {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: var(--color-white);
  font-family: var(--rubik-font) !important;
  margin-right: 18px;
  padding-right: 20px;
  line-height: 165%;
  position: relative;
}

.top-header .header-links ul li a {
  color: #000;
  font-size: inherit;
  font-weight: inherit;
}

.top-header .header-links ul li:not(:last-child)::before {
  content: "";
  position: absolute;
  right: 0;
  width: 3px;
  height: 20px;
  background-color: #51757A;
  top: 50%;
  transform: translateY(-50%);
}

.top-header .header-links ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -4px;
  width: 2px;
  height: 12px;
  background-color: #51757A;
  top: 50%;
  transform: translateY(-50%);
}

.top-header .header-links ul li i {
  color: var(--secondary-color);
  margin-right: 10px;
  font-weight: 700;
}

.header-social {
  display: inline-flex;
  align-items: center;
}

.header-social .social-title {
  display: inline-block;
  font-size: 15px;
  font-family: var(--rubik-font);
  color: #000;
  position: relative;
  margin-right: 15px;
  padding-right: 14px;
  line-height: 165%;
  font-weight: 600;
}

.header-social .social-title::before {
  content: "";
  position: absolute;
  right: 0;
  width: 1.5px;
  height: 22px;
  background-color: #61BFA3;
  top: 50%;
  transform: translateY(-50%);
}

.header-social .social-title::after {
  content: "";
  position: absolute;
  right: -2px;
  width: 1px;
  height: 14px;
  background-color: #61BFA3;
  top: 50%;
  transform: translateY(-50%);
}

.header-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.header-social ul li a {
  color: #000;
  font-size: 14px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  /* background: radial-gradient(circle at center, #67B131 0%, #00481C 50%, #002E12 100%); */
  transition: 0.35s ease-in-out all;
}

.header-social ul li:hover a {
  background: var(--primary-color);
  color: var(--color-white);
}

/* main header */
.main-header {
  position: relative;
  width: 100%;
  z-index: 99;
  /* padding: 10px 0; */
  background: #fff;
}

.header-logo-box {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 100px;
  z-index: 0;
}

.header-logo-box::before {
  content: "";
  position: absolute;
  top: 0%;
  right: -35%;
  height: 100%;
  bottom: 0;
  width: 99999px;
  background-color: var(--color-white);
  transform: skewX(33deg);
}

.header-logo-box::after {
  content: "";
  position: absolute;
  top: 0%;
  right: -38%;
  height: 100%;
  bottom: 0;
  width: 100%;
  z-index: -1;
  background-color: var(--secondary-color);
  transform: skewX(37deg);
}

.navbar-brand {
  position: relative;
  top: 4px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-right {
  display: inline-flex;
  align-items: center;
  background-color: var(--color-white);
  height: 100px;
  max-width: 100%;
  /* border-radius: 40px 0 0px 40px; */
  /* border-right: 7px solid var(--secondary-color); */
}

.header-right .header-icons {
  /* background-color: #012810;
  border-right: 8px solid var(--secondary-color);
  border-radius: 0 56px 56px 0; */
  height: 100%;
  display: flex;
  align-items: center;
}

.header-right .header-icons .cont-btn {
  height: 65px;
  width: 65px;
  color: var(--color-white);
  /* margin-right: 20px; */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--secondary-color);
  font-size: 22px;
  border: 3.5px solid var(--color-white);
  border-radius: 50%;
  text-align: center;
  transition: all ease 0.4s;
  position: relative;
  z-index: 1;
}

.header-right .header-icons .cont-btn:hover {
  background-color: var(--primary-color);
}

.header-right .contact-content {
  padding: 0 35px 0 25px;
}

.header-right .contact-content .cont-title {
  color: var(--primary-color);
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 2px;
  line-height: normal;
  position: relative;
  margin-bottom: 6px !important;
}

.header-right .contact-content .cont-info {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--secondary-color);
  font-family: var(--rubik-font);
  position: relative;
  margin-bottom: 0 !important;
  transition: 0.3s ease all;
}

.header-right .contact-content .cont-info a {
  color: inherit;
}

.header-right .contact-content .cont-info:hover {
  color: var(--primary-color);
}

/* Buttons */
.site-btn {
  display: inline-block;
  border: none;
  text-align: center;
  text-transform: capitalize;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--rubik-font) !important;
  line-height: 1;
  padding: 5px 5px 5px 28px;
  border-radius: 9999px;
  transition: all 0.5s ease;
}

.site-btn i {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  border-radius: 50px;
  margin-left: 20px;
  transition: all 0.5s ease;
}

.site-btn.style-one {
  text-transform: uppercase;
  color: var(--color-white);
  background: linear-gradient(270deg, #00481C, #67B131);
  background-size: 200% 100%;
  background-position: left center;
  border: 2px solid var(--secondary-color);
  transition: background-position 0.5s ease;
}

.site-btn.style-one:hover {
  background-position: right center;
}

.site-btn.style-one i {
  background-color: var(--primary-color);
}

.site-btn.style-one:hover i {
  background-color: var(--color-white);
  color: var(--primary-color);
}

/* style 2 */
.site-btn.style-two {
  text-transform: uppercase;
  color: var(--color-white);
  background: var(--secondary-color);
}

.site-btn.style-two:hover {
  background: var(--primary-color);
}

.site-btn.style-two i {
  background-color: var(--primary-color);
  color: var(--color-white);
}

.site-btn.style-two:hover i {
  background-color: var(--secondary-color);
}

/* features */
.features-section {
  position: relative;
  margin-top: -105px;
  z-index: 2;
}

.features-section .features-wrapper {
  /* background-color: var(--primary-color); */
  border-radius: 30px;
  margin-bottom: 15px;
  margin-top: 20px;
}

.feature-col {
  position: relative;
}

/* .feature-col::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    height: 15px;
    background-color: var(--secondary-color);
    border-radius: 0 0 30px 30px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
} */
/* .feature-col::after {
    content: "";
    position: absolute;
    left: 0;
    top: -20px;
    width: 100%;
    height: 20px;
    background-color: var(--secondary-color);
    border-radius: 30px 30px 0 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
} */
.feature-col:hover::after,
.feature-col:hover::before {
  visibility: visible;
  opacity: 1;
}

.feature-col .feature-box {
  background-color: #ededed;
  padding: 30px;
  position: relative;
  height: 100%;
  overflow: hidden;
  transition: all 0.5s ease;
  border-radius: 30px !important;
}

.feature-col:hover .feature-box {
  background-color: #fff;
}

.feature-box.border-right {
  /* border-right: 1px solid var(--primary-color); */
}

.feature-col.first-child .feature-box {
  /* border-radius: 30px 0 0px 30px !important; */
  transition: all 0.5s ease;
}

.feature-col.last-child .feature-box {
  /* border-radius: 0 30px 30px 0 !important; */
  transition: all 0.5s ease;
}

.feature-col.first-child:hover .feature-box,
.feature-col.last-child:hover .feature-box {
  border-radius: 0;
}

.feature-col .feature-box .feature-icon {
  position: relative;
  z-index: 1;
  height: 84px;
  width: 84px;
  /* background-color: var(--primary-color); */
  outline: 2px dashed var(--primary-color);
  background-color: var(--secondary-color);
  outline-offset: 1px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 14px;
  transition: all 0.5s ease;
}

.feature-col:hover .feature-box .feature-icon {
  background-color: var(--secondary-color);
}

.feature-col .feature-box .feature-icon img {
  max-width: 50px;
  height: auto;
}

.feature-box .feat-title {
  color: #000;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  /* text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); */
}

.feature-box .feat-desc {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  position: relative;
  z-index: 1;
}

.feature-box .feat-shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.feature-box .feat-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 0;
}

.feature-box .feat-bg img {
  height: 100%;
  width: 100%;
}

.feature-col:hover .feature-box .feat-bg {
  opacity: 1;
  visibility: visible;
}

/* About us */
.abtus-wid-wrap {
  position: relative;
}

.abtus-wid-wrap::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 8.5px;
  height: 32%;
  border-radius: 10px;
  background: linear-gradient(180deg, #d8edc8 0%, #bfc5c1 100%);
}

.abtus-wid-wrap::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 8.5px;
  height: 50%;
  border-radius: 10px;
  background: #e1e7dc;
}

.abtus-wid-wrap .abtus-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-color);
  border: 8px solid var(--color-white);
  border-radius: 50%;
  text-align: center;
  z-index: 1;
  transition: all 0.5s ease;
}

.abtus-wid-wrap .abtus-icon img {
  filter: invert(1) brightness(40);
  max-width: 55px;
  height: auto;
}

.abtus-wid-wrap .image-one {
  border-radius: 10px;
  overflow: hidden;
  margin-right: 30px;
}

.abtus-wid-wrap .image-one img {
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease;
  object-fit: cover;
}

.abtus-wid-wrap:hover .image-one img {
  transform: scale(1.1);
}

.abtus-wid-wrap .image-two {
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 50%;
  width: 50%;
  border-top: 8px solid var(--color-white);
  border-right: 8px solid var(--color-white);
}

.abtus-wid-wrap .image-two img {
  /* height: 310px; */
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.image-anime {
  position: relative;
  overflow: hidden;
}

.image-anime::after {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg,
      transparent 0%,
      rgba(255, 255, 255, 0.2) 50%,
      transparent 100%);
  transform: skewX(-25deg);
}

.image-anime:hover::after {
  animation: shine 1s ease forwards;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

/* section title */
.section-title {
  position: relative;
  margin-bottom: 25px;
}

.section-title .sub-title {
  font-family: var(--poppins-font);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.section-title .sub-title::before {
  content: '';
  width: 40px;
  height: 3px;
  background: var(--secondary-color);
  border-radius: 2px;
}

.section-title .sec-lg-title {
  color: #000;
  font-size: 46px;
  line-height: 57px;
  margin-bottom: 0 !important;
  text-transform: capitalize;
  font-weight: 500;
}

.section-title .sec-lg-title span {
  color: var(--secondary-color) !important;
}

.section-title .sec-para {
  color: var(--muted-color);
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px !important;
  margin-bottom: 0 !important;
}

.list-title {
  color: var(--heading-color);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 18px !important;
}

.abtus-list li {
  position: relative;
  color: var(--muted-color);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  padding-left: 28px;
  margin-bottom: 12px;
}

.abtus-list li:last-child {
  margin-bottom: 0 !important;
}

.abtus-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  background: url('../img/icons/check.png') no-repeat center;
  background-size: contain;
}

.abt-list-widget {
  position: relative;
  height: 100%;
  border-radius: 13px;
  overflow: hidden;
  /* background: linear-gradient(270deg, #7BC943 0%, #67B131 40%, #00481C 100%); */
  background: var(--secondary-color);
}

.abt-list-widget img {
  border-radius: 13px;
  padding: 6px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.abt-list-widget::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 72, 28, 0.36);
}

.abt-contact {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}

.abt-contact .icon img {
  max-width: 60px;
}

.abt-contact .content .ctc-title {
  font-family: var(--poppins-font) !important;
  color: #5E5C78;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}

.abt-contact .content .ctc-info {
  color: var(--primary-color);
  font-family: var(--rubik-font) !important;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0 !important;
  transition: 0.3s ease;
}

.abt-contact .content .ctc-info:hover {
  color: var(--secondary-color);
}

.abtus-action-wrap {
  margin-top: 35px;
}

/* Services */
.service-section {
  position: relative;
  /* background-image: url('../img/bg/service-bg.jpg'); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background: #ecfced;
}

.ser-line-shape {
  position: absolute;
  top: -6px;
  text-align: center;
  width: 100%;
  z-index: 0;
}

.ser-line-shape img {
  width: 100%;
}

.service-arrows,
.testi-arrows {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 2;
}

.service-arrows .ser-prev,
.service-arrows .ser-next,
.testi-arrows .testi-prev,
.testi-arrows .testi-next {
  outline: 2px dashed #27565C !important;
  outline-offset: 1px !important;
  border: none;
  background-color: var(--primary-color);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  color: var(--color-white);
  font-size: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
}

.service-arrows .ser-prev:hover,
.service-arrows .ser-next:hover,
.testi-arrows .testi-prev:hover,
.testi-arrows .testi-next:hover {
  background-color: var(--secondary-color) !important;
  outline-color: var(--secondary-color) !important;
}

.service-item {
  background-color: var(--color-white);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.service-inner .service-item {
  margin-bottom: 25px;
}

.service-item .service-img {
  position: relative;
  padding: 6px;
  z-index: 1;
  border-radius: 15px;
}

.service-item .service-img figure {
  width: 100%;
}

.service-item .service-img .ser-img {
  height: 280px;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.service-item .service-img .service-icon {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 82px;
  height: 82px;
  line-height: 82px;
  background-color: var(--color-white);
  left: 50%;
  transform: translate(-50%, 45%);
  border-radius: 100%;
}

.shape-mockup {
  position: absolute;
  z-index: 0;
}

.ser-shape {
  position: absolute;
  left: 0px;
  top: -8px;
  z-index: 0;
}

.service-item .service-img .service-icon .icon-btn {
  border: 2px dashed var(--primary-color);
  border-color: var(--secondary-color);
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.5s ease;
}

.service-item:hover .service-img .service-icon .icon-btn,
.swiper-slide-active .service-item .service-img .service-icon .icon-btn {
  border-color: var(--primary-color);
}

.service-item .service-img .service-icon .icon-btn .icon {
  width: 62px;
  height: 62px;
  line-height: 62px;
  background-color: var(--secondary-color);
  border-radius: 50%;
  transition: all 0.5s ease;
}

.service-item:hover .service-img .service-icon .icon-btn .icon,
.swiper-slide-active .service-item .service-img .service-icon .icon-btn .icon {
  background-color: var(--primary-color);
}

.service-item .service-img .service-icon .icon-btn .icon img {
  max-width: 40px;
  display: inline-block;
  height: auto;
  transform: scaleX(1);
  transition: all 0.5s ease;
}

.service-item:hover .service-img .service-icon .icon-btn .icon img {
  transform: scaleX(-1);
  transition: all 0.5s ease;
}

.service-item .service-body {
  padding: 40px 25px 35px 25px;
  text-align: center;
  position: relative;
}

.service-item .service-body .service-content {
  position: relative;
  z-index: 1;
}

.service-item .service-body .service-content .service-title {
  color: var(--heading-color);
  font-family: var(--rubik-font);
  font-size: 23px;
  line-height: 34px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}

.service-item .service-body .service-content .service-title a {
  font-family: inherit;
  color: inherit;
  font-weight: inherit;
}

.service-item .service-body .service-content .service-desc {
  color: var(--color-dark);
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0 !important;
}

/* Testimonials */
.testimonials-section {
  position: relative;
  overflow: hidden;
}

.testi-bg {
  position: absolute;
  display: inline-block;
  clip-path: polygon(0 0, 100% 0%, 98% 100%, 0% 100%);
  right: 58%;
  top: 0;
  left: 0;
  height: 100%;
}

.testi-bg::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 100%;
  background: var(--secondary-color);
  z-index: 1;
}

.testi-bg::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgb(16, 156, 61);
  background: linear-gradient(180deg, rgba(0, 26, 8, 0.23) 0%, rgba(0, 0, 0, 0.41) 100%);
}

.testi-bg img {
  height: 100%;
  object-fit: cover;
}

.testimonials-section .title-inner {
  display: inline-flex;
  align-items: end;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 28px;
}

.testi-content {
  position: relative;
}

.testi-item {
  position: relative;
  margin-top: 10px;
  margin-bottom: 35px;
}

.testi-item .testi-header {
  margin-bottom: 30px;
}

.testi-item .testi-slogan {
  position: relative;
  color: var(--primary-color);
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 0 !important;
  font-weight: 700;
  text-transform: capitalize;
  font-style: italic;
}

.testi-item .star-rating {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin-top: 8px;
}

.testi-item .star-rating i {
  color: var(--secondary-color);
}

.testi-item .testi-desc {
  color: var(--muted-color);
  font-size: 16px;
  line-height: 27px;
  font-weight: 600;
  text-transform: capitalize;
}

.testi-footer {
  margin-top: 35px;
}

.testi-author {
  display: flex;
  align-items: center;
  gap: 15px;
}

.testi-author .auth-image {
  max-width: 82px;
  max-height: 82px;
  overflow: hidden;
  border-radius: 50%;
  background-color: var(--secondary-color);
  border: 2px dashed var(--secondary-color);
}

.testi-author .auth-name {
  color: var(--primary-color);
  font-size: 20px;
  line-height: 1;
  margin-bottom: 0 !important;
  font-weight: 700;
}

.quote-icon {
  position: absolute;
  right: 0;
  bottom: -15px;
  font-size: 80px;
  color: rgba(123, 123, 123, 0.137254902);
}

.custom-shape {
  right: 0px;
  bottom: 80px;
  top: auto
}

/* counter */
.counter-section {
  position: relative;
  overflow: hidden;
  /* background-color: var(--secondary-color); */
  background-color: #edfcee;
  z-index: 1;
}

.counter-block {
  display: flex;
  align-items: center;
  gap: 17px;
}

.counter-block .counter-icon {
  border: 2px dashed var(--color-white);
  border-radius: 50%;
}

.counter-block .counter-icon .icon {
  width: 82px;
  height: 82px;
  line-height: 82px;
  border-radius: 50%;
  display: block;
  text-align: center;
  background-color: var(--secondary-color);
  margin: 3px;
  position: relative;
  overflow: hidden;
  transition: 0.32s ease-in-out all;
}

.counter-block .counter-icon .icon::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #00481C;
  border-radius: 50%;
  transform: scale(0);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(.34, 1.56, .64, 1),
    opacity 0.3s ease;
  z-index: 1;
}

.counter-block:hover .counter-icon .icon::after {
  transform: scale(1);
  opacity: 1;
}

.counter-block .counter-icon .icon img,
.counter-block .counter-icon .icon i {
  position: relative;
  z-index: 2;
}

.counter-block .counter-icon .icon img {
  max-width: 50px;
  height: auto;
  transition: 0.3s ease all;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.2));
}

/* .counter-block:hover .counter-icon .icon img{
  filter: none;
} */
.counter-block .counter-info .counter-value {
  color: #000;
  font-size: 40px;
  font-family: var(--rubik-font);
  font-weight: 600;
  margin-bottom: 6px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15),
    0 3px 6px rgba(0, 0, 0, 0.08);
}

.counter-block .counter-info .counter-value .unit {
  padding-left: 4px;
  font-weight: 500 !important;
}

.counter-shape {
  z-index: -1;
}

.counter-block .counter-info .counter-title {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0 !important;
}

/* Industry */
.industry-card {
  position: relative;
  overflow: hidden;
}

.industry-card .industry-thumb {
  position: relative;
  border-radius: 15px;
}

.industry-card .industry-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(360deg,
      rgba(0, 72, 28, 0.84) 0%,
      rgba(0, 72, 28, 0) 63%);
  top: 0;
  left: 0;
  border-radius: 15px;
  z-index: 1;
}

.industry-card .industry-thumb img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.industry-card .industry-content {
  position: absolute;
  transition: all 0.5s ease;
  z-index: 2;
  padding: 40px 25px 40px 25px;
  bottom: 0;
  width: 100%;
}

.industry-card .industry-content .ind-tag {
  color: var(--color-white);
  font-size: 13px;
  font-weight: 500;
  padding: 6px 14px;
  border: 2px solid var(--secondary-color);
  border-radius: 55px;
  background: var(--secondary-color);
  background: radial-gradient(circle at center, #67B131 0%, #00481C 50%, #002E12 100%);
  transition: all 0.32s ease-in-out;
  display: inline-flex;
  align-items: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.industry-card:hover .industry-content .ind-tag {
  background: radial-gradient(circle at center, #67B131 0%, #00481C 90%, #002E12 100%);
}

.industry-card .industry-content .ind-title {
  font-size: 22px;
  color: var(--color-white);
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 0 !important;
  text-shadow: 0 1px 3px rgb(0 0 0 / 45%);
}

.industry-slider-wrapper {
  position: relative;
}

.industry-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #67B131;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: 0 8px 25px rgba(103, 177, 49, 0.35);
}

.industry-prev {
  left: -30px;
}

.industry-next {
  right: -30px;
}

.industry-nav:hover {
  background: #00481C;
  box-shadow: 0 10px 30px rgba(0, 72, 28, 0.45);
  transform: translateY(-50%) scale(1.08);
}

.industry-nav i {
  font-size: 18px;
}

/* footer */
.site-footer {
  position: relative;
  overflow: hidden;
}

.site-footer .footer-top {
  position: relative;
  padding-top: 100px;
  padding-bottom: 40px;
  /* background-image: url('../img/bg/footer-bg.jpg'); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}

.site-footer .footer-top::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #eefcef;
  /* opacity: 0.8; */
  z-index: -1;
}

.site-footer .footer-top::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;

  background-image: repeating-linear-gradient(45deg,
      rgba(255, 255, 255, 0.02) 0px,
      rgba(255, 255, 255, 0.02) 1px,
      transparent 1px,
      transparent 16px);
  z-index: -1;
  opacity: 0.7;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-logo img {
  max-width: 210px;
  height: auto;
}

.footer-desc {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.footer-line {
  position: absolute;
  top: -7px;
  text-align: center;
  width: 100%;
  z-index: 0;
}

.footer-social {
  display: inline-flex;
  align-items: center;
  margin-top: 22px;
}

.footer-social .social-title {
  display: inline-block;
  font-size: 15px;
  font-family: var(--rubik-font) !important;
  color: var(--secondary-color);
  position: relative;
  margin-right: 15px;
  padding-right: 14px;
  font-weight: 700;
}

.footer-social .social-title::before {
  content: "";
  position: absolute;
  right: 0;
  width: 1.5px;
  height: 22px;
  background-color: #51757A;
  top: 50%;
  transform: translateY(-50%);
}

.footer-social .social-title::after {
  content: "";
  position: absolute;
  right: -2px;
  width: 1px;
  height: 14px;
  background-color: #51757A;
  top: 50%;
  transform: translateY(-50%);
}

.footer-social .social-icons {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 7px;
}

.footer-social .social-icons li a {
  color: var(--color-white);
  font-size: 14px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  border: 1px solid #074e32;
  background-color: #043422;
  transition: 0.4s ease all;
}

.footer-social .social-icons li:hover a {
  color: var(--color-white);
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.footer-title {
  position: relative;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 17px;
  margin-bottom: 35px;
  display: inline-block;
}

.footer-title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
}

.footer-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  height: 3px;
  background: linear-gradient(90deg, #67B131, #00481C);
  box-shadow: 0 0 10px rgba(103, 177, 49, 0.5);
  border-radius: 10px;
  animation: footerLineMove 2.5s ease-in-out infinite;
}

@keyframes footerLineMove {
  0% {
    left: 0;
    width: 30%;
  }

  50% {
    left: 70%;
    width: 30%;
  }

  100% {
    left: 0;
    width: 30%;
  }
}

.footer-links li {
  margin-bottom: 5px;
}

.footer-links li a {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-links li a::before {
  content: "\f324";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) translateX(0);
  font-size: 12px;
  color: #67B131;
  transition: all 0.3s ease;
}

.footer-links li a:hover {
  /* color: #ffffff; */
  color: var(--secondary-color);
  padding-left: 28px;
}

.footer-links li a:hover::before {
  transform: translateY(-50%) translateX(-6px);
}

.cont-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cont-list li {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.cont-list li .icon img {
  max-width: 40px;
  height: auto;
}

.cont-list li .info p,
.cont-list li .info a {
  font-size: 15px;
  font-weight: 500;
  font-family: var(--poppins-font);
  color: #000;
  line-height: 25px;
  margin-bottom: 0 !important;
  transition: 0.32s ease all;
}

.cont-list li .info a:hover {
  color: var(--secondary-color);
}

.footer-bottom {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  background-color: #effcf0;
  z-index: 1;
}

.footer-bottom::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -3%;
  height: 100%;
  bottom: 0;
  width: 53%;
  /* background-color: #69ae32; */
  transform: skewX(50deg);
  z-index: -1;
}

.copyright-text,
.credit-text {
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  color: #000;
  margin-bottom: 0 !important;
}

.copyright-text a,
.credit-text a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.copyright-text .brand-text {
  color: #002912;
  text-transform: capitalize;
  font-weight: 600 !important;
  transition: color .5s ease-in-out;
}

.copyright-text .brand-text:hover {
  color: #044f32;
}

.credit-text a {
  color: #083423 !important;
  font-weight: 500 !important;
  text-transform: capitalize;
}

.bs-box {
  position: relative;
  overflow: hidden;
}

.bs-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  /* overlay color */
  z-index: 1;
}


.bs-box .hb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* breadcrumb */
.breadcrumb-section {
  position: relative;
  padding: 70px 0;
  /* background-image: url('../img/bg/breadcrumb-bg.jpg'); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 30%;
  /* background: #effcf0; */
}

.breadcrumb-title {
  color: #000;
  font-size: 40px;
  line-height: 50px;
  font-family: var(--poppins-font) !important;
  font-weight: 600;
  margin-bottom: 5px !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.breadcrumb-title span {
  color: var(--secondary-color) !important;
}

.breadcrumb {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.breadcrumb li {
  position: relative;
  color: #cfd8d3;
  font-family: var(--poppins-font) !important;
  font-weight: 600;
  font-size: 14px;
}

.breadcrumb li:not(:last-child) {
  margin-right: 30px;
}

.breadcrumb li:not(:last-child)::after {
  content: "\f324";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  right: -22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: var(--secondary-color);
}

.breadcrumb li a {
  text-decoration: none;
  color: #cfd8d3;
  transition: 0.3s ease;
  font-size: 14px;
}

.breadcrumb li a:hover {
  color: var(--secondary-color);
}

.breadcrumb li.active {
  color: var(--secondary-color);
}

.inner-page .top-header {
  /* background: linear-gradient(270deg, rgba(0, 72, 28, 0.95) 0%, rgb(39 92 0 / 95%) 100%) !important; */
}

/* .inner-page .header-logo-box::before{
  background-color: var(--secondary-color) !important;
} */
.inner-page .header-logo-box::after {
  background-color: var(--primary-color) !important;
}

.inner-page .main-header {
  background-color: var(--color-white) !important;
}

.inner-page a.nav-link {
  color: var(--color-dark);
}

.inner-page .header-right .header-icons {
  background-color: var(--color-white) !important;
  border: none !important;
}

/* .inner-page .header-right{
  background-color: var(--secondary-color);
} */
/* .inner-page .header-right .contact-content .cont-title{
  color: var(--color-white) !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
} */
/* .inner-page .header-right .contact-content .cont-info{
  color: var(--color-white) !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
} */
.vm-card {
  position: relative;
  border-radius: 20px;
  background-color: #fff;
  /* background: linear-gradient(270deg, rgba(0, 72, 28, 0.95) 0%, rgb(39 92 0 / 95%) 100%) !important; */
  z-index: 1;
  margin-bottom: 35px;
}

.vm-card::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/shape/dotted-shape.png');
  background-repeat: no-repeat;
  background-size: 500px;
  background-position: center right;
  filter: invert(1) brightness(10);
  z-index: -1;
  opacity: 0.2;
}

.vm-card .vm-widget {
  position: relative;
  height: 100%;
  max-height: 100%;
  width: 100%;
}

.vm-card .vm-widget .vm-img {
  height: 100%;
  width: 100%;
  min-height: 300px;
  max-height: 100%;
  object-fit: cover;
  border-radius: 20px 0 0 20px;
}

.vm-card .vm-content {
  padding: 40px 40px 40px 80px;
}

.vm-card .vm-content .vm-title {
  color: #000;
  font-size: 35px;
  line-height: 1.2;
  text-transform: uppercase;
  /* text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); */
  margin-bottom: 25px;
  background: #bafbb230;
  width: fit-content;
  border-left: 5px solid #47b445;
  padding: 6px 20px;
  border-radius: 8px 5px 5px 8px;
  backdrop-filter: blur(80px);
}

.vm-card .vm-content .vm-desc {
  font-size: 17px;
  line-height: 34px;
  font-weight: 400;
  color: #000;
  margin-bottom: 0 !important;
}

.vm-icon {
  position: absolute;
  height: 90px;
  width: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  right: -10%;
  transform: translateY(-50%);
  border-radius: 20px;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.25),
    inset 0 0 20px rgba(0, 72, 28, 0.15);
  z-index: 2;
}

.vm-icon img {
  max-width: 50px;
  height: auto;
  filter:
    drop-shadow(0 4px 6px rgba(0, 0, 0, 0.25)) drop-shadow(0 8px 16px rgba(0, 72, 28, 0.25));
}

/* team */
.team-section {
  position: relative;
  overflow: hidden;
}

.team-block {
  position: relative;
  margin-bottom: 25px;
}

.team-block .team-image {
  position: relative;
  margin-bottom: 22px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #002912;
  border-bottom: 5px solid var(--secondary-color);
  width: 100%;
  text-align: center;
}

.team-block .team-image img {
  transform: scale(1);
  transition: all 0.5s ease;
}

.team-block:hover .team-image img {
  transform: scale(1.1);
}

.team-block .team-social {
  position: absolute;
  left: 0;
  bottom: -1px;
  padding: 60px 20px 25px;
  position: absolute;
  background-color: var(--secondary-color);
  clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 100%);
}

.team-block .team-social a {
  display: block;
  color: var(--color-white);
  text-align: center;
  transition: all 0.4s ease;
}

.team-block .team-social a:not(:last-child) {
  margin-bottom: 12px;
}

.team-block .team-social a:hover {
  color: #002912;
}

.team-block .team-content {
  position: relative;
  text-align: center;
}

.team-block .team-content .team-name {
  color: var(--primary-color);
  font-size: 22px;
  line-height: 1.1;
  text-transform: uppercase;
  font-family: var(--rubik-font);
  font-weight: 600;
  margin-bottom: 6px !important;
}

.team-block .team-content .team-design {
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: 600;
  font-family: var(--rubik-font);
  text-transform: capitalize;
  margin-bottom: 0 !important;
  line-height: initial;
}

.team-shape {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 0;
}

/* certificate */
.certi-card {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 25px;
  border-radius: 12px;
  box-shadow:
    0 10px 25px rgba(0, 0, 0, 0.08),
    0 0 0 1px rgba(103, 177, 49, 0.15);
}

.certi-img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}

.certi-img-wrap img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.certi-img-wrap::before {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(to bottom,
      rgba(103, 177, 49, 0.85),
      rgba(103, 177, 49, 0.6));
  opacity: 0;
  transition: 0.4s ease;
  z-index: 1;
}

.certi-view {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: radial-gradient(circle, #000 40%, rgba(0, 0, 0, 0.6));
  backdrop-filter: blur(6px);
  border-radius: 50%;
  opacity: 0;
  transition: 0.4s ease;
  z-index: 2;
}

.certi-view i {
  color: #ffffff;
  font-size: 22px;
}

.certi-card:hover .certi-img-wrap::before {
  opacity: 1;
}

.certi-card:hover .certi-view {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.certi-card:hover .certi-img-wrap img {
  transform: scale(1.05);
}

.dropdown-arrow {
  cursor: pointer;
  color: var(--color-white);
  /* display: none; */
  font-size: 15px;
}

.dropdown-arrow i {
  transition: transform .3s ease;
}

.show .dropdown-arrow i {
  transform: rotate(180deg);
}

.serinn-wid-wrap {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-height: 100%;
  border-radius: 12px;
}

.serinn-wid-wrap img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.5s ease;
}

.serinn-wid-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.4));
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.serinn-wid-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg,
      transparent,
      rgba(255, 255, 255, 0.3),
      transparent);
  transition: all 0.6s ease;
  z-index: 2;
}

.serinn-wid-wrap:hover img {
  transform: scale(1.08);
  filter: brightness(0.9);
}

.serinn-wid-wrap:hover::before {
  opacity: 1;
}

.serinn-wid-wrap:hover::after {
  left: 100%;
}

.innsec-lg-title {
  position: relative;
  padding-left: 24px;
  font-size: 34px;
  line-height: 46px;
  font-weight: 600;
  color: var(--heading-color);
  text-transform: capitalize;
  margin-bottom: 25px;
}

.innsec-lg-title::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
  background-color: var(--secondary-color);
  border-radius: 4px;
}

.serdet-widget {
  position: relative;
  height: 100%;
  max-height: 100%;
  width: 100%;
  border-radius: 20px;
}

.serdet-widget img {
  height: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}

.site-pattern {
  position: relative;
  z-index: 1;
}

.site-pattern::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url('../img/shape/pattern-one.png');
  background-repeat: no-repeat;
  background-position: top right;
  z-index: -1;
  pointer-events: none;
}

.inner-page .bg-clay {
  position: relative;
}

.sparkle {
  position: absolute;
  top: 10%;
  right: 7%;
  animation: sparkleBeat 1.8s infinite ease-in-out;
}

.sparkle img {
  max-width: 45px;
  display: block;
  filter: drop-shadow(0 0 6px rgba(0, 255, 100, 0.6));
}

@keyframes sparkleBeat {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  25% {
    transform: scale(1.25);
    opacity: 0.8;
  }

  50% {
    transform: scale(0.9);
    opacity: 1;
  }

  75% {
    transform: scale(1.15);
    opacity: 0.85;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.fancybox__container {
  z-index: 105000 !important
}

/* contact us */
.contact-box {
  height: 100%;
  padding: 45px 35px;
  border-radius: 12px;
  position: relative;
  background: rgba(232, 243, 237, 0.75);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  z-index: 1;
  overflow: hidden;
}

.contact-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 2px;
  background: linear-gradient(120deg, transparent, var(--secondary-color), transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  /* -webkit-mask-composite: xor; */
  mask-composite: add;
  opacity: 0.4;
  transition: 0.4s ease;
  z-index: -1;
  pointer-events: none;
}

.contact-box:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.contact-box:hover::before {
  opacity: 0.6;
}

.contact-box .contus-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-box .cts-avatar {
  height: 85px;
  width: 85px;
  background: linear-gradient(135deg, var(--primary-color), #0f5132);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
}

.contact-box:hover .cts-avatar {
  background: var(--secondary-color);
  box-shadow: 0 10px 25px rgba(103, 177, 49, 0.25);
}

.contact-box:hover .cts-avatar {
  transform: scale(1.1) rotate(5deg);
}

.contact-box .cts-avatar i {
  color: #fff;
  font-size: 32px;
}

.contact-box .contus-info {
  margin-top: 22px;
}

.contact-box .contus-heading {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--heading-color);
  text-transform: uppercase;
  margin-bottom: 12px;
}

.contact-box .cts-text,
.contact-box .cts-text a {
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  /* color: #333; */
  color: var(--color-dark);
}

.contact-box .cts-text span {
  color: #333;
}

.contus-form-wrapper {
  margin-top: 70px;
}

.contus-form-box {
  background: linear-gradient(145deg, #025428, #013d1f);
  padding: 50px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.contus-form-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(103, 177, 49, 0.25), transparent 40%);
  z-index: 0;
  pointer-events: none;
}

.cts-form-title {
  position: relative;
  width: fit-content;
  font-size: 34px;
  font-weight: 600;
  color: var(--color-white);
  padding-bottom: 14px;
  margin-bottom: 30px;
}

.cts-form-title::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--secondary-color);
  height: 4px;
  width: 25%;
  border-radius: 5px;
  transition: 0.36s ease-in-out;
}

.contus-form-box:hover .cts-form-title::after {
  width: 100%;
}

.contus-widget {
  position: relative;
  /* border-bottom: 1px solid #3d832b; */
}

.contus-form-box .form-group {
  margin-bottom: 25px;
}

.contus-form-box .form-control {
  color: var(--color-white) !important;
}

.contus-form-box .form-control,
.contus-form-box .form-select {
  padding: 14px 16px;
  font-size: 15px;
  background-color: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 8px;
  backdrop-filter: blur(6px);
  transition: all 0.3s ease;
}

.contus-form-box .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}

.contus-form-box .form-control:focus,
.contus-form-box .form-select:focus {
  border: 1px solid rgb(18 165 15) !important;
  box-shadow: 0 0 0 .25rem rgb(71 180 69 / 22%) !important;
}

.contus-form-box .form-control.ff,
.contus-form-box .form-select {
  height: 55px;
}

.contus-form-box .form-control::placeholder,
.contus-form-box .form-select::placeholder {
  color: var(--color-white) !important;
  transition: 0.45s ease-in-out all !important;
}

.contus-form-box .form-control:focus::placeholder,
.contus-form-box .form-select:focus::placeholder {
  padding-left: 12px;
}

.submit-action-wrap {
  margin-top: 12px;
}

.custom-select {
  color: #fff !important;
}

.custom-select:valid {
  color: #fff;
}

.custom-select option {
  color: #000;
  background: #fff;
}

.map-wrapper {
  margin-top: 70px;
}

.submit-action-wrap .site-btn {
  display: inline-flex;
  align-items: center;
}

.submit-action-wrap .site-btn i {
  font-size: 22px;
}

.inds-container {
  position: relative;
}

.premium-divider {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.premium-divider .line {
  flex: 1;
  height: 2px;
  background: linear-gradient(to right,
      transparent,
      #00481C,
      #00481C,
      transparent);
  opacity: 0.9;
}

.divider-icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  animation: softBeat 2.2s ease-in-out infinite;
}

@keyframes softBeat {
  0% {
    transform: scale(1);
  }

  20% {
    transform: scale(1.08);
  }

  40% {
    transform: scale(1);
  }

  60% {
    transform: scale(1.12);
  }

  80% {
    transform: scale(1);
  }

  100% {
    transform: scale(1);
  }
}

.client-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}

.client-card {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(103, 177, 49, 0.15);
  box-shadow:
    0 20px 40px rgba(0, 72, 28, 0.12),
    0 8px 20px rgba(0, 0, 0, 0.06);
  margin-bottom: 25px;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

.client-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top, rgba(103, 177, 49, 0.12), transparent 70%);
  opacity: 0;
  transition: 0.4s ease;
}

.client-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow:
    0 35px 80px rgba(0, 72, 28, 0.25),
    0 15px 35px rgba(0, 0, 0, 0.10);
}

.client-card:hover::before {
  opacity: 1;
}

.client-logo {
  width: 100%;
  text-align: center;
}

.client-logo img {
  min-height: 120px;
  max-height: 120px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.industry-section {
  padding: 70px 40px;
}

.industry-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 70px 60px;
}

.industry-card {
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
}

.industry-card img {
  /* filter: hue-rotate(80deg) saturate(120%); */
}

.industry-card:hover {
  transform: translateY(-5px);
}

.icon-box {
  width: 90px;
  height: 90px;
  margin: 0 auto 18px;
  border-radius: 10px;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
}

.icon-box svg {
  width: 42px;
  height: 42px;
  stroke: #f47b20;
}

.industry-card h4 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  color: #111;
}

/* Tablet */
@media(max-width:991px) {

  .industry-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 30px;
  }

}

/* Mobile */
@media(max-width:767px) {

  .industry-section {
    padding: 50px 20px;
  }

  .industry-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }

  .industry-card h4 {
    font-size: 16px;
  }

  .icon-box {
    width: 75px;
    height: 75px;
  }

}

.pc-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9;
}

.pc-whatsapp a {
  display: inline-flex;
  width: 100%;
  background: #00a315c7;
  align-items: center;
  padding: 8px 4px 8px 11px;
  border-radius: 50px;
  color: #fff;
  gap: 6px;
  backdrop-filter: blur(1px);
  text-decoration: none;
}

.pc-whatsapp a i {
  font-size: 26px;
}

.pc-whatsapp a span {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Helvetica';
  letter-spacing: 0.7px;
}

.pc-whatsapp a::before,
.pc-whatsapp a::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 2px solid #25d366;
  border-radius: 50px;
  animation: ripple 2s linear infinite;
  opacity: 0;
}

.pc-whatsapp a::after {
  animation-delay: 1s;
}







.pc-phone {
  position: fixed;
  bottom: 85px;
  right: 20px;
  z-index: 9;
}

.pc-phone a {
  display: inline-flex;
  width: 100%;
  background: #fff;
  align-items: center;
  padding: 8px 4px 8px 11px;
  border-radius: 50px;
  color: #000000;
  gap: 6px;
  backdrop-filter: blur(1px);
  text-decoration: none;
}

.pc-phone a i {
  font-size: 26px;
}

.pc-phone a span {
  font-size: 14px;
  font-weight: 400;
  /*font-family: 'Helvetica';*/
  letter-spacing: 0.7px;
}

.pc-phone a::before,
.pc-phone a::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 2px solid #25d366;
  border-radius: 50px;
  animation: ripple 2s linear infinite;
  opacity: 0;
}

.pc-phone a::after {
  animation-delay: 1s;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  70% {
    transform: scale(1.3);
    opacity: 0;
  }

  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}

/* Banner Update */

 .split-banner {
	position: relative;
	overflow: hidden;
	min-height: auto;
	background: #fff;
	display: flex;
	align-items: center;
}

.split-banner .hb-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .05;
	filter: blur(2px);
	transform: scale(1.05);
}

.split-banner::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg,
			rgba(255, 255, 255, .98) 0%,
			rgba(255, 255, 255, .96) 45%,
			rgba(255, 255, 255, .72) 100%);
	z-index: 1;
}

.split-banner-wrap {
	position: relative;
	z-index: 5;
	width: 100%;
	max-width: 1400px;
	margin: auto;
	padding: 40px 40px 120px 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 70px;
}

.split-left {
	width: 50%;
}

.split-left .bs-con-wrap {
	max-width: 620px;
}

.ban-slogan {
	background: #f3f8fb;
	border: 1px solid #d9e8f1;
	padding: 12px 22px;
	border-radius: 100px;
	color: #0c2b3d;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .4px;
	margin-bottom: 24px;
}

.lg-text {
	font-size: 60px;
	line-height: 1.1;
	color: #0b1c2d;
	font-weight: 800;
	margin-bottom: 28px;
}

.lg-text span {
	color: #00481c;
}

.para-text {
	font-size: 18px;
	line-height: 1.9;
	color: #5b6773;
	max-width: 560px;
	margin-bottom: 38px;
}

.site-btn {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	background: #00a3ff;
	color: #fff;
	padding: 18px 34px;
	border-radius: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: .35s ease;
	box-shadow: 0 18px 45px rgba(0, 163, 255, .18);
}

.site-btn:hover {
	transform: translateY(-4px);
	background: #0b1c2d;
	color: #fff;
}

.split-right {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.split-image-box {
	width: 100%;
	max-width: 100%;
	height: 400px;
	border-radius: 34px;
	overflow: hidden;
	position: relative;
	background: #fff;
	box-shadow:
		0 25px 80px rgba(0, 0, 0, .10),
		0 0 0 1px rgba(0, 0, 0, .04);
}

.split-image-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 1.2s ease;
	object-position: right center;
}

.split-banner:hover .split-image-box img {
	transform: scale(1.05);
}

.split-image-box::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg,
			rgba(255, 255, 255, .2) 0%,
			rgba(255, 255, 255, 0) 35%);
}

.bubbles {
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
}

.bubble {
	background: rgba(0, 163, 255, .08);
}

.shape-map,
.shape-mockup {
	z-index: 3;
	position: absolute;
	opacity: .45;
}

.aboutbb {
    position: relative;
    background-color: #effcf0;
    background-image: url('file://mars-500/mars/Inquiry/General_Inquiry/adapt/assets/img/shape/team-shape.png');
    background-size: 50%;
    background-position: right 0%;
    background-repeat: no-repeat;
}

.hr-img-nowrap img{
	object-fit: contain;
}

@media(max-width:1200px) {

	.lg-text {
		font-size: 58px;
	}

	.split-image-box {
		height: 620px;
	}
}

@media(max-width:991px) {

	.split-banner-wrap {
		flex-direction: column;
		padding: 120px 30px 80px;
		gap: 50px;
	}

	.split-left,
	.split-right {
		width: 100%;
	}

	.split-left {
		text-align: center;
	}

	.para-text {
		margin-left: auto;
		margin-right: auto;
	}

	.split-image-box {
		max-width: 100%;
		height: 360px;
	}

	.lg-text {
		font-size: 36px;
	}
}

@media(max-width:767px) {

	.split-banner {
		min-height: auto;
	}

	.split-banner-wrap {
		padding: 40px 20px;
	}

	.lg-text {
		font-size: 30px;
	}

	.para-text {
		font-size: 16px;
		line-height: 1.8;
	}

	.split-image-box {
		height: 380px;
		border-radius: 24px;
	}
}