@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"),
    url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Readex Pro";
  src: url("../fonts/ReadexPro-Regular.woff2") format("woff2"),
    url("../fonts/ReadexPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Readex Pro";
  src: url("../fonts/ReadexPro-SemiBold.woff2") format("woff2"),
    url("../fonts/ReadexPro-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Readex Pro";
  src: url("../fonts/ReadexPro-ExtraLight.woff2") format("woff2"),
    url("../fonts/ReadexPro-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Readex Pro";
  src: url("../fonts/ReadexPro-Bold.woff2") format("woff2"),
    url("../fonts/ReadexPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2"),
    url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Readex Pro";
  src: url("../fonts/ReadexPro-Light.woff2") format("woff2"),
    url("../fonts/ReadexPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Readex Pro";
  src: url("../fonts/ReadexPro-Medium.woff2") format("woff2"),
    url("../fonts/ReadexPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.d-none {
  display: none !important;
}
.show-740 {
  display: none !important;
}
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 0.512vw;
  scroll-behavior: smooth;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Readex Pro";
  color: #000;
}
body {
  background-color: #ffff;
  scroll-behavior: smooth;
  font-family: "Readex Pro";
}
span,
blockquote {
  font-size: 2.5rem;
  font-weight: 400;
  font-family: "Inter";
}
ul {
  list-style: none;
}

/* 

h1 =>  5.4 

h2 =>  4.4 

h3 =>  3

h4 => 2.3

h5 =>  => 

h6 =>  1.5

p => 2.8 

font-20 => 20px => 2rem

a, li => 20px => 2rem



*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Readex Pro";
}
p,
li,
a {
  font-family: "Inter";
}
h1 {
  font-size: 5.4rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.2rem;
}
h2 {
  font-size: 4.4rem;
  font-weight: 600;
  margin-bottom: 2.5rem;
  line-height: 1.25;
  letter-spacing: -0.1rem;
}
h2 strong {
  font-weight: 300;
}
h3 {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: -0.1rem;
  line-height: 1.35;
}
h4 {
  font-size: 2.3rem;
  font-weight: 600;
}
h5 {
  font-weight: 500;
  font-size: 3rem;
}
h6 {
  font-size: 1.5rem;
  color: #6ebe48;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.05rem;
  font-family: "Inter";
  margin-bottom: 2.5rem;
}
p {
  line-height: 1.5;
  font-size: 2.8rem;
  font-weight: 400;
  color: #414141;
}
.font-20,
.font-20 p {
  font-size: 2rem;
  font-weight: 500;
}
a,
li {
  font-size: 2rem;
  text-decoration: none;
  font-weight: 500;
}
.hidden {
  display: none;
}
/* Common Classes Start */
section {
  margin: 0 auto;
  overflow: hidden;
}
.relative {
  position: relative;
}
.container {
  /* width: 83%; */
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 34rem;
}
.com-padding {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
.uppercase {
  text-transform: uppercase;
}
.flex-box {
  display: flex;
  flex-wrap: wrap;
}
.text-center {
  text-align: center;
}
.text-end {
  text-align: end;
}
.text-justify {
  text-align: justify;
}
.align-center {
  align-items: center;
}
.align-start {
  align-items: flex-start;
}
.align-end {
  align-items: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-evenly {
  justify-content: space-evenly;
}
.justify-around {
  justify-content: space-around;
}
.justify-end {
  justify-content: flex-end;
}
.justify-start {
  justify-content: flex-start;
}
.margin-x-auto {
  margin-left: auto;
  margin-right: auto;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.mt-1 {
  margin-top: 1rem;
}
.mt-2 {
  margin-top: 2rem;
}
.mt-3 {
  margin-top: 3rem;
}
.mt-4 {
  margin-top: 4rem;
}
.mt-5 {
  margin-top: 5rem;
}
.mr-1 {
  margin-right: 1rem;
}
.mb-2 {
  margin-bottom: 2rem;
}
.mb-3 {
  margin-bottom: 3rem;
}
.mb-4 {
  margin-bottom: 4rem;
}
.mb-5 {
  margin-bottom: 5rem;
}
.mb-6 {
  margin-bottom: 6rem;
}
.mb-7 {
  margin-bottom: 7rem;
}
.pt-3 {
  padding-top: 3rem;
}
.pt-4 {
  padding-top: 4rem;
}
.pt-5 {
  padding-top: 5rem;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
/* width  */
.max-content {
  width: max-content;
}
.w-10 {
  width: 10%;
}
.w-15 {
  width: 15%;
}
.w-20 {
  width: 20%;
}
.w-25 {
  width: 25%;
}
.w-30 {
  width: 30%;
}
.w-33 {
  width: 33.33%;
}
.w-35 {
  width: 35%;
}
.w-40 {
  width: 40%;
}
.w-41 {
  width: 41%;
}
.w-42 {
  width: 42%;
}
.w-43 {
  width: 43%;
}
.w-45 {
  width: 45%;
}
.w-47 {
  width: 47%;
}
.w-50 {
  width: 50%;
}
.w-51 {
  width: 51%;
}
.w-52 {
  width: 52%;
}
.w-55 {
  width: 55%;
}
.w-57 {
  width: 57%;
}
.w-60 {
  width: 60%;
}
.w-65 {
  width: 65%;
}
.w-66 {
  width: 66%;
}
.w-70 {
  width: 70%;
}
.w-75 {
  width: 75%;
}
.w-80 {
  width: 80%;
}
.w-90 {
  width: 90%;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}

/* color  */
.text-white,
.text-white * {
  color: #fff;
}
.text-grey {
  color: #656565;
}
.bg-white {
  background-color: #fff;
}
.bg-dark {
  background-color: #053736;
}

.up {
  opacity: 0;
}

/* lenis recommended css  */

html.lenis,
html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.header-menu li a:hover,
.footer-menu-box ul a:hover {
  text-decoration: underline;
  text-underline-offset: 0.5rem;
}

/* Common for all Pages css */

.text-dark-green h2 {
  color: #053736;
}
.d-inline {
  /* display: inline-block !important; */
  position: relative;
  z-index: 9;
  width: max-content;
}
.d-inline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1rem;
  background-image: url(../img/heading-border.png);
  height: 0.7rem;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.text-dark-green h2 strong {
  /* display: block; */
  font-weight: 300;
  position: relative;
  z-index: 9;
  width: max-content;
}
.text-dark-green h2 strong::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1rem;
  background-image: url(../img/heading-border.png);
  height: 0.7rem;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.mobile-show {
  display: none !important;
}
.object-cover {
  object-fit: cover;
}
.block {
  display: block;
}
/* common css end */

/* header  */
#header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 50;
  background: #ffffff;
}
.header-height {
  height: 13rem;
}
.logged-in .header-height {
  height: 8rem;
}
.header-box .logo-box img {
  width: 13.1rem;
}
.box-btn {
  border: 1px solid #000;
  padding: 1rem 2rem;
  transition: all 0.5s ease;
}
.box-btn:hover {
  border-color: #6ebe48;
  color: white;
  background-color: #6ebe48;
}
.heading-wrapper {
  perspective: 1000px;
  display: inline-block;
  position: relative;
}
.split-heading {
  transform-origin: top;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
#header.header-stick {
  position: fixed;
  animation: smoothScroll 1s forwards;
  border-bottom: 1px solid #ececec;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 50;
  background-color: white;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-7rem);
  }
  100% {
    transform: translateY(0rem);
  }
}
/* home page */

ul.banner-background-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-banner-section .text-box {
  position: absolute;
  bottom: 16%;
  width: 100%;
}

.home-body-banner-box {
  padding: 40rem 0 15rem 0;
}
.white-box-btn,
.black-box-btn {
  position: relative;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.two-btn-box {
  gap: 3rem;
}
.white-box-btn,
.black-box-btn {
  position: relative;
  height: 7.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.5rem;
  text-transform: uppercase;
  padding: 0px 2.5rem;
  width: max-content;
  font-family: "Readex Pro";
  font-weight: 600;
  transition: all 0.5s ease;
}
.white-box-btn img,
.black-box-btn img {
  width: 2.3rem;
  margin-left: 3rem;
  transition: all 0.5s ease;
}
.black-box-btn img {
  filter: invert(100%);
}
.white-box-btn::after,
.black-box-btn::after {
  position: absolute;
  content: "";
  background: url("../img/btn-after.png");
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.white-box-btn:hover,
.black-box-btn:hover {
  background-color: #6ebe48;
}
.white-box-btn:hover::after,
.black-box-btn:hover::after {
  opacity: 0;
}

.black-box-btn::after {
  background: url("../img/black-btn-after.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.white-box-btn:hover img,
.black-box-btn:hover img {
  transform: translateX(1rem);
}

#menu-header-menu .menu-item-has-children {
  position: relative;
}
.home-why-us-box .img-box {
  width: 60%;
  margin: auto;
  margin-top: -25rem;
}
ul.home-why-list-box li h5 + p {
  font-size: 2.3rem;
  line-height: 1.3;
  margin-top: 1rem;
}
ul.home-why-list-box li h5,
ul.home-why-list-box li h5 * {
  font-size: 5rem;
  font-weight: 700;
  color: #6ebe48;
  font-family: inherit;
  line-height: 1;
}
ul.home-why-list-box li h5 {
  display: flex;
  align-items: center;
}
.home-why-list-box .counter {
  display: flex;
  overflow: hidden;
  align-items: center;
}
.home-why-list-box .digit-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
.home-why-list-box .digit-container {
  width: 3.2rem;
  height: 5rem;
  overflow: hidden;
  position: relative;
}

.home-why-list-box .digit-wrapper div {
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.home-why-list-box li:nth-child(1),
ul.home-why-list-box li:nth-child(4) {
  margin-top: 35rem;
}
ul.home-why-list-box li:nth-child(2),
ul.home-why-list-box li:nth-child(3) {
  margin-top: 10rem;
}
ul.home-why-list-box li {
  width: 20%;
}
ul.home-why-list-box li:nth-child(2) {
  margin-right: 24rem;
}

.home-values-box ul li {
  width: 40%;
}
.home-values-box ul {
  gap: 3rem;
  margin-top: 5rem;
}
.home-values-box ul li img {
  width: 2.8rem;
  height: 3rem;
  object-fit: contain;
  margin-bottom: 1.5rem;
}
.home-values-box ul li h4 {
  margin-bottom: 1rem;
}
ul.home-client-listing {
  margin-top: 7rem;
}
ul.home-client-listing li {
  width: max-content;
  margin: 3rem 3rem;
}
ul.home-client-listing li img {
  height: 4rem;
  width: 18rem;
  object-fit: contain;
  filter: grayscale(1);
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
ul.home-client-listing li:hover img {
  filter: grayscale(0);
}
.section-underline {
  border-bottom: 1px solid #bfbfbf;
}
.home-testimonials-listing .slick-track {
  display: flex !important;
  padding-top: 5rem;
}
.home-testimonials-listing .slick-list {
  margin: 0 -2rem;
}
.home-testimonials-listing .slick-slide {
  height: inherit;
  margin: 0 2rem;
}
.hp-testimonial-item {
  padding: 5rem 3rem 3rem 3rem;
  border: 1px solid #d0d0d0;
  position: relative;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.text-dark-green {
  color: #053736;
}

.hp-testimonial-item .bottom-box {
  padding-top: 5rem;
  margin-top: 5rem;
  border-top: 1px solid #bfbfbf;
}
.hp-testimonial-item .bottom-box .img-box {
  width: 8rem;
  height: 6rem;
  border: 1px solid #ddd;
}
.hp-testimonial-item .bottom-box .txt-box {
  flex: 1;
  padding-left: 2rem;
}
.hp-testimonial-item .bottom-box .txt-box p {
  font-size: 2.2rem;
}
.home-testimonials-listing .slick-slide > div {
  height: 100%;
}
/* .home-testimonials-listing .slick-list {
    overflow: visible;
}
.home-testimonials-section .container {
    overflow: hidden;
} */
.home-testimonials-listing ul.slick-dots button::before {
  display: none;
}
.home-testimonials-listing ul.slick-dots li {
  padding: 0;
  border: none;
  width: 2rem;
  margin: 0px 0.8rem;
}
.home-testimonials-listing ul.slick-dots li::after {
  display: none;
}
.home-testimonials-listing ul.slick-dots li button {
  font-size: 0;
  background: #d9d9d9;
  height: 2rem;
  width: 2rem;
  border-radius: 100%;
  border: none;
  cursor: pointer;
}
.home-testimonials-listing ul.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 6rem;
  position: static;
}
.home-testimonials-listing ul.slick-dots li.slick-active button {
  background: #6ebe48;
}
.home-testimonials-listing {
  margin: 0 -2rem;
  margin-top: 7rem;
}
.hp-testimonial-itemh4 {
  font-size: 2.5rem;
  margin-bottom: 3rem;
}
.hp-testimonial-itemh4 + p {
  color: #656565;
  margin-bottom: 5rem;
}
.hp-testimonial-item.bottom-box .txt-box {
  width: 75%;
}
.hp-testimonial-item.bottom-box .img-box {
  width: 20%;
}
.hp-testimonial-item.bottom-box {
  margin-top: 3rem;
}
.hp-testimonial-item h4 {
  margin-bottom: 2rem;
}
.hp-testimonial-item.bottom-box .txt-box p {
  margin-top: 0.5rem;
  font-size: 1.5rem;
}
.hp-testimonial-item::after {
  position: absolute;
  content: "";
  background: url(../img/testimonial-after.png);
  width: 5rem;
  height: 5rem;
  left: 3rem;
  top: -2.5%;
  background-size: contain;
  background-repeat: no-repeat;
}
.hp-testimonial-item::before {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 9rem;
  height: 5rem;
  left: 3rem;
  top: -2.5%;
  background-size: contain;
  background-repeat: no-repeat;
}
.home-founder-box .text-box .head-box img {
  width: 11rem;
  object-fit: cover;
  height: 11rem;
  display: block;
  border-radius: 50%;
  border: 0.5rem solid #6ebe48;
}
.home-founder-box .text-box .head-box {
  width: 40rem;
}
.home-founder-box .text-box {
  position: absolute;
  bottom: 15%;
  left: 0%;
  width: 100%;
}
.home-founder-box .text-box .head-box + p {
  width: 60%;
  font-size: 2.5rem;
  margin-top: 2.5rem;
}
.home-founder-box .text-box .head-box h2 {
  margin-bottom: 0.6rem;
}
.home-events-listing {
  margin: 0 -2rem;
  margin-top: 7rem;
}
.home-events-listing .img-box img {
  height: 41rem;
  display: block;
  object-fit: cover;
}

.circle-slider-arrow .slider-arrow {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #bfbfbf;
  cursor: pointer;
  transition: all 0.5s ease;
}
.green-arrows .slider-arrow {
  border: 1px solid #6ebe48;
}
.green-arrows .slider-arrow:hover {
  background-color: #6ebe48;
}
.home-events-box .prev-arrow img {
  transform: rotate(-180deg);
}
.green-arrows .slider-arrow:hover img {
  filter: invert(1) grayscale(1) brightness(100);
}
.circle-slider-arrow .slider-arrow img {
  max-width: 1.5rem;
  object-fit: contain;
  transition: all 0.5s ease;
}
.circle-slider-arrow .next-arrow {
  margin-left: 2rem;
}
.home-events-listing .slick-list {
  margin: 0 -2rem;
}
.home-events-listing .slick-slide {
  margin: 0 2rem;
}
.home-events-listing li h3 {
  margin-bottom: 1.3rem;
}
.home-events-listing li h6 {
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.home-latest-blog-box .black-box-btn img {
  margin-left: 5rem;
}
.home-latest-blog-listing .blog-item:first-child img {
  height: 65rem;
  object-fit: cover;
}
ul.home-latest-blog-listing li .white-blog-content,
ul.home-latest-blog-listing li .blog-content {
  position: absolute;
  bottom: 5%;
  width: 92%;
  left: 4%;
}
ul.home-latest-blog-listing li .white-blog-content,
ul.home-latest-blog-listing li .blog-content {
  background: #fff;
  padding: 6rem 3rem 5rem 4rem;
}
ul.home-latest-blog-listing li .blog-content {
  background-color: transparent;
}
ul.home-latest-blog-listing > li {
  width: 53.8%;
}
ul.home-latest-blog-listing .right {
  width: 43.5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

ul.home-latest-blog-listing {
  margin-top: 7rem;
}
ul.home-latest-blog-listing > li h6 sup {
  color: #6ebe48;
}
ul.home-latest-blog-listing li h6 sup {
  text-transform: capitalize;
  margin-right: 0.4rem;
}
ul.home-latest-blog-listing li h6 {
  margin-bottom: 2rem;
  font-weight: 500;
}
ul.home-latest-blog-listing .right li h6,
ul.home-latest-blog-listing .right li h6 sup,
ul.home-latest-blog-listing .right li h3 {
  color: #fff;
}
ul.home-latest-blog-listing li .blog-content {
  padding: 3rem 2rem 3rem 2rem;
}
ul.home-latest-blog-listing li .white-blog-content::after {
  position: absolute;
  content: "";
  background: url(../img/arrow-small-green-half-rect.webp);
  width: 3.9rem;
  height: 3.9rem;
  right: 2.5rem;
  top: 2.5rem;
  background-size: contain;
  background-repeat: no-repeat;
}
ul.home-latest-blog-listing .right .blog-item {
  height: 31rem;
  overflow: hidden;
}
ul.home-latest-blog-listing .right .blog-item img {
  filter: brightness(0.7);
}
.home-latest-blog-listing .img-box {
  overflow: hidden;
}
.home-latest-blog-listing .img-box img {
  transition: all 0.5s ease;
}
.home-latest-blog-listing li:hover .img-box img {
  transform: scale(1.1);
}
.home-contact-box .contact-info .text {
  width: 78%;
}
.home-contact-box .contact-info img {
  width: 8rem;
}
.home-contact-box .contact-info .info {
  margin-bottom: 5rem;
}
.home-contact-box h2 {
  margin-top: 10rem;
}
.home-form-box form {
  background: #fff;
  padding: 3rem 5rem 5rem 5rem;
  position: relative;
}
.home-form-box input,
.home-form-box textarea,
.home-form-box select {
  border: none;
  width: 100%;
  border-bottom: 1px solid #8e8e8e;
  padding: 0rem;
  margin-bottom: 2rem;
  font-family: "Readex Pro";
  font-size: 1.6rem;
  height: 8rem;
  color: #8e8e8e;
  outline: none;
  z-index: 5;
  position: relative;
  background-color: transparent;
}
.home-form-box textarea {
  margin-top: 2rem;
  height: 12rem;
  margin-bottom: 5rem;
}
.home-form-box form button {
  position: relative;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  border: none;
  font-size: 1.5rem;
  text-transform: uppercase;
  padding: 0px 8rem;
  width: max-content;
  font-family: "Readex Pro";
  font-weight: 600;
  color: #6ebe48;
  cursor: pointer;
  transition: all 0.5s ease;
}
.home-form-box form button:hover {
  background-color: #6ebe48;
  color: white;
}
.home-form-box form button::after {
  position: absolute;
  content: "";
  background: url(../img/green-btn-after.png);
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 5;
  cursor: pointer;
}
.home-form-box form::after {
  position: absolute;
  content: "";
  background: url(../img/contact-form-after.png);
  width: 80%;
  height: 100%;
  right: -7.5%;
  top: -4.5%;
  background-size: contain;
  background-repeat: no-repeat;
}

ul.home-journey-listing li h3 {
  font-size: 6.6rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  -webkit-text-stroke: 0.1rem;
  -webkit-text-stroke-color: #a7a7a7;
  -webkit-text-fill-color: transparent;
  font-family: sans-serif;
  font-weight: 600;
  letter-spacing: -0.2rem;
  transition: all 0.5s ease;
}

ul.home-journey-listing li h3.active {
  color: #6ebe4b;
  -webkit-text-fill-color: #6ebe4b;
  -webkit-text-stroke: 0;
}
ul.home-journey-listing li {
  width: 35%;
  height: max-content;
}
ul.home-journey-listing li h4 {
  font-size: 2.8rem;
  margin-bottom: 1rem;
  width: 80%;
}
ul.home-journey-listing {
  gap: 10rem;
  margin-top: 35rem;
}
ul.home-journey-listing li:nth-child(odd) {
  margin-top: -15rem;
  height: max-content;
}
img.slider-btn.right-slider {
  right: 39.5%;
}
img.slider-btn.left-slider {
  right: 44%;
  transform: rotate(180deg);
}
img.slider-btn {
  position: absolute;
  top: -20%;
  width: 5rem;
  filter: grayscale(1);
  cursor: pointer;
}
img.slider-btn:hover {
  filter: grayscale(0);
}

.journey-progress-container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 45rem;
  height: 89%;
  width: 5rem;
  z-index: 2;
}

.journey-progress-container::after,
.journey-progress-container::before {
  content: "";
  position: absolute;
  left: -70%;
  top: -10rem;
  width: 7rem;
  height: 7rem;
  background-image: url(../img/blog-half-rect-green.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.journey-progress-container::before {
  top: unset;
  bottom: -10rem;
  /* transform: rotate(90deg); */
  opacity: 0;
  transition: all 0.5s ease;
}
.journey-progress-container.progress-complete::before {
  opacity: 1;
}

.progress-line-fill {
  position: absolute;
  top: -1rem;
  left: 0;
  width: 5rem;
  height: 5%;
  background: url(../img/green-scroll-img-new.png);
  background-repeat: no-repeat;
  background-size: 77.85% auto;
  background-position: center top;
}

.home-journey-listing::after {
  position: absolute;
  content: "";
  background: url(../img/dash-img-new.png);
  width: 4.85rem;
  height: 89%;
  left: 50%;
  transform: translateX(-50%);
  top: 45rem;
  background-size: 80% auto;
  background-repeat: no-repeat;
  background-position: center top;
}

.home-animate-listing {
  margin: auto;
  margin-top: 10rem;
  max-width: 1920px;
}

.home-animate-list-box {
  border-radius: 4rem;
  margin-top: 5rem;
}
.home-animate-list-box {
  min-height: max-content;
}
.home-animate-inner-box {
  padding: 4rem 20rem 15rem 15rem;
  padding-right: 35rem;
  position: relative;
}
/*.home-animate-inner-box::after {
    content: '01';
    position: absolute;
    right: 20rem;
    top: 10rem;
    font-size: 22rem;
    font-weight: 600;
    color: #6EBE48;
    font-family: inter;
    z-index: -1;
}
.home-animate-list-box.bg-color-1 .home-animate-inner-box::after{
    content: '02';
}
.home-animate-list-box.bg-color-2 .home-animate-inner-box::after{
    content: '03';
}
.home-animate-list-box.bg-color-3 .home-animate-inner-box::after{
    content: '04';
}
.home-animate-list-box.bg-color-4 .home-animate-inner-box::after{
    content: '05';
}
.home-animate-list-box.bg-color-5 .home-animate-inner-box::after{
    content: '06';
}
.home-animate-list-box.bg-color-6 .home-animate-inner-box::after{
    content: '07';
}
.home-animate-list-box.bg-color-7 .home-animate-inner-box::after{
    content: '08';
}*/
.home-animate-inner-box .list-box {
  display: flex;
  flex-wrap: wrap;
  gap: 3.5rem;
  width: 72%;
}
.home-animate-inner-box .list-box li {
  background: #fff;
  width: 30%;
  padding: 2rem 3rem;
  display: flex;
  align-items: center;
  height: 15rem;
}
.home-animate-inner-box .list-box li a {
  display: flex;
  align-items: center;
}
.home-animate-inner-box .list-box li img {
  width: 6rem !important;
  height: 5rem !important;
  object-fit: contain;
  margin-right: 2rem;
}
.home-animate-list-box h4.text-center {
  font-weight: 400;
  color: #6b6b6b;
  padding-top: 3rem;
}
.home-animate-list-box.bg-color-0 {
  background: #ebf2e9;
}
.home-animate-list-box.bg-color-5 {
  background: #cedec9;
}
.home-animate-list-box.bg-color-4 {
  background: #d7e5d3;
}
.home-animate-list-box.bg-color-3 {
  background: #deecda;
}
.home-animate-list-box.bg-color-2 {
  background: #ebf2e9;
}
.home-animate-list-box.bg-color-1 {
  background: #f5f8f4;
}
section.home-animate-section {
  padding-bottom: 0;
}

/* Stack Layers ANimation Section */
.stack-layers-section {
  background-color: #f4f8f3;
  padding: 7rem 0;
}
.stacks-section-container {
  width: 90%;
  padding: 0 30px;
  max-width: 1650px;
  margin: 0 auto;
}
.stack-layers-section .head-box {
  margin-bottom: 7rem;
}
.stack-layers-inner {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: calc(100vh + 25rem);
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: visible;
}
.stack-layers-wrapper {
  z-index: 4;
  width: 100%;
  height: 100vh;
  margin-bottom: 0;
  display: block;
  position: relative;
}
.stack-layer-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 68vh;
  min-height: 400px;
  padding: 3rem 3rem;
  border-radius: 3rem;
  background-color: #f4f8f3;
}
.stack-layer-item.stack-layer-2 {
  top: 8rem;
  background-color: #ebf2e9;
}
.stack-layer-item.stack-layer-3 {
  top: 16rem;
  background-color: #deecda;
}
.stack-layer-item.stack-layer-4 {
  top: 24rem;
  background-color: #d7e5d3;
}
.stack-layer-item.stack-layer-5 {
  top: 32rem;
  background-color: #cedec9;
}

.stack-layer-item .title {
  font-size: 2.2rem;
  color: #6b6b6b;
}
.stack-item-usps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3rem 3rem;
}
.stack-item-usps li {
  box-shadow: 0px 4px 54px 0px #00000008;
}
.stack-item-usps a {
  padding: 4rem 2rem;
}
.stack-item-usps .icon {
  width: 5rem;
  height: 5rem;
}
.stack-item-usps .icon img {
  max-width: 100%;
}
.stack-item-usps .text {
  flex: 1;
  padding-left: 2rem;
  font-size: 2.5rem;
  font-weight: 500;
}

footer {
  background: #011b1a;
}
.footer-box .footer-media-box a {
  transition: all 0.5s ease;
}
.footer-box .footer-media-box a:hover {
  background-color: #ffffff;
}
.footer-box .footer-media-box img {
  width: 5rem;
  display: block;
}
.footer-box .footer-media-box {
  gap: 1.5rem;
}
.footer-box .footer-info-box {
  width: 48%;
}
.footer-box .footer-info-box p {
  font-size: 1.5rem;
  margin: 3rem 0;
}
.footer-box .footer-info-box .footer-slogan {
  width: max-content;
  max-width: 100%;
  font-size: 4.4rem;
  font-weight: 600;
  margin: 1rem 0 3rem;
}
.footer-box .footer-info-box .footer-slogan::before {
  content: "";
  position: absolute;
  top: 1rem;
  right: -0.5rem;
  width: 2.2rem;
  height: 2.2rem;
  background: url("../img/footer-slogan-logo.png") no-repeat center;
  background-size: contain;
}
.footer-box .footer-info-box .footer-logo {
  width: 16rem;
}
.footer-box {
  padding: 6rem 0 3rem 0;
}
.footer-bottom-box {
  padding: 5rem 0;
}
.footer-menu-box h6 {
  color: #6ebe48;
}
.footer-menu-box ul {
  gap: 1.5rem;
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
}
.footer-menu-box ul a {
  color: #f5f5f5;
  line-height: 1.5;
}
.footer-box .footer-info-box + .footer-menu-box {
  width: 20%;
  border-right: 1px solid #d9d9d94a;
  border-left: 1px solid #d9d9d94a;
}
.footer-box .footer-menu-box {
  padding-left: 6rem;
}
.footer-box .footer-info-box .footer-menu-box .wpcf7-text.hidden {
  display: none;
}
.wpcf7 form .wpcf7-response-output {
  font-size: 1.8rem;
  font-family: "Inter";
  text-align: center;
  border: none;
}
.wpcf7-not-valid-tip {
  font-size: 1.8rem;
  font-family: "Inter";
}

/* =========================   */

/*About Page Css Start*/

/* =========================   */

.about-intro-content p:not(:last-child) {
  margin-bottom: 3rem;
}
.about-intro-image::before {
  content: "";
  position: absolute;
  right: -6rem;
  top: -6rem;
  background-image: url(../img/green-half-square.png);
  width: 16.4rem;
  height: 16.5rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.trc-logobox img {
  width: 41.9rem;
}
.about-statics {
  border-radius: 2.5rem;
  padding: 6.5rem;
  margin-top: 10rem;
}
.about-statics-infos > p {
  color: #d6e2e1;
  margin-bottom: 1.5rem;
}
.about-statics-list h3 {
  font-size: 5.2rem;
  font-weight: 600;
}
.about-statics-list p {
  font-size: 2.4rem;
}
.about-statics-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 4.5rem;
}
.about-statics-list li {
  border-left: 1px solid #797979;
  text-align: center;
}
.about-statics-list li:last-child {
  border-right: 1px solid #797979;
}
.about-statics-list h3 {
  font-size: 5.2rem;
  font-weight: 600;
}
.about-statics-list p {
  font-size: 2.4rem;
}
.jouney-timeline-list {
  margin-top: 10rem;
  margin-bottom: 4rem;
}
.jouney-timeline-list-item {
  position: relative;
  padding-bottom: 7rem;
}
.jouney-timeline-list-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1.3rem;
  height: 1.3rem;
  background-color: #fff;
  border-radius: 100%;
  z-index: 99;
  border: 1.65px solid #d9d9d9;
}
.jouney-timeline-list .slick-current .jouney-timeline-list-item::before,
.jouney-timeline-list .slick-current .jouney-timeline-list-item::after {
  background-color: #6ebe48;
  border-color: #6ebe48;
}
.jouney-timeline-list-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.248rem;
  background-color: #d9d9d9;
  border-radius: 0;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.jouney-timeline-list .slick-current h6 {
  color: #000000;
}
.jouney-timeline-list-item h6 {
  font-size: 2rem;
  font-weight: 500;
  color: #818181;
  font-family: "Readex Pro";
}
.journey-list-main,
.latest-read-blogs-main,
.events-lising-main {
  width: 100%;
  max-width: 2350px;
  margin-right: 0;
  margin-left: auto;
  padding-left: 34rem;
}
.journey-list-item-main {
  width: 90.9rem !important;
  position: relative;
  display: flex !important;
  justify-content: space-between;
}
.journey-list .slick-slide {
  margin-right: 7.5rem;
}
.journey-list-description {
  width: 43%;
}
.journey-list-item-imagebox {
  width: 54%;
}
.journey-list-description h4 {
  font-size: 6.6rem;
  color: #6ebe48;
  -webkit-text-stroke: 1px #a7a7a7;
  -webkit-text-fill-color: transparent;
  font-family: "Inter";
  font-weight: 800;
}
.journey-list .slick-current.slick-active .journey-list-description h4 {
  -webkit-text-stroke: 1px #6ebe48;
  -webkit-text-fill-color: #6ebe48;
}
.journey-list-description h5 {
  color: #053736;
  font-size: 2.8rem;
  margin: 1.5rem 0;
}
.journey-list-description p {
  color: #656565;
}
.lines-img {
  width: 100%;
  margin-top: 9rem;
}
.about-our-etchics-head {
  padding-bottom: 8rem;
}
.about-our-etchics-banner .logo-icon {
  width: 10rem;
  position: absolute;
  top: 5rem;
  right: 5rem;
}
.about-mission-content p {
  color: #4b4b4b;
}
.about-mission-content p {
  color: #4b4b4b;
  font-size: 2.6rem;
}
p b {
  background-color: #b1f690;
  font-weight: inherit;
}
.marquee-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding-bottom: 10rem;
}
.marquee h4 {
  font-size: 13.8rem;
  color: transparent;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #6ebe48;
  font-weight: 700;
  font-family: "Inter";
  text-transform: uppercase;
}
.marquee h4 img {
  width: 10.7rem;
  margin-left: 1rem;
}
/* Marquee Content */
.marquee {
  display: flex;
  column-gap: 5rem;
  animation: marquee 10s linear infinite;
}
/* Animation */
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.marquee-wrapper {
  display: flex;
}
.about-straegy-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.straegy-down-arrow {
  width: 14.7rem;
}
.about-services-wrapper {
  /* border-top: 1px solid #ADADAD; */
  padding: 12rem 0 7rem;
}
.about-services-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  padding-bottom: 10rem;
}
.about-services-item {
  border: 1px solid #cccccc;
  border-radius: 1.3rem;
  padding: 5rem 4rem;
}
.about-services-icon img {
  width: 5.6rem;
  max-width: 5.6rem !important;
  height: 5.6rem !important;
  object-fit: contain;
  margin-bottom: 3rem;
}
.partners-page-listing .about-services-icon img {
  width: 20rem;
  max-width: 20rem !important;
  height: 10rem !important;
  margin-bottom: 2rem;
}
.about-services-list-content h5 {
  font-size: 2.6rem;
  color: #053736;
}
.about-services-list-content p {
  color: #656565;
  margin: 1rem 0 4rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.about-services-arrow {
  width: 2.6rem;
  transition: 0.2s ease-in-out;
}
.about-services-item:hover .about-services-arrow {
  transform: rotate(45deg);
}

.about-usp-box > p {
  margin: 2rem 0;
}
ul.about-usp-listing li {
  border-right: 1px solid #797979;
  padding: 0 2rem;
  width: 33%;
  text-align: center;
}
ul.about-usp-listing li:first-child {
  border-left: 1px solid #797979;
}
ul.about-usp-listing li h3 + p {
  font-size: 2.4rem;
}
ul.about-usp-listing li h3 {
  font-size: 5.2rem;
}
.about-usp-box {
  padding: 8rem 0;
}

/* About Page Css End */

/* ================================ */

/* team page css */

/* ================================ */

.the-leadership-head h2::before {
  content: "";
  position: absolute;
  top: 0;
  right: -2rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/heading-green-half-rect.png);
  width: 4.2rem;
  height: 4.3rem;
}

.team-intro-content p strong {
  font-weight: 500;
  color: #414141;
}
.team-intro-usps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 5rem;
}
.team-intro-usps li {
  border-left: 1px solid #d9d9d9;
  text-align: center;
  padding: 3rem;
}
.team-intro-usps li h2 {
  font-weight: 600;
  color: #6ebe48;
  margin-bottom: 1.5rem;
}
.team-intro-usps li:nth-child(even) {
  border-right: 1px solid #d9d9d9;
}
.team-intro-usps li p {
  line-height: 1.3;
}
.bg-light-green {
  background-color: #f4f8f3;
}
.the-leadership-head h2 {
  display: inline-block;
  -webkit-text-stroke: 1px #6ebe48;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  font-family: "Inter";
  font-size: 15.9rem;
  text-transform: uppercase;
  letter-spacing: -6px;
  position: relative;
}
.team-listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 4rem;
  grid-row-gap: 7rem;
  /*display: flex;
  flex-wrap: wrap;
  gap: 7rem 4rem;*/
}
.team-list-item {
  overflow: hidden;
  transition: transform 0.4s;
  /*width: 22.5%;*/
}
/*.team-list-item:nth-child(1),
.team-list-item:nth-child(2),
.team-list-item:nth-child(3) {
  width: 31%;
}*/
.team-list-img {
  overflow: hidden;
  height: 41rem;
  border-radius: 2rem 2rem 0 0;
  cursor: pointer;
}
.team-list-img img {
  transition: transform 0.4s;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top;
}
/*.team-list-item:nth-child(1) .team-list-img img,
.team-list-item:nth-child(2) .team-list-img img,
.team-list-item:nth-child(3) .team-list-img img {
  height: 53rem;
}*/
.team-list-item:nth-child(1) .team-list-content h3,
.team-list-item:nth-child(2) .team-list-content h3,
.team-list-item:nth-child(3) .team-list-content h3 {
  font-size: 3.2rem;
}
.team-list-item .team-list-content h3 {
  font-size: 2.7rem;
}
.team-list-item:hover .team-list-img img {
  transform: scale(1.1);
}
.team-list-content {
  margin-top: 2rem;
}
.team-list-content h6 {
  margin: 1rem 0 2rem;
}
.team-list-content .description {
  margin-bottom: 2.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.team-list-content .description * {
  font-size: 1.8rem;
}
.team-social-links a {
  width: 3.6rem;
  height: 3.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #6ebe48;
  position: relative;
  margin-right: 0.3rem;
}
.team-social-links a img {
  width: 100%;
  height: 100%;
  vertical-align: middle;

  transition: 0.2s ease-in-out;
  object-fit: contain;
}

.team-social-links .calendly span {
  display: inline-block;
  font-size: 1.6rem;
  color: white;
  padding-right: 15px;
  background-color: #6ebe48;
  position: absolute;
  padding: 1rem 2rem;
  top: -5rem;
  left: 0;
  width: max-content;
  z-index: 2;
  border-radius: 4px;
  transition: all 0.4s ease;
  box-shadow: rgba(110, 190, 72, 0.3) 0px 8px 24px;
  opacity: 0;
}
.team-social-links .calendly:hover span {
  opacity: 1;
}
.team-social-links .calendly span::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #6ebe48;
  position: absolute;
  bottom: -4px;
  left: 10px;
  transform: rotate(45deg);
}
.team-social-links .calendly img {
  max-height: 100%;
}
.team-social-links a:hover img {
  opacity: 0.7;
}
.join-team-bottom-banner .home-body-banner-box {
  padding: 28.5rem 0;
}
.join-team-bottom-banner .white-box-btn img {
  margin-left: 8.5rem;
}

/* contact page css start */

.contact-info-list {
  margin-top: 5rem;
}
.contact-info-icon {
  border-radius: 0.45rem;
  border: 1px solid #6bba46;
  width: 5.8rem;
  height: 5.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease-in-out;
}
.contact-info-icon:hover {
  background-color: #6bba46;
}
.contact-info-icon:hover img {
  filter: brightness(100);
}
.contact-info {
  width: 75%;
  margin-left: 3rem;
}
.contact-info-list li {
  margin-top: 2rem;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 3rem;
}
.contact-info-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.form-shadow {
  box-shadow: 0px 14px 80px 0px #00000014;
}
.headquarters-clients {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 5rem;
  margin-top: 7rem;
}
.headquarters-clients li {
  border-left: 1px solid #267674;
  text-align: center;
  padding: 0 4rem;
}
.headquarters-clients li h3 {
  font-size: 5.5rem;
  color: #6ebe48;
  font-weight: 600;
}
.headquarters-clients li > p {
  font-size: 2.2rem;
  color: #b3c8c7;
}
.headquarters-list-item p {
  line-height: 1.4;
  letter-spacing: -1px;
}
.headquarters-clients li:last-child {
  border-right: 1px solid #267674;
}
.map-box > img {
  width: 71.3rem;
  margin-left: auto;
  display: block;
}
.map-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 71.3rem;
  height: 100%;
}
.location-items {
  position: absolute;
  display: flex;
  justify-content: center;
  left: 67%;
  top: 20%;
}
.location-details {
  width: max-content;
  padding: 0.45rem 2.15rem;
  border-radius: 0.57rem;
  background-color: #6bb846;
  text-align: center;
  color: #fff;
  position: absolute;
  box-shadow: 0px 4.57px 4.57px 0px #00000017;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px); /* Start slightly below */
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}
.location-pointer:hover ~ .location-details {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); /* Slide to original position */
}
.location-pointer {
  margin-top: 4rem;
}
.location-pointer img {
  width: 2.9rem;
  transition: 0.2s ease-in-out;
}
.location-pointer:hover img.indicate-green {
  display: block;
}
.indicate-green,
.location-pointer:hover img.indicate-white {
  display: none;
}
.location-details h6 {
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 0;
  text-transform: inherit;
  font-weight: 400;
}
.location-items:nth-child(2) {
  top: 23%;
  left: 68.5%;
}
.location-items:nth-child(3) {
  left: 60.5%;
  top: 45%;
}
.location-items:nth-child(4) {
  left: 70%;
  top: 46%;
}
.location-items:nth-child(5) {
  top: 58%;
  left: 67.5%;
}
.location-items:nth-child(6) {
  top: 59.5%;
  left: 70.5%;
}
.location-items:nth-child(7) {
  left: 32.5%;
  top: 27%;
}
.location-items:nth-child(8) {
  top: 31.5%;
  left: 28.8%;
}
.location-details::after {
  content: "";
  position: absolute;
  bottom: -0.86rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 1.4rem;
  height: 9px;
  background-image: url(../img/map-indicate-down.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.headquarters-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 4.1rem;
  grid-row-gap: 4.1rem;
  margin-top: 5rem;
}
.headquarters-list-item {
  background-color: #fff;
  border-radius: 1.5rem;
  padding: 3.5rem 3rem 3.5rem;
}
.headquarters-list-desp {
  min-height: 18rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.headquarters-list-item h5 {
  font-size: 2.5rem;
  color: #053736;
  margin-bottom: 2rem;
  flex-wrap: nowrap;
}
.headquarters-list-item h5 img {
  margin-right: 1.5rem;
  width: 2.8rem;
}
.headquarters-list-item h6 {
  margin: 2rem 0 0 0;
  display: inline-block;
  border-bottom: 1px solid;
  font-weight: 400;
  text-transform: inherit;
}
.contact-bott-banner-btn .white-box-btn img {
  margin-left: 7.7rem;
}
.our-presence-head {
  font-size: 16.6rem;
  text-transform: uppercase;
  letter-spacing: -2px;
  font-family: "Inter";
  margin: 4rem 0 0 0;
  -webkit-text-stroke: 1.5px #186d6b;
  -webkit-text-fill-color: transparent;
}

/* contact page css end */

/* terms page css start */

.page header.entry-header {
  background-color: #f4f8f3;
  padding: 17rem 0;
}
.page header.entry-header h1.entry-title,
.page .entry-content {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 34rem;
}
.page article footer.entry-footer {
  display: none;
}
.page .entry-content {
  padding-top: 7rem;
  padding-bottom: 7rem;
  position: relative;
}
.page .entry-content::after {
  content: "";
  position: absolute;
  background-image: url(../img/terms-page-before-green-rect.png);
  bottom: -5%;
  right: 8%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 11.6rem;
  height: 11.6rem;
}
.page .entry-content p {
  font-size: 2rem;
  margin-top: 2rem;
}

/* terms page css end */

/* Generic page css start */
.generic-page-sec h1 {
  color: #6ebd48;
}
.generic-page-sec h4 {
  font-size: 3.8rem;
  font-weight: 500;
  color: #053736;
  margin: 1.5rem 0;
}
.generic-page-sec p {
  color: #737373;
  margin-bottom: 4rem;
}
.generic-page-img img {
  margin-left: 3rem;
}

/* Generic page css end */

/* blog listing page css start */
.blog-list-wrapper {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  grid-column-gap: 6rem;
  grid-row-gap: 5rem;
  align-items: flex-start;
  margin-top: 18rem;
  position: relative;
}
.blog-list-item {
  position: relative;
  min-height: 59.4rem !important;
  display: flex !important;
  align-items: flex-end;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  position: relative;
}
.blog-list-wrapper .blog-item-thumb::before {
  content: "";
  position: absolute;
  right: 5%;
  top: 5%;
  background-image: url(../img/blog-half-rect-green.png);
  width: 6.4rem;
  height: 6.8rem;
  z-index: 9;
  background-size: contain;
  background-repeat: no-repeat;
}
.blog-list-wrapper .blog-list-item:nth-child(odd) {
  margin-top: -18rem;
}
.blog-list-item::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 10, 9, 0) 45.45%, #000a09 100%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.blog-item-thumb img {
  transition: all 0.7s ease;
}
.blog-list-item:hover .blog-item-thumb img {
  transform: scale(1.1);
}
.blog-item-thumb,
.blog-item-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-item-content {
  position: relative;
  padding: 3rem 6rem 5rem;
  z-index: 9;
  width: 100%;
}
.blog-item-content h4 {
  font-size: 2.8rem;
  font-weight: 500;
}
.blog-list-pagination-main {
  margin-top: 12rem;
}
.blog-list-pagination-main::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #858177;
  top: 0;
  bottom: 0;
  margin: auto;
}
.blog-list-pagination {
  width: max-content;
  margin: auto;
  z-index: 99;
  position: relative;
  background-color: #fff;
}
.blog-list-pagination .page-numbers {
  border: 1px solid #e9e9e9;
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.74rem;
  margin: 0 0.5rem 0;
  font-size: 1.6rem;
  font-weight: 500;
  transition: 0.2s ease-in-out;
}
.pagination-list {
  background-color: #fff;
  padding: 0 3rem;
  display: flex;
  align-items: center;
}
.blog-list-pagination .page-numbers.current,
.blog-list-pagination .page-numbers:hover {
  background-color: #6ebe48;
  color: #fff;
  border-color: #6ebe48;
}
.prev.page-numbers,
.next.page-numbers {
  background-color: #f4f8f3;
}
.prev.page-numbers img {
  transform: rotate(180deg);
}
.blog-list-pagination .page-numbers img {
  width: 1rem;
  transition: 0.2s ease-in-out;
}
.blog-list-pagination .page-numbers:hover img {
  filter: invert(1);
}
.get-insights-form {
  background-color: #6ebe48;
  padding: 5.45rem 0;
}
.get-insights-form h2 {
  font-size: 3.8rem;
  font-weight: 600;
  width: 27%;
  margin-bottom: 0;
}
.get-insights-formbox {
  width: 88rem;
  justify-content: flex-end;
}
.get-insights-formbox input {
  outline: none;
  background-color: transparent;
  border: solid;
  border-width: 0px 0px 1px 0px;
  color: #fff;
  font-family: "Readex Pro";
  padding: 0 0 2rem 0;
  width: 19rem;
  margin-right: 2rem;
}
.get-submit {
  background-color: #ffffff;
  outline: none;
  border: 1px solid #fff;
  color: #6ebe48;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 1.2rem;
  padding: 1.6rem 2.7rem;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.get-submit img {
  width: 2.1rem;
  vertical-align: middle;
  margin-left: 2rem;
  transition: 0.2s ease-in-out;
}
.get-submit:hover {
  background-color: transparent;
  color: #fff;
}
.get-submit:hover img {
  filter: brightness(100);
}
.get-insights-formbox input::placeholder {
  color: #fff;
}
/* blog listing page css end */

/* blog details page css start */
.blog-detail-wrapper {
  padding: 12rem 0;
}
.blog-detail-wrapper header.entry-header figure.post-thumbnail img {
  border-radius: 2rem;
  margin-top: 5rem;
}
.blog-item-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.blog-item-meta span {
  font-size: 1.5rem;
  color: #6ebe48;
  font-weight: 600;
}
.blog-item-meta span sup {
  color: #6ebe48;
}
.blog-item-meta span:nth-child(2) {
  color: #939393;
  font-size: 7px;
  margin: 0 1.5rem;
}
.blog-detail-wrapper .entry-content {
  margin-top: 6rem;
}
.blog-detail-wrapper .entry-content h2:not(:first-child) {
  border-top: 1px solid #b9b9b9;
  padding-top: 5rem;
  margin-top: 7rem;
}
.blog-detail-wrapper .entry-content p {
  margin-bottom: 2rem;
  font-weight: 400;
  font-size: 2rem;
}
.blog-detail-wrapper .entry-content img {
  margin: 2rem 0;
}
.blog-detail-wrapper .entry-content h3 {
  margin: 3rem 0 1rem;
}
.single-post footer.entry-footer,
.single-post nav.navigation.post-navigation {
  display: none;
}
.blog-detail-wrapper ol li,
.blog-detail-wrapper ul li {
  margin-left: 2rem;
  font-size: 2rem;
  color: #414141;
  line-height: 1.4;
  margin-bottom: 3rem;
}
.blog-detail-wrapper ol li strong,
.blog-detail-wrapper ul li strong {
  font-weight: 600;
  color: #414141;
}
.single-post header {
  box-shadow: 0px 4px 4px 0px #00000012;
}

.single-post header.entry-header {
  box-shadow: none !important;
}
#related-blog-slider {
  margin-top: 2rem;
}
#related-blog-slider .slick-slide {
  width: 59.4rem;
  margin-right: 4rem;
}
.circle-slider-btn {
  width: 7.3rem;
  height: 7.3rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #bfbfbf;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.circle-slider-btn.related-blog-prev {
  margin-right: 1.5rem;
}
.circle-slider-btn img {
  width: 2.4rem;
  filter: grayscale(1);
  transition: 0.2s ease-in-out;
}
.circle-slider-btn.related-blog-prev img {
  transform: rotate(180deg);
}
.circle-slider-btn:hover {
  border-color: #6ebe48;
}
.circle-slider-btn:hover img {
  filter: none;
}
.border-zero {
  border: none;
}
.overflow-hide {
  overflow: unset;
}
/* blog details page css end */

/* faq page css start */

.faq-sec {
  overflow: unset;
}
.faqs-nav-list-main {
  height: max-content;
  background-color: #f4f8f3;
  border-radius: 1.8rem;
  padding: 4rem 3rem;
  width: 24%;
  position: sticky;
  top: 5rem;
}
.faqs-nav-list-main h6 {
  color: #a7a7a7;
  font-family: "Inter";
}
.faqs-nav li {
  font-size: 1.9rem;
  color: #676767;
  margin-bottom: 1.3rem;
  position: relative;
  cursor: pointer;
}
.faqs-nav li.active {
  padding-right: 3rem;
  color: #6ebe48;
}
.faqs-nav li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 5.5rem;
  height: 1px;
  background-color: #6ebe48;
  transition: 0.2s ease-in-out;
  opacity: 0;
}
.faqs-nav li.active::after {
  opacity: 1;
}
.faq-list-main {
  width: 71%;
}
.faq-list-main-head h2 {
  font-size: 4.2rem;
  color: #053736;
  font-weight: 500;
  margin-bottom: 4rem;
}
.current-qtion-list {
  border-top: 0.5px solid #9b9b9b;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.current-qtion-list:last-child {
  border-bottom: 0.5px solid #9b9b9b;
}
.current-qtion-list .intro {
  font-weight: 500;
  color: #333333;
  padding-right: 4rem;
  position: relative;
  cursor: pointer;
}
.current-qtion-list .intro::before,
.current-qtion-list .intro::after {
  content: "";
  position: absolute;
  right: 0;
  background-color: #333333;
}
.current-qtion-list .intro::before {
  width: 0.2rem;
  height: 2.1rem;
  right: 0.9rem;
  top: 0.45rem;
}
.current-qtion-list .intro::after {
  width: 2.1rem;
  height: 0.2rem;
  top: 1.5rem;
}
.current-qtion-list .intro.active::before {
  display: none;
}
.faq-current-open-box {
  width: 100%;
  margin-bottom: 12rem;
}
.faq-current-open-box:last-child {
  margin-bottom: 0;
}
.faq-current-open-box .faq-opening-box {
  display: none;
  margin-top: 1.5rem;
}
.faq-current-open-box .faq-opening-box p {
  font-size: 2rem;
  font-weight: 300;
  color: #575757;
}

/* faq page css end */

/* events page css start */
.related-event-controlder .circle-slider-btn {
  width: 5rem;
  height: 5rem;
}
.related-event-controlder .circle-slider-btn img {
  width: 1.8rem;
}
.event-detail-banner .text-box {
  transform: translate(0, -50%);
  top: 50%;
  width: 85%;
}
.event-detail-banner h1 {
  padding: 4rem 0 1rem;
}
.event-detail-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 16.5%, #000000 106.13%);
}
.breadcrumb li,
.breadcrumb li a {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #b5b5b5;
}
.breadcrumb li:last-child {
  color: #6ebe48;
}
.breadcrumb li span {
  display: inline;
  color: inherit;
  margin: 0 1rem;
  font-size: inherit;
  font-weight: 700;
}
.events-details {
  margin-top: -23rem;
  background: linear-gradient(
    180deg,
    rgba(244, 248, 243, 0) 0%,
    #f4f8f3 138.4%
  );
  padding: 15rem 0 10rem;
}
.events-locations {
  box-shadow: 0px 20px 114px 0px #00000014;
  background-color: #fff;
  border-radius: 1rem;
  padding: 4.8rem 8rem;
  position: relative;
  justify-content: space-between;
  position: relative;
}
.events-locations::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40%;
  width: 1px;
  height: 6.8rem;
  margin: auto;
  background-color: #c2c2c2;
}
.events-locations li {
  display: flex;
  align-items: center;
  width: 40%;
}
.events-locations li img {
  width: 6.7rem;
}
.events-list-heading {
  margin-top: 10rem;
}
.event-vanue {
  padding-left: 3rem;
}
.event-vanue h5 {
  font-size: 2.4rem;
  font-family: "Inter";
  color: #555555;
  margin-bottom: 0.5rem;
}
.events-locations li:last-child {
  width: 59%;
  padding-left: 10rem;
}
.events-lising {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 4rem;
  grid-row-gap: 7rem;
  margin-top: 4rem;
}
.events-lising .img-box {
  height: 41rem;
}
.events-lising .img-box img {
  display: block;
  height: 100%;
  object-fit: cover;
}
.events-lising .text-box h6 {
  margin: 2rem 0 1rem;
}
.events-lising .text-box h3 {
  margin-bottom: 1.3rem;
}
.events-lising .text-box p {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 1rem;
}
.events-lising .text-box h5 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.latest-read-blogs-main {
  padding-top: 3rem !important;
}
.blog-listing-main h2 {
  border-top: 1px solid #bfbfbf;
  padding-top: 15rem;
}
#latest-read-blogslider .blog-list-item {
  width: 59.4rem !important;
  margin-right: 3rem;
}
.key-members-list-main {
  padding-top: 8rem;
}
.key-members-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 3rem;
  grid-column-gap: 0rem;
  margin-top: 4rem;
}
.key-members-list-item {
  border-left: 1px solid #ddd;
  justify-content: center;
}
.key-members-list-item:first-child {
  border-left: 0;
  justify-content: flex-start;
}
.key-members-list-item:last-child {
  justify-content: flex-end;
}
.key-members-img {
  width: 7.4rem;
  height: 7.4rem;
  margin-right: 2.5rem;
}
.key-members-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
  object-position: top;
}
.key-members-content h5 {
  font-size: 2.3rem;
  margin-bottom: 0.2rem;
}
.key-members-content p {
  font-size: 1.6rem;
}
.about-events-leftbox h2:not(:first-of-type),
.about-events-leftbox ul,
.about-events-leftbox ol {
  margin-top: 4rem;
}
.about-events-leftbox p {
  font-size: 2rem;
  margin-top: 2rem;
}
.about-events-leftbox p img {
  margin-top: 2rem;
}
.about-events-leftbox ul li {
  list-style: disc;
}
.about-events-leftbox ul li,
.about-events-leftbox ol li {
  font-size: 2rem;
  color: #414141;
  margin-left: 2rem;
  margin-top: 0.8rem;
  line-height: 1.3;
}
.about-events-leftbox hr {
  margin: 8rem 0;
  display: block;
}
.about-events-rightbox {
  position: sticky;
  top: 5rem;
  height: max-content;
}
.upcoming-events {
  padding: 4rem;
  border-radius: 1.3rem;
}
.upcoming-events h4 {
  color: #6ebe48;
  font-family: "Inter";
  font-weight: 500;
}
.upcoming-events-list li {
  border-top: 1px solid #dedede;
  padding-top: 2.5rem;
  margin-top: 2.5rem;
}
.upcoming-events-list li a {
  position: relative;
  padding-left: 2.5rem;
  display: flex;
}
.upcoming-events-list li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/double-arrow-right.png);
  width: 1.2rem;
  height: 1.2rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.register-form {
  padding: 4rem;
  margin-top: 3rem;
}
.register-form form::after {
  display: none;
}
.register-form form.wpcf7-form.init,
.register-form form.wpcf7-form {
  padding: 2rem 0 0 0;
}
.register-form input {
  margin-bottom: 0;
}
.register-form form.wpcf7-form.init br {
  display: none;
}
.register-form form button {
  margin-top: 4rem;
}
#related-eventslider a {
  width: 59rem;
  display: block;
  margin-right: 3rem;
}
/* events page css end */

/* Career Page Css  start */
.job-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}
.job-infos {
  margin: 2rem -2rem 0;
}
.job-infos li h6 span {
  margin-left: 2rem;
  padding-right: 0.7rem;
}
.job-list-item {
  background-color: #fff;
  box-shadow: 0px 14px 80px 0px #0000000d;
  padding: 5rem;
  display: block;
}
.job-infos li {
  margin-top: 1rem;
}
.job-infos li h6 {
  margin-bottom: 0;
  display: flex;
}
.job-infos li span {
  font-size: inherit;
}
.career-details-info p {
  font-size: 2rem;
  margin-bottom: 3rem;
}
.career-details-info ul,
.career-details-info ol {
  margin: 3rem 0;
}
.career-details-info ul li,
.career-details-info ol li {
  list-style: disc;
  margin-bottom: 2rem;
  line-height: 1.4;
  margin-left: 2rem;
}
.career-details-info ol li {
  list-style: unset;
}
.career-details-info ul li strong,
.career-details-info ol li strong {
  font-weight: 500;
}
.job-appication-form {
  background-color: #fff;
  height: max-content;
  padding: 4rem 3rem;
}
.job-appication-form form::after,
.job-appication-form br {
  display: none;
}
.applyjobs-input,
.job-exp,
.job-appication-form button {
  margin-top: 2rem;
}
.job-appication-form form {
  padding: 1rem 0 0 !important;
}
.job-appication-form h5 {
  font-size: 2rem;
}
.applyjobs-input-col {
  margin-top: 0;
}
.applyjobs-input-col p {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 2rem;
}

/* service detail page css started  */

.service-intro-box h4 {
  font-size: 2.6rem;
  margin-bottom: 3rem;
}
ul.service-ethics-listing li:nth-child(3n-2) {
  border-left: 0;
}
ul.service-ethics-listing li {
  width: 33%;
  padding: 0 3rem;
  border-left: 1px solid #d9d9d9;
}
ul.service-ethics-listing li .img-box {
  width: 8%;
}
ul.service-ethics-listing li .text-box {
  width: 88%;
}
ul.service-ethics-listing {
  margin: 0 -3rem;
  margin-top: 5rem;
  grid-row-gap: 4rem;
}
ul.service-ethics-listing li h4 {
  margin-bottom: 1.2rem;
}
.service-type-section {
  background: #f4f8f3;
}
.service-type-section .about-services-item {
  background: #fff;
  border: none;
}
.service-type-section .about-services-list-content h5 {
  margin-bottom: 2rem;
}
.service-page-journey ul.home-journey-listing li {
  width: 100%;
}
.service-page-journey ul.home-journey-listing li:nth-child(odd) {
  margin-top: 0;
}
.service-page-journey ul.home-journey-listing {
  margin-top: 17rem;
}
.service-page-journey ul.home-journey-listing li .head h4:first-child {
  color: #6ebe48;
}
.service-page-journey ul.home-journey-listing .flex-box {
  align-items: flex-end;
}
.service-page-journey .journey-progress-container,
.service-page-journey .home-journey-listing::after {
  top: 27rem;
}
.service-page-journey .progress-line-fill {
  left: 47%;
  width: 0rem;
  border-right: 3px solid #6ebe48;
  background: none;
  transform: rotate(0deg);
}
.service-page-journey .home-journey-listing::after {
  width: 0;
  border-right: 2px dashed #d7d7d7;
  background: none;
}
.service-page-journey .btn-box {
  margin-top: 12rem;
}
.service-type-section.relative::after {
  content: "";
  position: absolute;
  right: 0;
  top: -7.8rem;
  width: 35rem;
  height: 47rem;
  margin: auto;
  background-image: url(../img/service-type-section-after.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.service-type-section.relative {
  overflow: visible;
}
.service-type-section .about-services-item .about-services-icon {
  width: 6rem;
}
.home-common-form .contact-info {
  width: 100%;
  margin-left: 0;
}
.home-contact-box .contact-info .text p.fw-600 {
  margin-bottom: 0.5rem;
}
.service-type-list-slider {
  margin: 0 -2rem;
  display: block;
}
.service-type-list-slider .slick-slide {
  margin: 0 1rem;
}
.service-type-list-slider img.slider-btn.right-slider {
  right: 0%;
}
.service-type-list-slider img.slider-btn.left-slider {
  right: 5%;
}
.service-type-list-slider {
  margin: 0 -2rem;
}
.service-type-list-slider .about-services-icon {
  min-height: 10rem;
}
.service-type-list-slider .about-services-list-content p {
  min-height: 15rem;
}
.service-type-list-slider .about-services-list-content h5 {
  min-height: 6rem;
}
.service-grc-section {
  padding-top: 5rem;
}
.service-type-section.big .about-services-item {
  padding: 4rem 3rem;
}
.service-type-section.big .about-services-list-content p {
  font-size: 1.8rem;
}
.service-grc-box h5 {
  margin-bottom: 1.5rem;
}

/* service page end started  */

.careers-achivement-section {
  background: #ebf2e9;
}
ul.careers-achivements-imgs li {
  width: 48%;
  margin: 0 2rem;
}

ul.careers-achivements-imgs {
  margin-left: 0;
  margin-right: 0;
}
ul.careers-achivements-imgs .slick-list {
  overflow: visible;
}
.careers-achivement-section .container {
  overflow: hidden;
}

/* Career Page Css  end */

.blog-page-contact-bar p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.blog-page-contact-bar div#wpcf7-f541-p43-o1 {
  width: 100%;
}

/* industries page css start */

.about-events-leftbox h5 {
  font-size: 2rem;
}
.industries-listing-page .about-services-list-content {
  padding: 0 3rem;
}
.industries-listing-page .about-services-item .about-services-icon {
  width: 100% !important;
}
.industries-listing-page .about-services-icon img {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
}
.industries-listing-page .about-services-item {
  padding: 0 !important;
  overflow: hidden;
}

/* industries page css end */
.category-tab-list {
  counter-reset: section;
}
.home-tab-service-sec .container {
  padding: 0;
}
.home-service-list-box {
  display: none;
}
.home-service-list-box.active-content {
  display: block;
}
.home-tab-service-sec .home-animate-inner-box {
  padding: 0;
  margin-top: 5rem;
}
.home-tab-service-sec .home-animate-listing {
  padding: 8rem 15rem 13rem;
  background-color: #ebf2e9;
  border-radius: 4rem 4rem 0 0;
}
.category-tab-list li {
  position: relative;
  padding-left: 5rem;
  margin-bottom: 2.5rem;
}
.category-tab-list li:last-child {
  margin-bottom: 0;
}
.category-tab-list li::before {
  counter-increment: section;
  position: absolute;
  content: counter(section, decimal-leading-zero) "";
  left: 0;
  top: 0.5rem;
  font-size: 1.6rem;
  color: #6ebe48;
  font-family: "Readex Pro";
}
.category-tab-list .list-box li h4 {
  font-weight: 400;
  color: #6b6b6b;
}
.home-tab-service-sec .home-animate-inner-box .list-box {
  width: 100%;
  gap: 0;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.home-tab-service-sec .home-animate-inner-box .list-box li {
  width: 100%;
  height: 26.7rem;
  display: block;
  padding: 0;
}
.home-tab-service-sec .home-animate-inner-box .list-box li a {
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
  height: 100%;
  padding: 2rem 3rem;
}
.home-animate-inner-box .home-service-thumbnail {
  background-color: transparent !important;
  padding: 0 !important;
}
.category-tab-content-wrap .home-animate-inner-box .home-service-thumbnail img {
  width: 100% !important;
  height: 26.7rem !important;
  margin-right: 0;
  object-fit: cover;
  object-position: top;
}
.category-tab-content-wrap .home-animate-inner-box .list-box li img {
  margin-bottom: 2rem;
}
.category-tab-list li .category-tab.active h4 {
  color: #6ebe48;
}
.menu-item-has-children button.sub-menu-toggle {
  display: none;
}
.hp-banner-head h1,
.hp-banner-head h1 b {
  font-weight: 600;
}
.hp-banner-head strong,
.hp-banner-head h1 b {
  display: block;
}
.home-banner-slider .slick-slide {
  height: inherit;
}
.home-banner-slider .img-box {
  max-height: 100vh;
  height: 80rem;
  min-height: 50rem;
}
.animated-banner-heading b {
  display: inline-block;
  overflow: hidden;
}

.animated-banner-heading b span {
  display: inline-block;
  transform-origin: top center;
  opacity: 0;
  font-size: inherit;
  font-weight: inherit;
}

@keyframes slide-in-loop {
  0% {
    transform: perspective(600px) rotateY(90deg) scale(0.9) skewY(5deg);
    opacity: 1;
  }
  10% {
    transform: perspective(600px) rotateY(0deg) scale(1) skewY(0deg);
  }
  90% {
    transform: perspective(600px) rotateY(0deg) scale(1) skewY(0deg);
  }
  100% {
    transform: perspective(600px) rotateY(90deg) scale(0.9) skewY(5deg);
  }
}
.related-blog-main {
  width: 82.5%;
  max-width: 1920px;
  margin-right: 0;
  margin-left: auto;
  margin-top: 7rem;
  padding-left: 0 !important;
}
.stack-layers-head-main {
  padding: 7rem 0 0;
  background-color: #f4f8f3;
}

/* team popup start */
body.overflowhidden {
  width: 100%;
  overflow: hidden;
}
.popup-main {
  visibility: hidden;
  position: relative;
  overflow: hidden;
  display: none;
}
.popup-main.is-visible {
  visibility: visible;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  outline: 0;
  background: rgba(0, 0, 0, 0.82);
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
}
.popup-transition {
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  opacity: 0;
  display: flex;
  align-items: center;
  min-height: calc(100% - (1.75rem * 2));
  justify-content: center;
}
.popup-main.is-visible .popup-content-wrapper {
  transform: translateY(0);
  opacity: 1;
}
.popup-content-wrapper {
  max-width: 95%;
  margin: 1.75rem auto;
  width: 180rem;
  transform: translateY(-100%);
  transition: transform 0.7s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.popup-content-inner {
  background-color: #fff;
  border-radius: 1.5rem;
  padding: 6rem 4.5rem;
}
.close-popup {
  position: absolute;
  right: 2%;
  top: 4%;
  cursor: pointer;
}
.close-popup img {
  width: 2.4rem;
}
.team-popup-wraper .team-list-img {
  margin-bottom: 0;
  width: 18%;
}
.team-popup-content {
  margin-left: 5rem;
  width: 74%;
  padding-right: 3rem;
  height: 43rem;
  overflow: auto;
}
.team-popup-content p {
  font-size: 2.4rem;
}
.team-popup-content h3 {
  margin-bottom: 1rem;
}

/* team popup end */
.blog-rect-icon {
  width: 3.9rem !important;
  height: 3.9rem !important;
  object-fit: contain;
  position: absolute;
  top: 8%;
  right: 4%;
}
.career-testimonial .img-box {
  height: 8rem !important;
}
.career-testimonial .img-box,
.career-testimonial .img-box img {
  object-fit: cover;
  border-radius: 100%;
}
@media (min-width: 1921px) {
  html {
    font-size: 9.85px;
  }
  .related-blog-main {
    margin-left: 17.7vw;
  }
}
@media (min-width: 2000px) {
  .journey-list-main,
  /*.related-blog-main,*/
  .latest-read-blogs-main,
  .events-lising-main {
    padding-left: 21.5vw;
  }
  .related-blog-main {
    margin-left: 21.7vw;
  }
}
@media (min-width: 2300px) {
  .journey-list-main,
  /*.related-blog-main,*/
  .latest-read-blogs-main,
  .events-lising-main {
    padding-left: 22vw;
  }
  .related-blog-main {
    margin-left: 24vw;
  }
}

@media (min-width: 2600px) {
  .journey-list-main,
  /*.related-blog-main,*/
  .latest-read-blogs-main,
  .events-lising-main {
    padding-left: 16vw;
  }
  .related-blog-main {
    margin-left: 26.5vw;
  }
}
@media (max-width: 950px) {
  .get-insights-form h2 {
    width: 100%;
    text-align: center;
  }
  .get-insights-formbox {
    width: 100%;
    justify-content: center;
    margin-top: 3rem;
  }
  .get-insights-formbox input {
    width: 15vw;
  }
}
@media (min-width: 901px) {
  .desktop-none {
    display: none !important;
  }
  /* Header Styles */
  .header-menu > li > a {
    padding: 5rem 2rem;
    display: inline-block;
  }
  .menu-header-menu-container {
    margin-right: 2rem;
  }

  .header-dropdown-box a {
    transition: all 0.5s ease;
  }
  header .menu-item.services .sub-menu,
  header .sub-menu-toggle {
    display: none;
  }

  .sub-menu {
    position: absolute;
    list-style: none;
    z-index: 999;
    display: none;
    top: 10.5rem;
    opacity: 0;
    transition: all 0.5s ease;
  }

  .menu-item-has-children:hover .sub-menu {
    display: block;
    opacity: 1;
  }

  .menu-item-has-children .sub-menu li {
    position: relative;
  }

  .menu-item-has-children .sub-menu {
    border-top: 2rem solid transparent;
    width: max-content;
  }

  .menu-item-has-children .sub-menu li {
    padding: 1.5rem 3rem;
    background: #ebf2e9;
  }

  .menu-item-has-children .sub-menu li:first-child {
    padding-top: 3rem;
  }

  .menu-item-has-children .sub-menu li:last-child {
    padding-bottom: 3rem;
  }

  .header-dropdown-box {
    position: fixed;
    top: 12rem;
    width: 90%;
    height: auto;
    max-width: 1525px;
    margin: 0 auto;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    padding: 0 7rem;
  }

  .header-dropdown-box.active {
    opacity: 1;
    visibility: visible;
  }
  .header-dropdown-box .inner {
    top: 0;
    position: relative;
    transform-origin: 50% 0;
    transition: transform 0.5s;
    transform-style: preserve-3d;
    transform: perspective(800px) rotateX(-5deg) rotateY(0) rotate(0);
  }
  .header-dropdown-box.active .inner,
  .header-dropdown-box .inner:hover {
    transform: perspective(800px) rotate(0);
  }
  .header-dropdown-box .menu-block {
    width: 100%;
    display: none;
    min-height: 62rem;
    background-color: #f4f8f3;
    border-radius: 0 0 2rem 2rem;
  }
  .header-dropdown-box.active .menu-block {
    display: flex;
  }
  .header-dropdown-box .title {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 3rem;
    padding-left: 3rem;
  }
  .services-menu-box .left-side {
    width: 47%;
    background-color: #f4f8f3;
    padding: 5rem 4rem;
    border-radius: 0 0 0 2rem;
    box-shadow: 0px 14px 44px 0px #043d1633;
  }
  .services-menu-box .left-side::before {
    content: "";
    position: absolute;
    top: 4.5rem;
    right: -3rem;
    width: 3.8rem;
    height: 3.8rem;
    background: url("../img/dropdown-menu-triangle.png") no-repeat center;
    background-size: contain;
    z-index: 2;
  }
  .header-dropdown-box .submenu-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 1;
    padding: 5rem 4rem;
  }

  .header-dropdown-box .submenu-box.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
  }
  .services-menu-box li {
    width: 48%;
  }
  .services-menu-box .left-side li a {
    padding: 1.5rem 2rem;
    border-radius: 1rem;
    color: #333333;
    font-size: 1.8rem;
    margin: 1rem 0;
    min-height: 7.5rem;
  }
  .services-menu-box .left-side li a:hover,
  .services-menu-box .left-side li a.active {
    background-color: #053736;
    color: white;
  }
  .services-menu-box .left-side li a img {
    max-width: 3.5rem;
    max-height: 3.6rem;
    object-fit: contain;
  }
  .services-menu-box .left-side li a span {
    flex: 1;
    padding-left: 2rem;
    display: inline-block;
    font-size: inherit;
    color: inherit;
  }
  .services-menu-box .right-side {
    width: 53%;
    background-color: #ebf2e9;
    border-radius: 0 0 2rem 0;
  }
  .services-menu-box .right-side .title {
    color: #5f5f5f;
    margin-bottom: 4rem;
    display: inline-block;
    padding-right: 2.5rem;
  }
  .services-menu-box .right-side .title::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.2rem;
    height: 1.2rem;
    background: url("../img/dropdown-submenu-arrow.png") no-repeat center;
    background-size: contain;
  }
  .services-menu-box .right-side .title:hover {
    color: black;
  }
  .services-menu-box .right-side li a {
    position: relative;
    padding: 1.3rem 0 1.3rem 2em;
    color: #656565;
    font-size: 1.7rem;
    display: block;
    line-height: 1.5;
  }
  .services-menu-box .right-side li a:hover {
    color: black;
  }
  .services-menu-box .right-side li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.2rem;
    height: 1.2rem;
    background: url("../img/dropdown-submenu-arrow.png") no-repeat center;
    background-size: contain;
  }
}

@media (max-width: 900px) {
  html {
    font-size: 1.5vw;
  }
  .mobile-none,
  .desktop-menu-dropdown {
    display: none !important;
  }
  .mobile-show {
    display: block !important;
  }

  br {
    display: none;
  }
  .com-padding {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .related-blog-main {
    width: 96%;
  }
  .m-w-100 {
    width: 100%;
  }
  .m-w-95 {
    width: 95%;
  }
  .m-w-90 {
    width: 90%;
  }

  .container {
    padding: 0 2rem;
  }

  /* font  */
  h1 {
    font-size: 4.7rem;
    letter-spacing: -0.2rem;
    font-weight: 600;
  }
  h2 {
    font-size: 3.8rem;
    margin-bottom: 1.8rem;
  }
  h3 {
    font-size: 2.7rem;
  }
  h5 {
    font-size: 2.3rem;
  }
  h6 {
    margin-bottom: 1.2rem;
  }
  p {
    font-size: 2.2rem;
  }

  .white-box-btn,
  .black-box-btn {
    height: 7rem;
  }
  .header-height {
    height: 11rem;
  }
  nav {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0%;
    left: 0%;
    transition: transform 0.3s ease-in-out;
    transform: translateX(-100%);
    background: #f4f8f3;
    padding: 8rem 2rem;
    z-index: 50000;
    flex-direction: column;
    align-items: self-start !important;
  }
  nav.open {
    position: fixed;
  }
  #menu-header-menu {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 0;
  }
  #menu-header-menu li {
    width: 100%;
    padding: 0;
  }
  #menu-header-menu > li {
    border-top: 1px solid #5f5f5f66;
  }
  #menu-header-menu li a {
    font-size: 2.6rem;
    color: #333333;
    line-height: 1.5;
    display: block;
    padding: 1.4rem 0;
    position: relative;
  }
  #menu-header-menu .current-menu-item > a {
    color: #053736;
  }
  #menu-header-menu > li > a {
    padding: 1.4rem 0 0.4rem 0;
  }
  #menu-header-menu .menu-item-has-children > a {
    display: inline-block;
  }
  .menu-header-menu-container {
    margin-top: 2rem;
    width: 100%;
    padding-bottom: 10rem;
    max-height: 75vh;
    overflow-y: auto;
    min-height: 300px;
  }
  .box-btn {
    font-size: 2.3rem;
    margin-top: 1.2rem;
    padding: 1.2rem 3rem;
  }
  .header-box {
    padding: 1.5rem 0;
  }
  .close-hamburger {
    color: #fff;
    font-family: sans-serif;
    font-weight: 100;
    font-size: 4rem;
    position: absolute;
    right: 3rem;
    top: 3rem;
  }
  .close-hamburger img {
    width: 21px;
  }

  nav.open {
    transform: translateX(0);
  }
  .hamburger-box img {
    width: 5rem;
  }
  .header-box nav,
  ul#menu-header-menu {
    gap: 1rem;
  }

  .menu-item-has-children .sub-menu {
    position: relative;
    width: 100% !important;
    display: none;
  }

  #menu-header-menu > .menu-item-has-children .sub-menu li a {
    font-size: 2rem;
  }
  #menu-header-menu .sub-menu .sub-menu {
    padding-left: 2rem;
  }
  #menu-header-menu .sub-menu .sub-menu li a {
    font-size: 1.8rem;
  }

  #menu-header-menu .menu-item-has-children::before {
    content: "";
    position: absolute;
    right: 0;
    top: 2rem;
    width: 20px;
    height: 20px;
    background: url("../img/menu-plus-icon.webp") no-repeat center;
    background-size: contain;
    transition: all 0.3s ease;
  }
  #menu-header-menu .menu-item-has-children.active::before {
    background: url("../img/menu-minus-icon.webp") no-repeat center;
    background-size: contain;
  }
  #menu-header-menu .sub-menu .menu-item-has-children::before {
    width: 17px;
    height: 17px;
    top: 1.2rem;
  }
  #menu-header-menu .sub-menu li:not(.menu-item-has-children) a {
    padding-left: 30px;
  }
  #menu-header-menu .sub-menu li:not(.menu-item-has-children) a::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 10px;
    background: url("../img/dropdown-submenu-arrow.png") no-repeat center;
    background-size: contain;
  }
  .mob-menu-bottom {
    display: block;
    position: fixed;
    bottom: -2px;
    left: 0;
    background-color: #053736;
    padding: 4rem 3rem;
    border-radius: 4rem 4rem 0 0;
    width: 100%;
    height: max-content;
    text-align: center;
  }
  .mob-menu-bottom h3 {
    font-size: 2rem;
    color: white;
  }
  .mob-menu-bottom .social-list a {
    width: 2.6rem;
    height: 2.6rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 5px 10px;
  }
  .mob-menu-bottom .btn {
    background-color: #ebf2e9;
    color: #333333;
    font-size: 2.2rem;
    padding: 1.5rem 3rem;
    width: 100%;
    max-width: 300px;
  }

  ul.banner-background-image video {
    height: 100vh;
  }

  /* If no mob img */
  section.home-banner-section,
  section.home-banner-section .img-box,
  section.home-banner-section .img-box img {
    height: auto;
    min-height: 550px;
    max-height: 88vh;
  }
  .home-banner-section .text-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    padding-bottom: 18rem;
  }
  section.home-banner-section h1 {
    font-size: 4rem;
  }
  /* If no mob img */
  .home-banner-slider h1 {
    font-size: 3.5rem;
  }

  section.home-banner-section img {
    height: 100%;
    object-fit: cover;
  }
  .home-body-banner-box .two-btn-box a.white-box-btn {
    padding: 0 2rem;
  }
  .home-body-banner-box .two-btn-box {
    gap: 1.5rem;
  }
  .home-body-banner-box .two-btn-box .btn-box {
    margin-top: 3rem;
  }
  .stack-layers-inner {
    height: auto;
  }
  .stack-layer-item {
    padding: 3rem 2rem;
    height: auto;
    border-radius: 2rem 2rem 0 0;
  }
  .stack-layer-item .usp-box {
    width: 100%;
  }
  .stack-item-usps {
    display: block;
  }
  .stack-item-usps li {
    margin-bottom: 1.5rem;
    border-radius: 5px;
  }
  .stack-item-usps li:last-child {
    margin-bottom: 0;
  }

  .stacks-section-container {
    width: 100%;
    padding: 0;
  }
  .stack-item-usps a {
    padding: 2rem 2rem;
    align-items: center;
  }
  .stack-layer-item .img-box {
    display: none;
  }
  .stack-item-usps .icon {
    width: 4rem;
    height: 4rem;
  }
  .stack-item-usps .text {
    font-size: 2.2rem;
  }

  .home-values-box ul li {
    width: 45%;
  }
  ul.home-client-listing li img {
    height: 3rem;
    width: 14rem;
  }
  .home-client-box {
    padding-bottom: 7rem;
  }
  ul.home-client-listing {
    margin-top: 3rem;
  }
  .hp-testimonial-item {
    width: 100%;
  }
  .home-founder-box .img-box {
    height: 95rem;
  }
  .home-founder-box .img-box img {
    height: 100%;
    object-fit: cover;
  }
  .home-founder-box .text-box .head-box + p {
    width: 100%;
  }
  .home-founder-box .text-box .head-box img {
    width: 8rem;
    height: 8rem;
  }
  .home-founder-box .text-box .head-box {
    width: 34rem;
  }
  .home-events-listing li {
    width: 100%;
  }
  ul.home-latest-blog-listing li h6 {
    margin-bottom: 1.5rem;
  }
  ul.home-latest-blog-listing {
    margin: 0 -2rem;
    margin-top: 3rem;
    flex-wrap: nowrap;
    overflow: scroll;
    padding-left: 2rem;
  }
  ul.home-latest-blog-listing > li {
    width: max-content;
    min-width: 80vw;
    margin-right: 2rem;
  }
  ul.home-latest-blog-listing .right {
    width: max-content;
    flex-direction: row;
  }
  ul.home-latest-blog-listing .right li {
    min-width: 80vw;
    margin-right: 2rem;
  }
  ul.home-latest-blog-listing .right li .blog-item {
    height: 99%;
  }
  .home-latest-blog-listing .img-box {
    height: 100%;
  }
  ul.home-latest-blog-listing .right li .blog-item img {
    height: 100%;
    object-fit: cover;
  }
  .home-form-box {
    margin-top: 5rem;
  }
  .home-form-box form::after {
    width: 60%;
    height: 100%;
    right: -5.4%;
    top: -4%;
  }
  .home-form-box form {
    padding: 3rem 3rem 5rem 3rem;
  }
  .home-form-box form button {
    height: 6.5rem;
  }
  .home-contact-box .contact-info .info {
    margin-bottom: 3rem;
  }
  .home-contact-box h2 {
    margin-top: 0rem;
  }
  .home-contact-box .contact-info .info:last-child {
    margin-bottom: 0;
  }
  .home-animate-inner-box .list-box {
    width: 100%;
    gap: 2rem;
  }
  .home-animate-list-box {
    min-height: 70rem;
  }
  /*.home-animate-inner-box::after{
        right: 10rem;
        top: 29rem;
    }*/
  .hide-after::after {
    display: none !important;
  }
  .home-animate-inner-box .list-box li {
    width: 100%;
    min-width: 100%;
    height: max-content;
  }
  .home-animate-inner-box {
    padding: 5rem 2rem;
  }
  .home-tab-service-sec .home-animate-inner-box .list-box li a {
    padding: 2rem;
  }
  .home-tab-service-sec .home-animate-inner-box .list-box h4 {
    font-size: 2rem;
  }
  /*.home-animate-inner-box .img-box{
        display: none;
    }*/
  .home-animate-list-box h4.text-center {
    padding-top: 4rem;
  }
  .home-animate-listing {
    margin-top: 5rem;
  }
  .home-journey-section {
    padding-bottom: 17rem;
  }
  .journey-progress-container::before {
    bottom: -14rem;
  }
  ul.home-journey-listing {
    gap: 6rem 2rem;
    margin-top: 22rem;
  }
  ul.home-journey-listing li {
    width: 42%;
  }
  ul.home-journey-listing li:nth-child(odd) {
    margin-top: -15rem;
  }
  ul.home-journey-listing li h3 {
    font-size: 4.5rem;
    margin-bottom: 0;
  }
  ul.home-journey-listing li h4 {
    font-size: 2.1rem;
    width: 100%;
    font-weight: 400;
  }
  ul.home-journey-listing li h4 + p {
    font-size: 1.6rem;
  }
  .journey-progress-container,
  .home-journey-listing::after {
    top: 32rem;
  }
  .home-testimonials-listing ul.slick-dots li button {
    height: 1.8rem;
    width: 1.8rem;
  }
  img.slider-btn {
    top: 110%;
  }
  img.slider-btn.left-slider {
    right: 53%;
  }
  img.slider-btn.right-slider {
    right: 41.5%;
  }
  .home-events-box {
    padding-bottom: 15rem;
  }

  ul.home-why-list-box li:nth-child(1),
  ul.home-why-list-box li:nth-child(4),
  ul.home-why-list-box li:nth-child(2),
  ul.home-why-list-box li:nth-child(3) {
    margin-right: 0;
    width: 48%;
    margin-top: 5rem;
  }
  ul.home-why-list-box li h5 {
    justify-content: center;
  }
  ul.home-why-list-box li h5,
  ul.home-why-list-box li h5 * {
    font-size: 3.8rem;
  }
  ul.home-why-list-box li h5 + p {
    font-size: 2rem;
    line-height: 1.3;
    margin-top: 1rem;
  }
  .home-why-list-box .digit-container {
    width: 2.6rem;
    height: 4rem;
  }
  .home-why-list-box .digit-wrapper div {
    height: 4rem;
  }
  .home-why-us-box .img-box {
    margin-top: 5rem;
    width: 100%;
  }
  .home-events-listing .slick-list,
  .home-testimonials-listing .slick-list {
    margin: 0;
  }

  /* about page css start */
  .journey-list-main,
  .related-blog-main,
  .latest-read-blogs-main,
  .events-lising-main {
    padding-left: 2rem;
  }
  .journey-list .slick-slide {
    margin-right: 2.5rem;
  }
  .journey-list-item-main {
    width: 82vw !important;
    flex-direction: column;
    align-items: flex-start;
  }
  .journey-list-description,
  .journey-list-item-imagebox {
    width: 100%;
  }
  .journey-list-item-imagebox {
    margin-top: 3rem;
  }
  .about-services-list {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
  .about-intro-image {
    width: 90%;
    margin: 5rem 0 3rem;
  }
  .about-statics {
    padding: 6.5rem 4rem;
  }
  .trc-logobox {
    margin-bottom: 3rem;
  }
  .about-straegy-image,
  .about-mission-img {
    margin: 4rem 0;
  }
  .straegy-down-arrow {
    display: block;
    margin: 6rem auto 0;
  }
  .about-our-etchics-head,
  .about-mission-wrapper {
    padding-bottom: 5rem !important;
  }
  .jouney-timeline-list {
    margin-top: 7rem;
    margin-bottom: 0rem;
  }
  .footer-bottom-box {
    padding: 3rem 0;
  }
  .footer-box .footer-menu-box {
    width: 48%;
    margin-top: 5rem;
    padding-left: 0;
  }

  .footer-box .footer-info-box + .footer-menu-box {
    padding: 0;
    border: none;
    width: 48%;
  }
  .footer-box .footer-info-box {
    width: 100%;
  }
  .footer-bottom-box p {
    font-size: 1.5rem;
    width: 80%;
    margin: auto;
  }
  .footer-box .footer-info-box .footer-logo {
    width: 11rem;
  }

  /* team page  css  */
  .team-intro-usps {
    grid-row-gap: 2rem;
    margin-top: 4rem;
  }
  .the-leadership-head h2 {
    font-size: 4.5rem;
  }
  .the-leadership-head h2::before {
    width: 3.2rem;
    height: 3.3rem;
  }
  .team-listing {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 5rem;
    /*gap: 5rem 2rem;*/
  }
  /*.team-list-item:nth-child(1),
  .team-list-item:nth-child(2),
  .team-list-item:nth-child(3),
  .team-list-item {
    width: 47.5%;
  }*/
  /*.team-list-item:nth-child(1) .team-list-img img,
  .team-list-item:nth-child(2) .team-list-img img,
  .team-list-item:nth-child(3) .team-list-img img,
  .team-list-img img {
    height: 31rem;
  }*/
  /*.team-list-item:nth-child(1) .team-list-content h3,
  .team-list-item:nth-child(2) .team-list-content h3,
  .team-list-item:nth-child(3) .team-list-content h3 {
    font-size: 2.7rem;
  }*/

  .lines-img {
    margin-top: 3rem;
  }
  /* contact page css start */

  .headquarters-list {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }
  .map-box > img,
  .map-content-wrapper {
    width: 90vw;
  }
  .location-pointer img {
    width: 2vw;
  }
  .headquarters-list-item h5 img {
    width: 1.8rem;
  }
  .headquarters-box {
    margin-bottom: 6rem;
  }
  .our-presence-head {
    font-size: 12vw;
  }

  /* contact page css end */

  /* terms page css start */

  .page.page-id-33 header.entry-header h1.entry-title,
  .page.page-id-33 .entry-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .page.page-id-33 .entry-content::after {
    bottom: -10vw;
    right: 8%;
    width: 20vw;
    height: 20vw;
  }

  /* terms page css end */

  /* Generic page css start */

  .generic-page-sec .flex-box {
    justify-content: center;
  }
  .generic-page-img img {
    margin: 4rem 0;
  }

  /* Generic page css end */

  /* blog listing page css start */

  .blog-list-wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 3vw;
    margin-top: 0;
  }
  .blog-list-wrapper .blog-list-item {
    min-height: 39.4rem;
  }
  .blog-list-wrapper .blog-list-item:nth-child(odd) {
    margin-top: 0;
  }
  .blog-list-pagination-main {
    margin-top: 12vw;
  }
  .blog-item-content {
    padding: 1rem 4rem 4rem;
  }
  .blog-list-wrapper::before {
    right: 6vw;
    top: -7vw;
    width: 13.4vw;
    height: 12.8vw;
  }

  /* blog listing page css end */

  /* blog- details page css start */

  .blog-detail-wrapper {
    padding: 10rem 0 5rem;
  }
  #related-blog-slider .slick-slide {
    width: 80vw;
    margin-right: 2vw;
    min-height: 65vw !important;
  }
  #related-blog-slider .blog-item-content {
    padding: 1vw 5vw 7vw;
  }
  .circle-slider-btn {
    width: 12.3vw;
    height: 12.3vw;
  }
  /* blog detail page css end */

  /* faq page css start */

  .faqs-nav-list-main,
  .faq-list-main {
    width: 100%;
  }
  .faqs-nav-list-main {
    margin-bottom: 4rem;
    z-index: 9;
    top: 0;
  }
  .faq-current-open-box {
    margin-bottom: 7rem;
  }
  .current-qtion-list .intro::before {
    height: 5.3vw;
    width: 0.4vw;
    right: 2.3vw;
  }
  .current-qtion-list .intro::after {
    width: 5vw;
    height: 0.4vw;
    top: 3.3vw;
  }

  /* faq page css end */

  /* events page css start */

  .blog-listing-main h2 {
    padding-top: 10rem;
  }

  #latest-read-blogslider .blog-list-item {
    width: 88vw !important;
    margin-right: 2vw;
    min-height: 75vw !important;
  }

  .events-lising {
    grid-column-gap: 1rem;
    grid-row-gap: 5rem;
  }
  .events-locations li:last-child {
    margin-top: 3rem;
  }
  .about-events-leftbox {
    margin-bottom: 4rem;
  }
  .key-members-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .key-members-list-item {
    border-left: 0;
    justify-content: flex-start;
    border-bottom: 1px solid #ddd;
    padding-bottom: 3rem;
  }
  .key-members-img {
    width: 12vw;
    height: 12vw;
    margin-right: 4vw;
  }
  .key-members-content {
    width: 78%;
  }
  .events-details {
    padding: 10rem 0;
    margin-top: 0;
  }
  .key-members-list-item:last-child {
    justify-content: flex-start;
  }
  .events-locations li:first-child {
    padding-bottom: 6rem;
  }
  .events-locations li img {
    width: 7vw;
  }
  .events-locations::after {
    top: -5vw;
    width: 100%;
    height: 1px;
    left: 0;
  }
  .events-locations li:last-child {
    margin-top: 0;
  }
  .events-locations {
    padding: 6vw 3rem;
  }
  .events-locations li,
  .events-locations li:last-child {
    width: 100%;
    padding-left: 0;
  }
  .event-vanue {
    padding-left: 6vw;
    width: 85%;
  }
  #related-eventslider a {
    width: 80vw;
    display: block;
    margin-right: 4vw;
  }
  /* events page css end */

  /* career page css start */
  .job-list {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
  .job-list-item {
    padding: 4rem 3rem;
  }
  /* career page css end */

  /* service page css start  */
  ul.service-ethics-listing {
    grid-row-gap: 0;
  }
  ul.service-ethics-listing li {
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
    border-bottom: 1px solid #d9d9d9;
  }
  ul.service-ethics-listing li:last-child {
    border-bottom: 0;
  }
  ul.service-ethics-listing {
    margin-top: 3rem;
  }
  ul.service-ethics-listing li h4 {
    margin-bottom: 0.5rem;
  }
  .service-type-section.relative::after {
    top: -5.8rem;
    width: 15rem;
    height: 24rem;
  }
  .service-grc-box .img-box {
    margin-top: 3rem;
  }
  .service-type-section .about-services-item {
    min-width: 80vw;
    width: 80vw;
    padding: 4rem 3.5rem;
    margin: 0 1rem;
  }
  .service-type-section .about-services-list {
    display: flex;
    overflow: scroll;
    grid-column-gap: 0rem;
    margin: 0 -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .service-type-list-slider .about-services-icon,
  .service-type-list-slider .about-services-list-content h5,
  .service-type-list-slider .about-services-list-content p {
    min-height: max-content;
  }
  .service-type-section .about-services-wrapper {
    padding: 10rem 0 3rem;
  }
  .service-type-section .about-services-item .about-services-icon {
    width: 5rem;
  }
  .service-grc-section {
    padding-top: 2rem;
  }
  .service-page-journey ul.home-journey-listing {
    margin-top: 7rem;
    padding-left: 8rem;
  }
  .service-page-journey .journey-progress-container,
  .service-page-journey .home-journey-listing::after {
    top: 20rem;
  }
  .service-page-journey .home-journey-listing::after,
  .service-page-journey .journey-progress-container {
    left: 6%;
  }
  .journey-progress-container::after {
    left: -19%;
    top: -6rem;
    width: 4rem;
    height: 4rem;
  }
  .service-page-journey .btn-box {
    margin-top: 6rem;
  }

  .service-intro-box {
    flex-direction: column-reverse;
  }
  .service-intro-box .img-box {
    margin-bottom: 3rem;
  }
  /* service page css end  */

  /* service listing page  */
  .service-type-section.service-listing-page .about-services-list {
    flex-wrap: wrap;
    grid-row-gap: 3rem;
  }
  .service-type-section.service-listing-page .about-services-item {
    min-width: auto;
    width: 100%;
  }
  /* service listing page end */

  ul.careers-achivements-imgs li {
    margin: 0 0.7rem;
  }
  .careers-trive-section .about-services-item {
    min-width: 80vw;
    width: 80vw;
  }
  .careers-trive-section .about-services-list {
    display: flex;
    overflow: scroll;
    margin: 0 -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .careers-trive-section .about-services-wrapper {
    padding: 10rem 0 3rem;
  }
  .blog-page-contact-bar.get-insights-formbox input {
    width: 100% !important;
    margin: 2rem 0 !important;
  }
  .blog-page-contact-bar p span {
    width: 100%;
  }
  .blog-page-contact-bar .get-submit {
    margin-left: auto;
    margin-right: auto;
  }

  .partners-page-listing .about-services-list {
    flex-wrap: wrap;
    grid-row-gap: 2.5rem;
  }
  .category-tab-content-wrap {
    margin-top: 5rem;
  }
  .partners-page-listing .about-services-item {
    min-width: 100%;
    width: 100%;
    padding: 2rem 2rem;
  }
  .home-tab-service-sec .home-animate-listing {
    padding: 8rem 4rem 13rem;
  }
  .home-tab-service-sec .home-animate-inner-box .list-box {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}

@media (max-width: 740px) {
  .show-740 {
    display: block !important;
  }
  .hide-740 {
    display: none !important;
  }
  .home-latest-blog-listing .blog-item:first-child img {
    height: 420px;
    object-fit: cover;
  }
  /* Homepage CSS */

  .home-why-list-box .digit-container,
  .home-why-list-box .digit-wrapper div {
    height: 3.5rem;
  }
  .home-latest-blog-box .btn-box {
    margin: 5rem auto 0;
    display: flex;
    justify-content: center;
  }
  .home-founder-box .img-box {
    height: 83rem;
  }
  .home-events-box {
    padding-bottom: 10rem;
  }
  .home-form-box form::after {
    top: -3%;
  }

  /* about page css start */
  .about-services-list {
    grid-template-columns: repeat(1, 1fr);
  }
  /* about page css end */

  /* blog detail page css start */

  .get-insights-formbox input {
    width: 21vw;
    margin-right: 2vw;
  }
  .get-insights-formbox input:nth-child(3) {
    margin-right: 0;
  }
  .get-submit {
    display: block;
    margin-top: 2rem;
    padding: 3vw 2.5rem;
  }
  .get-submit img {
    width: 3vw;
    margin-left: 4vw;
  }

  /* blog detail page css end */

  /* event listing page css start */

  .events-lising {
    grid-template-columns: repeat(1, 1fr);
  }

  /* event listing page css end */

  /* career page css start */
  .job-infos li:last-child {
    width: 100%;
    margin-top: 1.5rem;
  }
  /* career page css end */

  .team-popup-wraper .team-list-img,
  .team-popup-wraper .team-list-img img,
  .team-popup-content {
    width: 100%;
  }
  .close-popup {
    right: 4%;
    top: 3%;
  }
  .team-popup-wraper .team-popup-content {
    margin-left: 0;
    height: auto;
    overflow: unset;
    padding-right: 0;
  }
  .team-popup-wraper .team-list-img {
    margin: 3rem 0;
  }
  .team-popup-desp {
    height: 200px;
    overflow: auto;
    padding-right: 2vw;
  }
  .about-our-etchics-banner .logo-icon {
    width: 5rem;
    top: 2rem;
    right: 2rem;
  }
  .team-list-img {
    height: 36rem;
  }

  .the-leadership-head h2 {
    letter-spacing: -1px;
  }
}

@media (max-width: 600px) {
  html {
    font-size: 2vw;
  }

  ul.home-client-listing li img {
    width: 15rem;
  }

  .team-social-links .calendly span {
    font-size: 1.5rem;
    left: -200%;
  }

  .team-social-links .calendly span::before {
    left: unset;
    right: 48%;
  }
}

@media (max-width: 520px) {
  /* Homepage */
  .home-events-listing .img-box img {
    height: 30rem;
  }
  /* about page css start */
  .about-statics-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-statics-list li:nth-child(1),
  .about-statics-list li:nth-child(3) {
    border-left: 0;
  }
  .about-statics-list li:nth-child(1),
  .about-statics-list li:nth-child(2) {
    padding-bottom: 3rem;
  }
  .about-statics-list li:nth-child(3) {
    grid-column: 1 / 3;
    border-right: 0;
    border-top: 1px solid #797979;
    padding-top: 2rem;
  }
  .trc-logobox img {
    width: 100%;
  }

  .about-usp-box {
    padding: 0;
  }
  section.about-usp-section {
    background-position-x: 30% !important;
  }
  ul.about-usp-listing li {
    width: 100%;
    display: flex;
    align-items: center;
    border: none;
    border-bottom: 1px solid #797979;
    padding: 2rem 3rem;
    justify-content: center;
  }
  ul.about-usp-listing li:first-child {
    border-left: 0;
    border-top: 1px solid #797979;
  }
  ul.about-usp-listing li h3 {
    font-size: 3.8rem;
    width: 38%;
    text-align: start;
  }
  .team-list-img {
    height: 27rem;
  }
  .about-services-item .m-flex {
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
  }

  /* about page css end */

  /* contact page css start */

  .headquarters-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .headquarters-list-desp {
    min-height: auto;
  }

  /* contact page css end */

  .get-insights-formbox input {
    width: 27vw;
  }
}
