* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
  
html {
    scroll-behavior: smooth;
}

body{
  font-family: 'Poppins', sans-serif !important;
  overflow-x: hidden !important;
  overscroll-behavior: none;
  color: #23262F;
  background-image: url('../assets/body-dot.svg');
  background-repeat: repeat;

}

img {
  image-rendering: -webkit-optimize-contrast !important;
}

.mob-br{
  display: none;
}

.container{
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
}

.team-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1911;
}

h5{
    font-weight: 600;
    font-size: 1.111vw;
    line-height: 1.458vw;
    padding-bottom: 3.5px;
    color: #60A146;
    border-bottom: solid 2px #60A146;
    display: inline-block;
    margin-bottom: 15px;
}

h2{
    font-weight: 300;
    font-size: 2.578vw;
    line-height: 3.611vw;
}

p{
    font-weight: 300;
    font-size: 1.25vw;
    line-height: 2.222vw;
}

a span{
    font-weight: 300;
    font-size: 1vw;
    line-height: 1.458vw;
    padding-bottom: 3.5px;
    color: #60A146;
    border-bottom: solid 2px #60A146;
    display: inline-block;
    text-decoration: none;
    margin-right: 5px;
    text-transform: capitalize;
}
.pp-hove-c:hover {
  cursor: pointer;
}

/* ---------------------------------------------------- Navbar ---------------------------------------------------- */

.header {
    position: fixed;
    background-color: #fff;
    border-bottom: 0.5px solid #BABABA;
    z-index: 999;
    width: 100vw;
    height: auto;
    /* overflow: hidden; */
}
.header-right {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}
.header-right-parent {
    /* top: 40px;
    right: 48px; */
    /* mix-blend-mode: darken; */
    position: relative;
    z-index: 99;
    align-self: center;
}
.logo {
	position: relative;
	display: block;
	z-index: 11;
	transition: all 250ms linear;
    margin: 20px 0;
}
.logo img {
	height: 35px;
	width: auto;
	display: block;
}


[type="checkbox"]:checked,
[type="checkbox"]:not(:checked){
  position: absolute;
  left: -9999px;
}
.menu-icon:checked + label,
.menu-icon:not(:checked) + label{
  position: relative;
  top: 5px;
  right: 0;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  z-index: 10;
}
.menu-icon:checked + label:before,
.menu-icon:not(:checked) + label:before{
    position: absolute;
    content: '';
    display: block;
    width: 26px;
    height: 18px;
    z-index: 20;
    top: 0.5px;
    left: 4px;
    border-top: 2px solid #1D4638;
    border-bottom: 2px solid #1D4638;
    transition: border-width 600ms 400ms ease, 
                top 600ms 600ms cubic-bezier(0.23, 1, 0.32, 1),
                height 600ms 600ms cubic-bezier(0.23, 1, 0.32, 1), 
                background-color 200ms ease,
                transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-icon:checked + label:after,
.menu-icon:not(:checked) + label:after{
    position: absolute;
    content: '';
    display: block;
    width: 14px;
    height: 2px;
    z-index: 20;
    top: 9px;
    right: 0px;
    background-color: #1D4638;
    margin-top: -1px;
    transition: width 100ms 1750ms ease, 
                right 100ms 1750ms ease,
                margin-top 100ms ease, 
                transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-icon:checked + label:before{
    top: 10px;
    transform: rotate(45deg);
    height: 2px;
    background-color: #ffffff;
    border-width: 0;
    transition: border-width 600ms 340ms ease, 
                top 600ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
                height 600ms 300ms cubic-bezier(0.23, 1, 0.32, 1), 
                background-color 200ms 500ms ease,
                transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-icon:checked + label:after{
    width: 26px;
    margin-top: 0;
    right: 0;
    background-color: #ffffff;
    transform: rotate(-45deg);
    transition: width 100ms ease,
                right 100ms ease,  
                margin-top 100ms 500ms ease, 
                transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
}

.nav{
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    z-index: 9;
    overflow: hidden;
    /* box-shadow: 0 8px 30px 0 rgba(0,0,0,0.3); */
    background-color: transprent;
    animation: border-transform 7s linear infinite;
    transition: transform 250ms 1100ms ease,
      background 900ms 1000ms ease,
                width 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1),
                height 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
/* @keyframes border-transform{
    0%,100% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; } 
  14% { border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%; } 
  28% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; } 
  42% { border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; } 
  56% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; } 
  70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; } 
  84% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; } 
} */

.menu-icon:checked ~ .nav {
  animation-play-state: paused;
  pointer-events: all;
  top: 0;
  right: 0;
/*   transform: translate(100%, -100%); */
  background: url('./../assets/nav-logo.svg');
  background-color: #23262F;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left bottom;
  width: 100%;
  height: 100%;
  transition: transform 250ms 700ms ease,
    background 900ms 20ms ease,
    width 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1),
    height 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1);
    animation: backgroundTransition 700ms ease-in-out;
}

@keyframes backgroundTransition {
  0% {
    background-position: left bottom;
    opacity: 0;
  }
  100% {
    background-position: left bottom;
    opacity: 1;
  }
}

.nav ul{
  position: absolute;
  top: 50%;
  left: 55%;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 6;
  text-align: center;
  transform: translateY(-50%);
  list-style: none;
}
.nav ul li{
  position: relative;
  display: block;
  width: 100%;
  padding: 0 20px;
  margin: 10px 0;
  text-align: left;
  list-style: none;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: all 250ms linear;
}
.nav ul li:nth-child(1){
  transition-delay: 400ms;
}
.nav ul li:nth-child(2){
  transition-delay: 350ms;
}
.nav ul li:nth-child(3){
  transition-delay: 300ms;
}
.nav ul li:nth-child(4){
  transition-delay: 250ms;
}
.nav ul li:nth-child(5){
  transition-delay: 200ms;
}
.nav ul li:nth-child(6){
  transition-delay: 150ms;
}
.nav ul li:nth-child(7){
  transition-delay: 100ms;
}
.nav ul li:nth-child(8){
  transition-delay: 50ms;
}
.nav ul li:nth-child(9){
  transition-delay: 10ms;
}
.nav ul li a.sb-inner-p {
  font-size: 3.333vw;
  text-transform: capitalize;
  line-height: 4.306vw;
  font-weight: 300;
  display: inline-block;
  position: relative;
  color: #E6E8EC;
  transition: all 250ms linear;
  text-decoration: none;
}
.nav ul li a.mrb {
  margin-bottom: 64px;
}
.nav ul li a.inner-p {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.528vw;
  text-transform: capitalize;
  line-height: 1.944vw;
  font-weight: 300;
  display: inline-block;
  position: relative;
  color: #E6E8EC;
  transition: all 250ms linear;
  text-decoration: none;
}
/* .nav ul li a:hover{
  text-decoration: none;
  color: #ffeba7;
}
.nav ul li a:after{
  display: block;
  position: absolute;
  top: 50%;
  content: '';
  height: 2vh;
  margin-top: -1vh;
  width: 0;
  left: 0;
  background-color: #353746;
  opacity: 0.8;
  transition: width 250ms linear;
}
.nav ul li a:hover:after{
  width: 100%;
} */


.menu-icon:checked ~ .nav  ul li {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 350ms ease,
              transform 250ms ease;
}
.menu-icon:checked ~ .nav ul li:nth-child(1){
  transition-delay: 1000ms;
}
.menu-icon:checked ~ .nav ul li:nth-child(2){
  transition-delay: 1080ms;
}
.menu-icon:checked ~ .nav ul li:nth-child(3){
  transition-delay: 1160ms;
}
.menu-icon:checked ~ .nav ul li:nth-child(4){
  transition-delay: 1240ms;
}
.menu-icon:checked ~ .nav ul li:nth-child(5){
  transition-delay: 1320ms;
}
.menu-icon:checked ~ .nav ul li:nth-child(6){
  transition-delay: 1400ms;
}
.menu-icon:checked ~ .nav ul li:nth-child(7){
  transition-delay: 1480ms;
}
.menu-icon:checked ~ .nav ul li:nth-child(8){
  transition-delay: 1560ms;
}
.menu-icon:checked ~ .nav ul li:nth-child(9){
  transition-delay: 1640ms;
}




@media screen and (max-width: 991px) {
  .menu-icon:checked + label,
  .menu-icon:not(:checked) + label{
    right: 0;
  }
  .nav{
    right: 0px;
  }
  .nav ul li a{
    font-size: 28px;
    font-weight: 300;
    line-height: 34px;
    text-transform: capitalize;
    text-decoration: none;
  }
}

.nav-txt a {
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin: 0 5px;
    margin-bottom: 0;
    text-decoration: none;
}
.header-btn {
    display: flex;
    text-decoration: none;
    margin: 0 0 0 28px;
}
.header-btn p {
    color: #00752F;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    border-bottom: 3px solid #00752F;
    margin: 0 5px;
    margin-bottom: 0;
}

.modal-backdrop {
  position: relative;
}
.modal-content {
  background-image: url('./../assets/git-bg.svg');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 22%;
}
.modal-header {
  position: absolute;
  top: 22px;
  right: 34px;
  border-bottom: 0;
  z-index: 999;
}
.modal-content .homesec5-dec {
  width: 15%;
}

#contact label {
  color: #344054;
  font-weight: 400;
  font-size: 1.111vw;
  line-height: 1.667vw;
  margin-bottom: 0.417vw;
}
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact textarea {
  color: #667085;
  font-weight: 400;
  font-size: 1.111vw;
  line-height: 1.667vw;
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
}
#contact button[type="submit"] {
  background: #00752F;
  border: 1px solid #00752F;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 1.111vw;
  line-height: 1.667vw;
}

#contact {
  padding: 0 6px 0 50px;
  margin: 4.514vw 0 0 0;
}

#contact h3 {
  color: #60A146;
  display: inline-block;
  font-size: 3.264vw;
  line-height: 4.236vw;
  font-weight: 300;
  border-bottom: 1px solid #60A146;
  margin-bottom: 3.333vw;
  margin-right: -2vw;
}


fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact textarea {
  width: 100%;
  color: #667085;
  font-weight: 400;
  font-size: 1.111vw;
  line-height: 1.667vw;
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  background: #FFF;
  margin: 0 0 5px;
  padding: 12px 15px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #00752F;
  border: 1px solid #00752F;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 1.111vw;
  line-height: 1.667vw;
  padding: 12px 20px;
}

#contact button[type="submit"]:hover {
  background: #43A047;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

.elv-addr {
  margin: 220px 0 0 0;
}
.elv-addr p {
  color: #000000;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 1.875vw;
}
.elv-addr a {
  color: #000000;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 1.875vw;
}

/* ---------------------------------------------------- Navbar End ---------------------------------------------------- */


/* ---------------------------------------------------- Home ---------------------------------------------------- */

/* Hero */
.home-hero{
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.home-hero-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.home-hero-dec{
    position: absolute;
    bottom: 0;
    right: 0;
}

.heading-two-p{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.heading-two{
    overflow: hidden !important;
    width: 100%;
    border-bottom: #23262F solid 1px;
    margin-bottom: 30px;
}

.home-hero h1{
    font-weight: 300;
    font-size: 3.2vw;
    line-height: 4.6vw;
}

.home-section-2{
    padding: 100px 0 80px 0;
    background: #23262F; 
    /* background: #272B36;  */
    color: #fff;
}

.animation-div-inner{
    margin-bottom: 170px;
    display: flex;
    justify-content: center;
    min-height: 100vh;
}

.animation-div .lottie-infograph{
   width: 80%;
}

.animation-div video{
  width: 80%;
}


.animation-div .toolbar{
  justify-content: center;
}

.home-about h2,
.home-about p,
.heading h2,
.heading p {
  font-weight: 200;
}


.home-section-3{
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.home-homesec3-dec{
    position: absolute;
    top: -1px;
    right: 0;
}

.ace-execution-model-div{
    margin-top: 100px;
}

.ace-diagram{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 31vw;
    border-radius: 100%;
    border: 1px dashed #777E91;
    padding: 50px;
    transition: .6s ease-out;
}

.lottie-asset{
  width: 60px;
  height: 60px;
}

.ace-diagram p{
    display: none;
}

.ace-diagram:hover{
    background: #00752E;
    border: 1px dashed transparent;
}

.ace-diagram:hover > * {
    filter: invert(1);
    pointer-events: none;
}

.ace-diagram:hover > p {
    display: block;
}

.ace-diagram1{
    margin-left: 40px;
    margin-right: -40px;
}

.ace-diagram2{
    margin-left: 0px;
    margin-right: 0px;
}

.ace-diagram3{
    margin-left: -40px;
    margin-right: 40px;
}

.home-section-4{
  padding: 100px 0 80px 0;
  background: #23262F;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.our-services-accordion-div{
    margin-top: 70px;
}

.homesec4-dec{
    position: absolute;
    right: 0;
    top: 90px;
    pointer-events: none;
    width: 35%;
}

.our-services-accordion-div .col-lg-10{
    padding: 0;
}

.accordion-button{
  display: flex;
  align-items: baseline;
}

.accordion-flush, .accordion-item, .accordion-button{
    background-color: transparent;
    color: #fff;
    border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button{
  border-radius: 0;
  border-top: 3px solid #FFFFFF;
  padding: 25px 0 0 10px;
  transition: 0.4s ease-in-out;
}

.accordion-body-1 .col-lg-6{
  padding: 0;
}

.collapsed{
  padding: 25px 0 25px 10px !important;
}


.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: transparent;
    box-shadow: none;
}

.accordion-button::after{
    background-image: url();
    content: "+";
    font-weight: 300;
    font-size: 45.7656px;
    line-height: 45.7656px;
    color: #FFFFFF;
}

.accordion-button:not(.collapsed)::after{
    background-image: url();
    content: "-";
    font-weight: 300;
    font-size: 45.7656px;
    line-height: 45.7656px;
    color: #FFFFFF;
    transform: none;
}

.accordion-header button{
    font-weight: 300;
    font-size: 2.222vw;
    line-height: 3.333vw;
    color: #F4F5F6;
}

.accordion-body .right{
    text-align: -webkit-right;
}

.accordion-body{
  padding-bottom: 60px;
}

.accordion-body p{
    font-weight: 300;
    font-size: 1.111vw;
    line-height: 2.222vw;
}

.accordion-body-2{
    margin-bottom: 60px;
}

.accordion-body-2 h3{
    font-weight: 300;
    font-size: 1.667vw;
    line-height: 2.222vw;
    color: #FFFFFF;
    margin: 80px 0 40px 0;
}

.accordion-body-case-studio{
    border: 1px solid #66AC82;
    border-radius: 8px;
    margin: 0 15px 0 0;
}

.accordion-body-2 .row:nth-child(2){
    margin: 0;
}

/* #flush-headingFour .collapsed{
  border-bottom: 3px solid #FFFFFF;
} */

.homesec5-dec{
  position: absolute;
  left: 0;
  top: 0;
}

.para p {
  padding: 0 95px 0 0;
}

.home-service {
  padding: 0 0 12px 0;
}

/* ---------------------------------------------------- Home End---------------------------------------------------- */


/* ------------------------ Clients ------------------------ */

.clients {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

.clients-cont {
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 0 40px 0;
}
.clients-cont h3 {
    color: #1D4638;
    font-size: 40px;
    font-weight: 300;
    line-height: 56px;
    letter-spacing: -0.02em;
}


.slick-slider {
    padding: 40px 0 40px 0;
}
.slick-slider .element{
    height:auto;
    width:auto;
    background-color: transparent;
    color:#000;
    border-radius:5px;
    display:inline-block;
    margin:0px 10px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex !important;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    font-size:20px;
  }


  .slick-slider .element img{
    width: auto;
    height: 100px;
  }
  .slick-slider .slick-disabled {
    opacity : 0; 
    pointer-events:none;
  }

  .slick-slider-1 {
    padding: 40px 0 0 0;
  }
  .slick-slider-1 .slick-slide {
    margin: 0 24px;
  }
  .slick-cards {
    position: relative;
    background: #FFFFFF;
    border: 2px solid #00752F;
    border-radius: 8px;
    padding: 30px;
  }
  .slick-cards-cont {
    margin: 0 0 66px 0;
  }
  .slick-cards h4 {
    color: #1D4638;
    font-size: 16px;
    font-weight: 300;
    line-height: 27px;
  }
  .slick-cards h6 {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
  }
  .slick-cards p {
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 0;
  }

/* ------------------------ Clients End ------------------------ */

/* ------------------------ Team Page ------------------------ */

.team-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(116.45deg, #5AB95D 3.37%, #002F15 124.47%);
  /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
  padding: 180px 0 100px 0;
}

.team-hero-cont {
  position: relative;
  text-align: center;
}
.team-hero-cont h5 {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.team-hero-cont h2 {
  color: #F4F5F6;
  font-size: 42px;
  font-weight: 400;
  line-height: 48px;
  overflow: hidden;
}
.team-hero-img .el-hero-img1 {
  position: absolute;
  top: 17%;
  left: 0;
}
.team-hero-img .el-hero-img2 {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* --------- */

.team-founder {
  position: relative;
  padding: 100px 0;
}

.team-founder .team-founder-cont:nth-child(1) {
  margin: 0 0 80px 0;
}
.team-founder-cont h2 {
  color: #23262F;
  font-size: 35px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: -0.02em;
}
.team-founder-cont h5 {
  color: #00752F;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 0 0 20px 0;
  border-bottom: none;
}
.team-founder-cont p {
  color: rgba(0, 0, 0, 0.75);
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.04em;
}

/* .tf-img1,
.tf-img2 {
  width: 40%;
} */

/* --------- */

.our-team {
  position: relative;
  padding: 80px 0 20px 0;
  overflow: hidden;
  background-color: #23262F;
}
.our-team h2 {
  color: #F4F5F6;
  font-size: 35px;
  font-weight: 300;
  line-height: 52px;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 80px;
}

.our-team-cont .col-lg-4 {
  margin: 0 0 80px 0;
}

.ot-patt-img1 img {
  position: absolute;
  top: 0;
  right: 0;
}
.ot-patt-img2 img {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* .ot-img-s {
  width: 42%;
} */
.our-team-cont img {
  margin-bottom: 25px;
}
.our-team-cont h3 {
  color: #F4F5F6;
  font-size: 27px;
  font-weight: 500;
  line-height: 40px;
}
.our-team-cont h5 {
  color: #66AC82;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  border-bottom: none;
  margin-bottom: 12px;
}
.our-team-cont p span {
  color: #9E9E9E;
  font-size: 13px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.04em;
}
.our-team-cont p {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.04em;
}
/* ------------------------ Team Page End ------------------------ */

/* ---------------------------------------------------- About  ---------------------------------------------------- */

.about-hero{
  position: relative;
  padding: 7.722vw 0 6.944vw 0;
  overflow: hidden;
}

.about-hero .floater{
  position: absolute;
  right: 0;
  top: 0;
}

.about-hero .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  /* margin-right: -4.514vw; */
  padding-left: 3.889vw;
}

.about-hero .text h2 {
  color: #000000;
  font-size: 3.333vw;
  line-height: 4.306vw;
  letter-spacing: -0.04em;
  margin-right: -6vw;
  margin-bottom: 0;
}
.about-hero .text h5 {
  margin-bottom: 0.278vw;
}

.about-hero .image{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  /* margin-left: -4.514vw; */
  margin-bottom: -9vw;
}

.about-hero .image .b{
  display: none;
}

.about-hero .image .a {
  width: 100%;
}
.about-hero .image img{
  width: 43.75vw;
}

.about-hero-a span{
  font-weight: 600;
  margin-top: 8px;
}

.about-logostory{
  background: linear-gradient(116.45deg, #5AB95D 3.37%, #002F15 124.47%);
  border-radius: 0px 0px 80px 80px;
  text-align: center;
  color: #fff;
  padding: 85px 0;
}

.about-logostory img{
  width: 68.985vw;
  height: 38.346vw;
}

.about-logostory .s2logo-resp {
  display: none;
}

.about-logostory h5{
  color: #fff;
  font-weight: 400;
  border-bottom: 2px solid #FFFFFF;
}

.about-ls {
  margin: 0 0 125px 0;
}
.about-logostory h2{
  font-weight: 200;
  font-size: 2.222vw;
  line-height: 3.125vw;
}

.about-mission{
  background-image: url(../assets/about-s3-bg.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  padding: 200px 0;
  position: relative;
  overflow: hidden;
}

.about-mission .dec{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}

.about-m {
  margin: 6px 0 22px 0;
}
.about-mission h2{
  font-weight: 300;
  font-size: 2.778vw;
  line-height: 3.889vw;
}

.about-mission p{
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 2.222vw;
}

.about-approach{
  background: url(../assets/body-dot.svg), #23262F;
  padding: 100px 0;
  color: #fff;
  text-align: center;
}
.about-a {
  margin: 0 0 10px 0;
}
.about-approach h2{
  font-weight: 200;
  font-size: 2.431vw;
  line-height: 3.611vw;
  letter-spacing: -0.02em;
}

.about-approach p{
  margin-bottom: 100px;
  font-size: 1.25vw;
  line-height: 2.222vw;
}

.about-approach img{
  width: 60.694vw;
}

.about-values{
  position: relative;
  overflow: hidden;
  padding: 65px 0 178px 0;
}

.about-v {
  padding: 5px 0 10px 0;
}
.about-values h2{
  font-weight: 300;
  font-size: 2.778vw;
  line-height: 3.611vw;
  letter-spacing: -0.05em;
}

.about-values .value{
  margin-top: 70px;
}

.about-values .value-img{
  width: 2.431vw;
  height: auto;
}

.about-values h3{
  font-weight: 500;
  font-size: 1.667vw;
  line-height: 2.5vw;
  padding: 4px 0 8px 0;
}

.about-values p{
  font-weight: 400;
  font-size: 1.111vw;
  line-height: 2.222vw;
}

.about-values .s4img{
  position: absolute;
  right: 0;
  bottom: 0;
}

/* ---------------------------------------------------- About End ---------------------------------------------------- */
/* ------------------------ Resources Page ------------------------ */
.reso-hero {
  position: relative;
  display: block;
  padding: 200px 0 150px 0;
  text-align: center;
  background: url('./../assets/reso-hero-bg.svg'), #23262F;
  background-repeat: no-repeat;
  background-position: 50% 65%;
}
.reso-hero-cont h4 {
  display: inline-block;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1.111vw;
  line-height: 1.389vw;
  border-bottom: 2px solid #FFFFFF;
  padding-bottom: 0.278vw;
}
.reso-hero-cont h2 {
  color: #F4F5F6;
  font-weight: 300;
  font-size: 2.778vw;
  line-height: 3.889vw;
}

.fa-c {
  position: relative;
  padding: 120px 0 60px 0;
}

.fa-c-sidebar {
  border-right: 0.5px solid #DBDBDB;
  margin-right: 2.5vw;
  padding-right: 2.5vw;
}
.search form {
  width: 100%;
  position: relative;
  display: flex;
}
.searchTerm {
  width: 100%;
  border: none;
  border-right: none;
  padding: 20px;
  height: 64px;
  border-radius: 8px 0 0 8px;
  outline: none;
  color: #9DBFAF;
  background: #F4F5F6;
}
.searchTerm:focus{
  color: #000;
}
.searchButton {
  width: 72px;
  height: 64px;
  border: none;
  background: #F4F5F6;
  text-align: center;
  color: #777E91;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
  font-size: 24px;
}

.reso-catog {
  position: relative;
  padding: 40px 0;
  border-bottom: 0.5px solid #DBDBDB;
}
.reso-catog h3 {
  color: #00752F;
  font-weight: 500;
  font-size: 1.667vw;
  line-height: 2.5vw;
  letter-spacing: -0.02em;
  margin-bottom: 1.25vw;
}
.reso-catog ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.reso-catog li {
  color: #292929;
  font-weight: 500;
  font-size: 0.833vw;
  line-height: 1.389vw;
  border: 1px solid #000000;
  border-radius: 100px;
  margin: 0 0.556vw 0.972vw 0;
  padding: 0.556vw 1.111vw;
}

.reso-fa {
  position: relative;
  padding: 40px 0 0 0;
  /* border-bottom: 0.5px solid #DBDBDB; */
}
.reso-fa h3 {
  color: #00752F;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 500;
  font-size: 1.667vw;
  line-height: 2.5vw;
  letter-spacing: -0.02em;
  margin-bottom: 1.25vw;
}
.reso-fa-c {
  border-bottom: 0.5px solid #DBDBDB;
  margin-bottom: 2.083vw;
}
.reso-fa-c h4 {
  color: #23262F;
  font-weight: 500;
  font-size: 1.181vw;
  line-height: 1.667vw;
  margin-bottom: 0.833vw;
  text-transform: lowercase;
}
.reso-fa-c h4::first-letter {
 text-transform: uppercase;
}

.c-m-list {
  position: relative;
  border-bottom: 0.5px solid #DBDBDB;
  margin: 0 0 2.5vw 0;
  padding: 0 0 0.833vw 0;
}
.c-m-list a {
  color: #000000;
  font-weight: 400;
  font-size: 1.111vw;
  line-height: 1.667vw;
  text-decoration: none;
  margin-right: 4.444vw;
  padding: 0.556vw 0;
}
.c-m-list a.active {
  color: #00752F;
  font-weight: 600;
  font-size: 1.111vw;
  line-height: 1.667vw;
  text-decoration: underline;
}

.c-cs-cont {
  border-bottom: 0.5px solid #DBDBDB;
  margin-bottom: 2.5vw;
  padding-bottom: 3.194vw;
}

.cs-dym {
  position: relative;
  display: flex;
  align-items: center;
}
.cs-dym .cs-tag {
  color: #000000;
  font-weight: 700;
  font-size: 0.833vw;
  line-height: 1.181vw;
  letter-spacing: 0.005em;
  background: #EFC100;
  border-radius: 100px;
  margin-right: 0.972vw;
  padding: 0.486vw 1.111vw;
}
.cs-dym .cs-st {
  color: #757575;
  font-weight: 400;
  font-size: 0.833vw;
  line-height: 1.806vw;
  margin-right: 0.972vw;
}
.c-cs-cont h3 {
  color: #23262F;
  font-weight: 500;
  font-size: 2.014vw;
  line-height: 2.778vw;
}
.c-cs-cont p {
  color: #333333;
  font-weight: 400;
  font-size: 1.111vw;
  line-height: 1.597vw;
  /* letter-spacing: 0.015em; */
}
.c-cs-cont ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-cs-cont li {
  color: #757575;;
  font-weight: 600;
  font-size: 0.833vw;
  line-height: 1.806vw;
  border: 1px solid #D8D8D8;
  border-radius: 100px;
  margin: 0 0.625vw 1.389vw 0;
  padding: 0.278vw 1.181vw;
  cursor: pointer;
}

.c-cs-cont-ons p {
  color: #EF1515;
  font-weight: 400;
  font-size: 1.111;
  line-height: 1.389vw;
}


/* ------------------------ Resources Page End ------------------------ */

/* ------------------------ Case Study Page ------------------------ */
.cs-hero {
  position: relative;
  display: block;
  padding: 175px 0 100px 0;
  text-align: center;
  background: url('./../assets/cs-hero-patt-bg.png'), #23262F;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.cs-hero-wt {
  width: 48.611vw;
}
.cs-hero-cont h4 {
  color: #F4F5F6;
  font-weight: 500;
  font-size: 1.042vw;
  line-height: 1.528vw;
}
.cs-hero-cont h2 {
  color: #F4F5F6;
  font-weight: 400;
  font-size: 2.778vw;
  line-height: 4.167vw;
  letter-spacing: -0.02em;
}
.cs-hero-cont p {
  color: #F4F5F6;
  font-weight: 300;
  font-size: 1.111vw;
  line-height: 1.944vw;
  margin-bottom: 2.083vw;
}

.cs-hero-btn {
  display: flex;
  justify-content: center;
}
.cs-hero-btn a {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin: 0 0.833vw;
}
.cs-hero-btn a p {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 1.111vw;
  line-height: 1.667vw;
  border-bottom: 3px solid #FFFFFF;
  border-radius: 2px;
  margin-right: 0.278vw;
  margin-bottom: 0;
  padding: 0 0 0.139vw 0;
}

.dot-bg {
  background-image: url(./../assets/dot-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}

.dot-bg2 {
  background-image: url(./../assets/dot-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  /* padding: 100px 0; */
}
.cs-obj {
  position: relative;
  background: linear-gradient(116.45deg, #5AB95D 3.37%, #002F15 124.47%);
  /* padding: 100px 0; */
  text-align: center;
  overflow: hidden;
}
.cs-obj-bg {
  background-image: url(./../assets/cs-obj-img.svg);
  background-repeat: no-repeat;
}
.cs-obj-cont h4 {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.111vw;
  line-height: 1.389vw;
  border-bottom: 2px solid #fff;
  display: inline-block;
  margin: 0 0 1.25vw 0;
  padding: 0 0 0.278vw 0;
}
.cs-obj-cont h2 {
  color: #F4F5F6;
  font-weight: 300;
  font-size: 1.875vw;
  line-height: 3.125vw;
  letter-spacing: -0.02em;
}
.cs-obj-img {
  position: absolute;
  bottom: 0;
  left: 0;
  /* width: -webkit-fill-available; */
}
.cs-obj-cont .cs-ob {
  display: flex;
  justify-content: center;
}
.cs-obj-cont .cs-ob h2 {
  width: 60vw !important;
}
.cs-accordion {
  margin: 7.639vw 0;
}
.cs-accordion .col-lg-6 {
  height: 500px;
  padding: 0;
}
.cs-accordion .our-services-accordion-div {
  position: absolute;
  width: 44vw;
  height: 410px;
}
.our-services-accordion-div .addord-tlt {
  font-weight: 300;
  font-size: 2.222vw;
  line-height: 3.333vw;
  text-align: left;
}
.cs-accordion .collapsed {
  padding: 14px 0 !important;
}
.cs-accordion .accordion-flush .accordion-item .accordion-button {
  border-radius: 0px;
  border-top: 0;
  border-bottom: 1px solid rgb(255, 255, 255);
  padding: 16px 0px;
  transition: all 0.4s ease-in-out 0s;
}
.cs-accordion #flush-headingFour .collapsed {
  border-bottom: 2px solid rgb(255, 255, 255);
}
.cs-accordion .accordion-item {
  /* background-color: #fff; */
  border-bottom: 1px solid rgb(255, 255, 255);
}
.cs-accordion .accordion-header button {
  font-weight: 400;
  font-size: 1.597vw;
  line-height: 3.333vw;
  color: rgb(244, 245, 246);
}
.accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0;
}
.cs-accordion .accordion-body {
  padding: 34px 12px;
}
.cs-obj-cont .accordion-body-1 h4 {
  display: block;
  font-weight: 500;
  font-size: 23px;
  line-height: 48px;
  border-bottom: 0;
  text-align: left;
  margin-bottom: 6px;
}
.cs-accordion .accordion-body p {
  color: #F4F5F6;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.cs-qa {
  position: relative;
  display: block;
  background-color: #23262F;
  text-align: center;
  overflow: hidden;
}
.dot-bg1 {
  background-image: url(./../assets/dot-bg1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 100px 0;
}
.cs-qa-cont h2 {
  display: inline-block;
  color: #FFFFFF;
  font-weight: 300;
  font-size: 2.222vw;
  line-height: 3.333vw;
  border-bottom: 3px solid #EFC100;
  margin-bottom: 5.208vw;
}

.qa-card {
  position: relative;
  background: #1A1D25;
  height: 100%;
  border: 1px solid #FFFFFF;
  border-radius: 16px;
  padding: 1.736vw;
  text-align: left;
}
.qa-card h3 {
  color: #EFC100;
  font-weight: 700;
  font-size: 1.667vw;
  line-height: 2.5vw;
}
.qa-card p {
  color: #FFFFFF;
  font-size: 1.111vw;
  font-weight: 300;
  line-height: 1.736vw;
  width: 18.472vw;
  height: 9.028vw;
}

.cs-gs {
  position: relative;
  background: linear-gradient(116.45deg, #5AB95D 3.37%, #002F15 124.47%);
  /* border-radius: 16px; */
  padding: 100px 0 80px 0;
  text-align: center;
  overflow: hidden;
}
.cs-gs-h2 {
  margin-bottom: 1.111vw;
}
.cs-gs-cont h2 {
  color: #FFFFFF;
  font-weight: 300;
  font-size: 2.917vw;
  line-height: 3.264vw;
}

.cs-ra {
  position: relative;
  padding: 2.083vw 0;
  text-align: center;
}
.cs-ra-cont h2 {
  color: #23262F;
  font-weight: 400;
  font-size: 2.222vw;
  line-height: 3.333vw;
  margin-bottom: 2.222vw;
}
.ra-cards {
  display: flex;
  margin: 0 4.792vw;
}
.ra-card {
  border: 1px solid #00752F;
  border-radius: 16px;
  padding: 2.778vw 1.667vw;
  text-align: left;
  margin: 0 1.528vw;
}
.ra-card-cont p {
  color: #757575;
  font-weight: 400;
  font-size: 0.903vw;
  line-height: 1.806vw;
}
.ra-card-cont h3 {
  color: #23262F;
  font-weight: 500;
  font-size: 1.458vw;
  line-height: 2.014vw;
  width: 21.27vw;
  height: 8.2vw;
  overflow: hidden;
}
.ra-author {
  margin: 0 0 1.389vw 0;
}
/*.ra-author img{*/
/*  border-radius: 1000px !important;*/
/*}*/
.ra-author span {
  color: #23262F;
  font-weight: 400;
  font-size: 1.042vw;
  line-height: 1.458vw;
  border: 0;
  margin: 0 0 0 0.833vw;
}
.cs-ra-btn {
  display: inline-block;
}
.cs-ra-btn a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.cs-ra-btn a p {
  color: #00752F;
  font-weight: 500;
  font-size: 1vw;
  line-height: 1.597vw;
  border-bottom: 3px solid #00752F;
  padding: 0 0 0.278vw 0;
  margin-right: 0.556vw;
  margin-bottom: 0;
}
/* ------------------------ Case Study Page End ------------------------ */

/* ------------------------ Research Page ------------------------ */

.r-hero {
  position: relative;
  background: linear-gradient(116.45deg, #5AB95D 3.37%, #002F15 124.47%);
  background-repeat: no-repeat;
  background-position: 0 0;
  overflow: hidden;
  padding: 8.333vw 0 0 0;
  height: auto;
  min-height: 45.139vw;
}
.r-hero h4 {
  display: inline-block;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1.111vw;
  line-height: 1.389vw;
  border-bottom: 2px solid #FFFFFF;
  margin-bottom: 0;
  padding-bottom: 0.278vw;
}
.rese-h-h2 {
  margin-top: 0.972vw;
  margin-bottom: 1.25vw;
}
.r-hero h2 {
  color: #FFFFFF;
  font-weight: 200;
  font-size: 2.639vw;
  line-height: 3.472vw;
  margin-bottom: 0;
}
.r-hero-btn {
  display: inline-block;
}
.r-hero-btn a {
  display: flex;
  align-items: center;
  text-decoration: none;
  /* margin: 0 0.833vw; */
}
.r-hero-btn a p {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 1.111vw;
  line-height: 1.667vw;
  border-bottom: 3px solid #FFFFFF;
  border-radius: 2px;
  margin-right: 0.278vw;
  margin-bottom: 0;
  padding: 0 0 0.139vw 0;
  text-transform: capitalize;
}
.lottie-anim {
  margin: 0 0 -100px 0;
}
.lottie-svg {
  position: relative;
  margin: 0 0 -60px 0;
  right: -120px;
}
.lottie-svg img {
  width: 85%;
}
.lottie-svg1 {
  position: relative;
  margin: 0 0 0 0;
  right: -184px;
}
.lottie-svg1 img {
  width: 70%;
}
.lottie-svg2 {
  position: relative;
  margin: -30px 0 0 0;
  right: -140px;
}
.lottie-svg2 img {
  width: 84%;
}
.r-accord-btn {
  padding: 4.167vw 0 0 0;
}
.r-accord {
  position: relative;
  background: #23262F;
  overflow: hidden;
  padding: 6.389vw 0 4.167vw 0;
}
.r-accord-h2 {
  margin-bottom: 6.944vw;
}
.r-accord-cont h2 {
  color: #F4F5F6;
  font-weight: 300;
  font-size: 1.875vw;
  line-height: 2.778vw;
  letter-spacing: -0.02em;
}
.r-accord .wwd {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 2.222vw;
  line-height: 3.333vw;
  margin-bottom: 0;
}

.r-accord .collapsed {
  padding: 20px 0 !important;
}
.r-accord .our-services-accordion-div {
  margin-top: 42px;
}
.r-accord .accordion-flush .accordion-item .accordion-button {
  border-radius: 0px;
  border-top: 1px solid rgb(255, 255, 255);
  padding: 20px 0px 16px 0px;
  transition: all 0.4s ease-in-out 0s;
}
/* .r-accord #flush-headingFour .collapsed {
  border-bottom: 1px solid rgb(255, 255, 255);
} */
/* .r-accord .accordion-item {
  border-bottom: 1px solid rgb(255, 255, 255);
} */
.r-accord .accordion-header button {
  font-weight: 400;
  font-size: 1.667vw;
  line-height: 3.333vw;
  color: rgb(244, 245, 246);
}
.r-accord .accordion-body {
  padding: 0 0 70px 0;
}
.r-accord .accordion-body li {
  color: #F4F5F6;
  font-weight: 300;
  font-size: 1.111vw;
  line-height: 2.222vw;
  text-align: left;
  padding-bottom: 40px;
}
.r-accord .accordion-body p {
  padding: 0 0 22px 12px;
}
.rese-accordion-cs h3 {
  color: #FFFFFF;
  font-weight: 300;
  font-size: 1.667vw;
  line-height: 1.667vw;
  margin: 0 0 2.083vw 1.389vw;
}
.rese-accordion-cs-home h3 {
  margin: 3.472vw 0 2.083vw 0;
}
.rese-accordion-cs-home .rese-accordion-cs-cards {
  margin-left: -1.389vw;
}
.rese-accordion-cs-cards {
  display: flex;
}
.rese-accordion-cs-card {
  position: relative;
  /* display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 365px; */
  border: 1px solid #66AC82;
  border-radius: 8px;
  margin: 0 1.389vw;
  padding: 2.083vw 1.25vw;
}
.rese-accordion-cs-card h4 {
  color: #FFFFFF;
  font-weight: 200;
  font-size: 1.667vw;
  line-height: 2.222vw;
  margin-bottom: 2.222vw;
  width: 19.792vw;
  height: 8.889vw;
  text-transform: capitalize;
}
.rese-accordion-cs-card a {
  color: #66AC82;
  font-weight: 500;
  font-size: 1.111vw;
  line-height: 1.389vw;
  text-decoration: none;
  border-bottom: 2px solid #66AC82;
  padding-bottom: 4px;
}

.r-ra {
  padding: 6.389vw 0;
}
.r-ra .ra-cards {
  padding: 2.222vw 0 0 0;
}
.r-ra .r-ra-btn {
  padding: 4.167vw 0 0 0;
}
/* ------------------------ Research Page End ------------------------ */

/* ------------------------ Consulting Page ------------------------ */
.brk-md {
  display: none;
}
.cons-hero {
  position: relative;
  padding: 9.028vw 0 3.472vw 0;
}
.lottie-anim-c .lottie-infograph {
  width: 90%;
}

.c-accord-cont p {
  color: #FFFFFF;
  font-weight: 300;
  font-size: 1.111vw;
  line-height: 1.875vw;
  margin-bottom: 2.778vw;
}
/* ------------------------ Consulting Page End ------------------------ */

/* ------------------------ Automation Page ------------------------ */

.auto-hero {
  padding: 5.903vw 0 0 0;
}
.auto-nt {
  position: relative;
  padding: 70px 0 100px 0;
}
.auto-nt-cont h2 {
  font-size: 2.431vw;
  letter-spacing: -0.02em;
}
.auto-nt-cont p {
  font-size: 1.111vw;
  line-height: 2.222vw;
  font-weight: 400;
}
.auto-nt-hdiw {
  position: relative;
  padding: 70px 0 0 0;
}
.auto-nt-hdiw h3 {
  color: #23262F;
  font-weight: 400;
  font-size: 2.222vw;
  line-height: 3.333vw;
  text-align: center;
  margin-bottom: 32px;
}
.auto-hdiw-cards {
  display: flex;
  justify-content: center;
}
.auto-hdiw-card {
  position: relative;
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* align-content: space-between; */
  width: 24.306vw;
  border: 1px solid #00752F;
  border-radius: 16px;
  margin: 0 1.528vw;
  padding: 2.778vw 1.667vw;
}
.auto-hdiw-card .hdiw-num {
  color: #00752F;
  font-weight: 700;
  font-size: 1.667vw;
  line-height: 2.5vw;
}
.auto-hdiw-card h4 {
  color: #23262F;
  font-weight: 500;
  font-size: 1.458vw;
  line-height: 2.083vw;
  height: 4.167vw;
}
.auto-hdiw-card p {
  color: #23262F;
  font-weight: 400;
  font-size: 1.111vw;
  line-height: 1.667vw;
  margin: 0;
}
.auto-cs h5 {
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}
.auto-cs h2 {
  font-size: 2.222vw;
  line-height: 3.264vw;
}
/* ------------------------ Automation Page End ------------------------ */

/* ------------------------ Blogs ------------------------ */

.blog-home {
  position: relative;
  background: linear-gradient(116.45deg, #5AB95D 3.37%, #002F15 124.47%);
  padding: 70px 0 100px 0;
}
.blog-home-cont {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 60px;
}
.blog-home-cont h3 {
  color: #E6E8EC;
  font-weight: 200;
  font-size: 2.778vw;
  line-height: 3.489vw;
  letter-spacing: -0.04em;
}
.blog-home-cont h5 {
  color: #FFFFFF;
  font-weight: 400;
  border-bottom: 2px solid #FFFFFF;
}
.blog-home-cont .blog-home-btn {
  padding: 0 0 32px 0;
}
.blog-home-cont .blog-home-btn span {
  color: #FFE888;
  border-bottom: 2px solid #FFE888;
}

.blog-home-cards {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.blog-home-card {
  width: 22.222vw;
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  padding: 1.944vw 1.389vw;
}
.blog-home-card h4 {
  color: #F4F5F6;
  font-weight: 200;
  font-size: 1.667vw;
  line-height: 2.222vw;
  margin-bottom: 16px;
  width: 19.097vw;
  height: 11.111vw;
}
.blog-home-card p {
  color: #FFFFFF;
  font-weight: 300;
  font-size: 0.903vw;
  line-height: 1.181vw;
  margin-bottom: 50px;
}
.blog-home-card a span {
  color: #FFE888;
  border-bottom: 2px solid #FFE888;
}

.blog-tmp-hero {
  position: relative;
  display: block;
  padding: 200px 0 150px 0;
  text-align: center;
  background: #23262F !important;
}
.blog-tmp-cont h4 {
  color: #000000;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 2.222vw;
}
.blog-tmp-cont img {
  width: 100%;
  margin: 24px 0;
}
.blog-dt {
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-dt p {
  color: #FFFFFF;
  font-weight: 300;
  font-size: 0.972vw;
  line-height: 2.222vw;
  margin: 0 0.417vw;
}
.blog-dt .ra-author {
  margin: 0;
}
.blog-dt span {
  color: #FFFFFF;
  font-weight: 300;
  font-size: 0.972vw;
  line-height: 2.222vw;
  margin: 0 0.417vw;
}
.blog-tmp-sidebar {
  border-left: 0.5px solid #DBDBDB;
  margin-left: 2.5vw;
  padding-left: 2.5vw;
}
.team-hero-img .btpi1 {
  top: 14% !important;
}
.dot-dd {
  background-color: #fff;
  width: 4px;
  height: 4px;
  border-radius: 100px;
  margin: 0 6px;
}

/* ------------------------ Footer ------------------------ */

.footer {
    position: relative;
    padding: 80px 0 40px 0;
    border-top: 1px solid lightgray;
    background: #fff;
}
.foot-addr {
    margin: 0 0 40px 0;
}
.newsletter h4 {
    color: #23262F;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: -0.04em;
    margin: 0 0 24px 0;
}
.newsletter input {
    border: 0;
    border-bottom: 1px solid #000;
    background-color: transparent;
    width: 96%;
    padding: 6px 6px 12px 6px;
}
.newsletter img {
    margin: 0 0 0 -28px;
}

.foot-nav {
    display: flex;
    justify-content: space-between;
}
.foot-nav ul {
    display: block;
    list-style: none;
}
.foot-nav li a {
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    line-height: 48px;
    letter-spacing: -0.04em;
    text-decoration: none;
}


.foot-cc {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.foot-cc p {
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    margin-bottom: 0;
}
.social-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.resp-padd-1 .social-link {
  margin: 100px 0 0 0;
}
.social-link a {
    text-decoration: none;
}
.social-link a p {
    padding: 0 0 0 12px;
}
/* ------------------------ Footer End ------------------------ */

h2.line {
  height: 3.5vw;
  overflow: hidden;
  position: relative;
  margin: 0;
}
h2.line-a {
  height: 3.125vw;
  overflow: hidden;
  position: relative;
  margin: 0;
}
h2.line-a-m {
  height: 3.889vw;
  overflow: hidden;
  position: relative;
  margin: 0;
}
h2.line-a-a,
h2.line-a-v {
  height: 3.611vw;
  overflow: hidden;
  position: relative;
  margin: 0;
}
h2.line-cs-gs {
  height: 3.424vw;
  overflow: hidden;
  position: relative;
  margin: 0;
}
h2.line-r-a {
  height: 2.778vw;
  overflow: hidden;
  position: relative;
  margin: 0;
}

.home-about h2 span,
.home-acc-model h2 span,
.home-service h2 span,
.about-v h2 span,
.r-accord-h2 h2 span {
  position: absolute;
}
.about-ls h2 span,
.about-m h2 span,
.about-a h2 span,
.cs-ob h2 span,
.cs-gs-h2 h2 span {
  position: absolute;
  right: 0;
  left: 0;
}

/* .home-client h3 span {
  position: absolute;
} */
 

.path2 {
  transform-origin: left;
  transition-delay: 2s;
  stroke-dasharray: 2240;
/*   stroke-dashoffset: 800; */
  animation: draw1 5s ease-out alternate;
}

@keyframes draw1 {
  0% {
    stroke-dashoffset: 2240;
  }
  40% {
    stroke-dashoffset: 2240;
  }
  100% {
    stroke-dashoffset: 1120;
  }
}

.resp-padd {
  padding: 0;
}
.resp-padd-1{
  display: flex;
  justify-content: end;
  flex-direction: column-reverse;
}

.coming-soon .home-hero-content h1{
  text-align: center;
  margin-top: 20px;
}

.coming-soon .home-hero-content{
  align-items: center;
}


.logos{
  display: flex;
  justify-content: center;
  align-items: end;
  margin-top: 20px;
}

.logos img{
  margin: 0 24px;
  width: 140px;
  height: 60px;
}

/*------ Report Popup ------*/
.report-form .modal {
  background-color: #00000099;
}

#reportform label {
  color: #344054;
  font-weight: 400;
  font-size: 1.111vw;
  line-height: 1.667vw;
  margin-bottom: 0.417vw;
}
#reportform input[type="text"],
#reportform input[type="email"],
#reportform input[type="tel"],
#reportform textarea {
  color: #667085;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #d0d5dd;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
}
#reportform button[type="submit"] {
  background: #00752f;
  border: 1px solid #00752f;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  color: #ffffff;
  font-weight: 400;
  font-size: 1.111vw;
  line-height: 1.667vw;
}

#reportform {
  padding: 0 8px 0 8px;
    margin: 1.514vw 0 0 0;
}

#reportform h3 {
  color: #60a146;
  display: inline-block;
  font-size: 3.264vw;
  line-height: 4.236vw;
  font-weight: 300;
  border-bottom: 1px solid #60a146;
  margin-bottom: 3.333vw;
  margin-right: -2vw;
}

#reportform input[type="text"],
#reportform input[type="email"],
#reportform input[type="tel"],
#reportform textarea {
  width: 100%;
  color: #667085;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #d0d5dd;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  background: #fff;
  margin: 0 0 5px;
  padding: 12px 15px;
}

#reportform input[type="text"]:hover,
#reportform input[type="email"]:hover,
#reportform input[type="tel"]:hover,
#reportform input[type="url"]:hover,
#reportform textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#reportform textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#reportform button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #00752f;
  border: 1px solid #00752f;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  color: #ffffff;
  font-weight: 400;
  font-size: 1.111vw;
  line-height: 1.667vw;
  padding: 12px 20px;
}

#reportform button[type="submit"]:hover {
  background: #43a047;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#reportform button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#reportform input:focus,
#reportform textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

.cs-ra-btn a button {
  color: #00752f !important;
  font-weight: 500;
  border: none !important;
  background-color: transparent !important;
  padding: 0;
  margin-right: 0.556vw;
  margin-bottom: 0;
}

/* Popup Styling */
#popupOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

#thankYouPopup {
  display: none;
  width: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 24px 32px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

#thankYouPopup h2 {
  font-size: 32px;
}

.popup-buttons {
  margin-top: 15px;
}

.popup-buttons button,
.popup-buttons a {
  background-color: #00752f;
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  margin: 5px;
  border-radius: 4px;
  text-decoration: none;
}
.popup-buttons button.btn-outline,
.popup-buttons a.btn-outline {
  background-color: transparent;
  color: #000;
  border: 1px solid #00752f;
}
.popup-buttons button.btn-outline:hover,
.popup-buttons a.btn-outline:hover {
  background-color: #00752f;
  color: #fff;
}

.popup-buttons a:hover {
  background-color: transparent;
  color: #000;
  border: 1px solid #00752f;
}

@media (min-width: 576px) {
  .report-form .modal-header {
    top: 12px;
    right: 12px;
  }

  .report-form #reportform {
    padding: 0 8px 0 8px;
    margin: 1.514vw 0 0 0;
  }

  .report-form #reportform h3 {
    color: #000;
    display: inline-block;
    font-size: 32px;
    line-height: 40px;
    font-weight: 300;
    border-bottom: none;
    margin-bottom: 16px;
    margin-right: -2vw;
    width: 450px;
  }
  .report-form #reportform fieldset {
    min-width: auto;
  }
  .report-form #reportform .name {
    display: flex;
    gap: 12px;
  }

  .report-form .modal-dialog {
    max-width: 550px;
  }
}

@media (max-width: 575px) {
  .report-form #reportform h3 {
    color: #000;
    display: inline-block;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    border-bottom: none;
    margin-bottom: 12px;
    margin-right: 0;
  }

  #thankYouPopup {
    width: 80%;
  }
}

@media (max-width: 991px) {
  #reportform input[type="text"],
  #reportform input[type="email"],
  #reportform input[type="tel"],
  #reportform textarea {
    font-size: 14px;
    line-height: 22px;
    margin: 0px 0px 5px;
    padding: 8px 12px;
  }
}
@media (max-width: 991px) {
  #reportform label {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0.417vw;
  }
}
@media (max-width: 991px) {
  #reportform button[type="submit"] {
      font-size: 14px;
      line-height: 18px;
      padding: 12px 20px;
  }
}
