img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  border: none;
  outline: none;
  text-decoration: none;
  color: #4B9B57;
  cursor: pointer;
}
a:hover{
  color: #3c8046;
}
* {
  box-sizing: border-box;
}
body {
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  overflow: auto;
  color: #4A4A4A;
  line-height: 1.6;
}

.fit_height {
  min-height: calc(100vh - 72px);
}

h2{
  /* font-family: bebas-kai, sans-serif; */
  font-size: 70px;
  color: #fff;
  font-weight: 600;
}

h3{
  /* font-family: bebas-kai, sans-serif; */
  font-size: 44px;
  color: #585858;
  font-weight: 600;
  text-transform: uppercase;
}

h3.small{
  font-size: 26px !important;
}

h4{
  font-family: bebas-kai, sans-serif;
  font-size: 24px;
  margin-bottom: 10px;
}

h5{
  font-size: 30px;
  color: #fff;
  font-weight: 400;
}

h6{
  font-size: 28px;
  color: #479F5E;
  font-weight: 500;
}

p{
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.6;
}


.list {
  padding-left: 1rem;
  margin-bottom: 15px;
}
.list > li {
  list-style: disc;
  line-height: 1.6;
  font-size: 18px;
  margin-bottom: 15px;
}
.list > li:last-child{
  margin-bottom: 0;
}


.list_bullet {
  padding-left: 1rem;
  margin-bottom: 15px;
}
.list_bullet > li {
  list-style: disc;
  line-height: 1.6;
  font-size: 20px;
  margin-bottom: 8px;
}
.list_bullet > li:last-child{
  margin-bottom: 0;
}

.list_bullet ul {
  padding-left: 1rem;
}
.list_bullet > li li {
  list-style: circle;
}

.text-small{
  font-size: 60%;
}


.color_green{
  color: #4B9B57;
}

.color_white{
  color: #fff;
}
.color_gray{
  color: rgba(88, 88, 88, 0.7);
}


.font-size1 {
  font-size: 14px;
}

.font-size2 {
  font-size: 15px;
}

.font-size3 {
  font-size: 16px;
}

.font-size4 {
  font-size: 17px;
}

.font-size4 {
  font-size: 18px;
}

.font-size5 {
  font-size: 19px;
}

.font-size6 {
  font-size: 20px;
}

.font-size7 {
  font-size: 21px;
}

.font-size8 {
  font-size: 22px;
}


.font-size96 {
  font-size: 68px;
}

.br-lg{
  display: block;
}

.text-justify {
  text-align: justify !important;
}


.bg_romance {
  background: transparent linear-gradient(139deg, #F5F3EC 0%, #EFEBEB 100%) 0% 0% no-repeat padding-box;
}
/* .bg_gainsboro{
  background: transparent linear-gradient(163deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(227, 225, 216, 0.29) 50%, rgba(217, 217, 217, 0.29) 96%, rgba(225, 225, 225, 0.29) 100%) 0% 0% no-repeat padding-box;
} */

.bg_gainsboro{
  background: url(../images/products-bg.jpg);
  background-repeat: repeat;
  position: relative;
  padding: 60px 0 90px 0;
}

.bg_gainsboro .half-part{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(53deg, rgba(198, 186, 150, 0.25) 0%, rgba(198, 186, 150, 0.25) 45%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
}

.bg_gainsboro .half-part >span {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 60%;
  z-index: 1;
}

.bg_gainsboro .half-part > span img {
  height: 100%;
  width: auto;
}



.btn {
  background-color: #4B9B57;
  border: 1px solid #4B9B57;
  color: #FFFFFF;
  font-size: 16px;
  padding: 0 1.9rem;
  height: 46px;
  line-height: 44px;
  font-weight: 400;
  transition: none;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 23px;
  margin: 5px;
  margin-right: 20px;
  margin-left: 0;
  transition: all ease 0.3s;
}
.btn:last-child{
  margin-right: 0;
}
.btn.active {
  pointer-events: none;
}
.btn.bordered {
  background-color: transparent;
  color: #4B9B57;
}
.btn:hover {
  background-color: transparent;
  color: #4B9B57;
}
.btn.bordered:hover {
  background-color: #4B9B57;
  color: #fff;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(75, 155, 87, 0.25);
} 

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  color: #fff;
  pointer-events: none;
  background-color: #76ca83;
  border-color: #4B9B57;
  opacity: .65;
}


header{
  background-color: #F3F3F3;
  height: 60px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 1px 1px 4px #00000055;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
}

main{
  width: 100%;
  position: relative;
  z-index: 9;
  padding-top: 60px;

}

.section{
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

.section-padding{
  padding: 60px 0;
}

.section.about-main-bg{
  min-height: 400px;

  background-size:contain;
  background-position: center right;
  background-repeat: no-repeat;
  position: relative;

}
.section.about-main-bg::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #ffffff 59%, rgba(0, 0, 0, 0.2) 59%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 2;
}

.section.about-main-bg::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  animation: image 20s infinite alternate;
  z-index: 1;
}
@keyframes image {
  0%,100% {
    background-image: url('../images/about-main-bg.png');
    background-size:contain;
    background-position: center right;
    background-repeat: no-repeat;
  }
  35% {
    background-image: url('../images/about-main-bg-2.png');
    background-size:contain;
    background-position: center right;
    background-repeat: no-repeat;
  }
  70% {
    background-image: url('../images/about-main-bg-3.png');
    background-size:contain;
    background-position: center right;
    background-repeat: no-repeat;
  }
}










.zindex-3{
  z-index: 3;
  position: relative;
}


header .logo {
  display: inline-block;
  height: 34px;
}

header .logo > img {
  width: auto;
  height: 100%;
  object-fit: contain;
}

.menu-wrap{
  position: relative;
  display: inline-flex;
  height: 100%;
}
.menu-wrap::before{
  content: '';
  position: absolute;
  top: 0;
  left: 60px;
  height: 100%;
  width: 100vw;
  background: #EDECE9;
  clip-path: polygon(30px 0%, 100% 0%, 100% 100%, 0% 100%);
  z-index: -1;
}

.primary_menu {
  display: inline-flex;
  max-width: 100%;
  margin: 0;
  position: relative;
}

.primary_menu > li{
  position: relative;
}

.primary_menu > li, .primary_menu .submenu li {
  padding: 0 0.9rem;
}
.primary_menu > li:first-child, .primary_menu .submenu li:first-child {
  margin-left: 0;
}
.primary_menu > li:last-child, .primary_menu .submenu li:last-child {
  margin-right: 0;
}
.primary_menu > li .nav_menu {
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
  /* padding: 1.1rem 0; */
  color: #4C4C4C;
  position: relative;
  cursor: pointer;
  line-height: 60px;
}

.primary_menu > li > .nav_menu:hover, .primary_menu > li.showMe > .nav_menu {
  color: #4B9B57;
}

.primary_menu > li .nav_menu.showmenu{
  position: relative;
}
.primary_menu > li .nav_menu.showmenu::after{
  position: absolute;
  top: 50%;
  right: -15px;
  font-size: 14px;
  content: '\f107';
  font-family: fontawesome5; 
  transform: translateY(-50%);
  height: 14px;
  line-height: 14px;
  transition: all ease 0.3s;
}
.primary_menu > li.showMe .nav_menu.showmenu::after{
  transform: translateY(-50%) rotate(-180deg);
}



.primary_menu > li > .nav_menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  height: 3px;
  width: 0;
  background-color: #4B9B57;
  transition: all ease 0.3s;
}

.primary_menu > li > .nav_menu.active{
  color: #4B9B57;
}

.primary_menu > li > .nav_menu.active:before {
  width: 25px;
}

.primary_menu li > .submenu li > .nav_menu.active{
  color: #4B9B57;
}



/* 
.primary_menu > li .nav_menu:after {
  content: '';
  width: 0;
  height: 4px;
  background: #F15D30;
  position: absolute;
  left: 0;
  bottom: 0px;
} 
.primary_menu > li .nav_menu:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 0 solid #efeded;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  transition: all ease 0.3s;
}*/


.primary_menu .submenu {
  position: absolute;
  left: 0;
  top: 60px;

  background: #efeded;
  margin: 0 15px;
  display: none;
  z-index: 3;
  box-shadow: 1px 1px 4px #00000055;
  min-width: 250px;
}
.primary_menu .submenu ul {
  /* display: flex;
  align-items: center;
  justify-content: center; */
  transition: all ease 0.3s 0.3s;
  margin: 0;
  padding: 0.5rem 0;
  text-align: left;
  display: block;
}
.primary_menu .submenu li .nav_menu {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  padding: 0.5rem 0;
  line-height: 1.6;
}
.primary_menu .submenu li .nav_menu:hover{
  color: #4B9B57;
}

/* .menu-overlay {
  position: fixed;
  left: 0;
  top: 72px;
  width: 100vw;
  height: calc(100vh - 72px);
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(25px);
  display: none;
} */


footer{
  background-color: #4D5150;
  padding: 2rem;
  color: #fff;
}
footer .footrlink{ text-decoration: none; color: rgba(255, 255, 255, 1); }
footer .footrlink.title{ color: rgba(255, 255, 255, 0.4); font-size: 18px;  }

footer .footrlink:hover{color: rgba(255, 255, 255, 0.7);}
footer .footrlink.active{color: rgba(255, 255, 255, 0.7); pointer-events: none;}
.footer_logo {display: inline-flex; max-width: 190px;}
.social_page_links > a{ display:inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; font-size: 28px; color: #fff; text-decoration: none; text-align: center;  margin: 0 0.2rem; transition: all ease 0.2s; }
.social_page_links > a:hover{ color: rgba(255, 255, 255, 0.7); }

.social_page_links > a.full{
  width: auto;
}
.social_page_links > a.full > span{
  font-size: 16px;
}


.icon_sm {
  width: 32px;
  height: 32px;
  line-height: 30px; 
  display: inline-block;
  text-align: center;
  margin-right: 7px;
  vertical-align: middle;
}
.icon_sm > i{ font-size: 16px; vertical-align: middle; }
.icon_caption {
  width: 100%;
  display: inline-block;
  padding: 0.1rem  0.3rem  0.3rem 0.3rem;
}


.footerband {
  background-color: #343938;
  color: #fff;
  font-size: 14px;
  padding: 16px 0;
}

.footerband a{
  color: #fff;
  padding: 10px;
}
.footerband a:hover{
  color: rgba(255, 255, 255, 0.7);
  padding: 10px;
}


.menu-icon {
  border-radius: 50%;
  width: 44px;
  height: 44px;
  line-height: 44px;
  white-space: nowrap;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 20px;
  vertical-align: middle;
  cursor: pointer;
  display: none;
}



.home-slider {
  position: relative;
  min-height: 380px;
  height: 60vh;
}



.home-slider .swiper-container {
  height: 100%;
}

/* .home-slider .swiper-container::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.20);
  z-index: 2;
}  */





.home-slider .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.home-slider .swiper-slide a{
  display: block;
  height: 100%;
}
.home-slider .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.home-slider .bannerCont {
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
  height: 100%;
  z-index: 3;
  color: #fff;
  display: flex;
  align-items: center;
}

.home-slider .banner-caption {
  width: 90%;
  margin: 0 ;

  /* position: absolute;
  bottom: 40%; */
}
.home-slider .banner-caption h1{
  font-size: 46px;
  text-transform: uppercase;
  color:#fff;
  padding: 5px 10px;
  font-weight: 800;
}
.home-slider .banner-caption h1 span{
  /* box-shadow: 0 0 0 5px #479F5E; 
  background-color: #479F5E;*/
  line-height: 1.6;  
  position: relative;
  padding: 5px 0;
  color: #fff;
  background: #479F5E;
  box-shadow: 10px 0 0 #479F5E, -10px 0 0 #479F5E;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.home-slider .banner-caption > span {
  display: block;
  font-size: 25px;
  font-weight: 500;
  text-shadow: 0 0 0.5em #836f33, 0 0 0.5em #836f33, 0 0 0.5em #836f33;
  /* text-shadow: 0px 3px 6px #00000029; */
}
/* 
.home-slider .banner-caption > span{
  background: rgba(131, 111, 51, 0.9);
  padding: 5px;
  
} */


.home-slider .swiper-pagination {
  position: absolute;
  bottom: 20px;
  text-align: right;
  padding-right: 20px;
}

.home-slider .swiper-pagination-bullet {
  width: 30px;
  height: 7px;
  border-radius: 0;
  background: #fff;
  opacity: 0.3;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}

.home-slider .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
  width: 30px;
}


.bannerCont::before{
  content: '';
  position: absolute;
  top: 0;
  left: 80px;
  height: 100%;
  width: 100%;
  background: rgba(131, 111, 51, 0.9);
  clip-path: polygon(150px 0%, 100% 0%, calc(100% - 150px) 100%, 0% 100%);
  z-index: -1;
}

.bannerCont::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30%;
  width: 80px;
  background: rgba(198, 186, 150, 0.7);
  clip-path: polygon(45px 0%, 100% 0%, calc(100% - 45px) 100%, 0% 100%);
  z-index: -1;
}



.products-slider {
  position: relative;
  height: 100%;
}
.products-slider .swiper-container {
  height: 100%;
}
.products-slider .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}



.products-slider .swiper-button-prev, .products-slider .swiper-button-next{
  width: 60px;
  height: 60px;
  padding: 15px;
  line-height: 30px;
  border-radius: 50%;
  background-size: 22px 32px;
  overflow: hidden;
  background-color: #479F5E;
}







.features-wrapper{
  padding: 20px;
  /* border-bottom: 15px solid #F4F2EC; */
}
.features-card{
  position: relative;
}
.features-card::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 100px;
  width: 1px;
  background: rgba(198, 186, 150, 0.5);
}
.features-card:last-child::after{
  display: none;
}

.features-box{
  padding: 20px;
}

.features-box .icon {
  height: 91px;
  width: 91px;
  line-height: 91px;
  max-width: 100%;
  background: #479F5E;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: block;
  color: #fff;
  font-size: 35px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  margin: 0 auto 20px;
}

.features-box .icon img{
  filter: invert(1);
}

.features-box p{
  color: rgba(135, 133, 133, 0.7);
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  max-width: 270px;
  margin: auto;
  line-height: 1.6;
}

.right-box-pro {
  position: relative;

}
.right-box-pro::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -20px;
  right: -20px;
  z-index: 0;
  border: 1px solid #479F5E;
}
.right-box-pro img {
  position: relative;
  z-index: 2;
}









.col_fluid{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
}

.col_fluid.drilling-bg{
  background-image: url(../images/drilling-bg.jpg) ;
}

.col_fluid.building-bg{
  background-image: url(../images/building-bg.jpg) ;
}
.col_fluid.factory-bg{
  background-image: url(../images/factory-bg.jpg) ;
}

.col_fluid.in-factory-bg{
  background-image: url(../images/in-factory-bg.jpg) ;
}
.col_fluid.in-factory-bg-sec{
  background-image: url(../images/in-factory-bg-2.jpg) ;
}

.col_fluid.busi-factory-bg{
  background-image: url(../images/busi-factory-bg.jpg) ;
}

.col_fluid.busi-factory-bg-sec{
  background-image: url(../images/busi-factory-bg-sec.jpg) ;
}



.col_fluid .fluid_content{
  position: relative;
}
.col_fluid .fluid_content > div{
  position: relative;
  z-index: 2;
}
.col_fluid .fluid_content{
  position: relative;
}
.col_fluid .fluid_content::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vw;
  background: rgba(0, 0, 0, 0.5);
  /* backdrop-filter: blur(14px); */
  z-index: 1;
}
.col_fluid .fluid_content.left::before{
  content: '';
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  height: 100%;
  width: 100vw;
  background: rgba(0, 0, 0, 0.5);
  /* backdrop-filter: blur(14px); */
  z-index: 1;
}



.col_fluid .fluid_left{
  position: relative;
}
.col_fluid .fluid_left::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100vw;
  /* background: rgba(198, 186, 150, 0.57); */
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(14px);
  z-index: 1;
}
.col_fluid .fluid_left > div{
  position: relative;
  z-index: 2;
}

.col_fluid .fluid_right{
  position: relative;
}

.col_fluid .fluid_right:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vw;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(14px);
  z-index: 1;
}
.col_fluid .fluid_right > div{
  position: relative;
  z-index: 2;
}


.nav-tabs {
  border: none;
  border-radius: 0;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  padding: 10px 0;
  justify-content: center;
}
.nav-tabs .nav-link {
  border: none;
  border-radius: 28px;
  padding: .8rem 1.8rem;
  color: #4B9B57;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  border: 1px solid #4B9B57;
  white-space: nowrap;
}
.nav-tabs .nav-item{
  margin: 0 0.8rem;
}
.nav-tabs .nav-item:first-child{
  margin-left: 0;
}
.nav-tabs .nav-item:last-child{
  margin-right: 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #fff;
  font-weight: 500;
  background-color: #4B9B57;
  border-color: #4B9B57;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #4B9B57;
  background-color: #4B9B57;
  color: #fff;
  isolation: isolate;
}



.tab-content {
  padding: 2rem 0 1rem;
}



.product-card{
  position: relative;
  text-align: center;
}
.product-card::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 80%;
  width: 1px;
  background: rgba(198, 186, 150, 0.5);
}
.product-card:nth-child(2n):after{
  display: none;
}

.product-box{
  padding: 20px;
}

.imgWrap{
  text-align: center;
  margin-bottom: 20px;
}
.imgWrap img{
  width: 100%;
  max-width: 350px;

}

.homeCustomer > div{
  position: relative;
}
.homeCustomer > div::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 50%;
  width: 1px;
  background: rgba(75, 155, 87, 0.30);
}
.homeCustomer > div:last-child::after{
  display: none;
}


.customer-img{
  padding: 30px 20px;
  text-align: center;
}

.customer-img img{
  width: 100%;
  max-width: 120px;
}




.card{
  border-radius: 0;
  overflow: hidden;
  backface-visibility: hidden;
  position: relative;
  cursor: pointer;
  margin: 15px;
  padding: 10px;
  border: none;

}

.card .content-wrap{
  z-index: 30;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 20px;
  padding-bottom: 20px;
  background-color: rgba(198, 186, 150, 0.9);
  transition: all .30s ease-out;
  display: flex;
  flex-direction: column;

}
.card:hover .content-wrap{
  background-color: #C6BA96;
  max-height: 100%;
}


.card .content-wrap h6{
  font-size: 27px;
  padding: 10px 0;
  font-weight: normal;
  color: #fff;
}
.card .content-wrap h6 > span{
  font-size: 21px;
  display: block;
  padding-top: 5px;
}

.card .content-wrap .content{
  margin: 0;
  height: 0;
  opacity: 0;
  transition: all .10s ease-out;
}
.card .content-wrap .content::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.card .content-wrap .content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  background: #cecece;
}
.card .content-wrap .content::-webkit-scrollbar-thumb {
  background-color: #4B9B57;
  outline: 1px solid #4B9B57;
}

.card:hover .content-wrap .content{
  height: 500px;
  opacity: 1;
  transition: all .20s ease-in;
  overflow-y: auto;
}
.card .content-wrap .content p{
  line-height: 1.6;
  }
.card img{
  width: 100%;
  max-width: 100%;
  z-index: 10;
  transition: all .25s ease;
  border: 1px solid #ccc;
}
/* 
.card:hover img{
  transform: scale(1.2);
} */



.testimonial_section {
  position: relative;
  /* background: rgb(255,255,255);
  background: linear-gradient(to bottom,
  rgba(255,255,255,1) 0%,
  rgba(255,255,255,1) 25%,
  #f2f2f2 25%,
  rgba(242,242,242,1) 75%,
  rgba(255,255,255,1) 75%,
  rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=0); */
}

.testimonial_section::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: calc(100% - 200px);
  width: 100%;
  background: #f2f2f2;
  z-index: 0;
}

.container_space {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}


.achievement-slider {
  position: relative;
  border: 1px solid #479F5E;
  padding: 20px;
}
/* .achievement-slider::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 0;
  border: 1px solid #C6BA96;
} */

.achievement-slider .swiper-container {
  height: 100%;
  background-color: #fff;
  box-shadow: 0px 3px 25px #38E6664A;
  z-index: 3;
}

.achievement-slider .swiper-button{
  position: absolute;
  left: -220px;
  bottom: 150px;
  z-index: 4;
}

.achievement-slider .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}






.locations-slider {
  position: relative;
}


.locations-slider .swiper-container {
  height: 100%;
  z-index: 3;
}

.locations-slider .swiper-button{
  padding: 10px;
  text-align: center;
}

.locations-slider .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}






.swiper-button .swiper-button-next, .swiper-button .swiper-button-prev {
  margin: 20px;
  display: inline-block;
  height: 18px;
  position: relative;
  width: 18px;
  background: transparent;
}

.swiper-button .swiper-button-next {
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  /* -webkit-transform: rotate(315deg); */
  transform: rotate(315deg);
  right: auto;
  left: auto;
}
.swiper-button .swiper-button-prev {
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: auto;
  left: auto;
}

.swiper-button .swiper-button-next::after, .swiper-button .swiper-button-prev::after {
  border-color: #4B9B57;
}
.swiper-button .swiper-button-next::before, .swiper-button .swiper-button-prev::before {
  background-color: #4B9B57;
}

.swiper-button .swiper-button-next::before, .swiper-button .swiper-button-prev::before {
  bottom: 1px;
  content: "";
  height: 35px;
  position: absolute;
  right: 0;
  transform-origin: bottom;
  width: 2px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.swiper-button .swiper-button-next::after, .swiper-button .swiper-button-prev::after {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  content: "";
  display: inline-block;
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  width: 18px;
}

.swiper-button .swiper-pagination-fraction{
  position: relative;
  bottom: auto;
  left: auto;
  width: auto;
  display: inline-block;
  margin: 12px 7px;
  vertical-align: top;
  color: #848484;
  font-size: 24px;
}






.awardsWrap{
  padding: 30px;
  text-align: center;
}

.awardsWrap img{
  height: 400px;
  width: auto;
  display: inline-block;
}


.locationWrap{
  padding: 20px;
  text-align: center;
}

.locationWrap img{
  height: auto;
  width: 100%;
  display: inline-block;
}

.achievWrap{
  padding: 10px 0 0 0;
  text-align: left;
}

.achievWrap .textWrap{
  display: block;
  font-size: 28px;
  color: #585858;
  text-transform: uppercase;
  font-family: bebas-kai, sans-serif;
}

.yearWrap{
  display: block;
  font-size: 24px;
  color: #585858;
  padding-top: 10px;
}











.top-banner-bg {
  min-height: 380px;
  height: 60vh;
  position: relative;
  overflow: hidden;
  /* background-color: #243746; 
  background-image: url(content/images/default-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;*/
}

.top-banner-img {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}

.top-banner-img img {
  min-height: 100%;
  object-fit: cover;
}

.headingCont {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding-left: 100px;
  padding-bottom: 30px;

}

.headingCont::before {
  content: '';
  position: absolute;
  top: 0;
  left: 27px;
  height: 100%;
  width: 100px;
  background: #826E33;
  clip-path: polygon(46px 0%, 100% 0%, calc(100% - 46px) 100%, 0% 100%);
  z-index: -1;
}

.headingCont::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60%;
  width: 45px;
  background: #4B9B57;
  clip-path: polygon(28px 0%, 100% 0%, calc(100% - 28px) 100%, 0% 100%);
  z-index: -1;
}

.headingCont h1{
  font-size: 68px;
  font-weight: 600;
  background: #4B9B57;
  clip-path: polygon(38px 0%, 100% 0%, calc(100% - 38px) 100%, 0% 100%);
  padding: 10px 80px;
  color: #fff;
  text-transform: uppercase;
}
.headingCont h2{
  display: none;
}

.headingCont-h2{
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 100%;
  width: 20%;
}

.headingCont-h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(131, 111, 51, 0.9);
  clip-path: polygon(150px 0%, 100% 0%, 100% 100%, 0% 100%);
  z-index: -1;
}
.headingCont-h2 h2{
  font-size: 45px;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  background: #4B9B57;
  padding: 5px 100px 5px 20px;
  color: #fff;
  white-space: nowrap;
  text-transform: uppercase;

}

.headingCont-h2 .headingContBox{
  position: absolute;
  top: 20%;
  right: 20%;
  background-color: #fff;
}

.headingCont-h2 .headingContBox img{
  margin: 20px;
  width: 190px;
}

.headingCont-h2 > h2{
  position: absolute;
  top: 20%;
  right: 20%;
}



.section-nav {
  background: transparent linear-gradient(93deg, #F5F1E6 0%, #ECE3E3 100%) 0% 0% no-repeat padding-box;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 71px;
  z-index: 99;
}

.pf-tab-wrapp {
  overflow: hidden;
  width: 100%;
  text-align: center;

}


.tabs.pf-tab {
  background-color: transparent;
  padding: 0;
  display: flex;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  height: auto;
  justify-content: center;
  
}

.tabs.pf-tab .tab {
  display: inline-block;
  text-align: center;
  line-height: inherit;
  height: auto;
  z-index: 8;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}


.tabs.pf-tab .tab a {
  min-width: 180px;
  font-size: 20px;
  font-weight: 400;
  padding: 0 20px;
  text-transform: none;
  vertical-align: top;
  display: inline-block;
  text-transform: uppercase;
  white-space: nowrap;
}

.tabs.pf-tab .tab a span{
  display: inline-block;
  line-height: 80px;
  color: #000000;
}
.tabs.pf-tab .tab a.active span {
  border-bottom: 3px solid #4B9B57;
  color: #4B9B57;

}



.visionCopy{
  position: absolute;
  bottom: 60px;
  right: 20%;
  width: 120%;
  box-shadow: 0px 3px 25px #C6BA9630;
  padding: 40px;
  z-index: 3;
  background-color: #fff;
}


.feature_card {
  padding: 12px 0;
}

.feature_card.vertical {
  height: 100%;
}

.feature_card.vertical .list > li{
  font-size: 15px;
}


.feature_card > figure {
  margin: 0;
  padding: 0;
  padding: 1rem 1.5rem;
  /* box-shadow: 0px 1px 20px #38E6664A; */
  box-shadow: 0px 3px 25px #C6BA9630;
  background-color: #fff;
  text-align: center;
  transition: all ease 0.3s;
}
.feature_card.vertical > figure {
  height: 100%;
  padding: 1.5rem;
}

.feature_card.vertical.weDoBox > figure {
  height: 100%;
  padding: 1.5rem 0.5rem;
}



.feature_card > figure > .icon {
  display: inline-block;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  vertical-align: middle;
  margin: auto;
  background-color: #C6BA96;
  transition: all ease 0.3s;
}
.feature_card > figure > .icon > img{
  /* filter: invert(100%) sepia(100%) saturate(100%) hue-rotate(180deg) brightness(100%) contrast(100%); */
  filter: invert(1);
}

.feature_card.vertical > figure > .icon {
  margin-bottom: 1.4rem;
}

.feature_card > figure > .image{
  width: 100%;
  margin: auto;
  display: inline-block;
}

.feature_card > figure > figcaption {
  width: calc(100% - 60px);
  padding: 1rem 0rem 1rem 1.5rem;
  line-height: 1.4;
  color: rgba(88, 88, 88, 0.7);
}


.feature_card.vertical > figure > figcaption {
  width: 100%;
  text-align: center;
  padding: 0;
}

.feature_card > figure > figcaption > b {
  font-size: 24px;
  font-family: bebas-kai, sans-serif;
  color: #585858;
  display: block;
  font-weight: normal;
}

.feature_card > figure > figcaption > span {
  font-size: 20px;
  color: #000;
  display: block;
  font-weight: normal;
}

.feature_card > figure > figcaption > span.small-head{
  color: #479F5E;
  margin-bottom: 15px;
  font-weight: 500;
}


.cardLink:hover .feature_card > figure {
  box-shadow: 3px 3px 0 #C6BA9630;
  /* background-color: #F5F3EC; */
}

.cardLink:hover .feature_card > figure > .icon {
  background-color: #4B9B57;

}


/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul {
  padding: 50px 0;
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: #e6e6e6;
}

.timeline ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: inherit;
}

.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 450px;
  padding: 15px;
  background: #fff;
   box-shadow: 0px 3px 25px #C6BA9630;
  /* box-shadow: 0px 3px 25px #38E6664A; */
}

.timeline ul li div::before {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ul li:nth-child(odd) div {
  left: 45px;
}

.timeline ul li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #fff transparent transparent;
}

.timeline ul li:nth-child(even) div {
  left: -489px;
}

.timeline ul li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #fff;
}

.timeline span {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #C6BA965E;
  margin-right: 30px;
  padding-right: 30px;
}

.timeline time {
  display: block;
  font-size: 57px;
  color: #C6BA96;
  font-family: bebas-kai, sans-serif;
}


/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul li::after {
  transition: background .5s ease-in-out;
}

.timeline ul li.in-view::after {
  background: #4B9B57;
}

.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
  display: flex;
}


.certfic-img{
  padding: 15px;
  text-align: center;
}
.certfic-img img {
  width: 100%;
  max-width: 230px;
}


.product-info-wrap{
  position: relative;
}

.product-info-box{
  position: absolute;
  cursor: pointer;
}
.product-info-box.passenger{
  left: 20%;
  top: 40%;
}

.passenger_sec{
  right: 23%;
  top: 44%;
}
.commercial-one{
  left: 20%;
  top: 43%;
}

.tractor-img{
  left: 30%;
  top: 48%;
}

.construction{
  right: 30%;
  top: 40%;
}
.two-wheeler{
  left: 36%;
  top: 45%;
}


.product-info-heading{
  font-size: 44px;
  color: #000;
  text-align: center;
}



.product-info-box .info-path{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: rgba(75, 155, 87, 0.82);
  display: block;
  transition: all .2s ease-in-out;
  cursor: pointer;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  from { box-shadow: 0 0 0 0px rgba(75, 155, 87, 0.82); }
  to { box-shadow: 0 0 0 25px rgba(75, 155, 87, 0); }
}

.product-info-box:hover .info-path{
  background-color: rgba(75, 155, 87, 0.32); 
  animation: none;
}

.product-info-box > .impact-wrap{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 180px;
  height: 198px;
  text-align: center;
}

.product-info-box .impact img{
 width: 170px;
}

.product-info-box .impact text{
  display: block;
  font-size: 19px;
  color: #000;
  margin-top: -15px;
  white-space: nowrap;
  text-transform: uppercase;
}

.product-info-box .impact-wrap .impact{
  transition-duration: 70ms;
  position: absolute;
  right: 0;
  top: 0;
  transform:scale(0.3);
  opacity: 0;
}
.product-info-box:hover .impact-wrap .impact{
  transition-duration: 160ms;
  opacity: 1;
  transition: all ease-out 200ms;
}
.product-info-box:hover .impact-wrap .impact:nth-child(1){
  transform: translate(-220px, -35px);
}
.product-info-box:hover .impact-wrap .impact:nth-child(2){
  transform: translate(-200px, 158px);
}
.product-info-box:hover .impact-wrap .impact:nth-child(3){
  transform: translate(-155px, -220px);
}
.product-info-box:hover .impact-wrap .impact:nth-child(4){
  transform: translate(-23px, 218px);
}
.product-info-box:hover .impact-wrap .impact:nth-child(5){
  transform: translate(40px, -260px);
}
.product-info-box:hover .impact-wrap .impact:nth-child(6){
  transform: translate(195px, 280px);
}
.product-info-box:hover .impact-wrap .impact:nth-child(7){
  transform: translate(390px, 280px);
}



.product-info-box:hover .impact-wrap.impact-right .impact:nth-child(1){
  transform: translate(180px, -35px);
}
.product-info-box:hover .impact-wrap.impact-right .impact:nth-child(2){
  transform: translate(126px, 130px);
}
.product-info-box:hover .impact-wrap.impact-right .impact:nth-child(3){
  transform: translate(97px, -186px);
}
.product-info-box:hover .impact-wrap.impact-right .impact:nth-child(4){
  transform: translate(-51px, 183px);
}



.product-info-box:hover .impact-wrap.impact-center .impact:nth-child(1){
  transform: translate(-300px, -35px);
}
.product-info-box:hover .impact-wrap.impact-center .impact:nth-child(2){
  transform: translate(-265px, 194px);
}
.product-info-box:hover .impact-wrap.impact-center .impact:nth-child(3){
  transform: translate(-240px, -220px);
}
.product-info-box:hover .impact-wrap.impact-center .impact:nth-child(4){
  transform: translate(-75px, 237px);
}
.product-info-box:hover .impact-wrap.impact-center .impact:nth-child(5){
  transform: translate(-63px, -321px);
}



.register_page {
  background-image: url(../images/contact-us.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}


.input_field {
  margin-bottom: 1.4rem;
  position: relative;
}
.input_field.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.input_field .error {
  display: inline-block;
  line-height: 1.3;
  font-size: 10px;
  text-align: right;
  width: 100%;
  vertical-align: top;
  padding-top: 3px;
  color: #c72f1f;
}

.input {
  position: relative;
  color: rgba(28, 28, 28, 0.65);
  border: 1px solid #8A8A8A;
  border-radius: 0;
  font-size: 15px;
  background-color: #FFFFFF;
  border-radius: 5px;
  min-width: 140px;
}

  
.input label {
  position: absolute;
  margin: 0;
  left: 8px;
  top: 15px;
  font-size: 16px;
  padding: 3px 4px;
  background-color: transparent;
  line-height: 1;
  pointer-events: none;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}
.input input, .input textarea, .input select {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: inherit;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0 12px;
  border-radius: 0;
  overflow: hidden;
  vertical-align: top;
  border-radius: 5px;
  font-size: 17px;
}
.input textarea {
  min-height: 90px;
  line-height: 1.7;
  padding-top: 8px;
  padding-bottom: 8px;
  max-height: 200px;
  max-width: 100%;
}
.input.select select {
  padding-right: 26px
}
.input input:focus~label,
.input input:focus~label,
.input input:valid~label,
.input.with_icon_btn input:focus~label,
.input.with_icon_btn input:focus~label,
.input.with_icon_btn input:valid~label {
  font-size: 70%;
  top: -9px;
  background-color: #FFFFFF;
  color: #4f4c4d
}
.input textarea:focus~label,
.input textarea:focus~label,
.input textarea:valid~label {
  font-size: 70%;
  top: -9px;
  background-color: #FFFFFF;
  color: #4f4c4d
}

.input.select:after {
  content: "\f107";
  font-family: fontawesome5;
  font-size: 24px;
  color: rgba(1, 25, 53, 0.70);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  pointer-events: none;
}
.input.select label {
  font-size: 70%;
  top: -9px;
  background-color: #FFFFFF;
  color: #4f4c4d
}

.min-100 {
  min-width: 100%!important;
}
.mw-100 {
  max-width: 100%!important;
}
.mw_120 {
  max-width: 120px!important;
}
.mh-50 {
  max-height: 50%!important;
}



.key-tiles{
  position: relative;
}
.key-tiles::after{
  content: '';
  position: absolute;
  left: -15px;
  bottom: 0;
  width: calc(100% + 30px);
  height: 100%;
  clip-path: polygon(30px 0%, 100% 0%, calc(100% - 30px) 100%, 0% 100%);
}

.key-tiles:nth-child(odd)::after{
  background: #ECECEC;
}
.key-tiles:nth-child(even)::after{
  background: #F8F8F8;
}

.key-tiles-text{
  padding: 60px 60px 130px 60px;
  position: relative;
  z-index: 1;
  font-size: 24px;
}

.key-tiles-number{
  position: absolute;
  bottom: 0;
  left: 15%;
  font-size: 150px;
  color: #CFCFCF;
  font-weight: 900;
  z-index: 1;
  line-height: 0.8;
}


.gallery-img{
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
}

/* .gallery-img img{
  height: 100%;
  object-fit: cover;
} */


.jobTblWrap table {
	border-collapse: separate;
	margin: 0;
	padding: 0;
	width: 100%;
	table-layout: fixed;
  border: none;
  border-spacing: 0;
}

.jobTblWrap table caption {
	font-size: 1.5em;
	margin: .5em 0 .75em;
}
.jobTblWrap table tr {
	background-color: #F8F8F8;
	padding: 10px;
	/* border-radius: 10px; */
  border-bottom:none;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  vertical-align: middle;
}
.jobTblWrap table tr:nth-child(odd){
	background-color: rgba(198, 186, 150, 0.08);
}
.jobTblWrap table tr:nth-child(even){
  background-color: #F8F8F8;
}

.jobTblWrap table tbody tr:nth-child(odd):hover{
	background-color: rgba(198, 186, 150, 0.3);
}
.jobTblWrap table tbody tr:nth-child(even):hover{
  background-color: #eaeaea;
}

.jobTblWrap table thead tr{
  background-color: transparent !important;
}


/* .jobTblWrap table tbody > tr > td:first-child{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.jobTblWrap table tbody > tr > td:last-child{
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
} */


.jobTblWrap table th,
.jobTblWrap table td {
	padding: 15px;
	text-align: left;

}

.jobTblWrap table td{
  border-bottom: 10px solid #fff;
  padding: 30px 15px;
  font-size: 18px;
  color: #4C4C4C;
  vertical-align: middle;
}

.jobTblWrap table td a{
  color: #4B9B57;
}
.jobTblWrap table td a:hover{
  text-decoration: underline;
}



.jobTblWrap table th {
	font-size: 22px;
  font-weight: normal;
	text-transform: uppercase;
	color: #4B9B57;
  font-family: bebas-kai, sans-serif;
}
/* .jobTblWrap table th label{
  font-size: 18px;
  color: #4B9B57;
  font-family: bebas-kai, sans-serif;
} */

.jobTblWrap table tbody tr td .btn {
	background-color: transparent;
  border: 1px solid #4B9B57;
  border-radius: 30px;
  color: #4B9B57;
  font-weight: 400;
  line-height: 44px;
  height: 46px;
  white-space: nowrap;
  font-size: 14px;
  padding: 0 20px;
  box-shadow: none;
}
.jobTblWrap table tbody tr td .btn:hover {
  color: #fff;
  background-color: #4B9B57;
  text-decoration: none;
}


.commonTblWrap{
  overflow: auto;
  width: 100%;
}

.commonTblWrap table {
	border-collapse: separate;
	margin: 0;
	padding: 0;
	width: 100%;
	table-layout: fixed;
  border: none;
  border-spacing: 0;
  min-width: 700px;
}

.commonTblWrap table caption {
	font-size: 1.5em;
	margin: .5em 0 .75em;
}
.commonTblWrap table tr {
	background-color: #F8F8F8;
	padding: 10px;
  border-bottom:none;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  vertical-align: middle;
}
.commonTblWrap table tr:nth-child(odd){
	background-color: rgba(198, 186, 150, 0.08);
}
.commonTblWrap table tr:nth-child(even){
  background-color: #F8F8F8;
}

.commonTblWrap table tbody tr:nth-child(odd):hover{
	background-color: rgba(198, 186, 150, 0.3);
}
.commonTblWrap table tbody tr:nth-child(even):hover{
  background-color: #eaeaea;
}

.commonTblWrap table thead tr{
  background-color: transparent !important;
}


.commonTblWrap table th,
.commonTblWrap table td {
	padding: 15px;
	text-align: left;

}

.commonTblWrap table td{
  border: 3px solid #fff;
  padding: 30px 15px;
  font-size: 18px;
  color: #4C4C4C;
  vertical-align: middle;
}

.commonTblWrap table td a{
  color: #4B9B57;
}
.commonTblWrap table td a:hover{
  text-decoration: underline;
}



.commonTblWrap table th {
	font-size: 22px;
  font-weight: normal;
	text-transform: uppercase;
	color: #4B9B57;
  font-family: bebas-kai, sans-serif;
  background-color: #F8F8F8;
  border: 3px solid #fff;

}

.commonTblWrap ul {
  padding-left: 1rem;
}

.commonTblWrap ul > li {
  list-style: disc;
}
.commonTblWrap table td p{
  font-size: 18px;
  line-height: 1.5;
}





.downloadTblWrap{
  margin-bottom: 30px;
}

.downloadTblWrap table {
	border-collapse: separate;
	margin: 0;
	padding: 0;
	width: 100%;
  border-spacing: 0 15px;
  order: none;
}

.downloadTblWrap table caption {
	font-size: 1.5em;
	margin: .5em 0 .75em;
}
.downloadTblWrap table tr {
	background-color: #fff;
  box-shadow: 0px 3px 12px #E3E3E3;
  border-radius: 9px;
  position: relative;
  overflow: hidden;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}
.downloadTblWrap table thead tr{
  background-color: transparent;
}

.downloadTblWrap table tbody tr:hover{
  background-color: #F8F8F8;
}

.downloadTblWrap table td {
	padding: 15px;
	text-align: left;
	color: #373737;
	font-size: 15px;
  vertical-align: middle;
  /* border-bottom: 10px solid #fff; */
  padding: 20px 15px;
}

.downloadTblWrap.v-align-top table td{
  vertical-align: top;
}

/* .downloadTblWrap table td a{
  color: #365069;
} */

/* .downloadTblWrap table td a i{
  font-size: 20px;
} */

.downloadTblWrap table td .br{
  margin-bottom: 15px;
  content: "";
  display: block;
  margin-bottom: 15px;
}

.TblWrap table th {
	text-transform: uppercase;
	font-size: 16px;
  font-weight: 600;
  padding: 15px;
  color: #243746;
  vertical-align: middle;
  text-align: left;
  white-space: nowrap;
}







.w-10{
  width: 10%;
}


.map_iframe_wrapp {
  text-align: center;
  overflow: hidden;
}

.map_iframe {
  /* max-width: 590px;
  min-height: 600px;
  width: 100%;
  height: auto; */

  margin: 0 auto;
  overflow: hidden;
}

.map_ratio {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
  position: relative;
  width: 100%;
  padding-bottom: 40px;
}

.map_ratio::before {
  display: block;
  padding-top: 100%;
  content: "";
}


.map_ratio > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}


.ourPresent {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 45px;
}
.ourPresent > div {
  padding-right: 25px;
}

.text_caption {
  margin: 0 auto;
  text-align: center;
  display: inline-block;
}
.text_caption figcaption big {
  display: block;
  font-size: 55px;
  font-weight: bold;
  color: #479F5E;
  line-height: 1;
}
.text_caption figcaption {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0;
  line-height: 1;
  color: #4E4E4E;
}





a.contlink{
  color: #4A4A4A;
}

a.contlink:hover{
  color: #1d1d1d;
}



.section-bg-col{
  background-color: #C6BA96;
}




small{ font-size: 80% }

.s_tabs_wrapper > .s_tabs {
}
.s_tabs_wrapper > .s_tabs > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: auto;
  white-space: nowrap;
  display: -webkit-flex;
  display: flex;
  border-radius: 25px;
  padding-bottom: 14px;
}
.s_tabs_wrapper > .s_tabs > ul > li {
  display: inline-block;
 /* -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;*/
  min-width: auto;
  text-align: center;
  padding: 0 16px;
}
.s_tabs_wrapper > .s_tabs > ul > li > .s_tab {
  display: inline-block;
  font-size: 15px;
  padding: 12px 24px;
  border: 1px solid #4B9B57;
  width: 100%;
  text-decoration: none;
  border-radius: 25px;
  color: #4B9B57;
  position: relative;
}
.s_tabs_wrapper > .s_tabs > ul > li > .s_tab:hover {
  background: rgba(219, 219, 219, 0.21);
}
.s_tabs_wrapper > .s_tabs > ul > li > .s_tab.active {
  background: #4B9B57;
  color: #ffffff;
}

.s_tabs_wrapper > .s_tabs > ul > li > .s_tab:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 0 solid #4B9B57;
  transition: ease-in-out 0.2s;
}
.s_tabs_wrapper > .s_tabs > ul > li > .s_tab.active:after {
  border-top-width: 14px;
}

.s_tabs_content {
  margin-top: 12px;
  border-radius: 25px;
  overflow: hidden;
}
.s_tabs_content > .s_tab_content {
  padding: 24px;
  /*background-color: rgba(219, 219, 219, 0.21);*/
  display: none;
}
.s_tabs_content > .s_tab_content:first-child {
  display: block;
}







.mouse_scroll {
	display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  font-size: 16px;
  width: 100%;
  text-align: center;
}

.scroll_arrows{
  margin: auto;
  width: 24px;
  height: 60px;
}

.m_scroll_arrows
{
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
   
  border-right: 2px solid #479F5E;
  border-bottom: 2px solid #479F5E;
  margin: 0 0 3px 4px;
  
  width: 16px;
  height: 16px;
}


.unu
{
  margin-top: 1px;
}

.unu, .doi, .trei
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
  
}

.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
  
  animation-direction: alternate;
  animation-delay: alternate;
}

.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .2s;
  animation-direction: alternate;
  
  margin-top: -6px;
}

.trei
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .3s;
  animation-direction: alternate;
  
  
  margin-top: -6px;
}

.mouse {
  height: 42px;
  width: 24px;
  border-radius: 14px;
  transform: none;
  border: 2px solid white;
  top: 170px;
}

.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
  
  height: 4px;
  width: 4px;
  border: 2px solid #fff;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@-o-keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}






.myList-gallery{
  position: relative;
  margin-top: 30px;
  margin-bottom: 60px;
}

.myList-gallery span img{
  position: absolute;
  left: 30px;
  bottom: 30px;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0;
  -webkit-transition: all ease 0;
}

.myList-gallery span.nextActive img{
  opacity: 0.6;
  transition: all ease 0.7s;
  -webkit-transition: all ease 0.7s;
}

.myList-gallery span.active img{
  opacity: 1;
  left: 0;
  bottom: 0;
  z-index: 2;
  transition: all ease 0.7s;
  -webkit-transition: all ease 0.7s;
}

.myList-gallery span h6{
  position: absolute;
  left: 0;
  bottom: -45px;
  width: 100%;
  opacity: 0;
  transition: all ease 0.7s;
  -webkit-transition: all ease 0.7s;
}
.myList-gallery span.active h6{
  opacity: 1;
}



.gallery-box, .gallery-box2, .gallery-box3{
  display:none;
}


.word-map-bg{
  background: url('../images/word-map-bg.png');
  background-repeat: no-repeat;
  background-position: left center ;
  background-size: auto 100% ;
}


.word-map-bg .ourPresent{
  position: absolute;
  left: 0;
  bottom: 40px;
}


.word-map-mobile{
  display: none;
}





.text_orange {
  color: #ef5c2e !important;
}

.text_grey {
  color: #4E4E4E !important;
}
.text_gold {
  color: #C6BA96 !important;
}


.tooltipsterbox {
  line-height: 18px;
  padding: 6px 14px;
  letter-spacing: 0.6px;
  background-color: rgba(255, 255, 255, 0.85);
  position: relative;
  z-index: 1;
  border: 1px solid #70707040;
  height: 100%;
}



.address-box{
  position: relative;
  text-align: center;
}

.address-box .address{
  background-color: #fff;
  border: 1px solid #4B9B57;
  color: #4B9B57;
  font-size: 16px;
  padding: 0 15px;
  height: 32px;
  line-height: 30px;
  border-radius: 20px;
  transition: all ease 0.3s;
  display: inline-block;
  cursor: pointer;
}

.address-box .address:hover{
  background-color: #4B9B57;
  color: #fff;
}

.address-box .address.grey{
  background-color: #fff;
  border: 1px solid #4E4E4E;
  color: #4E4E4E;
}

.address-box .address.grey:hover{
  background-color: #4E4E4E;
  color: #fff;
}

.address-box .address.gold{
  background-color: #fff;
  border: 1px solid #C6BA96;
  color: #C6BA96;
}

.address-box .address.gold:hover{
  background-color: #C6BA96;
  color: #fff;
}

.address-box .sub-address{
  background: #FFFFFF;
  /* box-shadow: 0px 3px 6px #00000052; */
  /* padding: 5px; */
  width: 100%;
  font-size: 14px;
  display: block;
  transition: all ease 0.3s;
  margin-top: 10px;
}
/* .address-box .sub-address::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  z-index: 10;
  border: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  margin-left: -6px;
  left: 50%;
  border-bottom: 6px solid #FFFFFF;
  top: -6px;
} */



.map-region{
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  font-weight: 600;
  color: #000;
  z-index: 2;
}



.tblWrap {
  margin: 0;
  padding: 0;
  width: 100%;
  border: none;
  border-spacing: 0;
  position: relative;
  z-index: 2;
}

.tblWrap th{
  padding: 10px 15px;
  text-align: center;
  min-width: 150px;
  width: 50%;

}
.tblWrap td {
  padding: 10px 5px;
  text-align: left;

}

.tblWrap td {
  font-size: 16px;
  color: #4C4C4C;
}

.tblWrap th {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #4B9B57;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}



.corporate-video-wraper h5{
  color: #4E4E4E;
  font-weight: 500;
}

.corporate-video-btn{
  border: 1px solid #479F5E;
  overflow: hidden;
  color: #479F5E;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 320px;
  margin-left: auto;
  position: relative;
}

.corporate-video-btn:hover{
  color: #fff;
}

.corporate-video-btn::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #479F5E;
  z-index: -1;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.corporate-video-btn:hover:before{
  width: 100%;
}

.corporate-video-btn i{
  font-size: 22px;
  line-height: 1;
}

.corporate-video-btn .btnPlay{
  border-right: 1px solid #479F5E;
  padding: 8px 20px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.corporate-video-btn:hover .btnPlay{
  padding: 8px 4px;
}

.corporate-video-btn .btnText{
  padding: 8px 20px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  white-space: nowrap;
}
.corporate-video-btn:hover .btnText{
  padding: 8px 4px;
}




i.file-pdf{
  color: #C6BA96;
  font-size: 45px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  line-height: 1.2;
}

.pdf-btn-wrap{
  height: 50px;
  position: relative;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  text-align: right;
  width: 180px;
  margin-left: auto;
}
.pdf-btn{
  /* position: absolute;
  top: 0;
  right: 0; */
  display: inline-block;
  height: 50px;
  border: 1px solid #479F5E;
  border-radius: 26px;
  white-space: nowrap;
  line-height: 48px;
  padding: 0 20px;
  text-align: center;
  color: #479F5E;
  transition: all ease 0.3s;
  cursor: pointer;
  vertical-align: middle;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  
}

.pdf-btn > span{
  /* padding-left: 10px; */
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  max-width: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}


.pdf-btn:hover{
  background-color: #479F5E;
  color: #fff;
}

.pdf-btn:hover > span{
  max-width: 200px;
}




































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



  .font-size96{
    font-size: 58px;
  }
  h3{
    font-size: 34px;
  }
  h3.small{
    font-size: 20px !important;
  }
  h2{
    font-size: 58px;
  }
  h5{
    font-size: 25px;
  }

  h6{
    font-size: 27px;
  }
  
  p{
    font-size: 16px;
  }
  .commonTblWrap table td{
    font-size: 16px;
  }
  .commonTblWrap table td p{
    font-size: 16px;
  }

  .list_bullet > li {
    font-size: 16px;
  }

  .primary_menu > li .nav_menu {
    font-size: 14px;
  }

  .home-slider .banner-caption h1{
    font-size: 36px;
  }

  
  .home-slider .banner-caption > span {
    font-size: 18px;

  }

  .home-slider .bannerCont {
    width: 45%;
  }

  .features-box p{
    font-size: 16px;
  }
  .nav-tabs .nav-link {
    font-size: 14px;
    padding: .6rem 1.6rem;
  }
  .nav-tabs .nav-item{
    margin: 0 0.6rem;
  }
  .features-box p{
    max-width: 250px;

  }
  .tabs.pf-tab .tab a {
    min-width: 166px;
    font-size: 16px;
    padding: 0 15px;
  }
  .tabs.pf-tab .tab a span{
    line-height: 66px;
  }

  .card .content-wrap h6{
    font-size: 20px;
  }
  .card .content-wrap h6 > span{
    font-size: 16px;

  }



  
  .achievWrap .textWrap{
    font-size: 20px;
  }
  
  .yearWrap{
    font-size: 16px;
  }
  .visionCopy{
    padding: 30px;
  }

  .feature_card > figure > figcaption {
    font-size: 14px;
    padding: 0.5rem 0rem 0.5rem 1.1rem;
  }
  .headingCont h1{
    font-size: 46px;
  }

  .headingCont-h2 h2{
    font-size: 36px;
    padding: 5px 100px 5px 20px;
  }

  .product-info-box .impact text{
    font-size: 15px;
    margin-top: -15px;
  }

  .product-info-box > .impact-wrap{
    width: 150px;
    height: 159px;
  }
  
  .product-info-box .impact img{
   width: 150px;
  }

  .product-info-heading{
    font-size: 32px;
  }


  .key-tiles-text{
    padding: 60px 60px 160px 60px;
    font-size: 18px;
  }
  
  .key-tiles-number{
    font-size: 120px;
  }


  .jobTblWrap table th,
  .jobTblWrap table td {
    font-size: 16px;

  }

  .jobTblWrap table th {
    font-size: 18px;

  }

  



  .product-box{
    padding: 10px;
  }
  
  .imgWrap{
    margin-bottom: 5px;
  }

  .customer-img img {
    max-width: 100px;
  }



  .feature_card.vertical .list > li{
    font-size: 13px;
  }


  i.file-pdf{
    font-size: 40px;
  }

  .pdf-btn-wrap{
    height: 40px;
    position: relative;
  }
  .pdf-btn{
    height: 40px;
    line-height: 38px;
  }
  
  .pdf-btn > span{
    font-size: 13px;
  }
  


}








@media screen and (max-width:1440px) {
  .imgWrap img {
    max-width: 300px;
  }

  .list {
    margin-bottom: 12px;
  }
  .list > li {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .feature_card > figure > figcaption > span{
    font-size: 18px;
  }
}







@media screen and (max-width:1200px) {
  .container-1200{
    max-width: 100% !important;
  }
  p{
    font-size: 16px;
  }
  h5{
    font-size: 20px;
  }
  h6{
    font-size: 24px;
  }
  .list_bullet > li {
    font-size: 16px;
  }
  .headingCont h1 {
    font-size: 38px;
  }
  .headingCont-h2 h2{
    font-size: 32px;
    padding: 5px 80px 5px 20px;
  }

  .home-slider .banner-caption h1{
    font-size: 32px;
  }
  .home-slider .banner-caption > span {
    font-size: 18px;

  }
  .home-slider .bannerCont {
    width: 50%;
  }

  .tabs.pf-tab{
    padding: 0 ;
  }
  .tabs.pf-tab .tab a{
    padding: 0 10px;
    min-width: 140px;
  }
  .tabs.pf-tab .tab a span {
    line-height: 50px;
  }
  /* .primary_menu > li, .primary_menu .submenu li {
    margin: 0 1rem;
  } */
  .primary_menu .submenu li .nav_menu {
    font-size: 16px;
  }

  .product-info-box .info-path{
    width: 100px;
    height: 100px;
  }

  .product-info-box > .impact-wrap{
    width: 130px;
    height: 139px;
  }
  
  .product-info-box .impact img{
   width: 130px;
  }

  .product-info-box:hover .impact-wrap .impact:nth-child(1){
    transform: translate(-190px, -35px);
  }
  .product-info-box:hover .impact-wrap .impact:nth-child(2){
    transform: translate(-160px, 110px);
  }
  .product-info-box:hover .impact-wrap .impact:nth-child(3){
    transform: translate(-125px, -185px);
  }
  .product-info-box:hover .impact-wrap .impact:nth-child(4){
    transform: translate(-30px, 175px);
  }
  .product-info-box:hover .impact-wrap .impact:nth-child(5){
    transform: translate(25px, -220px);
  }
  .product-info-box:hover .impact-wrap .impact:nth-child(6){
    transform: translate(115px, 205px);
  }
  .product-info-box:hover .impact-wrap .impact:nth-child(7){
    transform: translate(295px, 215px);
  }



  .product-info-box:hover .impact-wrap.impact-center .impact:nth-child(1){
    transform: translate(-300px, -35px);
  }
  .product-info-box:hover .impact-wrap.impact-center .impact:nth-child(2){
    transform: translate(-248px, 159px);
  }
  .product-info-box:hover .impact-wrap.impact-center .impact:nth-child(3){
    transform: translate(-212px, -208px);
  }
  .product-info-box:hover .impact-wrap.impact-center .impact:nth-child(4){
    transform: translate(-85px, 196px);
  }
  .product-info-box:hover .impact-wrap.impact-center .impact:nth-child(5){
    transform: translate(-63px, -249px);
  }



  .products-slider .swiper-button-prev, .products-slider .swiper-button-next{
    width: 40px;
    height: 40px;
    line-height: 30px;
    background-size: 16px 22px;
  }


  .mouse_scroll {
    font-size: 14px;
  }

  i.file-pdf{
    font-size: 35px;
  }

}











/* 
@media screen and (min-width:991px) {
  header.fixed {
    height: 56px;
  }
  header.fixed .logo {
    display: inline-block;
    height: 30px;
  }
  header.fixed .primary_menu > li .nav_menu {
    font-size: 16px;
    padding: 0.6rem 0;
  }
  header.fixed .menu-wrap::before{
    height: 56px;
  }
  header.fixed .primary_menu > li > .nav_menu:before {
    bottom: 2px;
  }
  header.fixed .primary_menu .submenu {
    top: 57px;
  }
} */













@media screen and (max-width:991px) {
  h2 {
    font-size: 45px;
  }
  h3 {
    font-size: 28px;
  }
  h6{
    font-size: 20px;
  }
  .font-size96{
    font-size: 30px;
  }
  .br-lg{
    display: inline-block;
  }
  .btn {
    font-size: 14px;
    padding: 0 1.7rem;
    height: 42px;
    line-height: 40px;
    font-weight: 400;
  }
  header .logo {
    display: inline-block;
    height: 28px;
  }
  .container, .container-md, .container-sm {
    max-width: 992px;
  }
  .menu-icon {
    display: inline-flex;
  }
  .primary_menu{
    display: block;
    text-align: left;
    width: 100%;
  }
  .primary_menu > li {
    margin: 0;
    padding: 0 1.2rem;
  }
  .primary_menu .submenu li {
    margin: 0;
    padding: 0;
  }
  /* 
  .menu-overlay{
    display: none !important;
  } */
  .primary_menu .submenu{
    position: relative;
    left: auto;
    top: auto;
    box-shadow: none;
  }
  .primary_menu .submenu ul{
    display: block;
    padding: 0.5rem;
  }

  .primary_menu > li .nav_menu{
    font-size: 20px;
    /* padding: 0.7rem 0; */
    line-height: 1.6;
  }

  .primary_menu .submenu li .nav_menu{
    font-size: 15px;
  }

  .sitenavigation .menu-wrap {
    position: absolute;
    background-color: #EDECE9;
    right: 0;
    left: 0;
    top: 60px;
    z-index: 100;
    height: calc(100vh - 60px);
    overflow-y: auto;
    transition-duration: 70ms;
    transform: translate(100%, 0);
    transition: all ease-out 200ms;
    opacity: 0;
  }

  .section.about-main-bg::before{
    display: none;
  }

  .menu-wrap::before{
    display: none;
  }

  .sitenavigation.is-tapped .menu-wrap {
    transition-duration: 160ms;
    transform: translate(0, 0);
    transition: all ease-out 200ms;
    opacity: 1;
    }
  .features-wrapper{
    padding: 10px 0;
  }
  .features-box {
    padding: 20px 10px;
  }

  /* .features-box p{
    font-size: 13px;
    line-height: 1.4;
  } */

  .features-card:nth-child(2)::after{
    display: none;
  }

 
  .product-card:nth-child(2n):after{
    display: block;
  }
  .product-card:last-child:after{
    display: none;
  }

  .home-slider{
    height: 60vh;
  }
  .home-slider .bannerCont {
    width: 70%;
  }

  .testimonial_section {
    padding: 60px 0;
  }
  .testimonial_section::before {
    height: 100%;
  }
  .achievement-slider .swiper-button{
    position: absolute;
    left: auto;
    bottom: -70px;
    right: 50px;
  }

  .section.about-main-bg::after{
    background: #fff !important;
  }

  .awardsWrap img{
    height: auto;
    width: 100%;
    max-width: 350px;
  }

  .visionCopy{
    bottom: 10px;
    right: auto;
    width: 100%;
    padding: 20px;
    position: relative;
  }
  
  .feature_card {
    padding: 12px 0;
  }

  .feature_card > figure > figcaption {
    font-size: 14px;
  }

  .headingCont h1{
    font-size: 30px;
  }

  .headingCont-h2 {
    width: 30%;
  }
  .headingCont-h2::after {
    clip-path: polygon(100px 0%, 100% 0%, 100% 100%, 0% 100%);
  }

  .headingCont-h2 h2{
    font-size: 26px;
    padding: 5px 60px 5px 20px;
  }


  /* .timeline ul li div {
    width: 250px;
  }
  .timeline ul li:nth-child(even) div {
    left: -289px;
  } */

  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li div {
    width: calc(100vw - 115px);
  }
  .timeline ul li:nth-child(even) div {
    left: 45px;
  }
  .timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #fff transparent transparent;
  }
  .timeline span {
    margin-right: 20px;
    padding-right: 20px;
  }

  .timeline time {
    font-size: 40px;
  }

  .certfic-img img {
    max-width: 180px;
  }

  .top-banner-bg {
    min-height: 250px;
    height: 35vh;
  }
  .tabs.pf-tab .tab a span {
    line-height: 40px;
  }

  .sticky {
    position: relative;
    top: 0;
  }

  .product-info-box{
    display: none;
  }
  /* 
  .product-info-wrap > img{
    min-height: 100%;
    object-fit: cover;
    margin-top: -15%;
    margin-bottom: -15%;
  } */

  .bg_gainsboro{
    padding: 30px 0 90px 0;
  }


  .product-info-heading{
    font-size: 25px;
  }
  .register_page {
    min-height: 250px;
    height: 35vh;
  }

  .tabs.pf-tab{
    padding: 10px 0;
    justify-content: left;
  }


  .jobTblWrap table {
		border: 0;
	}
	.jobTblWrap table caption {
		font-size: 1.3em;
	}
	.jobTblWrap table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		position: absolute;
		width: 1px;
		padding: 0;
	}
	.jobTblWrap table tr {
		display: block;
		margin-bottom: 15px;
	}
	.jobTblWrap table th,
	.jobTblWrap table td {
    padding: 15px;
	}
	.jobTblWrap table td {
		border-bottom: 1px solid #e1e5e9;
		display: block;
		font-size: 16px;
		text-align: right;
    position: relative;
    padding-left: 35%;
	}
	.jobTblWrap table td::before {
		content: attr(data-label);
		text-transform: uppercase;
		color: #4B9B57;
    font-size: 16px;
    font-family: bebas-kai, sans-serif;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
	}
  /* .jobTblWrap table tbody > tr > td:first-child{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  } */
  
  .jobTblWrap table tbody > tr > td:last-child{
    /* border-top-right-radius: 0;
    border-bottom-right-radius: 0; */
    border-bottom: none;
  }


  .commonTblWrap table th {
    font-size: 18px;
  }

  .commonTblWrap table td{
    padding: 20px 10px;
    font-size: 14px;
  }
  .commonTblWrap table td p{
    font-size: 14px;
  }





  .downloadTblWrap table {
		border: 0;
	}
	.downloadTblWrap table caption {
		font-size: 1.3em;
	}
	.downloadTblWrap table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		position: absolute;
		width: 1px;
		padding: 0;
	}
	.downloadTblWrap table tr {
		display: block;
		margin-bottom: 15px;
	}
	.downloadTblWrap table th,
	.downloadTblWrap table td {
    padding: 15px;
	}
	.downloadTblWrap table td {
		border-bottom: 1px solid #e1e5e9;
		display: block;
		font-size: 14px;
		text-align: left;
    position: relative;
    /* padding-left: 28%; */
    width: 100%;
    
	}

	.downloadTblWrap table td::before {
		content: attr(data-label);
		font-weight: bold;
		text-transform: uppercase;
		color: #243746;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 27%;
    text-align: left;
	}
  
  .downloadTblWrap table tbody > tr > td:last-child{
    border-bottom: none;
  }






  .nav-tabs {
    overflow-x: visible;
    overflow-y: visible;
    flex-wrap:wrap;
  }

  .nav-tabs .nav-item {
    width: 45%;
    margin: 0.3rem 0.6rem;
  }
  .capabilitieTab .nav-tabs .nav-item {
    width: 60%;
  }
  .nav-tabs .nav-link{
    width: 100%;
  }
  .nav-tabs .nav-item:first-child {
    margin-left: 0.6rem;
  }
  .nav-tabs .nav-item:last-child {
    margin-right: 0.6rem;
  }


  .myList-gallery{
    width: 80%;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 60px;
  }


  .word-map-bg{
    display: none;
  }
  
  
  .word-map-mobile{
    display: block;
  }


  .feature_card.vertical.weDoBox > figure {
    height: 100%;
    padding: 1.5rem;
  }


  .corporate-video-btn{
    font-size: 18px;
    max-width: 290px;
    margin-right: auto;
  }

  .corporate-video-btn i{
    font-size: 20px;
  }
  .corporate-video-wraper h5{
    text-align: center;
  }



  i.file-pdf{
    font-size: 30px;
  }


  .pdf-btn > span{
    max-width: 200px;
  }


}

@media screen and (max-width:767px) {
  .product-card::after{
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 70%;
  }
}




@media screen and (max-width:600px) {
  h2 {
    font-size: 35px;
  }
  h6{
    font-size: 18px;
  }

  .headingCont {
    padding-bottom: 15px;
    padding-left: 75px;
  }
  .headingCont::before{
    width: 80px;
    left: 20px;
  }
  .headingCont::after{
    width: 40px;
  }


  .headingCont h1{
    font-size: 20px;
    clip-path: polygon(33px 0%, 100% 0%, calc(100% - 33px) 100%, 0% 100%);
    padding: 10px 60px;
  }

  .headingCont h2{
    display: block;
    font-size: 18px;
    padding: 5px 15px;
    white-space: normal;
    position: absolute;
    bottom: 66px;
    margin-left: 34px;
    background: #4B9B57;
  }

  .headingCont-h2 {
    width: 35%;
  }
  .headingCont-h2 .headingContBox{
    width: 200%;
  }
  .headingCont-h2 .headingContBox img{
    margin: 15px;
    width: 130px;
  }
  .headingCont-h2 > h2{
    width: 200%;
    display: none;
  }

  .headingCont-h2 h2{
    font-size: 18px;
    padding: 5px 50px 5px 15px;
    white-space: normal;
  }

  .product-info-heading{
    font-size: 20px;
  }

  .nav-tabs .nav-item {
    width: 100%;
    margin: 0.2rem 0.6rem;
  }
  .capabilitieTab .nav-tabs .nav-item {
    width: 100%;
  }


}




.container-50{
  max-width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}






@media (min-width: 992px){
  .container-50{
    max-width: 480px;
  }
}

@media (min-width: 1200px){
  .container-50{
    max-width: 570px;
  }
}

@media (min-width: 1400px){
  .container-50{
    max-width: 660px;
  }
}
