@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
font-family: "Montserrat", sans-serif;
}
.f-light{
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
}
.f-regular{
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}
.f-medium{
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.f-semibold{
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}
.f-bold{
    font-family: "Montserrat", sans-serif;
     font-weight: 700;
}

body a:hover{
  text-decoration: none;
  color: #fff;
}
body li{
  list-style: none;
}
.f-light{
 
  font-weight:300;
}
.f-regular{
  
   font-weight:400;
 }
.f-medium{

  font-weight:500;
}
.f-semibold{

  font-weight:600;
}
.f-bold{

  font-weight:700;
}
.f-Extrabold{
  
    font-weight:800;
  }
.f-black{
 
  font-weight:900;
} 
p{
  font-weight:600;
}
a {
  text-decoration: none;
}
button:focus {
  outline: 0;
  box-shadow: none;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 5;
  height: 80px;
  padding: 0px 0 0px;;
  transition: all 0.3s ease-in-out;
  background: #fff;
}
/*header.shrink{
  animation: 0.3s 0.3s fadeInDown both;
  background: #fff;
  box-shadow: 0px 2px 10px #00000059;
}*/
.heads-up {
    transform: translateY(-6rem);
    transform: translate3d(0,-6rem,0);
}
header.shrink .navbar-expand-md .navbar-nav .nav-item:nth-child(11) .nav-link{
  color: #fff;
}
header .container {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}
header .header {
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  z-index: 1;
  position: relative;
}
header .header-white {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
header .mobile-navbar {
    position: relative;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
}
.navbar-expand-md {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px 0 8px;
}
.navbar-expand-md .navbar-nav .nav-link {
    font-size: 0.89vw;
    padding: 0;
    transition: all 0.3s ease-in-out;
    position: relative;
    color: #000;
    font-weight: 600;
    margin: 0px 12px;
    margin-top: 7px;
    position: relative;
    padding: 0px 1px;
}
.navbar-expand-md .navbar-nav .nav-link::before {
    background: #3A9043;
    height: 2px;
    width: 0%;
    position: absolute;
    content: "";
    bottom: -7px;
    left: 0;
    transition: all 0.4s;
}
.navbar-expand-md .navbar-nav .nav-link.active:before,
.navbar-expand-md .navbar-nav .nav-link:hover:before {
    width: 100%;
}
.navbar-expand-md .navbar-nav .nav-item:last-child .nav-link:before,

header .navbar-expand-md .navbar-nav .nav-link.active, header .navbar-expand-md .navbar-nav .nav-link:hover {
    color: #3A9043;
}
.navbar-brand {
    position: absolute;
    top: 15px;
    left: 0;
    padding: 0;
}
.navbar-brand img {
    width: 86%;
    margin-top: -28px !important;
}
.foot-top .common-btn{
    background: #000;
    color: #fff;
    z-index: 1;
}
.main-footer .footer-wrapp {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 51px;
}
footer {
    position: relative;
    background: #3A9043;
    padding-top: 3vw;
}
.main-footer {
    /* background: #121A2C; */
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 1vw 0px 0;
    /* border-top: 1px solid; */
}
.btm-strip {
  background:#000000;
}
.btm-strip p {
    color: #FFFFFF;
    font-size: 0.89vw;
    font-weight: 400;
}
 a.top-arrow {
    background: #5A6162;
    position: absolute;
    right: -55px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    transform: rotate(270deg);
} 
.column:nth-child(1) {
    width: 31%;
    margin-right: 0;
}
.column:nth-child(1) p {
    color: #fff !important;
    margin-top: 20px;
    font-size: 15px;
    line-height: 19px;
    width: 84%;
    font-weight: 400;
    margin-bottom: 0;
}
 .social-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top:0px;
}
  .social-box .twitter, .social-box .insta, .social-box .facebook, .social-box .linkedin {
    color: #fff;
    font-size: 29px;
    margin-right: 23px;
}
.footer-logo {
    width: 76%;
}
.column:nth-child(2) {
    width: 25%;
    position: relative;
    padding-left: 2vw;
}
.column:nth-child(1) img {
    width: 62%;
}
.column h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 14px;
}
.column:nth-child(3) {
    width: 19%;
}
.column:nth-child(4) {
    width: 22%;
}
.column:nth-child(5) {
    width: 14%;
}
.column:nth-child(5) p {
      font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 13px 0px;
}
.column a {
    display: block;
    padding-bottom: 4px;
    line-height: 20px;
    color: #ffffff;
    font-size: 0.83vw;
    font-weight: 400;
    width: fit-content;
}
.Contact-wrapper a img{
    margin-right: 10px;
}
.Contact-wrapper a{
    display: flex;
    align-items: center;
    color: #90A0AA;
}
 .footerlogo {
    width: 55%;
}
  footer a,
  footer p{
    color: #a8a4a4;
    font-size: 16px;
  }
  footer p{
    margin-bottom: 0;
  }
.common-btn {
    width: 7.76vw;
    height: 2.5vw;
    background: #3A9043;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.83vw;
    transition: all 0.3s ease-in-out;
    position: relative;
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    overflow: hidden;
    outline: none;
    border-radius: 0;
    cursor: pointer;
    font-weight: 500;
}
.common-btn img {
    width: 17%;
    margin-left: 0.4vw;
}
.common-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#313D46;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: all 0.3s ease-in-out;
    color: #fff;
}
.address-wrapper {
    display: flex;
    align-items: flex-start;
    margin-top: 24px;
}
.common-btn:hover{
    color: #fff !important;
    border:0px !important;
}
.common-btn:hover:before{
    transform:scaleX(1);
}
.common-btn span {
    font-size: 10px;
    align-items: center;
    justify-content: center;
    color: #ffffffc4;
    transform: rotate(323deg);
    position: relative;
    top: 1px;
}
.footer-contact a {
    padding-bottom: 0px !important;
}
.footer-contact span {
    padding-right: 5px;
    color: #5EC434;
}
.btm-strip .container {
  
    padding: 16px 15px 16px 15px;
    position: relative;
  }
.btm-strip a {
    font-size:0.89vw;
    color: #fff;
}
.btm-strip {
  color:#fff;
}
div#page {
    margin-top: 5vw;
}
header ul.navbar-nav {
    position: relative;
    left: -3vw;
}
header .right-logo {
    width: 25%;
}
.home_slider .caption-text{
    font-size: 3.13vw;
}
.home_slider p{
    font-size: 1.04vw;
    margin: 23px 0px;
}
.caption {
    position: absolute;
    top: 14vw;
    left: 7vw;
}
.home_slider {
    position: relative;
    margin-top: 5vw;
}
.home_slider .common-btn{background: #fff; color: #3A9043;}
.slider-nav img {
    border: 3px solid #3A9043;
    border-radius: 17px;
}
.slider-nav .item {
    margin: 0px 3px;
}
.slider-nav .slick-track{margin-right: unset;}
.slider-nav {
    position: absolute !important;
    right: 4vw;
    bottom: 5vw;
}
.home_slider .row, .slider-single .item{position: relative;margin: 0;padding: 0;}
footer .main-text {
    font-size: 5.09vw;
    color: #0000002B;
    font-weight: 700;
}
.heading{
    font-weight: 700;
    font-size: 2.08vw;
    color: #404041;
    text-align: center;
    line-height: 3.13vw;
}
.subheading{
    font-weight: 500;
    color: #3A9043;
    letter-spacing: 2px;
    font-size: 1.04vw;
    text-align: center;
}
.shadow-text {
    font-size: 2.34vw;
    letter-spacing: 4px;
    color: #3a90434f;
    filter: blur(2px);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -13px;
    width: 100%;
    display: none
}
#client .shadow-text,
.products .shadow-text,
.career .shadow-text,
.benefits .shadow-text,
.contact .shadow-text{
    width: unset;
}
.home-client {
    background: #EAEAEA;
    padding: 5vw 0;
}
.heading-box{
    position: relative;
}
.home-client .slick-slide {
    background: #fff;
    height: 86px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0px 12px;
    border-radius: 15px;
    box-shadow: 0px 4px 32px 0px #0000000D;
}
.home-client .slick-slide img{
    width: 66%;
}
.client-slider{
    margin-top: 3vw;
}
.slick-dots button {
    width: 8px;
    height: 8px;
    border-radius: 50px;
    color: transparent;
    background: #fff;
    border: 0;
    margin: 0px 3px;
}
.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3vw;
}
.slick-dots li.slick-active button {
  background-color: #3A9043; /* Active dot color */
}
.home-insights{
    padding: 4vw 0;
}
.news-slider .item .date{
    color: #525252;
    font-weight: 400;
}
.green{
    color: #3A9043;
}
.news-slider .item h5{
    font-size: 0.89vw;
    letter-spacing: 0.5px;
}
.news-slider .item p{
    font-size: 1.04vw;
}
.news-slider .text-box {
    padding-left: 50px;
    padding-top: 19px;
    position: relative;
}
.news-slider .text-box::before {
    position: absolute;
    content: "";
    background: #3A9043;
    height: 2px;
    width: 10%;
    left: 0;
    top: 27px;
}
.news-slider .slick-slide{
    margin: 0px 25px;
     box-sizing: border-box;
}
.news-slider{
    margin-top: 50px;
}
.news-slider .slick-dots button{
    background: #EAEAEA;
}
.why-choose-single h5{font-size: 1.04vw;padding-left: 11px;}
.why-choose-border {
    padding: 3px;
    border: 1.3px solid;
    border-image-source: linear-gradient(90deg, #6a3636 0%, #3A9043 100%);
    border-radius: 25.21vw;
    display: inline-block;
    width: 22%;
    margin: 0px 21px 43px;
}
.why-choose-single {
    background-color: #3A9043;
    padding: 9px 10px;
    border-radius: 5.21vw;
    color: white;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.why-choose {
    background: url(../images/why-choose-bg.webp) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 5vw 0;
}
.why-choose-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 87%;
    margin: 3vw auto 0;
}
.why-choose-single img {
    width: 22%;
    height: 59px;
}
.home-projects .heading-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home-projects .shadow-text {
    left: 0;
    transform: unset;
    top: -13px;
}
.home-projects {
    padding-top: 6vw;
    padding-bottom: 7vw;
}
.projects-slider h6{font-size: 1.04vw; color: #000;}
p{font-size: 0.89vw; color: #000;font-weight: 400;}
.projects-slider .text-box{margin-top: 20px;padding: 0px 20px;}
.projects-slider .slick-slide {margin: 0 10px;}
.projects-slider{margin-top: 40px;}
.projects-slider button{
    background: #3A9043;
    border: 0;
    height: 2.55vw;
    width: 2.55vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.projects-slider .slick-prev {
    position: absolute;
    top: 40%;
    left: -57px;
}
.projects-slider .slick-next {
    position: absolute;
    top: 40%;
    right: -57px;
}
.product-range-single h5{
    font-size: 1.3vw;
    line-height: 1.88vw;
}
.product-range {
    background: url(../images/product-range-bg.webp) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 4vw 0;
}
.product-range-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 40px;
}
p{
    font-size: 0.89vw;
}
.product-range-single {
    display: block;
    width: 25%;
    border-right: 1px solid #FFFFFF57;
    padding: 28px 20px 0;
}
.product-range-single:last-child{
    border: 0;
}
.product-range-single span {
    border: 1px solid #fff;
    background: transparent;
    margin-top: 28px;
}
.product-range .common-btn.main {
    background: #fff;
    color: #3A9043;
    margin: 62px auto 0;
}
.product-range-single p {
    height: 4vw;
    font-size: 15px;
}
.footer-wrapp-bottom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 2vw;
    margin-bottom: 2vw;
}
.footer-wrapp-bottom .div1 img {
    margin-right: 11px;
    margin-top: -1vw;
}
.footer-wrapp-bottom .div1 a,
    .footer-wrapp-bottom .div1 a:hover{
    font-size: 1.41vw;
    color: #fff;
}
.social-box a {
    color: #fff;
    font-size: 1.6vw;
    margin: 0px 0.7vw;
}
.column:nth-child(5) h4 {
    opacity: 0;
}
.main-footer .container {
    border-top: 1px solid #ffffff59;
}
.div1 a {
    display: flex;
    align-items: end;
}
.home-contact {
    background: #404041;
    padding: 4vw 0;
}
.home-contact .common-btn {
    background: #fff;
    color: #3e8e3d;
    margin-top: 2vw;
    border: 0;
}
.home-contact .right-box {
    display: flex;
    align-items: stretch;
    padding: 0px 2vw;
}
.right-box .form-box {
    width: 62%;
    background: #6d6a6a;
    padding: 2vw 2vw;
}
.form-box h5 {
    color: #fff;
    font-size: 2vw;
    margin-bottom: 1vw;
}
.form-box h5 {
    color: #fff;
    font-size: 2vw;
}
.form-box .form-control {
    background: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 0.89vw;
    padding-left: 0.4vw;
    margin-bottom: 1vw;
}
.form-box .form-control::placeholder{
    color: #fff !important;
}
.home-contact .right-box .img-box {
    width: 38%;
}
.form-control:focus{
    box-shadow: unset;
}
.home-contact .right-box .img-box img {
    height: 100%;
}
.breadcum {
    position: relative;
    margin-top: 79px;
}
.breadcum .parallax-container {
    position: relative;
    overflow: hidden;
}
.breadcum .parallax-parent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.breadcum .parallax-content {
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.breadcum .main-img {
    width: 100%;
    filter: brightness(0.8);
}
.caption-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.breadcum h1 {
    font-size:3.13vw;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    text-transform: capitalize;
}
.breadcum p{
    font-size: 1.04vw;
}
.counter-single p{
    color:#404040;
    text-align: center;
}
.about-overview ul li {
    position: relative;
    color: #404040;
    font-size: 1.04vw;
    margin-bottom: 12px;
    font-weight: 500;
}
.about-overview ul li::before {
    position: absolute;
    content: "";
    background: url(../images/list-bullet.webp) no-repeat;
    width: 100%;
    height: 100%;
    left: -28px;
}
.counter-single h4 {
    font-size: 3.13vw;
    text-align: center;
    margin-bottom: 0;
}
.about-overview {
    padding: 7vw 0;
}
.counter-single {
    border-bottom: 1px solid #ccc;
    margin-top: 26px;
    padding-bottom: 2px;
}
.about-overview-wrapper .text-box {
    width: 50%;
}
.about-overview-wrapper .img-box {
    width: 40%;
    margin: 0px 20px;
}
.about-overview-wrapper .counter {
    width: 20%;
}
.about-overview-wrapper {
    display: flex;
    align-items: flex-start;
}
.about-overview-wrapper ul {
    border-top: 2px solid #3A9043;
    padding-top: 1vw;
}
.vision-mission{
    background: url(../images/vision-mission-bg.webp) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 4vw 0;
}
.vision-mission h3 {
    font-size: 2.08vw;
    margin-top: 0.6vw;
}
.vision-mission .nav-link{
    background: #FFFFFF66;
    color: #fff;
    font-size: 1.3vw;
    font-weight: 700;
    text-align: center;
    border-radius: 5px;
    height: 4vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 8px;
    border: 0;
    position: relative;
}
.vision-mission .nav-link::before {
    position: absolute;
    content: "";
    background: url(../images/before-patch.webp) no-repeat;
    width: 28px;
    height: 16px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    opacity: 0;
}
.vision-mission .nav-link.active::before{
    opacity: 1;
}
.vision-mission .nav-link.active{
    background: #3A9043;
    color: #fff;
}
.vision-mission ul {
    border-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vision-mission li {
    width: 24%;
}
.vision-mission .tab-pane img {
    margin: 39px auto 0;
    display: block;
    width: 80px;
    height: 80px;
}
.vision-mission p{
    width: 62%;
    margin: 12px auto;
}
.home-contact .logo {
    position: absolute;
    bottom: -12vw;
    right: 0;
    width: 53%;
}
.home-contact .left-box {
    position: relative;
}
header.shrink {
    box-shadow: 0px 0px 10px #ccc;
}
.img-box{
    overflow: hidden;
}
.img-box:hover img{
   transform: scale(1.04);
}
.img-box img{
    transition: all 0.4s;
}
.home-about {padding: 5vw 0};
.home-about .shadow-text{width: 100%;}
.home-about .imgbox{display: flex;align-items: center;position: relative;}
/*.home-about .imgbox img{box-shadow: 0px 0px 10px #ccc;}*/
.home-about .right-img{width: 50%;}
.home-about .left-img {
    width: 50%;
    margin: 11px;
}
.left-img .img1-box {
    margin-bottom: 11px;
    overflow: hidden;
}
.left-img .img1-box:hover img{
    transform: scale(1.05);
}
.left-img img{transition: all 0.4s;}
.right-img{
    overflow: hidden;
}
.right-img img{
    transition: all 0.4s;
}
.right-img:hover img{
    transform: scale(1.05);
}
.home-about .shadow-text{width: 100%;}
.home-about .logohome {
    box-shadow: unset;
    padding: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 26%;
}
.home-about-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.home-about-single {
    display: flex;
    width: 45%;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 17px;
}
.home-about-single p {
    padding-left: 15px;
}
.home-about .row{
    align-items: center;
}
.slider-bottom{
    background: #3A9043;
    padding: 2vw 0;
}
.slider-bottom h4 {
    font-size: 3vw;
    margin-bottom: 0;
}
.slider-counter-single {
    display: flex;
    align-items: center;
}
.slider-counter-wrapper.counter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slider-bottom p{
    margin-bottom: 0;
}
.slider-bottom .text {
    padding-left: 0.6vw;
}
.slider-counter-single img {
    width: 30%;
}
.breadcrum-list {
    position: absolute;
    left: 7vw;
    bottom: 2vw;
    color: #fff;
}
.breadcrum-list a{
    color: #fff;
}
.products .nav-tabs {
    display: block;
    box-shadow: 0px 0px 10px #ccc;
    padding-top: 0;
    border-radius: 10px;
}
.products .nav-tabs li {
    width: 100%;
}
.products .nav-tabs li:first-child {
    font-size: 1.3vw;
    text-align: center;
    font-weight: 700;
    background: #3a9043;
    color: #fff;
    padding: 11px 0px;
    border-radius: 10px 10px 0px 0px;
    margin-bottom: 30px;
}
.products {
    padding: 5vw 0;
}
.products .nav-tabs .nav-link {
    font-size: 1.04vw;
    font-weight: 500;
    line-height: 1.3vw;
    height: 66px;
    border: 1px solid #00000042;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #515151;
    width: 93%;
    margin: 0 auto 20px;
    border-radius: 10px;
    position: relative;
    transition: all 0.4s;
    padding-left: 4vw;
    overflow: hidden;
}
.products .nav-tabs .nav-link::before {
    position: absolute;
    content: "";
    background: #EAEAEA;
    width: 52px;
    height: 66px;
    left: 0;
    border-radius: 8px 0px 0px 8px;
}
.products .nav-tabs .nav-link.active{
    border: 1px solid #3A9043;
}
.products .main-product {
    position: absolute;
    transform: rotate(270deg);
    left: 1px;
    font-size: 0.83vw;
    font-weight: 600;
    transition: all 0.4s;
}
.products .nav-tabs .nav-link.active:before{
    background: #3A9043;
}
.products .nav-tabs .nav-link.active .main-product{
    color: #fff;
}
.products .row {
    padding-top: 2vw;
}
.img-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 15px;
}
.img-container .left-box {
    width: 68%;
    margin: 0 auto;
}
.img-container .right-box {
    width: 30%;
}
.img-container .right-box .img-box:nth-child(1){
    margin-bottom: 16px;
}
.img-container .img-box {
    overflow: hidden;
    /* border: 1px solid #ccc; */
    border-radius: 14px;
    width: 79%;
    margin: 0 auto;
}
.products .accordion-item{
    border: 0;
}
.products .accordion-body{
    padding-top: 0;
}
.products .accordion-body ul li::before {
    position: absolute;
    content: "";
    background: url(../images/list-bullet.webp) no-repeat;
    width: 100%;
    height: 135%;
    left: -28px;
}
.products .accordion-body ul li {
    position: relative;
    color: #404040;
    font-size: 0.89vw;
    margin-bottom: 12px;
    font-weight: 500;
}
.products .accordion-body ul{
    padding-top:11px;
}
.products table{
    font-size: 0.89vw;
    border-radius: 30px;
    border: 1px solid #0000004D !important;
     table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 25px;
}
.products  .table td, .products .table th {
    width: 50%;
    word-wrap: break-word;
   border: 1px solid #0000004D !important;
   padding: 13px 0px;
   text-align: center;
   border-radius: 0 !important;
   font-size: 14px;
  }
.products .table th {
    font-size: 15px;
    background: #3A9043;
    color: #fff;
    font-weight: 400;
    padding: 6px 0px !important;
}
.products .table tr:first-child td:first-child {
    border-top-left-radius: 10px;
}
.products .table tr:first-child td:last-child {
    border-top-right-radius: 10px;
}
.products .table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}
.products .table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}
.download-btn {
    background: #3A9043;
    color: #fff;
    font-size: 16px;
    text-align: center;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    width: 284px;
    margin: 28px auto 0;
    font-weight: 600;
}
.download-btn img {
    margin-right: 4px;
}
.products .text-box h5 {
    margin-top: 33px;
}
.products .text-box{
    margin-top: 27px;
}
.products .sticky {
    position: sticky;
    top: 90px;
}
.application .item img {
    border-radius: 10px;
}
.application .item{
    margin: 0px 12px;
    position: relative;
}
.application .item .img-box{
     border-radius: 10px;
}
.application .item h5 {
    padding: 7px 0px;
    color: #fff;
    background: #0000007d;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    font-size: 15px;
    display: none;
}
.application {
    background: #EAEAEA;
    padding: 5vw 0 3vw;
}
.application-slider{
    margin-top: 30px;
}
.career {
    padding: 5vw 0;
}
.opening-single h6 {
    font-size: 16px;
    margin-bottom: 20px;
}
.opening-single h5{
    font-size: 22px;
}
.opening-single h4 {
    font-size: 17px;
    margin-bottom: 16px;
}
.career-wrapper {
    display: flex;
    align-items: flex-start;
    margin-top: 7vw;
}
.career-wrapper .opening {
    width: 60%;
}
.career-wrapper .opening-form {
    width: 30%;
}
.opening-single {
    box-shadow: 0px 0px 23.5px 0px #00000026;
    border: 1px solid #0000004D;
    border-radius: 30px;
    padding: 45px 26px;
    width: 46%;
    margin-bottom: 25px;
    margin-right: 25px;
}
.benefits-single .icon-box img {
    width: 55%;
}
.benefits-single:hover .icon-box img{
    transform: scale(1.07);
}
.career-wrapper .opening {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
}
.opening-single h4 i {
    margin-right: 10px;
}
.opening-form h5 {
    font-size: 21px;
    background: #3A9043;
    padding: 20px 0px;
    text-align: center;
    border-radius: 21px;
    margin-bottom: 53px;
}
.opening-form .form-control::placeholder{
    color: #515151;
}
.opening-form .form-control {
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding-left: 0;
    font-size: 0.89vw;
    padding-bottom: 7px;
    margin-bottom: 26px;
    background: #fff !important;
}
.opening-form .form-div {
    box-shadow: 0px 0px 23.5px 0px #00000026;
    border: 1px solid #0000004D;
    padding: 30px 30px;
    border-radius: 27px;
}
.opening-form .form-div button{
    margin: 25px auto 0;
    border: 0;
}
.opening-form .form-div .iti__country-container button {margin-top: 0;}
.opening-form .form-div .iti {margin-bottom: 1.5rem;}
.benefits {
    background: #EAEAEA;
    padding: 4vw 0;
}
.benefits-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.benefits-single h5 {
    font-size: 17px;
    margin-top: 15px;
}
.benefits-single p{
    text-align: center;
}
.benefits-single {
    background: #fff;
    box-shadow: 0px 0px 12.6px 0px #0000001A;
    border-radius: 22px;
    padding: 20px;
    width: 22%;
    margin-top: 25px;
    height: 312px;
}
.benefits {
    background: #EAEAEA;
    padding: 4vw 0;
}
.benefits-single .icon-box {
    width: 74px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #3A9043;
    margin: 0 auto;
}
.contact {
    padding: 3vw 0;
}
.contact-text a {
    color: #000;
    font-size: 0.89vw;
}
.contact-single {
    width: 31%;
    /* border-right: 2px solid #3A9043; */
    padding-right: 16px;
    margin: 0 14px;
    margin-bottom: 30px;
    padding: 0px 20px;
    height: 14vw;
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
    padding-top: 2vw;
    /* height: auto; */
}
.contact-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}
.contact-text img {
    margin-right: 9px;
}
.contact-text {
    display: flex;
    align-items:center;
    margin-bottom: 13px;
}
.contact-text a:hover{
    color: #000;
}
.contact-single h6 {
    margin-bottom: 24px;
    font-size: 19px;
}
.contact form {
    width: 67%;
    margin: 25px auto 0;
}
.drop-line.opening-form {
    border-top: 1px solid #ccc;
    padding-top: 25px;
}
.form-outer {
    box-shadow: 0px 0px 22.3px 0px #00000026;
    padding: 30px;
    border-radius: 20px;
    margin-top: 34px;
}
.form-outer button {
    border: 0;
}
.intl-tel-input{width: 100%;}
.intl-tel-input.separate-dial-code .selected-flag{background: transparent !important;}
.intl-tel-input .selected-flag{padding: 0 0 7px 8px !important;}
.intl-tel-input .selected-flag .iti-flag{top: -5px !important;}
section.client {
    padding: 4vw 0 2vw;
}
.client-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.client-wrapper .item {
    width: 19%;
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
    height: 117px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
    border-radius: 20px;
    margin: 0px 20px 36px;
    position: relative;
    overflow: hidden;
}
.client-wrapper .item::before{
    position: absolute;
    content: "";
    background: #3A9043;
    height: 8px;
    width: 100%;
    bottom: 0;
}
.sitemap, .common-page {
    padding: 60px 0px;
}
.common-page h4 {
    font-size: 23px;
}
.common-page h3 {
    font-size: 20px;
}
.sitemap a,.sitemap a:hover {
    display: block;
    color: #000;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 7px;
    width: fit-content;
}
.sitemap h4 {
    font-size: 20px;
    font-weight: 700;
}
.thank-you img {
    width: 15%;
}
.thank-you {
    padding-top: 6vw;
}
.error-page img {
    width: 10%;
    margin-bottom: 25px;
}
.common-page {
    padding-top: 7vw;
}
.error-btns {
    display: flex;
    align-items: center;
    justify-content: center;
}
.error-btns .common-btn{
    margin: 0px 10px;
}
.client-wrapper .item img {
    width: 72%;
}


.news .news-slider {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
.news-slider .item {
    width: 31%;
    margin: 0px 8px;
    margin-bottom: 23px;
    display: block;
}
.home-insights.news {
    padding: 4vw 0 1vw;
}
.news-details{padding: 50px 0px;}
.news-details .social-box a {
    color: #3a9043;
    font-size: 24px;
    margin: 0px 9px;
}
.news-details p{margin-bottom: 0;}
.news-details .social-box{margin-top: 14px;}
.product-box {
    display: grid;
    align-items: flex-start;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 1vw;
}
.product-single h2 span, .product-single h2 b, .product-single h2 strong {
    font-weight: 700;
    display: block;
}
.product-single h2 {
    color: #fff;
    font-size: 1.4vw;
    font-weight: 300;
    background: #3a9043;
}
.product-single {
    background: #3a9043;
    padding: 0.5vw;
    border-radius: 10px;
    height: 200px;
}
.product-single p {
    color: #fff;
    margin-bottom: 0;
}
.home-contact .iti {width: 100%; margin-bottom: 1rem;}
.home-contact label, .home-contact .iti .iti__selected-dial-code {color: #fff;}
.form-control:focus{
    box-shadow: unset !important;
}
.vision-mission .tab-pane ul li {
    width: 100%;
    margin-bottom: 0.7vw;
    list-style-type: disc;
    font-size: 0.89vw;
}
.vision-mission .tab-pane ul {
    display: block;
}
.back-to-top{
    right: 15px !important;
    left: unset;
}
.#header .logo img{
    margin-top: -28px !important;
}
.home-page .slick-slider {
    padding: 0;
}
section.technical-data {
    padding: 5vw 0;
}
section.technical-data ul {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 0;
    width: 100%;
    margin: 0 auto;
}
.technical-data .nav-link {
    font-size: 1.2vw;
    color: #404041;
    font-weight: 600;
    border: 0;
    border-radius: 0 !important;
}
.technical-data .nav-link.active{
    background: #3A9043;
    color: #fff;
}
.technical-data li {
    width: 30%;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
    margin: 0 1vw;
}
.technical-single h4 {
    font-size: 1.2vw;
    margin-bottom: 0;
    color: #404041;
}
.technical-single img {
    width: 20%;
    display: block;
    margin: 0 auto 1vw;
    /* padding: 1.5vw; */
}
.technical-single {
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
    padding: 1.5vw;
    margin-bottom: 1.5vw;
    display: flex;
    height: 10vw;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.technical-data .row {
    margin-top: 3vw;
}
.career-content{
    position: relative;
    width: 80%;
}
.career-content .shadow-text {
    left: unset;
    transform: unset;
}
.home-contact .left-box p br {
    display: none;
}
.section1 {
    padding: 4vw 0;
}
.section1 .benefits-single{
    height: 9vw;
}
.steps{
    background: url(../images/vision-mission-bg.webp) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 4vw 0;
}
.steps-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1vw;
    margin-top: 4vw;
}
.steps-single h2 {
    font-size: 3vw;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 2px #fff;
}
.steps-single h4 {
    font-size: 1.04vw;
}
.steps-single {
    padding: 1vw 3vw;
    background: #ffffff33;
    color: #000;
    width: 89%;
    margin: 0 auto;
    position: relative;
}
.steps-single::before {
    position: absolute;
    content: "";
    background: #fff;
    height: 1px;
    width: 3.6vw;
    left: -68px;
    top: 50%;
}
.steps-single:nth-child(1):before{
    display: none;
}
.top-box h2 img {
    width: 20%;
    margin-right: 11px;
}
.top-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #3A9043;
    color: #fff;
    padding: 1vw;
}
.quality-single {
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
    margin-top: 2vw;
    height: 15vw;
}
.quality-single p {
    margin-bottom: 0;
    padding: 1vw;
    text-align: center;
}
.top-box h2 {
    font-size: 1.05vw;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.hight-quality {
    padding: 4vw 0;
}
.lasth2 {
    font-size: 1.4vw;
    margin-bottom: 3vw;
}
.certify{
    padding: 4vw 0;
}
.services-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-wrapper .img-box {
    width: 50%;
}
.services-wrapper .text-box {
    width: 50%;
    padding: 0 5vw;
}
.services-wrapper:nth-child(2n){
    flex-direction: row-reverse;
}
.services-wrapper:nth-child(2n) .text-box{p}
.services-wrapper .img-box img{width: 100%;height: 450px;object-fit: cover;}
.services .heading-box {
    margin-bottom: 2vw;
}
header#header .container {
    max-width: 87vw;
}
.sustainability {
    padding: 4vw 0;
}
.sustainability .img-box, .sustainability .img-box img {
    border-radius: 10px;
    height: 300px;
}
.sustainability .sec-row {
    padding-top: 4vw;
}
.environment-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5vw;
}
.environment-single {
    background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
    padding: 1vw 1.5vw;
    border-radius: 10px;
    border: 1px solid #3a9043;
    transition: all 0.4s;
    margin-bottom: 2vw;
}
.environment-single h4 {
    font-size: 1.2vw;
    margin-bottom: 0.7vw;
}
.environment-single i {
    color: #3A9043;
    margin-bottom: 1vw;
    font-size: 1.3vw;
}
.environment-single:hover{
    transform: scale(1.03);
}
.approch-wrapper {
    display: flex;
    align-items: flex-start;
    border-radius: 10px;
    border: 1px solid #3a9043;
    width: 100%;
    margin: 1.5vw auto;
    padding: 1.5vw;
    background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
}
.approch-wrapper h3 {
    font-size: 3.08vw;
    font-weight: 700;
    margin-right: 1.6vw;
    color: transparent;
    -webkit-text-stroke: 2px #000;
}
.approch-wrapper p {
    margin-bottom: 0;
}
.approch-wrapper h4 {
    font-size: 1.2vw;
    /* color: #3a9043; */
    margin-bottom: 4px;
}
section.approch {
    padding-top: 4vw;
}
.short{
    padding-top: 4vw;
}
.short .p-text,
.approch .p-text {
    width: 60%;
    margin: 0 auto;
}
.short .environment-wrapper {
    width: 100%;
    margin: 3vw auto;
}

:root {
--primary: #3A9043;
}


.section-title {
    color: var(--primary);
    font-weight: 700;
    margin-bottom: 20px;
}
.card-custom {
    border: none;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: 0.3s;
}
.card-custom:hover {
    transform: translateY(-5px);
}
.card-custom .icon-box {
    width: 50px;
    height: 50px;
    background: rgba(58,144,67,0.1);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-weight: bold;
    margin-bottom: 10px;
}
.card-custom h5 {
    font-size: 1.04vw;
    font-weight: 600;
}
.bg-light {
    background-color: #3a9043 !important;
    margin-bottom: 10px;
}
.certify-single {
    border: 1px solid #51515199;
    background: #fff;
    box-shadow: unset;
    height: 18.91vw;
    border-radius: 10px;
    padding: 1.5vw;
    margin-bottom: 1.3vw;
}
.certify-single:hover{
    box-shadow: 0px 0px 48.7px 0px #00000026;
}
.certify-single .icon-box{
    width: 4.01vw;
    height: 4.01vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #3A9043;
}
.certify-single h4 {
    font-size: 1.04vw;
    margin-bottom: 5px;
    margin-top: 13px;
}
.certify .row {
    margin-top: 4vw;
}
.technical-modal button{
    border:0;
    border-radius: 10px;
} 
.technical-modal label[for="customField_6"] {
    display: block;
}
.technical-modal .iti {width: 100%;}
.technical-modal .iti button {height: 75% !important;}
#customField_6 {margin-bottom: 15px !important;}