/*
Theme Name: Ekko Child
Template: ekko
Theme URI: http://www.ekko-wp.com
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Description: Flexible Multi-Purpose Responsive WordPress Theme
Version: 1.0
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready

/* Below you can write your style */


/*
@media (min-width: 1600px) {
    .container {
        width: 1600px !important;
    }
}
@media (min-width: 1400px) {
    .container {
        width: 1400px !important;
    }
}
*/






body {
	background: #F4F4F4;
}

.arrowStyle {
	rotate: -43deg;
}

@media (min-width: 960px) {
	.under-menu-topbar {
		margin-top: 77px;
	}
}

.navbar {
	margin-bottom: 0px;
}

.our-vision {
	padding: 72px 0;
}


.our-vision2{
	padding: 72px 0;
}

.container h6.sectionTitlestyle {
	margin-bottom: 7px;
	text-transform: uppercase;
}

.textCenter {
	text-align: center;
}

a.customBtn {
	background: #000;
	border: 0px;
	color: #fff;
	border-radius: 4px;
	padding: 8px 20px;
	font-size: 16px;
	font-weight: 500;
}

a.customBtn .iconita {
	color: #ffffff;
	rotate: -43deg;
}

.navbar.navbar-default { 
       z-index: 12; 
}


.my-custom-card {
	background: #fff;
	padding: 25px;
	border-radius: 10px;
	text-align: center;
}

.my-card-img img {
	width: 80px;
	border-radius: 50%;
	margin-bottom: 10px;
}


.kd-card-inner {
	max-width: 850px;
background: rgba(255,255,255,0.9);
	overflow: hidden;
	color: #fff;
	text-align: center;
	margin: auto;
	width: 100%;
	border-radius: 12px;
	padding: 25px 45px;
	float: none !important;
}

.kd-card-carousel2 {
	max-width: 700px;
	margin: auto;
	background: #fff;
	overflow: hidden;
}


.kd-card-img {
	padding: 20px;
}

.kd-card-carousel p {
	margin-bottom: 20px;
}

.iconita2 {
	font-size: 17px;
	line-height: 15px;
	width: 21px;
	height: 17px;
	color: #ffffff !important;
	rotate: -43deg;
}

a.customBtn2 {
	background: #000;
	border: 0px;
	color: #fff;
	border-radius: 4px;
	padding: 8px 20px;
	font-size: 16px;
	font-weight: 500;
	display: inline-block; 
}

a.customBtn2:hover, #wrapper .wpcf7 .wpcf7-submit:hover{    background-color: #5a8411 !important;
    color: #fff !important;}

.submitbtnstyle {
	background: #000;
	border: 0px;
	color: #fff;
	border-radius: 4px;
	padding: 5px 20px;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;  height: 39px;
}

.resetbtnstyle {
	background: #99ad00;
	border: 0px;
	color: #fff;
	border-radius: 4px;
	padding: 5px 20px;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;  height: 39px;
}

.kd-card-carousel .owl-stage-outer {
	height: auto !important;
}

.kd-card-carousel .owl-item {
	height: auto;
}

.kd-card-carousel .kd-card-item {
	height: 100%;
}


.kd-card-carousel {
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s ease;
}

.kd-card-carousel.owl-loaded {
	opacity: 1;
	visibility: visible;
}

.kd-card-item {
  padding: 100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}


/* Wrap nav over carousel */
.kd-card-carousel {
	position: relative;
}

/* Position nav container */
.kd-card-carousel .owl-nav {
	max-width: 835px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	height: 24px;
	margin: 0px;
	text-indent: -99999999999px;
	pointer-events: none;
	/* allow clicks only on buttons */
}


.kd-card-carousel .owl-nav div.owl-next:before,
.kd-card-carousel .owl-nav div.owl-prev:before {
	font-size: 12px;
	width: 16px;
	height: 24px;
	line-height: 21px;
	text-indent: 0px;
}

.owl-nav div.owl-prev::before {
	left: 2px !important;
}

/* Style buttons */
.kd-card-carousel .owl-nav button,
.kd-card-carousel .owl-nav .owl-prev,
.kd-card-carousel .owl-nav .owl-next {

	pointer-events: all;
	/*background: rgba(0, 0, 0, 1);*/
	color: #000;
/*	border-radius: 50%;*/
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 22px;
}

/* Left & right position */
.kd-card-carousel .owl-nav .owl-prev {
	left: 0px;
	/* adjust if needed */
}

.kd-card-carousel .owl-nav .owl-next {
	right: 0px;
	/* adjust if needed */
}

/* Optional hover effect */
.kd-card-carousel .owl-nav button:hover {
	background: #000;
}

.kd-card-carousel {
	visibility: hidden;
}

.kd-card-carousel.owl-loaded {
	visibility: visible;
}


/*commitments*/
.commitments {
	padding: 50px 0 400px 0;
}

.justend .wpb_wrapper {
	float: right;
}

.mw200 {
	display: flex;
	gap: 12px;
	max-width: 250px;
	align-items: center;
	justify-content: center;
}

header.mw200 h2.separator_off {
	font-size: 48px;
	line-height: 67px;
}

header.mw200 h6.subtitle {
	font-size: 16px;
	font-width: 400;
	line-height: 22px;
}

.testimonial-cards.container .tcards-content {
	margin-left: 0px !important;
}

.purpose {}

.ptb70 {
	padding: 70px 0;
}


.tcards-v2-carousel .owl-item {
	float: left;
}

/*.testimonial-cards-v2{    position: absolute;}*/

/* Owl base fixes */
.tcards-v2-carousel {
	position: relative;
	width: 100%;
}

.tcards-v2-carousel .owl-stage {
	display: flex;
}

.tcards-v2-carousel .owl-item {
	flex: 0 0 auto;

}

/*.testimonial-cards-v2 .owl-nav.disabled {
	display: block;
}*/


.testimonial-cards-v2 .owl-nav div.owl-prev {
	right: 61px;
	left: auto;
}


.testimonial-cards-v2 .owl-nav div.owl-next,
.testimonial-cards-v2 .owl-nav div.owl-prev {
	background: #000;
	color: #fff;
	border-radius: 100% !important;
}

.tcards-v2-carousel .owl-stage-outer {
	overflow: hidden;
}

/* Emergency Owl layout fix */


.tcards-v2-carousel .owl-item {
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}

.tcards-v2-item {
	background: #fff;
}

.tcards-v2-content {
	padding: 10px;
	min-height: 216px;
}

h4.tcards-v2-name {
	background: #fff;
	margin-bottom: 8px;
	font-weight: 500 !important;
	font-size: 22px;
	line-height: 30px;
}


.tt_button:hover {
    background-color: #5a8411 !important;
    color:#fff !important;
}


/*buildThefuture*/


.buildThefuture .vc_tta-panels .vc_tta-panel {
	background: none;
	border: 0px;
}

.vc_tta-color-grey.vc_tta-style-classic.buildThefuture .vc_tta-panel .vc_tta-panel-heading {
	background: none;
	border: 0px;
}

.vc_tta.vc_general.buildThefuture .vc_tta-panel-title>a {
	text-align: left;
	padding: 0px 0px;
	background: none;
	line-height: 28px !important;
	font-size: 20px;
	font-weight: 500;
	color: #3A3A3E !important;
}

.custombtn2 button.vc_btn3-color-grey {
	background: none !important;
	border: 0px !important;
	padding: 0px 0px 0 0px;
	color: #5A8411 !important;
	font-weight: 600;
	line-height: 24px;
}

#wrapper .buildThefuture .wpb_text_column p {
	margin-bottom: 16px !important;
	color: #3A3A3E !important;
	line-height: 22px;
}

.buildThefuture .vc_column_container>.vc_column-inner {
	padding: 0px 0px 0 0px;
}


.custombtn2 .vc_btn3.vc_btn3-size-md .vc_btn3-icon {
	rotate: -43deg;
	color: #5A8411;
	right: 24px !important;
	font-size: 13px;
	top: 9px;

}
.mb20{ margin-bottom:20px !important;}
.custombtn2 {
	margin-bottom: 0px !important;
}

.vc_tta-color-grey.vc_tta-style-classic.buildThefuture .vc_tta-panel .vc_tta-panel-body {
	background: none;
	border: 0px;
	border-radius: 0px;
	padding: 12px 0px 0px 0px;
}

.vc_tta.vc_general.buildThefuture .vc_tta-panel {
	padding: 0px 0px 12px 0px;
	border-bottom: 1px solid #BABABA;
	margin-bottom: 12px;
}

.vc_tta.vc_general.buildThefuture .vc_tta-panel:last-child {
	border-bottom: 0px;
}

#powerTip {
	background-color: #ffffff !important;
}

.country {
	color: #000;
	font-weight: 900;
}

.box_view_html p {
	font-size: 12px;
	color: #000;
	line-height: 17px;
}

#powerTip.n:before {
	border-top: 10px solid rgba(255, 255, 255, 1) !important;
}

.pt100,
.pt100.vc_custom_1772189180204 {
	padding-top: 80px !important;
	padding-bottom: 70px !important;
}


.content-area .postGriddesign .vc_col-sm-4 .vc-gitem-zone-height-mode-auto {
	background: transparent;
	box-shadow: inherit;
}

.wpb_single_image.wpb_content_element.vc_align_center.logoBox {
  background: #fff; padding:10px; margin-bottom:15px;
}

.wpb_single_image.wpb_content_element.vc_align_center.logoBox img {
  transition: transform .4s ease;
  transform: scale(1);
}


.wpb_single_image.wpb_content_element.vc_align_center.logoBox:hover img {
transform: scale(1.1);
}

.mb30new{margin-bottom:30px;}
.reportList{list-style-type: none !important;}
.reportList li{padding:12px 0; border-bottom: 1px solid #68715859; font-weight: 500;}
.reportList li a{display: flex;  justify-content: space-between;}

#wrapper .postGriddesign .blog-detailed-grid .entry-wrapper {
	background-color: transparent;
	padding: 30px 0px 8px;
	padding-top: 8px;
}

.postGriddesign .vc_custom_heading.post-link {
	display: none;
}

.postGriddesign .vc_grid-item-mini .blog-detailed-grid img {
	border-radius: 10px;
	margin: 0px;
	max-width: 100%;
	transform: scale(1);
	transition: transform .4s ease;
}

.postGriddesign .vc_grid-item-mini .blog-detailed-grid:hover img {
	transform: scale(1.1);
}

.key-icon-box.icon-left.icon-default.customstyleiconBox i {
	color: #5A8411;
	margin-right: 12px;
	font-weight: 400 !important;
	line-height: 27px;
	margin-bottom: 12px;
}

.p33 {
	padding-top: 25px !important;
}

.customstyleiconBox .service-heading {
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	color: #3A3A3E;
}

.customLinkcolor a {
	color: #5A8411;
	font-weight: 500;
}

.spacestyle {
	margin: 20px 0 0;
	background: rgba(170, 170, 170, 0.1) !important
}

.key-icon-box.icon-left.icon-default.customstyleiconBox .tt-iconbox-customimg img {
	width: 24px;
}

.key-icon-box.icon-left.icon-default.customstyleiconBox .tt-iconbox-customimg {
	width: 24px;
	line-height: 24px;
	margin-right: 12px;
	margin-bottom: 0px;
}

.mega-block-title {
	display: none !important;
}

.postGriddesign .wpb_single_image .vc_single_image-wrapper {
	overflow: hidden;
	border-radius: 10px;
}

.postGriddesign .vc_grid-item-mini .blog-detailed-grid:hover {
	transform: translateY(-0px);
}


.cf7-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.cf7-col {
	width: 48%;
}

.cf7-full {
	width: 100%;
}


.wpcf7 textarea {
	height: 120px;
	resize: none;
}


.wpcf7 .cf7-grid .wpcf7-text,
.wpcf7 .cf7-grid .wpcf7-select,
.wpcf7 .cf7-grid .wpcf7-captchar {
	background-color: rgba(217, 217, 217, 0.35) !important;
	padding: 0 16px;
	border-radius: 6px;
	color: #687158;
	font-size: 14px !important;
	font-weight: 500;
	line-height: 50px;
	height: 50px;
}

.wpcf7-form .cf7-grid textarea {
	background-color: rgba(217, 217, 217, 0.35) !important;
	padding: 16px;
	border-radius: 6px;
	color: #687158;
	font-size: 14px !important;
	font-weight: 500;
	width: calc(100% - 15px);
}

.wpcf7 .cf7-grid .wpcf7-text,
.wpcf7 .cf7-grid .wpcf7-select,
.wpcf7 .cf7-grid .wpcf7-captchar {
	border: 0px;
}


::placeholder {
	color: #687158;
	font-size: 14px;
	font-weight: 500;
}

.wpcf7 .cf7-grid p {
	padding: 0px;
	margin: 0px;
}

#wrapper .wpb_text_column .wpcf7 .cf7-grid p:last-child {
	padding: 0px;
	margin: 0px;
}


.cf7-captcha {
	display: flex;
	align-items: center;
	gap: 10px;
}

.captcha-box {
	background: #e5ead7;
	padding: 12px 20px;
	border-radius: 6px;
	font-weight: bold;
	letter-spacing: 2px;
}

.captcha-refresh {
	cursor: pointer;
	font-size: 18px;
}

.cf7-checkbox {
	font-size: 13px;
}

.cf7-submit input[type="submit"] {
	background: #313131;
	color: #fff;
	border-radius: 6px;
	padding: 12px 25px;
	border: none;
	cursor: pointer;
	font-size: 18px;
}

.cf7-submit input[type="submit"]:hover {
	background: #000;
}

/* Mobile */
@media (max-width: 768px) {
	.cf7-col {
		width: 100%;
	}
	
	  .container .wpb_single_image.logoBox  .vc_figure {
    text-align: center;
  }
}


.cf7-captcha-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
}

.cf7-captcha-img img {
	background: #e5ead7;
	padding: 12px 20px;
	border-radius: 6px;
	height: 44px;
}

.cf7-captcha-refresh {
	cursor: pointer;
	font-size: 20px;
	user-select: none;
	line-height: 1;
}

.wpcf7-acceptance .wpcf7-list-item-label {
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
}

.wpcf7-list-item label {
	display: flex;
	align-items: center;
	justify-content: left;
}

.wpcf7 span.wpcf7-list-item {
	margin-left: 0px;
}

input[type="checkbox"] {
	width: 18px;
	height: 18px;
	border: 1.69px solid #868686;
	margin: 0 12px 0 0px;
}


.navbar.navbar-default.full-width .container {
	width: 100%;
	padding: 15px 15px;
}


.menucardImg img {
	border-radius: 6px;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu {
	position: fixed !important;
	padding: 0 15px !important;
}


@media (min-width: 769px) {
	#tab_container_7763 .wpsm_nav-tabs {
		margin-right: 14px !important;
	}
}


.menu .sub-menu {
	display: none;
	padding-left: 15px;
}

.menu .menu-item-has-children>a {
	position: relative;
	padding-right: 30px;
	cursor: pointer;
}


.menu .menu-item-has-children>a:after {
	content: "+";
	position: absolute;
	right: 5px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	transition: transform 0.2s ease;
}

.menu .menu-item-has-children.open>a:after {
	content: "−";
	/* minus sign */
}

.footer_widget .menu li a {
	text-transform: uppercase;
	letter-spacing: 0.4px;
	color: #E7E7E7 !important;
}

.ddn{display:none;}

.innerBanner{ padding:150px 0;}

.bg1{background: linear-gradient(  to right,  #dfe7ed,  #cfd9de,  #c3d1d9)}

.entry-header div.container {
  min-height: 150px; display: flex;
   flex-direction: column;
  justify-content: center;
}

body .wrap_svl .point_style.has-hover:hover img.pins_image_hover {
  scale: 1.2;
}

.col-sm-5ths {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 20%;
    float: left;
}

@media (max-width: 767px) {
    .col-sm-5ths {
        width: 100%;
        padding-left: 4px;
    }
}


.container h1.innerbannerTitle {
    color: #3a3a3e;
    font-weight: 500;
    font-size: 48px;
    line-height: 67px;
}

.innerBannerText p{    font-weight: 500;
    font-size: 20px;
    line-height: 28px;}


.innerSec2{ padding-top:70px; padding-bottom:70px;}
.innerSec2left p{font-weight: 500;
    font-size: 28px;
    line-height: 39px;}
    .green{color:#929E1B !important;}
    
    
   
.innerSec3left p{font-weight: 500;
    font-size: 28px;
    line-height: 39px; color:#fff;}
    .innerSec4left p{font-weight: 500;
    font-size: 22px;
    line-height: 32px; color:#fff;}
    .pb55{padding-bottom:35px;}
 
.text-center{ text-align:center;}

.imgThumb{overflow: hidden;
    border-radius: 6px;}

.imgThumb img{ 	transform: scale(1);
	transition: transform .4s ease;
}

.imgThumb:hover img {
	transform: scale(1.1);
}


/* arrow circle */
.imgThumb::after{
  content:"";
  position:absolute;
top: 18px;
    right: 26px;
    width: 25px;
    height: 25px;
  background:#000;
  border-radius:50%;
  opacity:0;
  transition:.3s;
}

/* arrow shape */
.imgThumb::before{     font-family: 'FontAwesome';
    content: "\f0a9";
    position: absolute;
    top: 32px;
    right: 48px;
    width: 10px;
    height: 10px;
   
    transform: rotate(314deg);
    opacity: 0;
    transition: .3s;
    z-index: 99;
    color: #fff;
    font-size: 34px;
}

/* hover effect */
.imgThumb:hover img{
  transform:scale(1.1);
}

.imgThumb:hover::before,
.imgThumb:hover::after{
  opacity:1;
}

.container h4.imgboxTitle{ 
    font-size: 22px;
    line-height: 30px; padding-top:11px; margin-bottom:2px;}
   


.container h1.section-heading{color:#fff !important; font-weight: 500;  font-size: 48px;  line-height: 67px;}
p.section-subheading{font-weight: 500; color:#fff !important; max-width: 614px;
  font-size: 20px;
  line-height: 28px;}
  
  #main .mb60{margin-bottom:60px !important;}

.wpb_single_image img {
  border-radius: 6px;
}
.mw800{ padding-bottom:32px;}
.mw800 .wpb_wrapper{ max-width: 762px;
  margin: 0 auto;}
  .mw920 .wpb_wrapper{ max-width: 920px;
  margin: 0 auto;}
  .lightGreen{background:#F4F4F4; padding:10px 0 0;}
  .lightGreen2{background:#F0F0F0; border-radius:12px;}
   .lightGreen3{background:#353535; border-radius:12px;}
   .vc_row.vc_column-gap-35>.vc_column_container.colplr0, .vc_row.vc_column-gap-35>.vc_column_container.colplr0 .vc_column-inner{padding:0px !important;}
   .container h1.colorWhite, #wrapper .wpb_text_column.colorWhite p{ color:#fff;}
   
  .singalimgstyle{ border-radius:12px 0 0 12px;}
  .mb32{ margin-bottom:32px !important;}

.container .titlewithSepreter h4{    font-size: 36px;
    font-weight: 500;
    line-height: 50px;}
    
    .pt32{padding-top:32px;}


.key-icon-box.icon-left.icon-default.codeofCon .tt-iconbox-customimg img {
    max-width: 45px;
   
    width: auto; margin-right: 0px;
}
.pt50{padding-top:50px;}


.key-icon-box.icon-left.icon-default.codeofCon .tt-iconbox-customimg{ margin-right: 0px;
}

 .container .codeofCon h2.service-heading{ font-weight: 500;  font-size: 28px;  line-height: 39px;}
  #wrapper .wpb_text_column.textwithseparater p:last-child{    margin-bottom: 16px;}
 .textwithseparater{    border-bottom: 0.5px solid #687158;  margin-bottom: 16px !important;}

.wpb_text_column.customolList ol>li:before{display:none;}
.wpb_text_column.customolList ol>li{ font-weight: 500; line-height: 23px; color:#555555; margin-bottom:8px;}

.textwithBold p{font-weight: 500; font-size: 20px; line-height:28px !important; color:rgba(58, 58, 62, 1); margin-bottom:8px !important;}
.maxwidth800{max-width:800px; margin:0 auto;     float: inherit;}
.entry-header{ margin-bottom:0px !important;}
.pt70{padding-top:72px}
.pb44{ padding-bottom:44px; margin-bottom:72px;}
ul.certificateList {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin-bottom:32px; flex-wrap: wrap;
}
.imgbox{ padding-bottom:12px;}
.imgTitle{    font-weight: 500;}
.textwithBold2 p {font-weight: 500; font-size: 28px; line-height:40px !important; color:rgba(58, 58, 62, 1); }
.pb72{ padding-bottom:72px;}
.container h2.fs28{font-size: 28px;}
.lightBg{background:#F7F7F7; padding:22px 50px; border-radius:12px;}
.sectionTitledesign h2.separator_on{font-weight: 600; font-size: 36px !important; line-height:46px !important; color:#929E1B;  margin-bottom:8px;}
.sectionTitledesign .kd-separator{     opacity: 0.2;     margin-bottom: 8px !important;}
.container .sectionTitledesign h6.subtitle {font-weight: 500; font-size: 20px; line-height:28px !important; color:#3A3A3E;  margin-bottom:0px; }
.lightBg .vc_column_container > .vc_column-inner {
  padding-left: 5px;
  padding-right: 5px;
}

.finherit{float: inherit !important;}
.customListStyle{     margin: 0px;
    padding: 0px !important;
    list-style-type: none !important;}

.customListStyle li a{
    justify-content: space-between;
    padding-bottom: 7px;
    border-bottom: 1px solid rgba(104, 113, 88, 0.3);
    display:flex; margin-bottom:7px !important;
    color:#3A3A3E;
}
.customListStyle li a:after{ color:#3A3A3E;     rotate: -43deg; content:"\f061";     font-family: 'FontAwesome';}

.customListStyle2{     margin: 0px;
    padding: 0px !important;
    list-style-type: none !important;}

.customListStyle2 li a{
    justify-content: space-between;
    padding-bottom: 7px;
    display:flex;
    padding-top:7px;
    color:#3A3A3E;
}
.customListStyle2 li a:after{ color:#3A3A3E;     rotate: -43deg; content:"\f061";     font-family: 'FontAwesome';}
.iconBoxStyle p{color:#fff;}
.fs20 p{font-weight: 500;
    font-size: 20px;
    line-height: 28px; color:#fff; margin-bottom:8px !important;}
    
    .fs20white p{font-weight: 500;
    font-size: 20px;
    line-height: 28px; color:rgba(85, 85, 85, 1); margin-bottom:8px !important;}
    
    .pt80{padding-top:35px;}

.esg {
    padding: 50px 0 50px 0;
}


.customListStyle3 li {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px; margin-bottom:20px !important;
}
.customListStyle3 li .fa-check{ font-size:25px; margin-right:16px;}
.titlefs22 p {
  font-size: 22px;
  line-height: 30px;
}

.key-icon-box.icon-left.icon-default.codeofCon2{    display: flex;    flex-direction: row;     align-items: center;     margin-bottom: 20px;}

.key-icon-box.icon-left.icon-default.codeofCon2 .tt-iconbox-customimg img {  max-width: 45px; width: auto; margin-right: 0px;}


.key-icon-box.icon-left.icon-default.codeofCon2 .tt-iconbox-customimg{ margin-right: 0px; margin-bottom:0px;}

.key-icon-box.codeofCon2 p{ font-weight: 500;  font-size: 18px;  line-height: 26px;}
.numberSyle p{ margin-bottom:4px !important; font-weight: 500;  font-size: 40px;  line-height: 52px; color:#1F1F1F66;}
.leftsidetabstyle{}

.wpb_tabs_nav li a {
    display: block;
}

.main-title {
    display: block;
}

.sub-title {
    display: block;
    margin-top:8px;
        color: #555555;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    padding-left:4px;
}

.sub-title a {
    color: inherit;
    text-decoration: none;
}


.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab a{
    
border:0px !important;
}


 .wpb-js-composer .vc_tta-tabs.tabTitle.vc_tta-tabs-position-left .vc_tta-panels-container {
    border: 0px solid #ddd !important;
    padding: 0px 15px !important;
    align-items: center !important;
}

.wpb-js-composer .vc_tta-container .vc_tta.tabTitle.vc_tta-controls-align-left .vc_tta-tabs-container {
    min-width: 50% !important;
    border-radius: 0px;
}


.wpb-js-composer .vc_tta-container .vc_tta-tabs.tabTitle.vc_tta-tabs-position-right .vc_tta-tab a, .wpb-js-composer .vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab a {
    text-align: left !important;
}



.fs28{font-size: 28px !important;}

.investorsTab a {
  color: #000;
  padding: 0 24px 0 0;}

.investorsTab a:hover{font-weight: 700;
  text-decoration: underline;}


.container .varticalTab h2 {
    color: #3a3a3e;
    font-weight: 500;
    font-family: 'Figtree';
    font-size: 36px;
    line-height: 50px;
}

.wpb-js-composer .vc_tta-container .vc_tta-tabs.tabTitle.vc_tta-tabs-position-right .vc_tta-tab, .wpb-js-composer .vc_tta-container .vc_tta-tabs.tabTitle.vc_tta-tabs-position-left .vc_tta-tab {
    padding-top: 8px;
    border-bottom: 0px solid #ddd;
    border-top: 2px solid #ccc;
    margin-bottom:5px;
    color:#ccc;
       height: 54px;
    overflow: hidden;
}

.wpb-js-composer .vc_tta-container .vc_tta-tabs.tabTitle.vc_tta-tabs-position-left .vc_tta-tab a span.main-title{ margin-bottom:4px !important; font-weight: 500;  font-size: 28px;color:#ccc;  line-height: 39px; color:#ccc; padding-left:3px;}

.wpb-js-composer .vc_tta-container .vc_tta-tabs.tabTitle.vc_tta-tabs-position-left .vc_tta-tab a span.main-title .vc_tta-icon{padding-right:10px; color:#ccc;}

.wpb-js-composer .vc_tta-container .vc_tta-tabs.tabTitle.vc_tta-tabs-position-left .vc_tta-tab.vc_active a span.main-title .vc_tta-icon{padding-right:10px; color:#5A8411;}

.wpb-js-composer .vc_tta-container .vc_tta-tabs.tabTitle.vc_tta-tabs-position-left .vc_tta-tab.vc_active a span.main-title{ margin-bottom:4px !important; font-weight: 500;  font-size: 28px;  line-height: 39px; color:#3A3A3E; padding-left:3px;}

.wpb-js-composer .vc_tta-container .vc_tta-tabs.tabTitle.vc_tta-tabs-position-left .vc_tta-tab.vc_active{    border-top: 2px solid #5A8411;    color:#202020;    height: auto;     margin-bottom:20px;}


.tabTitle .vc_tta-tabs-container{ padding-right:100px !important; max-width:30% !important; min-width:auto !important;     background: transparent;}
.container .varticalTab .sectionTitledesign{margin-bottom:24px;}

.container .varticalTab .sectionTitledesign h2.separator_on {
    font-weight: 600;
    font-size: 28px !important;
    line-height: 39px !important;
    color: #3A3A3E;
    margin-bottom: 8px;
}


.container .varticalTab .sectionTitledesign h6.subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px !important;
    color: #555555;
    margin-bottom: 0px;
}
.pb60{padding-bottom:60px;}

.tabTitle .vc_tta-tabs-container {
       background-color: inherit !important;
    box-shadow: none;
   
}
.vc_tta-panels .vc_tta-panel.leftsidetabstyle {
    background:  inherit !important;
}
.pb50{padding-bottom:50px;}

.wpb-js-composer .vc_tta-container .vc_tta-tabs.tabTitle.vc_tta-tabs-position-left .vc_tta-tab a{
       background-color: inherit !important;
}


.boderboton2{ border-bottom:2px solid #ccc;}


.wpcf7-form-control-wrap .wpcf7-checkbox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 30px;
}

.wpcf7-list-item {
    margin: 0;
    display: block;
}

.wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
}

@media (max-width: 768px) {
    .wpcf7-form-control-wrap .wpcf7-checkbox {
        grid-template-columns: 1fr;
    }
}


@media (min-width: 768px) {
    .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
        background-color: inherit !important;
    }
}

.customListStyle4{     margin: 0px;
    padding: 0px !important;
    list-style-type: none !important;}

.customListStyle4 li a{
    justify-content: space-between;
    padding-bottom: 7px;
    border-bottom: 1px solid rgba(104, 113, 88, 0.3);
    display:flex; margin-bottom:7px !important;
    color:#3A3A3E;
}
.customListStyle4 li a:after{ color:rgb(217, 83, 79);  content:"\f0f6";     font-family: 'FontAwesome'; font-size: 22px;}

.videowidth{max-width:913px; width:100%; max-height:514px; height:100%;}
.iconBoxStyle2{}

.container .iconBoxStyle2 h4.service-heading {
    font-size: 20px; line-height:28px;
}

.page-id-8426 .entry-header, .page-id-8449 .entry-header, .page-id-8461 .entry-header{
    padding-top: 72px;
    padding-bottom: 72px;
    background-color: #fff;
    color:#3A3A3E;     text-align: center;
}

#leader-description {
  max-height: 400px;
  overflow-y: auto;
}

.page-id-8426 .container h1.section-heading, .page-id-8449 .container h1.section-heading, .page-id-8461 .container h1.section-heading{
     color:#3A3A3E !important;
}

.table-container{  width: 100%;
    overflow-x: auto;}

.cookiesTable{ max-width:900px; width:100%;}

.table-headbg{background:#353535; color:#fff;}

.customListStyle5{     margin: 0px;
    padding: 0px !important;    margin-bottom: 20px !important;
    margin-left: 20px;
   }

.innerBanner2 {
  padding: 0px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 689px;    background-size: cover;
    background-position: center !important;
     background-image: url(https://www.greenlamindustries.com/wp-content/uploads/2026/04/bannerBg-img-2.jpg) !important;
}


.container h1.innerbannerTitle2 {
    color: #fff;
    font-weight: 500;
    font-size: 48px;
    line-height: 67px;
     

}
.innerBannerText2 p {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
      color: #fff;
}

.innerBannerlocation  {
  padding: 0px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 689px;    background-size: cover;
    background-position: center !important;
     background-image: url(https://www.greenlamindustries.com/wp-content/uploads/2026/06/our-locaton-inner-banner-img.jpg) !important;
}

#greenCredentials .carousel-slider .owl-nav .owl-next, #greenCredentials .carousel-slider .owl-nav .owl-prev{    opacity: 1 !important;}

#greenCredentials .carousel-slider .owl-nav .owl-next svg, #greenCredentials .carousel-slider .owl-nav .owl-prev svg {
    fill: rgb(0 0 0);
}

#greenCredentials .owl-dots{display:none !important;}

#greenCredentials .owl-nav {
    height: auto !important;}
}

.amount-transferred-to-unpaid-dividend-account .financial-filters-wrapper, .company-policy .financial-filters-wrapper, .mechanism-for-redressal-of-investor-greivances .financial-filters-wrapper{ display:none;} 
.investors-contact .financial-filters-wrapper{ display:none;}

.container h1.innerBannerlocationTitle {
    color: #fff;
    font-weight: 500;
    font-size: 48px;
    line-height: 67px;
     

}
.innerBannerlocation p {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
      color: #fff;
}



.innerBanner3 {
  padding: 0px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 689px;    background-size: cover;
    background-position:right center !important;
     background-image: url(https://www.greenlamindustries.com/wp-content/uploads/2026/06/about-greenlam-inner-banner-img.jpg) !important; 
}


.container h1.innerbannerTitle3 {
    color: #242424;
    font-weight: 500;
    font-size: 48px;
    line-height: 67px;
     

}
.innerBannerText3 p {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
      color: #3A3A3E;
}

.innerBanner4 {
  padding: 0px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 589px;    background-size: cover;
    background-position: center !important;
     background-image: url(https://www.greenlamindustries.com/wp-content/uploads/2026/06/Work-at-Greenlam-banner-img-1.jpg) !important; 
}


.container h1.innerbannerTitle4 {
    color: #fff;
    font-weight: 500;
    font-size: 48px;
    line-height: 67px;
     

}
.innerBannerText4 p {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
      color: #fff;
}


.wpb-js-composer  .vc_tta-container .vc_tta.vc_tta-style-classic.vc_tta-tabs-position-top.OurApproachTab .vc_tta-tabs-container{    background: none;
    border: 0px;
}

.wpb-js-composer  .vc_tta-container .vc_tta.vc_tta-style-classic.vc_tta-tabs-position-top.OurApproachTab .vc_tta-panels .vc_tta-panel{    background: none;}

.wpb-js-composer .vc_tta-container .vc_tta.vc_tta-style-classic.vc_tta-tabs-position-top.OurApproachTab .vc_tta-tabs-container .vc_tta-tabs-list li a{  font-weight: 600;
    font-size: 18px;
    line-height: 25px;
      color: #687158;}
      
   .wpb-js-composer .vc_tta-container .vc_tta.vc_tta-style-classic.vc_tta-tabs-position-top.OurApproachTab .vc_tta-tabs-container .vc_tta-tabs-list li.vc_active a, .wpb-js-composer .vc_tta-container .vc_tta.vc_tta-style-classic.vc_tta-tabs-position-top.OurApproachTab .vc_tta-tabs-container .vc_tta-tabs-list li a:hover{
           color: #929E1B; border-color: #929E1B;

   }   
     
     .wpb-js-composer .vc_tta-container .vc_tta.vc_tta-style-classic.vc_tta-tabs-position-top.OurApproachTab .vc_tta-tabs-container .vc_tta-tabs-list {    max-width: 485px;     margin: 32px auto;}
      
.wpb-js-composer .vc_tta-container .vc_tta.vc_tta-style-classic.vc_tta-tabs-position-top.OurApproachTab .vc_tta-tabs-container .vc_tta-tabs-list li:before{    border-top: 9px solid #929E1B;}

.wpb-js-composer .vc_tta-container .vc_tta.vc_tta-style-classic.vc_tta-tabs-position-top.OurApproachTab .wpb_text_column ul li {
    padding-left: 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    padding-bottom: 8px;
}

.wpb-js-composer .vc_tta-container .vc_tta.vc_tta-style-classic.vc_tta-tabs-position-top.OurApproachTab .wpb_text_column ul>li:before{left: -18px;}
.boxDesign1{ background:#EDF2EE; padding:46px 32px !important;   }
.boxDesign1 .boxDesign1-icon{padding-bottom:28px;}
.container .boxDesign1 h2.boxDesign1-title {
    font-weight: 500;
    font-size: 28px;
    line-height: 39px;
}

.Linkstyle1{     margin: 0px;
    padding: 0px !important;
    list-style-type: none !important;}

.Linkstyle1 li a{
    justify-content: space-between;
    padding-bottom: 7px;
    display:flex;
    padding-top:7px;
    color:#3A3A3E;
    font-weight: 500;
}
.Linkstyle1 li a:after{ color:#3A3A3E;     rotate: -43deg; content:"\f061";     font-family: 'FontAwesome';}


a.customBtn3 {
	background:transparent;
	padding: 0px 0px;
	font-size: 16px;
	font-weight: 500;
	    border: 0px;  min-height: 28px;
}

a.customBtn3 .iconita {
	color:  #3A3A3E;
	rotate: -43deg;
}

.single-page-content .tt_button.customBtn3 {
    color: #3A3A3E;
}

.single-page-content .tt_button.customBtn3:hover{    color:  #3A3A3E !important;
    border: 0 !important;}

.single-page-content .tt_button.customBtn3::before{background:transparent !important;}
.btn-hover-2 .tt_button.tt_primary_button.btn_primary_color.customBtn3:hover {
    background:transparent !important;
}

.btn-hover-2 .tt_button.customBtn3:hover .iconita {
	color:  #3A3A3E !important;
}


.boxDesign2{ background:#f7f3f3; padding:24px !important; border-radius:6px;     min-height: 376px;  }


.container .boxDesign2 h4.boxDesign2-title {  
       font-size: 22px;
    line-height: 30px;
    margin-bottom: 8px; font-weight:500; color:#3A3A3E;
}


.employeeengaggement .vc_images_carousel.vc_build .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item {
    visibility: visible;
    display: flex;
    justify-content: center;
}

.testimonialsSlider .carousel-slider-hero__cell__content.hidden{ display:block !important;}
.testimonialsSlider .carousel-slider-hero__cell__heading p{margin-bottom:0px !important;}
.testimonialsSlider .carousel-slider-hero__cell__heading p span{font-weight:500;}

.testimonialsSlider .carousel-slider .owl-stage{padding: 10px 0;}
.testimonialsSlider .carousel-slider-hero__cell{    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);     min-height: 744px;
    height: 100%;}
.testimonialsSlider .carousel-slider .owl-item img {
    display: inline !important;
    width: auto !important;
}
.testimonialicontop{border-bottom: 1px solid #999999;
    position: relative;
    height: 12px;
    margin-bottom: 20px;}
.testimonialicontop img{    position: absolute;
    top: 0px;
    left: 0px;
    background: #fff;
    padding: 0 10px 0 0px;}
    
    .clientSay{color: #555555;
    font-weight: 400;
    font-family: 'Figtree';
    font-size: 16px;
    line-height: 26px; font-style: italic; margin-bottom:21px;}



.testimonialiconBottom{border-bottom: 1px solid #999999;
    position: relative;
    height: 12px;
    margin-bottom: 20px;}
.testimonialiconBottom img{    position: absolute;
    top: 0px;
    right: 0px;
    background: #fff;
    padding: 0 0px 0 10px;}
    
    
  .testimonialsSlider  .carousel-slider-hero__cell__inner,  .testimonialsSlider .carousel-slider-hero__cell__inner:hover {
    color: #fff;
    display: block;
}

 .testimonialsSlider .carousel-slider-hero__cell__inner,  .testimonialsSlider .carousel-slider-hero__cell__inner:hover {
    color: #fff;
    display: block !important;
}

.clientName{  font-weight:600;
    font-size: 18px;
    line-height: 25px; padding-top:12px; color:#929E1B;}

.clientDeg{  font-weight:400;
    font-size: 16px;
    line-height: 22px; padding-top:5px; color:#929E1B;}
.minh400{    min-height: 445px;}

.content {
  overflow: hidden;
}

.greenlam-ensures {
    padding: 325px 0 60px 0;
}
.greenlam-ensures-left p{font-weight:500;
    font-size: 28px;
    line-height: 30px; padding-bottom:0px; color:#fff;}
    
 .greenlam-ensures-left .fonts16 p{font-weight:400;
    font-size: 17px;
    line-height: 30px; padding-bottom:12px; color:#fff;}
       
    
    


a.customBtn-WhiteBg {
	background: #fff;
	border: 0px;
	color: #353535 !important;
	border-radius: 4px;
	padding: 8px 20px;
	font-size: 16px;
	font-weight: 500;
}

a.customBtn-WhiteBg .iconita {
	color: #353535;
	rotate: -43deg;
}


.sectionTitledesign2 h2.separator_on{font-weight: 500; font-size: 36px !important; line-height:46px !important; color:#fff;  margin-bottom:4px;}
.sectionTitledesign2 .kd-separator{     opacity: 0.2;     margin-bottom: 8px !important;}
.container .sectionTitledesign2 h6.subtitle {font-weight:400; font-size: 16px; line-height:22px !important; color:#fff;  margin-bottom:0px;}

.key-icon-box.iconboxStyle3{ background:#f8f6f3 !important; margin-bottom:25px; }
.key-icon-box.iconboxStyle3 .ib-wrapper{ padding:32px 24px 12px;    overflow: hidden; }

.key-icon-box.icon-left.icon-default.iconboxStyle3 .tt-iconbox-customimg {
    width: auto;  margin-bottom: 0px;
}

.key-icon-box.icon-left.icon-default.iconboxStyle3 .tt-iconbox-customimg img{
    max-width: 100%; margin-bottom: 20px;
}

.container .iconboxStyle3 h5.service-heading {
    font-size: 18px; line-height:28px; font-weight: 500; margin-bottom:2px;
}

.container .iconboxStyle3.h4mt10 h5.service-heading{margin-top:10px;}
.ourApproach{padding:206px 0;}
.infrastructure-and-technology{    padding: 32px; margin-bottom:30px;
    border-radius: 6px;
    background-position: center center !important;}
.whiteBgContentbox{background:#FAFAFA; padding:20px;	color: #0C0C0C !important;	border-radius: 4px;	font-size: 16px;}

   .whiteBgContentbox .key-icon-box.icon-left.cont-left p {
        width: calc(100% - 0px);
        float: left;
        text-align: left; font-size:14px;  line-height: 19px;
    }
  .container .whiteBgContentbox h5.service-heading {
    color: #3A3A3E;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px; margin-bottom:8px;
}
    
     .whiteBgContentbox .key-icon-box.icon-left.icon-default i{    float: right;    margin-right: 0; 	color: #353535; 	rotate: -43deg; font-size:20px;}


.wpb-js-composer  .vc_tta-container .vc_tta.vc_tta-style-classic.vc_tta-tabs-position-top.brandTab .vc_tta-tabs-container{    background: none; border:0px; border-bottom:1.5px solid #A6A6A6;     margin-bottom: 32px; }

.wpb-js-composer  .vc_tta-container .vc_tta.vc_tta-style-classic.vc_tta-tabs-position-top.brandTab .vc_tta-panels .vc_tta-panel{    background: none;}

.wpb-js-composer .vc_tta-container .vc_tta.vc_tta-style-classic.vc_tta-tabs-position-top.brandTab .vc_tta-tabs-container .vc_tta-tabs-list li a{  font-weight: 400;
    font-size: 18px;
    line-height: 25px;
      color: #687158;}
      
   .wpb-js-composer .vc_tta-container .vc_tta.vc_tta-style-classic.vc_tta-tabs-position-top.brandTab .vc_tta-tabs-container .vc_tta-tabs-list li.vc_active a, .wpb-js-composer .vc_tta-container .vc_tta.vc_tta-style-classic.vc_tta-tabs-position-top.OurApproachTab .vc_tta-tabs-container .vc_tta-tabs-list li a:hover{
           color: #212121; border-color: #212121; font-weight:600;

   }   
   
   
   
   
   .icnboxStyl2{      box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    padding: 20px 20px;
    border-radius: 12px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 167px; background: #fff !important;}

.tabLinkArea{  background:#EBEBEB;}

.tabLinkArea a{  background:#EBEBEB;  padding:21px 0;     line-height: 39px;}
.pt40{padding-top:40px;}
.numberSyle2{ margin-bottom:4px !important; font-weight: 500;  font-size: 40px;  line-height: 52px; color:#1F1F1F66;}

#single-page .single-page-content .investorMenu .widget ul{ display: flex; font-size:14px;  line-height: 19px; font-weight:600;  border-bottom: 1px solid #A6A6A6; }

#single-page .single-page-content .investorMenu .widget ul li a{ padding:0 22px 8px; color:#3A3A3E !important;    display: inline-block;}

#single-page .single-page-content .investorMenu .widget ul li a:hover, #single-page .single-page-content .investorMenu .widget ul li.current-menu-item a{border-bottom: 3px solid #4A4A4A; color:#3A3A3E !important;    display: inline-block;}

.key-icon-box.iconboxStyle4{display: flex;    gap: 16px;     align-items: center; margin-bottom:16px;}
.key-icon-box.iconboxStyle4 .service-heading{font-size:36px;  line-height: 46px; font-weight:600; color:#1F1F1F66;     margin: 0px;}
.container h2.jobTitlefs36{font-size:36px;  line-height: 46px; font-weight:500; color:#3A3A3E;}
.mt36{margin-top:20px !important;}
.imgboxmain .imgBox {
    margin-bottom: 25px;
}
.mt70{margin-top:70px;}
.pt36{padding-top:36px;}
.philosophy-name p{line-height: 28px;    font-size: 22px;  color:#929E1B; text-align:center; padding-top:12px; margin-bottom:4px !important;}
.philosophy-ind{text-align:center;}


.boxstyle.vc_column_container{ padding-left:15px !important; padding-right:15px !important;}
   .boxstyle .vc_column-inner{      box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
    border-radius: 12px !important;
    min-height: 167px; background: rgba(60,60,60,0.12) !important; color:#3A3A3E; padding:0 !important; margin-bottom:30px;}
    
    
    .boxstyle .vc_column-inner img{  border-radius: 12px 12px 0 0 !important;}

.leftOptions li {
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'OswaldLight';
    list-style-type: none;
    border-bottom: 1px solid #707070;
    padding: 10px 0;
}

.ir-sidebar li.ir-cpt-group{ list-style-type:none; border-bottom: 1px solid #A6A6A6;}
.ir-sidebar li.ir-cpt-group a.ir-fetch-docs, .ir-sidebar li.ir-cpt-group .ir-cpt-title{ font-size:14px; color:#555555;  padding: 8px 10px;    display: flex;}

.ir-sidebar li.ir-cpt-group a.ir-fetch-docs.active-link{background:#929E1B3D; color:#272727; font-weight:600;}
.documetlist{    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #3A3A3E;}
.documetlist a{  
    color: #3A3A3E;     width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.7px solid #68715859;
    padding: 12px 0;}
    
    
    

.sticky-tabs {
  background: #dfe8df;
  border-bottom: 1px solid #ccc;
 
}

/* Custom Nav Tabs */
.sticky-tabs .nav-tabs {
  border: none;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
}

/* Hide scrollbar (optional) */
.sticky-tabs .nav-tabs::-webkit-scrollbar {
  display: none;
}

/* Nav Link Style */
.sticky-tabs .nav-link {
  border: none;
  color: #6b6b6b;
  font-size: 18px;
  padding: 22px 15px;
  position: relative;
  font-weight: 500;
  line-height:22px;
}

/* Active Tab */
.sticky-tabs .nav-link.active {
  color: #000;
  background: transparent;
  font-weight: 500;
}

/* Underline Effect */
.sticky-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 5px;
  width: calc(100% - 30px);
  height: 2px;
  background: #000;
}

/* Hover */
.sticky-tabs .nav-link:hover {
  color: #000;
}

.grip p{ color:#3A3A3E;   font-size: 20px;  line-height: 30px; padding:12px 28px; margin-bottom:0px !important;}
.gripText{padding:0 28px 0px 28px;}
.grip p{ color:#3A3A3E;   font-size: 20px;  line-height: 30px; padding:12px 28px; margin-bottom:0px !important;}
.gripText{padding:0 28px 0px 28px;}



.further-learning p{ font-size: 28px;  line-height: 39px; font-weight: 500; margin-bottom:32px;}


.customList{     margin: 0px;
    padding: 0px !important;
    list-style-type: none !important;}

.customList li {
     font-size: 18px;  line-height: 25px; font-weight: 500;
    padding-bottom: 9px;
    color:#3A3A3E; padding-left:40px !important;
}
.customList li:before{ color:#5A8411;  content:"\f00c";     font-family: 'FontAwesome';     font-family: 'FontAwesome';    position: absolute;    left: 20px;}


.testimonials.slider.growthStories.with-image .tt-content{    max-width: 1100px;  border-radius:12px;    box-shadow: 0 0 8px rgba(0, 0, 0, 0.12); background:#fff;}

.testimonials.slider.growthStories.with-image .tt-content .tt-image {     margin: 0px;  order: -1;}
.testimonials.slider.growthStories.with-image .tt-content .tt-image img{    border-radius: 12px;}
body .testimonials.slider.growthStories.with-image .tt-container{max-width: 100%;  background-color:#fff;     border-radius: 0 12px 12px 0;}
body .testimonials.slider.growthStories.with-image .tt-container h6, body .testimonials.slider.with-image .tt-container h6 p {
    margin-bottom: 28px;
    color: #3A3A3E;
    font-size: 20px;
    font-weight: 500;
    line-height:28px;
}

.testimonials.slider.growthStories.with-image .tt-container .author {
    text-align: left;
    color: #929E1B;
     font-size: 28px;
    font-weight: 500;
    line-height:40px;
    border-top:10px solid #AAAAAA1A; padding-top:28px;
}

.testimonials.slider.growthStories.with-image .tt-container .content{
    text-align: left;
    color: #555555;
     font-size: 16px;
    font-weight: 400;
    line-height:22px;
}




 .key-icon-box.icon-left.icon-default.iconboxstyle5 .tt-iconbox-customimg {
    float: right;
    margin-right: 0;
    margin-top: 0px;
    line-height: 100%;
    margin-left: 25px;
    text-align: right;
}

 .key-icon-box.icon-left.icon-default.iconboxstyle5 .tt-iconbox-customimg img {
    width: auto;
}
 .key-icon-box.icon-left.icon-default.iconboxstyle5{padding:12px 0;}

.innerBannerhelth {
  padding: 0px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 689px;    background-size: cover;
    background-position: center !important;
     background-image: url(/wp-content/uploads/2026/04/helth-banner-img.jpg) !important;
}

.innerBannereducation {
     background-image: url(/wp-content/uploads/2026/04/education-banner-img.jpg) !important;
}
.innerBannerwater { 
     background-image: url(/wp-content/uploads/2026/04/water-banner-img.jpg) !important;
}

.container h1.innerBannerhelth {
    color: #3A3A3E;
    font-weight: 500;
    font-size: 48px;
    line-height: 67px;
     

}
.innerBannerhelth p {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
      color: #3A3A3E;
}

.projects-box{background:rgba(244,244,244,0.8);  padding:48px 55px; margin-bottom:36px;}
.vc_separator.vc_separator_align_left.seprator-with-text-style{ margin-bottom:16px;}
.vc_separator.vc_separator_align_left.seprator-with-text-style h4{ color:#929E1B;  font-size: 14px;  font-weight: 600;   line-height: 20px; }
.vc_separator.vc_sep_color_grey.seprator-with-text-style .vc_sep_line {
    border-color: #999999;
}
.pb36{padding-bottom:36px;}



#single-page .textarea-padiding0 p {
    margin-bottom: 0px;
}

 .dnone-mobile{display:block;}
     .dblocke-mobile{display:none;}



header.kd-section-title.sectiontitlestye .separator_off {
    margin-bottom: 8px;
}


.casestudaysidebar ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}



.casestudaysidebar ul li {
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    color: #929E1B;
}
.casestudaysidebar ul li a{
   color: rgba(58,58,62, 0.6);
}
.casestudaysidebar ul li a.active{
    color: #929E1B;
}

.separator-style10{    margin: 40px 0 !important;}
.pb28{padding-bottom:28px;}

.container .relatedCaseStudies h4.relatedCaseStudies-title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 8px;
    font-weight: 500;
    color: #3A3A3E;
    margin-top:15px;
}

.d-none{display:none !important;}
.boderBottom{    border-bottom: 1px solid #8D8D8D;
    max-width: 400px;
    padding: 15px 15px;
    font-size: 20px;
    font-weight: 500;}







/* Layout */
.containerBlog {
    display: flex;
    gap: 40px;
    padding: 72px 0px;
   
}

/* Sidebar */
.sidebar {
    width: 283px;
}





/* Content Area */
.content-area {
    flex: 1;
}

/* Top Bar */
.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.sort {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #666;
}

.sort select {
    border: none;
    background: transparent;
    font-weight: 500;
    cursor: pointer;
}

/* Search */
.search-box {
    display: flex;
    align-items: center;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 5px 10px;
}

.search-box input {
    border: none;
    outline: none;
    font-size: 14px;
    width: 180px;
}

.search-box button {
    border: none;
    background: none;
    cursor: pointer;
    font-size: 14px;
}

/* Grid */
.post-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Card */
.post-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    min-height: 505px;
}

/* Image */
.thumb {
    overflow: hidden; border-radius: 6px;
}

.thumb img {
   
    transition: transform 0.4s ease; border-radius: 6px; height:200px;
}

/* Content */
.content {
    padding: 16px 0;
}

.content .date {
    font-size: 16px;
    color: #70795F;
    line-height:22px;
    text-transform: uppercase;
    font-weight:500;
}





.post-card:hover img {
    transform: scale(1.05);
}

/* Pagination */
.pagination {
    margin-top: 40px;
    text-align: center;
}

.pagination a,
.pagination span {
    margin: 0 4px;
    padding: 8px 12px;
    font-size: 14px;
    color: #666;
    border-radius: 4px;
}

.pagination a:hover {
        background: #494949;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
}

.pagination .current {
    background: #fff;
  color: #000;
  font-weight: bold;
  border-radius: 30px;
  
}

.next.page-numbers{
    background: #494949;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
}

.prev.page-numbers{
    background: #494949;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
}



#post-results {
    transition: opacity 0.3s ease;
}

.blogSidebarTitle{   font-size: 22px;
    line-height: 30px;
    margin-bottom: 11px;
    font-weight: 500;
    color: #3A3A3E;}
    .blogSidebarinput{ background:rgba(217,217,217,0.35); border-radius:6px;   width: 100%;  font-size: 16px; font-weight:400; color:#687158; border: 0px;
    padding: 10px 20px; margin-bottom:12px; }
 .selectinput{ background:rgba(217,217,217,0.35); border-radius:6px;  font-size: 16px; font-weight:400; color:#687158; border: 0px;
    padding: 10px 15px; margin-bottom:12px; }


.sidebar button {
  background: #000;
  border: 0px;
  color: #fff;
  border-radius: 4px;
  padding: 3px 17px;
  font-size: 16px;
  font-weight: 500;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  gap: 14px;
}

.sidebar button .iconita {
	color: #ffffff;
	rotate: -43deg;
		font-size: 16px; height: 17px;
  width: 17px;
}

.blogTitleforlist{   font-weight: 500;
    font-size: 20px;
    line-height: 29px; margin-bottom:32px; color:#3A3A3E;}

body.post-template-default{}
body.post-template-default .navbar-fixed-top{box-shadow: 0 5px 5px rgba(0,0,0,0.08);} 
body.post-template-default .entry-header.blog-header {
  padding-top: 36px;

}


.breadcrumbs{ font-size: 14px;
    color: #70795F;
    line-height:20px;
    font-weight:400;}

.breadcrumbs a {
  font-weight: 400;
  font-size: 14px;
  margin-right: 12px;
  transition: 0.25s;
  opacity: 1;
  color: #5A8411;
}

.entryMetacustomSyle{ font-weight: 500 !important;  font-size: 14px;  color: #687158 !important;}


 #wrapper .blogrightSidebar .widget-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  color:#3A3A3E;
  margin-bottom:28px;
}

 #wrapper .blogrightSidebar ul li{color: inherit;
 font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px;
    font-weight: 400;
     border-left:4px solid #fff; padding-left:17px;
}

 #wrapper .blogrightSidebar ul{
     border-left: 1px solid #7E7E7E;
     
 }
 
 #wrapper .blogrightSidebar ul li a {
  color: #7E7E7E;
  font-weight: 400; 
 
}

 #wrapper .blogrightSidebar ul li:hover{
  border-left:4px solid #94D227;
}

 #wrapper .blogrightSidebar ul li:hover a{
   color: #3A3A3E;
  font-weight: 500; 
 
} 
#posts-content{padding-top:0px  !important;}
.related-title h1{text-align: center;}
.related-posts.customstylerelated {
  background-color: #fff;
  padding-bottom: 0;
  padding-top: 50px;
  overflow: hidden;
}

.related-posts.customstylerelated .post{box-shadow: inherit;}

.single-post #posts-content .related-posts.customstylerelated .entry-image img{border-radius: 6px;}

.related-posts.customstylerelated .post .entry-wrapper, .related-posts.customstylerelated .portfolio .entry-wrapper {
  padding: 20px 15px !important;
}

.related-posts.customstylerelated .post .entry-wrapper .published.dateblog {
  font-size: 16px;
  color: #70795F;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 500;
}

.container h5.blogTitleforlist2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 32px;
  color: #3A3A3E;
  
}


.container h5.tvcTitleforlist2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  color: #3A3A3E;
  margin-bottom:0px;
}

.container h5.tvcTitleforlist2 a{
  color: #3A3A3E;
}




.container h5.blogTitleforlist2 a{
  color: #3A3A3E;
}


.locationsTitle {
    font-weight: 500;
    font-size: 28px !important;
    line-height: 39px !important;
    color: rgba(58, 58, 62, 1);
}

.locationsTitle2 {
    font-weight: 500;
    font-size: 28px !important;
    line-height: 39px !important;
    color: rgba(58, 58, 62, 1);
     padding-bottom:16px;
     margin-bottom:17px;
      margin-top:30px;
         border-bottom: 10px solid rgba(240, 240, 240, 1);
}

.entry-header.jobsPage {
  padding-top: 80px;
  padding-bottom: 40px !important;
  background-color: #fff;
  color:#3A3A3E;
}

.entry-header.jobsPage .container h1.section-heading {
  color: #3A3A3E !important;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  text-align: center;
}







.job-detail-wrapper{display: grid; 
  gap: 30px;
  padding: 72px 0;
  grid-template-columns: 1.4fr 1fr;}

.innerBannerText4 p {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
      color: #fff;
}

.job-content .vc_column_container > .vc_column-inner { 
  box-sizing: border-box;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
}
.job-meta-grid{display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 30px 0;}

.job-meta-grid-title{color: #99ad00; font-weight: bold; margin-bottom: 5px;}

.form-row {
    display: flex;
    gap: 15px;
    flex-wrap: nowrap;
}
.form-row input {
    width: 100%;
}

.form-row p {
display: grid;
  grid-template-columns: auto auto; 
  gap: 15px;
}
.job-sidebar-form{flex: 1; background: #fff; padding: 20px; border-radius: 10px; box-shadow: 0 4px 20px rgba(0,0,0,0.05); align-self: flex-start;}
.form-row.jobapplyForm input{background: #fff; margin-bottom: 0px;
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  padding: 0 15px;
  height: 44px;}

.form-row.jobapplyForm ::placeholder{ color:#919191 !important;}

.job-sidebar-form .wpcf7 .wpcf7-submit{background: #313131 !important;
  color: #fff !important;
  border: 0px !important;
  font-size: 18px !important;
  font-weight: 600 !important;}



.imgThumb2{overflow: hidden;
    border-radius: 6px;}

.imgThumb2 img{ 	transform: scale(1);
	transition: transform .4s ease;
}

.imgThumb2:hover img {
	transform: scale(1.1);
}


/* arrow circle 
.imgThumb2::after{
  content:"";
  position:absolute;
top: 18px;
    right: 26px;
    width: 25px;
    height: 25px;
  background:#000;
  border-radius:50%;
  opacity:1;
  transition:.3s;
}*/

/* arrow shape */
.imgThumb2 .vc_box_border_grey::before{  font-family: 'FontAwesome';
  content: "\f0a9";
  position: absolute;
  top: 15px;
  right: 41px;
  width: 5px;
  height: 10px;
  transform: rotate(314deg);
  opacity: 1;
  transition: .3s;
  z-index: 99;
  color: #8a8a8a;
  font-size: 22px;
}

/* hover effect */
.imgThumb2:hover img{
  transform:scale(1.1);
}

.imgThumb2:hover::before,
.imgThumb2:hover::after{  
  opacity:1;
}






.menu-shareholders-information-container, .menu-governance-compliance-container, .menu-corporate-actions-container, .menu-investor-support-container {
    overflow-x: auto;
    overflow-y: hidden;
     margin-bottom:36px;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
}

.menu-shareholders-information-container::-webkit-scrollbar, .menu-governance-compliance-container::-webkit-scrollbar, .menu-corporate-actions-container::-webkit-scrollbar, .menu-investor-support-container::-webkit-scrollbar {
    height: 4px;
}

#menu-shareholders-information, #menu-governance-compliance, #menu-corporate-actions, #menu-investor-support {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    list-style: none;
    margin:24px 0 0 !important;
    border-bottom: 1px solid #A6A6A6;
     width:1210px;
    min-width: 100%;
        overflow: scroll;
         -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
}

#menu-shareholders-information li , #menu-governance-compliance ul li, #menu-corporate-actions ul li, #menu-investor-support ul li {
    flex: 0 0 auto;
}

#menu-shareholders-information li a, #menu-governance-compliance li a, #menu-corporate-actions li a, #menu-investor-support li a { 
   display: block;
  padding: 0px 20px;
  text-decoration: none;
  font-size: 14px;
  color: #555;
}


#single-page .single-page-content ul li.current_page_item a{color:#000 !important; font-weight:600; border-bottom: 5px solid #000;}   

#single-page .single-page-content .widget ul li {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}


/*19-06-26*/

#ourlrandbox .owl-nav div.owl-next::before {
  content: "\f105";
  display: block;
  font-size: 18px;
  line-height: 30px;
  transition: 0.2s;
  color:#fff;
  font-weight: normal;
  left: 7px;
}

#ourlrandbox .owl-nav div.owl-prev::before {
  content: "\f104";
  display: block;
  font-size: 18px;
  line-height: 30px;
  transition: 0.2s;
  color:#fff;
  font-weight: normal;
  left: 6px !important;
}


#ourlrandbox .owl-nav div.owl-next, #ourlrandbox .owl-nav div.owl-prev{border: 0px solid rgba(0, 0, 0, 0.2); background:#000; width: 30px;  height: 30px;  line-height: 30px; text-align:center; border-radius:100%;}

#csrcommitment{}



.kd-photobox .phb-content {
  padding: 20px 20px 25px 20px !important} 


.mh85 p{ min-height:85px !important}


.more {
  display: none;
}
.more.show {
  display: inline;
}

#toggleBtn {
  background: none !important;
  border: 0px !important;
  padding: 0px 0px 0 0px;
    padding-right: 0px;
  color: #5A8411 !important;
  font-weight: 600;
  line-height: 24px;
}


@media screen and (min-width: 768px) {
  #furtherLearnign .vc_carousel-indicators { 
    bottom: -15px;
  }
  
    #furtherLearnign .vc_carousel-indicators li{ 
     width: 12px;
  height: 12px;
  position: absolute;
  background: #f1f1f1;
 
  border: 3px solid #13703a;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
  }
}




/*
.news-wrapper{
    display:flex;
    gap:50px;
}

.news-sidebar{
    width:280px;
}

.archive-form{
    display:flex;
    flex-direction:column;
    gap:15px;
    margin-bottom:40px;
}

.archive-form select,
.top-search input{
    height:50px;
    width:100%;
    padding:0 15px;
    border:1px solid #ddd;
    border-radius:6px;
}

.archive-form button,
.top-search button{
    height:50px;
    background:#97a30f;
    color:#fff;
    border:none;
    padding:0 25px;
    cursor:pointer;
}

.brand-list{
    list-style:none;
    padding:0;
    margin:0;
}

.brand-list li{
    margin-bottom:15px;
}

.brand-list a{
    text-decoration:none;
    color:#333;
    font-size:18px;
    display:block;
    padding:12px 15px;
    border-radius:6px;
}

.brand-list a.active{
    background:#97a30f;
    color:#fff;
}

.news-content{
    flex:1;
}

.news-topbar{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:40px;
}

.top-search{
    display:flex;
    gap:10px;
}

.news-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;
}

.news-media img,
.news-media video{
    width:100%;
    height:220px;
    object-fit:cover;
}

.news-meta{
    margin-top:15px;
    font-size:14px;
    text-transform:uppercase;
    color:#777;
}

.news-title{
    font-size:32px;
    line-height:1.4;
    margin-top:15px;
}

.news-title a{
    text-decoration:none;
    color:#222;
}

@media(max-width:991px){

    .news-wrapper{
        flex-direction:column;
    }

    .news-sidebar{
        width:100%;
    }

    .news-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:767px){

    .news-grid{
        grid-template-columns:1fr;
    }

    .news-topbar{
        flex-direction:column;
        gap:20px;
    }
}




.media-modal{
    display:none;
    position:fixed;
    z-index:99999;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.8);
    padding:50px;
}

.media-modal-content{
    background:#fff;
    max-width:900px;
    margin:auto;
    padding:20px;
    position:relative;
    border-radius:10px;
}

.close-modal{
    position:absolute;
    right:20px;
    top:10px;
    font-size:35px;
    cursor:pointer;
    z-index:9;
}

#modalBody video,
#modalBody iframe{
    width:100%;
    border:none;
}




*/

.offerbox .imgBox {margin-bottom:20px;}

.pb90 {
  padding-bottom: 90px;
}

.desktop-tabs{
    display:block;
}

.mobile-accordion{
    display:none;
}

@media(max-width:767px){
    
    
    

.wpsm_nav{
    display:none;
}

.desktop-tabs{
    display:none;
}

.mobile-accordion{
    display:block;
}

  .acc-title {
    background: #EBEBEB;
    padding: 7px 15px;
    cursor: pointer;
    font-weight: bold;
    border-bottom: 1px solid #EBEBEB;
    color: #3A3A3E;
    border-radius: 5px;
  }

.acc-content{
    padding:10px;
    border:1px solid #EBEBEB;
    border-top:0;
    border-radius: 0 0 5px 5px;
}

.acc-item {
  margin-bottom: 5px;
}


  .acc-title.active{ border-radius:5px 5px 0 0;}
  
  
  .acc-title{
    position:relative;
    padding-right:40px;
}

.acc-title::after{
    content:"+";
    position:absolute;
    right:15px;
    top:50%;
    transform:translateY(-50%);
    font-size:20px;
    font-weight:500;
    color:#000;
    transition:.3s;
}

.acc-title.active::after{
    content:"−";
}

}


#csrCommitments .csrWhiteBox .vc_column-inner  > .wpb_wrapper:first-child{ background:#fff;  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);  border-radius: 6px;}

#csrCommitments .csrWhiteBox .wpb_wrapper .wpb_single_image img {
  border-radius: 6px 6px 0 0;
}

#csrCommitments .csrWhiteBox .wpb_wrapper h4.tcards-v2-name {
  padding: 10px 10px 0 10px;
}

#csrCommitments .csrWhiteBox .wpb_wrapper .tcards-v2-text{
  padding: 0px 10px 10px 10px; 
}



#wrapper #csrCommitments .wpb_text_column p:last-child {
  margin-bottom: 0;
  min-height: 171px;
}



#id-12572 .carousel-slider .owl-stage {
  backface-visibility: hidden;
  position: relative;
  touch-action: manipulation;
  display: flex;
  justify-content: center;
  align-items: center;
}





#greenCredentials .carousel-slider .owl-item img {
  display: block;
  width: auto;
}

.pmb15 p{ margin-bottom:20px !important;} 

#custom_html-2{visibility: hidden;}



#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after {
  content: "\f107" !important;
     font-family: FontAwesome !important;
     font-size:16px;
     
}


#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator::after {
  content: "\f106" !important;
      font-family: FontAwesome !important;  font-size:16px;
}
.onlydesktop{display:block;}
.onlymobile{display:none;}
.onlydmt60{margin-top:40px !important;}

.key-icon-box.icon-default.icon-top.iconBoxStyle2.isoicon .tt-iconbox-customimg.img_big_size img {
  max-width: 246px;
}
























































@media (min-width: 970px) { 

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
  line-height: 60px !important;
  height: 59px !important;}
  
}

@media (min-width: 900px) { 

.kd-card-item {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


}






/*19-06*/

.case-studies-show-slider-in-mobile .carousel-slider-hero__cell__content.hidden {
  display: none;
}

 .case-studies-show-slider-in-mobile{display:none;}
 
 .case-studies-show-slider-in-mobile .carousel-slider-hero__cell__description {
    color: #555555;
  font-weight: 400;
  font-family: 'Figtree';
  font-size: 16px;
  line-height: 26px;
    margin-bottom:20px;
    display: inline-grid;
    text-align: left;
}
.case-studies-show-slider-in-mobile .carousel-slider-hero__cell__heading{font-size: 22px;
  line-height: 30px;
  margin-bottom: 8px;
  font-weight: 500;
  color: #3A3A3E;
    text-align: left;
}
  
.case-studies-show-slider-in-mobile .view-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 8px 21px;
    background: #f7f3f3;
    color: #3A3A3E;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    max-width: 155px;
  margin-top: 20px;
    /*transition: all 0.35s ease;*/
}

.case-studies-show-slider-in-mobile .view-btn i {
    font-size: 16px;
    /*transition: transform 0.35s ease;*/
    rotate: -43deg;
}

.case-studies-show-slider-in-mobile .view-btn:hover {
    background: #5a8411;
    color: #fff;
    box-shadow: 0 8px 20px rgba(11, 94, 168, 0.25);
}

/*.case-studies-show-slider-in-mobile .view-btn:hover i {*/
/*    transform: translateX(6px);*/
/*}*/


@media only screen and (max-width: 768px) {
    
    .case-studies-show-slider-in-mobile{display:block;}
    
    .csr-box-desktop-none{display:none;}
    
    .case-studies-show-slider-in-mobile .carousel-slider-hero__cell__content.hidden {
  display: block !important;
}
    
    
    #mega-menu-wrap-header-menu .mega-menu-toggle + #mega-menu-header-menu {
      
        background-color: #fff !important;
    }
    
        #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
       
        color: #3A3A3E !important;
    }
    
    
    .navbar.navbar-default .menubar{    background-color: #ffffff !important;
    margin: 8px !important;
    border-radius: 0 0 12px 12px !important;}
}









@media (max-width: 959px) {
    
    .onlydesktop{display:none;}
    .onlymobile{display:block;}
    .job-card{padding:20px;}
    .job-row{padding-bottom:16px; }
    .job-title{color:#3A3A3E; text-decoration: underline;}
    .apply-btn{text-decoration: underline;}
    .job-label{font-weight:500; color:#3A3A3E; padding-bottom:8px;}
    .job-card:nth-child(odd){
    background:#fff; 
}

.job-card:nth-child(even){
    background:#EEEEEE;
}
    
    .officeSwiper {
  position: relative;
  padding: 0 22px 50px !important;
}

.office-phone {
  display: inline-block !important;
}

.phoneNoBox {
  display: block !important;
  padding-left: 34px !important;
  position: relative;
}

.office-email {
  display: inline-block;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.redux-social-media-list { margin-bottom:0px;}
.container h1.vc_custom_heading.pt35m{padding-top:35px !important; padding-bottom:15px !important;}


.contact-icon {
  position: absolute;
  left: 4px;
}

    #custom_html-2 {
  display: none;
}
   #csrCommitments .csrWhiteBox{margin-bottom:30px;} 
   #wrapper #csrCommitments .wpb_text_column p:last-child {  min-height: auto;}
   .vc_row.wpb_row.vc_inner.mb35m{margin-bottom:20px !important;} 
      .owl-nav div.owl-next:hover::before {
  -webkit-transform: inherit !important;
  transform: inherit !important;
}

.owl-nav div.owl-prev:hover::before {
  -webkit-transform: inherit !important;
  transform: inherit !important;
}
      .mb20m{margin-bottom:20px !important;} 
      
    .menuTitle {
  line-height: 19px !important;
  font-size: 14px !important;
}


    
   #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu {  
  border: 8px solid #f8f8f8 !important;
    border-top-width: 8px;
    border-top-style: solid;
    border-top-color: rgb(248, 248, 248);
  border-top: 0px !important;
  border-radius: 0 0 10px 10px !important;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard{padding: 0px 0 !important;}
#mega-menu-header-menu{padding-top: 15px !important;}
    
    #body_drag_7632{width: 1500px;}
    .mbileview {overflow: scroll !important;}
    .main-news-grid{ margin-top:20px;}
    .job-detail-wrapper {  grid-template-columns: 1fr; padding: 0 20px;}
    .job-meta-grid {  grid-template-columns: 1fr;  gap: 0px;}
    .form-row p {  grid-template-columns: 1fr;}

    .table-responsive{border:0px !important;}
    .entry-header.jobsPage {  padding-top: 2px;  padding-bottom: 0px !important;}
     .selectinput{ width:48%;}
    .dnone-mobile{display:none;}
     .dblocke-mobile{display:block;}
     .projects-box{padding:20px;}
     
     
     .dblocke-mobile .vc_left.vc_carousel-control {
  background: #fff;
  width: 30px !important;
  height: 30px !important;
  color: #fff !important;
  padding: 20px;
}

     .dblocke-mobile .vc_right.vc_carousel-control {
  background: #fff;
  width: 30px !important;
  height: 30px !important;
  color: #fff !important;
  padding: 20px;
}

.dblocke-mobile .vc_images_carousel .vc_carousel-control .icon-prev::before {
  content: "\2039";
  position: relative;
  top: -6px;
  color: #000 !important;
}
 
 
 .dblocke-mobile .vc_images_carousel .vc_carousel-control .icon-next::before {
  content: "\203a";
  position: relative;
  top: -6px;
  color: #000 !important;
}








.post-type-archive-jobs .filter-group.custom-dropdown-container {  width: 100%;}
   
    .page-template-default .entry-header{min-height: 500px; margin-bottom: 32px !important;
    display: flex;
    align-items: center;}
    
     .page-template-archive-custom .entry-header, .page-template-tvc-archive-template .entry-header, .page-template-news-archive-template .entry-header{min-height: 500px; margin-bottom: 32px !important;
    display: flex;
    align-items: center;}
    
    
    .sectiontitlestye{ padding-top:20px;}
     .helthpagecarouselmobil .vc_images_carousel .vc_carousel-indicators li {
  background-color: #5A841140 !important;
  border: 1px solid #5A8411 !important;}
  
    
    header.kd-section-title.sectiontitlestye  h2 {
    font-size: 18px !important;
    line-height: 22px !important;
  }
  
  .casestudaysidebar ul li a { display:none;}

.casestudaysidebar ul li a.active {
  color: #929E1B; display:block;
}
  
  
  .helthpagecarouselmobile .vc_images_carousel .vc_carousel-indicators{bottom: -35px;} 
  
  
  
  .projects-box {
  padding-bottom: 50px !important;
}

    
     .vc_row.innerBannerhelth {
     background-image: url(/wp-content/uploads/2026/04/Healthcamp1-1.jpg) !important;
     margin-bottom:32px !important; align-items: flex-start;
  padding-top: 63px;
}
    
    .vc_row.innerBannereducation {
     background-image: url(/wp-content/uploads/2026/04/education-banner-img-mobile.jpg) !important;
     margin-bottom:32px !important; align-items: flex-start;
  padding-top: 63px;
}
.vc_row.innerBannerwater { 
     background-image: url(/wp-content/uploads/2026/04/water-banner-img-mobile.jpg) !important;
     margin-bottom:32px !important; align-items: flex-start;
  padding-top: 63px;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{background-color: #fff !important;} 
   
     #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    
    background-color: #fff !important;
  }
   
	.container {
		padding-right: 0px;
		padding-left: 0px;
	}
	
	.justend.vc_column_container {
		width: 50% !important;
		float: left;
	}
	
	.menucardImg, .menuText {
  display: none;
}

 .menuCard {
    margin-bottom: 6px;
  }
  
  .tab-content h3{ display: none !important;}

	.mw200 {
		display: flex;
		gap: 0;
		max-width: 250px;
		align-items: first baseline;
		justify-content: left;
		flex-direction: column;
		padding-bottom: 16px;
	}

	.justend.vc_column_container header.kd-section-title .separator_off {
		margin-bottom: 3px;
	}

	#home-corporate .vc_custom_1772457685394 {
		background-image: url(https://www.greenlamindustries.com/wp-content/uploads/2026/03/greenlambg.png) !important;
		background-size: 100% !important;
		background-position: center bottom !important;
	}


	.our-vision {
		padding: 44px 20px;
		background: #f1f1f1;
	}
	
	.our-vision2{
		padding: 44px 20px;
	}
	

	.container h6.sectionTitlestyle {
		padding-top: 20px;
	}

	/*.container .wpb_single_image .vc_figure {*/
	/*	text-align: left;*/
	/*}*/

	.kd-card-inner {
		width: auto;
		margin: 0 20px;
	}

	.commitments {
		padding: 20px 20px 480px 20px !important;
	}


	.commitments .vc_row.wpb_row.vc_inner {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.commitments .vc_row.wpb_row.vc_inner .vc_column-inner {
		padding-top: 0px !important;
	}


  .container .ptb70.vc_row-has-padding-bottom{
    padding-bottom: 20px !important;
  }

	.container .ptb70.vc_row-has-padding-top{
		padding-top: 0px !important;
	}
	
	 .container .ptb0m.vc_row-has-padding-bottom {
    padding: 0px 20px !important;
  }

.container .ptb0m.vc_row-has-padding-bottom h6.sectionTitlestyle{text-align:left !important;}

.container .ptb0m.vc_row-has-padding-bottom .sepreter{text-align:left !important;}


.pb30{padding-bottom:20px;}

.container .plrm20.vc_row-has-padding-bottom{padding-left:20px !important; padding-right:20px !important;}

 #home-corporate .vc_tta.vc_general .vc_tta-panel-title > a {
    display: block !important;
  }
  
   #home-corporate .vc_tta.vc_general .vc_tta-panel-title > a .vc_tta-title-text{font-size: 18px;}


	.container .pt100.vc_row-has-padding-top{
		padding-top: 0px !important; padding-bottom: 0px !important;
	}
	
	
.container .pt100.vc_row-has-padding-top .vc_row-has-padding-bottom{
		padding-bottom: 0px !important;
	}
	
	
.container .pt100 .vc_row.wpb_row.vc_inner .vc_column-inner{	padding-bottom: 0px !important;  padding-top: 44px !important;}

.container .pt100 .postGriddesign.vc_row.wpb_row.vc_inner .vc_column-inner{  padding-top: 24px !important; 	padding-bottom: 24px !important;}


.container .pt100.vc_row-has-padding-top  h1.vc_custom_heading{text-align:center !important;}

.mdn{display:none;}
.ddn{display:block;}

.container .pt100 .vc_grid.vc_row.vc_grid-gutter-35px .vc_grid-item {
  padding-bottom: 0px;
}
.mb30{margin-bottom: 30px !important;}

.container .plrm20.vc_row-has-padding-bottom {
    padding-bottom: 0px !important; padding-top: 30px !important;
  }

.p33 {
  padding-top: 16px !important;
}

.key-icon-box.cont-left.p33{display: flex;
  align-content: center;
  align-items: center;
  padding-bottom: 12px;
}

.customstyleiconBox .service-heading {
  margin-bottom: 0px !important;
}

.mw48{width:47% !important;}
.cf7-grid {
  justify-content: space-between;
}

.cf7-submit{width:100%;}

.wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 14px;
}


.wpcf7-list-item label {
  align-items: start;}

input[type="checkbox"] {
  margin: 5px 12px 0 0px;}
  
.footer-widget-area {
  padding-top: 34px;
}

 .upper-footer {
    padding: 0px 0 20px 0;
  }

.footer_widget .menu {
  margin-top: 0px;
}
.footer_widget .menu {
  padding-bottom: 0px;
}

#redux-social-icons-display-3{display: flex;
  align-items: center;
  gap: 15px;
}

#redux-social-icons-display-3 .redux-social-media-list{display: flex;}


  ul.redux-social-media-list li i {
    margin-right: 0px;
  }

.commitments header.kd-section-title h2.separator_off {
    font-size: 36px !important;
    line-height: 50px !important;
    color: #3A3A3E;
  }


 .content-area{padding-top:0px !important;}
    .innerBanner {  padding: 5px 0 0;}
	  .container .innerBanner h1.innerbannerTitle {
    font-size: 30px !important;
    line-height: 45px !important;
    padding: 0 !important;
    margin-top: 40px !important;
  }
  
  .innerBannerText p {
  font-size: 16px;
  line-height: 22px;
}

.innerSec2 {
  padding: 20px;
}
.innerSec2left p {
  font-size: 22px;
  line-height: 30px;
}

.plr20{padding-left:20px; padding-right:20px;}
.imgBox {
  margin-bottom: 20px !important;
}

.container h1.section-heading {
  font-weight: 300;
  font-size: 34px;
  line-height: 35px;
}

p.section-subheading {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
}
 .entry-header {
    margin-bottom: 30px;
  }
  .lightGreen {
  padding: 10px !important;
  margin-top:15px;
  border-radius:6px;
}
.mw800 {
  padding-bottom: 16px;
}


  .vc_row.mb60  {
    display: flex;
    flex-direction: column;
  }
  .col-1 {
    order: 2;
  }
  .col-2 {
    order: 1;
  }
  .mbm32{margin-bottom:12px;}

#main .mb60 {
  margin-bottom: 20px !important;
}

.textwithBold2 p {
  font-size: 22px;
  line-height: 30px !important;
}
.textwithBold2{padding-top:44px;}
.mb32{margin-bottom:12px !important;}
.container h2.fs28 {  font-size: 22px;}
.lightBg{margin: 0 20px !important; padding:10px;}

.container .sectionTitledesign h6.subtitle {
  font-size: 15px;
  line-height: 22px !important; min-height: 50px;
}

.pt70 {
  padding-top: 32px;
}

.pb72 {
  padding-bottom: 32px;
}



 .manufacturing .container .vc_row-has-padding-top {
    padding-top: 0px !important;
  }
 ul.certificateList{justify-content: center;}
ul.certificateList li{width:33%; margin-bottom:16px;}
.pb0m{padding-bottom:0px !important;}
.mt32m{margin-top:32px;}

.p20{padding-left:20px !important; padding-right:20px !important;}

.innerSec3left p {
    font-size: 22px;
    line-height: 28px;8
}

.esg {
    padding: 32px 0 32px 0;
}

.esg .vc_row.wpb_row.vc_inner .vc_column-inner {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

.esg .pb55 {
    padding-bottom: 0;
}

   .esg .key-icon-box.icon-top {
        margin-top: 0px;
    }

.customListStyle3 li {
    font-size: 16px;
    line-height: 22px;
}


.mb60.plr20.our-vision {
        padding: 44px 20px 0;
        background: #fff;
    }

.titlefs22 p {
    font-size: 18px;
    line-height: 25px;
}

.esgsec .vc_row.wpb_row.vc_inner .vc_column-inner {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }


.esgsec .key-icon-box.icon-left.icon-default.codeofCon2 {
    margin-bottom: 20px !important;
}
  .esgsec  .key-icon-box.icon-left.icon-default.codeofCon2 p {
        font-size: 16px;     line-height: 22px;
    }


.esgsec .key-icon-box.icon-left.icon-default.codeofCon2 .tt-iconbox-customimg {
    margin-right: 10px;
    margin-bottom: 0px;
}

.mbn.our-vision {
        padding: 44px 20px 0;
        background: #fff;}

.container .varticalTab h2{  padding: 0px 20px;}



  .leftsidetabstyle .vc_row.wpb_row.vc_inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
    display: flex;
    gap: 20px;
  }

.container .varticalTab h2.separator_on {
    padding: 0px 0px;
  }

.container .varticalTab .sectionTitledesign h6.subtitle {
  font-size: 16px;
  line-height: 22px !important;
}



  .leftsidetabstyle .vc_row.wpb_row.vc_inner .vc_column-inner{ padding-top: 10px !important;
        padding-bottom:10px !important;
    }


 .plr20i {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }


    .innerSec2left.mobile p {
        font-size: 18px;
        line-height: 25px;
    }




 .onlyMobile .vc_row.wpb_row.vc_inner .vc_column-inner{ padding-top: 0px !important;}
 .onlyMobile .vc_row.wpb_row.vc_inner .key-icon-box.icon-top.cont-center i, .onlyMobile .vc_row.wpb_row.vc_inner .key-icon-box.icon-top.cont-center .tt-iconbox-customimg {
    margin-top: 0px;
}

    .onlyMobile .vc_row.wpb_row.vc_inner .key-icon-box.icon-default.icon-top .tt-iconbox-customimg img {
         margin-top: 0px; 
    }

 .onlyMobile .key-icon-box.icon-top{        margin-top: 0px;}


 .page-id-8426 .entry-header, .page-id-8449 .entry-header{
        min-height: 228px !important;
    }




.page-id-8426 .entry-header, .page-id-8449 .entry-header {
    padding-top: 50px !important;
    padding-bottom:50px !important;
}


.innerBanner2 {
  padding: 0px 0;
  display: flex;
  justify-content: center;
    align-items: flex-start;
  min-height: 689px;    background-size: cover;
    background-position: center !important;
        background-image: url(https://www.greenlamindustries.com/wp-content/uploads/2026/04/csrBanner-mobile.png) !important;

}


.container h1.vc_custom_heading.innerbannerTitle2 {
           font-size: 30px !important;
        line-height: 45px !important;
        margin-top:50px !important;
}

.innerBannerText2 p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}



.innerBannerlocation  {
  padding: 0px 0;
  display: flex;
  justify-content: center;
    align-items: flex-start;
  min-height: 409px;    background-size: cover;
    background-position: center !important;
        background-image: url(https://www.greenlamindustries.com/wp-content/uploads/2026/06/our-locaton-inner-banner-img-mobile-1.jpg) !important;

}


.container h1.vc_custom_heading.innerBannerlocationTitle {
           font-size: 30px !important;
        line-height: 45px !important;
        padding-top: 40px !important;
}

.innerBannerlocation p { 
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}




 .vc_row.wpb_row.vc_inner .vc_column-inner{padding-top:0px !important; padding-bottom:0px !important;} 

.boxDesign1 {
  background: #EDF2EE;
  padding: 20px 20px !important;
  margin-bottom: 30px;
}

.boxDesign2 {
  min-height: auto;
}

.testimonialsSlider .carousel-slider-hero__cell__heading p {
  font-size:14px !important;
}

.plr-15{padding-left:15px !important; padding-right:15px !important;}

 .owl-item.item4 .kd-card-item{ background-position: right top !important;}

 .owl-item.item6 .kd-card-item{ background-position: 700px top !important;}
 .owl-item.item10 .kd-card-item{ background-position: 900px top !important;}
 .owl-item.item9 .kd-card-item{ background-position:-583px bottom !important;}
.owl-item.item8 .kd-card-item{ background-position:-380px bottom !important;}
.owl-item.item5 .kd-card-item{ background-position:center top !important;}
  .custom-filter-select {
    margin-right: 15px !important;
  }
.financial-content {
    flex: 1; 
    min-width: 100% !important;
}


.clientSay {
  font-size: 14px;
  line-height: 22px; 
}

.contentred{ display:none;}
.contentred.expanded{ display:block;}

.innerBanner3 {
    padding:50px 0 50px 0;
    display: flex;
    justify-content: center;
      align-items: flex-start;
    min-height: 560px;
    background-size: cover;
     background-position: center bottom !important;
    background-image: url(https://www.greenlamindustries.com/wp-content/uploads/2026/04/aboutGrennlam-mobile-banner.jpg) !important;

   
}


#greenlam-ensures{
  background-image: url(https://www.greenlamindustries.com/wp-content/uploads/2026/06/Greenlam-ensures-img.jpg) !important;
}

.col-postion{  display: flex;
        flex-direction: column;}
        
        .col-postion .col-1p {
        order: 2;
    }

  .col-postion .col-2p {
        order: 1;
    }

.container h1.vc_custom_heading.innerbannerTitle3 {
    font-size: 36px !important;
    line-height: 50px !important;
}

.innerBannerText3 p {
    font-size: 16px;
    line-height: 22px;
}



.innerBanner4 {
  padding: 0px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 389px;    background-size: cover;
    background-position: center !important;
     background-image: url(https://www.greenlamindustries.com/wp-content/uploads/2026/06/Work-at-Greenlam-banner-img-1.jpg) !important; 
}


body .testimonials.slider.growthStories.with-image .tt-container h6, body .testimonials.slider.with-image .tt-container h6 p { 
  font-size: 16px;
  line-height: 26px;
  text-align:left;
}

.testimonials.slider .owl-nav{z-index: 999;
    top: 50% !important;
    position: absolute !important; max-width: 100% !important; height: 30px !important;}

 .testimonials.slider .owl-nav div.owl-prev {
  border-radius: 100% !important;
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important}
  
  
   .testimonials.slider .owl-nav div.owl-next::before,  .testimonials.slider .owl-nav div.owl-prev::before {
  font-size: 16px;
  width: 25px;
  height: 25px;
  line-height: 25px;
}

 .testimonials.slider .owl-nav div.owl-next,  .testimonials.slider .owl-nav div.owl-prev {
  border-radius: 100% !important;
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important}


 .testimonialsSlider .carousel-slider.arrows-outside .owl-nav .owl-prev {
  left: 0 !important;
}

 .testimonialsSlider .carousel-slider.arrows-outside .owl-nav .owl-next {
  right: 0 !important;
}

 .testimonialsSlider .carousel-slider .owl-nav .owl-next svg,  .testimonialsSlider .carousel-slider .owl-nav .owl-prev svg{font-size: 10px;
  width: 28px;
  background: #000;
  border-radius: 100%; color: #fff;}
  .iconBoxStyle p{padding:0 10px 0 0;}

.container h1.innerbannerTitle4 {
    color: #fff;
    font-weight: 500;
    font-size: 48px;
    line-height: 67px;
     

}
.innerBannerText4 p {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
      color: #fff;
}

.greenlam-ensures-left p {
    font-size: 22px;
    line-height: 30px;
}
.sectionTitledesign2 h2.separator_on {
    font-size: 22px !important;
    line-height: 30px !important;
}

.plr20imp{padding-left:20px !important; padding-right:20px !important;}

.singalimgstyle{     margin-bottom: 12px !important;}

.key-icon-box.icon-left.icon-default.iconboxStyle3  i, .key-icon-box.icon-left.icon-default.iconboxStyle3  .tt-iconbox-customimg {
         float: left !important;
    }

.key-icon-box.iconboxStyle3 .ib-wrapper {
    padding: 15px 15px 0px;
    overflow: hidden; margin-bottom:8px; border-radius:6px;
}

    .key-icon-box.ib-hover-1.iconboxStyle3 .ib-wrapper {
        border-color: transparent;
    }

.vc_row.wpb_row.vc_inner.infrastructure-and-technology
{    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    margin-bottom: 30px !important;
    padding: 20px;}

.whiteBgContentbox{padding: 20px !important;}
.page-id-8691 .imgBox.vc_col-sm-4 { margin-bottom:20px !important;}

.fs28 {
    font-size: 18px !important;
}

.jobTitlefs36{padding-top:40px;}

.single-page-content .tt_button.customBtn3 {
    justify-content: center;
    margin: 0px;
    padding: 8px 21px;
}

.pr1{    border-right: 1px solid #727272;}
.pt40 {
    padding-top: 20px; padding-left:0 !important;  padding-right:0 !important;
}

.pl0i {
   padding-left:0 !important;
}

.pl0i {
  padding-right:0 !important;
}



 .imgboxmain {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .imgboxmain .imgBox,
  .imgboxmain .vc_column_container {
    flex: 0 0 calc(50% - 10px);
  }

  .key-icon-box {
    height: 100%;
    text-align: center;
  }






.container .imgboxmain h5 {
   
    font-size: 13px; line-height:18px;
}


 .imgboxmain {
    display: flex;
    flex-wrap: wrap;
    gap: 0px; 
  }

  .imgboxmain .imgBox,
  .imgboxmain .vc_column_container {
    flex: 0 0 calc(50%); /* 2 per row */
    max-width: 50%;
  }


  .key-icon-box.icnboxStyl2 {
    background: #f5f5f5;
    border-radius: 12px;
    padding: 0px 10px;
    text-align: center;
    height: 100%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
           margin: 0px 10px;
  }
  
  
  
  .sturdowhitebox .key-icon-box.icnboxStyl2 {
    min-height: 181px;
  }
  
  
  .sturdowhitebox{ margin-top:0px !important;}
  

  .tt-iconbox-customimg img {
    margin-bottom: 10px;
  }

  .service-heading {
    font-size: 14px;
    line-height: 1.4;
  }

.vc_row.wpb_row.vc_inner.plrt0m{padding:0px !important}
.mfs18 p{ font-size:18px !important; line-height: 25px;}
.pt0m{padding-top:0px !important}
.key-icon-box.cont-left.iconboxStyle4{    padding-bottom: 19px !important;}
.key-icon-box.icon-left.icon-default.iconboxStyle4 p {    line-height: 22px;    font-size: 16px;    }

 .key-icon-box.icnboxStyl2 .tt-iconbox-customimg{ padding: 0px;
    margin:0px;     margin-bottom: 4px !important} 


.icnboxStyl2{min-height: 139px;}

.imgboxmain .imgBox {
    margin-bottom: 0px; 
}

.plr21{padding-left:20px !important; padding-right:20px !important;}

#philosophy .wpb_single_image .vc_figure {        text-align: center;    }

.pnundermbile .vc_row.wpb_row.vc_inner{padding:0px !important;}
.pnundermbile .customBtn{ margin-top:26px !important;}

.container .icnboxStyl2 h5.service-heading {
   font-size: 16px;
    line-height: 20px;
}

.container h1.vc_custom_heading.mt40 { margin-top:30px !important;}

.container h4.imgboxTitle {
   
  margin-bottom: 20px;
}

.container .offerbox h4.imgboxTitle {
   
  margin-bottom: 8px;
}


.container h1.vc_custom_heading.mt41{ margin-top: 40px !important;} 
.onlydmt60{margin-top:0px !important;}

.container .fs20h .icnboxStyl2 h5.service-heading{font-size:20px !important;} 

.vc_row.vc_row-flex.fs20h > .vc_column_container {
  display: initial;
}

.fs20h .key-icon-box p {
  margin-bottom: 15px !important;
}


 .imgThumb::before {
    top: 21px;
    right: 30px;
    width: 10px;
    height: 10px;
    opacity: 1;
    font-size: 24px;
  }


.pt30mobile{padding-top:30px;}

.imgBox {margin-bottom: 0px; }

.containerBlog {
  padding: 32px 20px;
  flex-direction: column;
}

.top-bar {
  flex-direction: column;
  align-items: baseline;
}
.post-grid {
  grid-template-columns: repeat(1, 1fr);
  gap: 0;
}

.blogTitleforlist {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 25px;
}
.blogTitleforlist {
  margin-bottom: 20px; 
}


.entryMetacustomSyle {padding:0 20px;
}

  #posts-content .blog-single-title, .container h1 {
  
    padding: 0 20px;
  }

.entry-image{
  
    padding: 0 20px;
  }

.related-posts.customstylerelated .post .entry-wrapper, .related-posts.customstylerelated .portfolio .entry-wrapper {
  padding: 20px 15px !important;
}

.related-posts.customstylerelated .post .entry-wrapper .published.dateblog {
  font-size: 16px;
  color: #70795F;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 500;
}


.container h5.blogTitleforlist2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 32px;
  color: #3A3A3E;
}
.container h5.blogTitleforlist2 a{
  color: #3A3A3E;
}

.locations-header {
  align-items: normal !important;
  flex-direction: column;
  padding:0 20px; 
}

.locations-filters {
  flex-direction: column;
}

.page-top-content {
  margin-bottom: 32px;
}

.locationsTitle {
  padding-bottom: 30px;
}

.blogSidebarinput {
  margin-bottom: 15px;
}

#location-search {
  width: 94%;
}
section.continent-group{padding:0 20px;}


.container h1.section-heading {
    padding: 0 0px;
  }
  
  
.container h1.innerbannerTitle.vc_custom_heading {
    font-size: 30px  !important;
    line-height: 45px  !important; margin-top:50px !important;
}

.kd-card-carousel .owl-nav{width: 97%;}
.pr15m{padding-right:15px !important;}

.close-modal {
  top: -6px !important;
  right: 5px !important;
}

.leader-modal img {
  width: auto !important;
}

#leader-name{margin-bottom: 7px; font-size: 25px;}

.vc_tta.vc_general .vc_tta-panel-title > a {
    flex-direction: row !important;
    justify-content: start !important;
  }

.boxstyle.vc_column_container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}


.numberSyle p {
  text-align: center;
}



  .container .esgStrategydesign h1.vc_custom_heading{text-align:center !important;}
  
  .varticalTab .vc_tta-tabs.vc_tta-tabs-position-left {
  display: inherit;
}


.wpb-js-composer .varticalTab .vc_tta-container .vc_tta.tabTitle.vc_tta-controls-align-left .vc_tta-tabs-container {
  min-width: 100% !important;}
  
  .sub-title{ display:none;}
  
  
.wpb-js-composer .varticalTab .vc_tta-container .vc_tta.tabTitle.vc_tta-controls-align-left .vc_tta-tab{width: 50%;}
 .wpb-js-composer .varticalTab .vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list {padding: 0 20px;}
  

.varticalTab .tabTitle .vc_tta-tabs-container {
  padding-right: 0px !important;}

/* Keep tabs visible on mobile */
@media (max-width: 767px) {
    
    

    
    
    .container .iconBoxStyle2 h4.service-heading {
  line-height: 22px;
  min-height: 70px;
}

.onlyMobile .wpb_column.vc_column_container.vc_col-sm-4.vc_col-xs-6 {
  margin-bottom: 30px;
}

.innerSec2 .container .wpb_single_image .vc_figure{text-align:center !important;}


    /* Show tab navigation */
    .vc_tta-tabs .vc_tta-tabs-container {
        display: block !important;
    }

    .vc_tta-tabs .vc_tta-tabs-list {
        display: flex !important;
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
    }

    /* Hide accordion headings */
    .vc_tta-tabs .vc_tta-panel-heading {
        display: none !important;
    }

    /* Always show panel body */
    .vc_tta-tabs .vc_tta-panel-body {
        display: block !important;
    }

    .vc_tta-tabs .vc_tta-panel {
        display: block !important;
    }
}

@media (max-width:767px){

    .plr20.owl-carousel .imgBox{
        width:100% !important;
        max-width:100% !important;
        margin:0;
    }

    .plr20 .owl-dots{
        margin-top:20px;
        text-align:center;
    }

    .plr20 .owl-dot span{
        width:10px;
        height:10px;
        margin:5px;
        display:block;
        border-radius:50%;
        background:#ccc;
    }

    .plr20 .owl-dot.active span{
        background:#000;
    }

}



}








@media (max-width: 767px) {
    /* #mega-menu-wrap-header-menu #mega-menu-header-menu ul.mega-sub-menu{height: 450px !important; overflow: scroll !important;}*/  


  .read-toggle {
          display: inline-block;
        margin-top: 5px;
        cursor: pointer;
        background: none;
        border: none;
        color: #5A8411;
        font-size: 16px;
        text-decoration: underline;
        font-weight: 600;
        padding-left: 0px;
  }
}

/* Hide button on desktop */
@media (min-width: 768px) {
    
  .read-toggle {
    display: none;
  }
}



.kd-card-carousel .owl-stage {
	display: flex;
}

.kd-card-carousel .owl-item {
	float: none;
}








/*Mahendra*/


.accordion .btn-link {
  position: relative;
  padding-right: 40px;
  text-decoration: none;
}

.accordion .btn-link::after {
  content: "+";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  font-weight: bold;
}

.accordion .btn-link[aria-expanded="true"]::after {
  content: "-";
}

.accordion.financial-page{ border-radius:15px;}

.accordion.financial-page .card{background: #404a3d;
  border-radius: 15px;
  margin-bottom: 20px;
    padding: 15px;
}

.accordion.financial-page .card .btn.btn-link {
  width: 100%;
  text-align: left;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}


.accordion.financial-page .card .card-body{background:#fff; border-radius: 15px;}


.accordion.financial-page .card .card-body .file-icon-link{color:#000;}

.accordion.financial-page .card .card-body .row .single-item-fin{background: #efefef;
  margin: 6px !important;
  max-width: 49%;
  border-radius: 10px;
}




.capacity-wrapper {
  overflow-x: auto;
}

.capacity-table {
  width: 100%;
  min-width: 900px;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* Header */
.capacity-table thead th {
  background: linear-gradient(135deg, #E6EBD0, #BBC0A3);
  color: #2b2b2b;
  padding: 16px 14px;
  font-size: 18px;
  text-align: center;
  border-bottom: 1px solid #e5e7eb;
}

.capacity-table thead span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  opacity: 0.85;
}

/* Body */
.capacity-table td {
  padding: 15px 14px;
  border-bottom: 1px solid #edf0f3;
  font-size: 14px;
  text-align: center;
}

.capacity-table td:first-child {
  text-align: center;
  font-weight: 500;
  color: #1f2937;
}

/* Highlight consolidated column */
.capacity-table .highlight {
  background: #54a140;
  font-weight: 600;
  color: #fff;
}

/* Row hover */
.capacity-table tbody tr:hover {
  background: #f6f8fa;
}

/* Last row cleanup */
.capacity-table tbody tr:last-child td {
  border-bottom: none;
}

/* Footnote */
.note {
  margin-top: 12px;
  font-size: 12px;
  color: #555;
}
 

 

/*21-01-26*/


.jobs-table { width: 100%; border-collapse: collapse; margin-top: 20px; }
.jobs-table th { background: #E9EEE8; text-align: left; padding: 15px; }
.jobs-table td { padding: 15px; border-bottom: 1px solid #eee; } 
.jobs-table tr:nth-child(even) { background-color: #EEEEEE; }
.apply-link { color: #99ad00; font-weight: bold; text-decoration: none; border-bottom: 1px solid transparent; }
.apply-link:hover { border-bottom: 1px solid #99ad00; }
.apply-form-container {
    background: #fff;
    padding: 20px;
}
.form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}
.form-row input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.file-upload-section {
    border: 2px dashed #ddd;
    padding: 30px;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 8px;
}
.submit-button input {
    background: #333;
    color: #fff;
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
}






.locations-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  
    padding-bottom: 28px;
}

.locations-filters {
    display: flex;
    gap: 15px;
}

.search-box2 {
    display: flex;
    align-items: center;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 5px 10px;
        height: 40px;
}
#location-search{ border: 0px ;}

.continent-title {
    font-size: 24px;
    color: #333;
    margin: 40px 0 20px;
    border-bottom: 4px solid #eee;
    padding-bottom: 10px;
}

.locations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}

.location-card {
    background: rgba(237, 242, 238, 1); /* Light greenish-grey from image */
    padding: 20px;
    border-radius: 6px;
}

.location-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.locName {
    	line-height: 24px;
	text-align: left;
	font-size: 18px;
	color:rgba(58, 58, 62, 1);
	font-weight: 600;
}

.location-details {
    margin-bottom: 24px;
}

.pb24{padding-bottom:24px;}

.detail-item {
    margin-bottom: 24px;
}

.detail-item .detail-itemtitle {
   
    color: rgba(85, 85, 85, 1);
    margin-bottom: 8px;
    
 font-weight: 500;  font-size: 18px;  line-height: 26px;
}
.dashicons.rotet50{    rotate: 116deg;}

.detail-value.highlight {
    color: #5d8b2a; /* Green text from image */
    font-weight: 600;
    font-size: 0.95rem;
}


/* Card specific overrides for WYSIWYG content */
.location-card .wysiwyg-value p {
    margin: 0;
    line-height: 1.4;
}

.location-card .address-box {
    margin-bottom: 20px;
    font-size: 0.95rem;
    color: #555;
}

/* Matching the green color for phone/email from the image */
.location-card .highlight, 
.location-card .highlight a {
    color: rgba(90, 132, 17, 1) !important;
    text-decoration: none;
    font-weight: 500;
}

.detail-item strong span.dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    color: #444;
}



.page-top-content {
    margin-bottom: 50px;
    line-height: 1.6;
    color: #333;
}

.page-top-content h1, 
.page-top-content h2 {
    margin-top: 0;
}

/* Ensure images in top content are responsive */
.page-top-content img {
    max-width: 100%;
    height: auto;
}





@media (max-width:767px){
    
    .capacity-table {
  min-width: 100%;
}

.documentRow .mkdoc a .font-weight-bold{max-width:300px;}

.container .mbileview.vc_row-has-padding-bottom {
        padding-bottom: 0px !important;
    }
    
    .mbileview{
        overflow-x: auto !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
    }

    /* Always reserve space for scrollbar (desktop support) */
    .mbileview{
        scrollbar-gutter: stable;
    }

    /* Desktop scrollbar styling */
    .mbileview::-webkit-scrollbar{
        height: 8px;
    }

    .mbileview::-webkit-scrollbar-track{
        background: #ddd;
    }

    .mbileview::-webkit-scrollbar-thumb{
        background: #666;
        border-radius: 10px;
    }
.mbileview{
    position:relative;
    overflow-x:auto;
    overflow-y:hidden;
}

.scroll-thumb{
    position:absolute;
    bottom:2px;
    left:0;
   
    background:#666;
    border-radius:20px;
    z-index:99999;
    pointer-events:none;
}
}









/*
.ihotspot_popup{
    position:absolute;
    background:#fff;
    border-radius:8px;
    box-shadow:0 10px 30px rgba(0,0,0,.25);
    max-width:320px;
    z-index:999999;
}

@media(max-width:991px){

    .ihotspot_popup{
        position:fixed !important;
        left:15px !important;
        right:15px !important;
        top:50% !important;
        transform:translateY(-50%);
        max-width:none;
        width:auto;
    }

}*/








/*Mahendra*/


