#/*@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap');*/
a {text-decoration: none; color: inherit; transition: all .4s}
img{
	max-width: 100%;
}
figure{font-size:0; margin: 0}
.img-cover {font-size: 0}
.img-cover > video ,
.img-cover > img{
    width: 100%; height: 100%; object-fit: cover    
}
a:hover {
    color: inherit;
}
body {
	text-overflow: ellipsis;
    font-family: "Lato", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 1.5;
}
.container {
	width: 100%;
	max-width: 1243px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.header {
	padding: 5px 0;
    position: sticky;
    top: 0;
	z-index: 123;
    background-color: #fff;
}
.sticky {
	-webkit-box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.49);
	-moz-box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.49);
	box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.49);
}


.main-menu{
   color: #6E787E;
   font-size: 12px;

}
.main-menu ul {gap:42px; margin: 0; padding: 0}
.main-menu ul li a {
	transition: all .4s;
}
.main-menu ul li {
	transition: all .4s;
	list-style: none;
	margin: 0; padding: 0
}
.main-menu ul li.current-menu-item a ,
.main-menu ul li a:hover {
	color: #288B7B;
}
.main-menu ul li.current-menu-item {
	color: #ED1C24;
	font-weight: 600;
}
.heroBg {
	background-color: rgba(0,0,0,0.01);
}
.home .heroBg:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 30%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 30%, rgba(255,255,255,0) 100%);
	background: linear-gradient(90deg, rgba(0,0,0,1) 30%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}
.heroTxt .container > * {
	max-width: 560px;
}
.heroTxt p{color: #D9D9D9}
.heroTxt .link-btn{
	margin-top: 32px;
}
body:not(.home) .heroBg:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: -moz-linear-gradient(90deg, rgba(0,0,0,.9) 39%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0,0,0,.9) 39%, rgba(255,255,255,0) 100%);
	background: linear-gradient(90deg, rgba(0,0,0,.9) 39%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}
body:not(.home) .hero-section .heroBg {
	height: 350px;
}
body:not(.home) .hero-section .heroTxt h1 {font-size: 36px}
body:not(.home) .hero-section .heroTxt .container > * {
	max-width: 400px;
}
h1 {
	font-size: 44px; 
	line-height: 1.20; 
	color: #797979;
	margin-bottom: 8px;
}
h3 {font-size: 32px; line-height: 1.32; 
	color: #333333;
	font-weight: bold;
}
h4 {font-size: 24px; margin-bottom: 15px;
	font-weight: 600;
}
h5 {
	font-size: 18px; margin: 0;
	line-height: normal;
	font-weight: 600;
}
.bg_gray {
	background-color: #F0F0F0;
}
.bg_gray h3 {
	color: #aaa;
}
h1 strong {
	color: #fff;
}
.greenTxt{
	color: #288B7B;
	display: inline-block;
}
.link-btn {
	font-size: 16px;
	font-weight: 600;
	color: #C69720;
	vertical-align: middle;
}
.link-btn span {
	transition: all .4s;
	margin-left: 7px;
	
	display: inline-block;
}
.link-btn:hover {color: #C69720;}
.link-btn:hover span {
	margin-left: 12px;
}
.we-canhelp{
	max-width: 435px;
}
.we-canhelp h3 {
	margin-bottom: 24px;
	max-width: 275px;
}
.bg-green {
	background-color: #349081;
	color: #fff;
	padding: 50px 0;
}
.contactForm {
	max-width: 375px;
	width: 100%;
	margin-bottom:30px;
}
.contactForm form .form-control {
	background-color: #F3F3F3;
	border-radius: 2px;
	padding: 0 20px;
	height: 48px;
	outline: none;
	box-shadow: none;
	border:none;
	font-size: 14px;
	border-radius: 6px;
}
.contactForm form .form-control:not(.btn) {
	margin-bottom: 0px;
}
.contactForm form textarea.form-control:not(.btn) {
	margin-bottom: 5px !important;
	height: 120px;
	resize: none;
	padding: 15px 20px;
	
}
.btn-primary{
	height: 54px;
	font-weight: 500;
	line-height: 50px;
	padding:  0 15px;
	color: #fff;
	border: 2px solid #DBAD37;
	background-color: #DBAD37;
	width: 190px;
	font-size: 20px;
	border-radius: 6px;
}
.btn-primary:hover {
	border: 2px solid #DBAD37;
	background-color: #fff;
	color: #DBAD37;
}
.top-footer {
	padding: 60px 0 60px;
}
.top-footer .container {
	max-width: 1030px;
}
.main-footer{
	background-color: #363636;
	padding: 55px 0 30px;
	color: #fff;
	font-size: 14px;
	line-height: 1.24;
}
.main-footer .row {
	width: 100%;
	max-width: 1200px; 
	margin: 0 auto;
}
.f_menus li:not(:first-child){
	margin-top: 10px;
}
.footer ul li {list-style: none;}
.main-footer h6 {
	font-weight: 400;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255,255,255,.5);
	margin-right: 40px;
}
.main-footer p {margin: 0}
.main-footer p + h6 {
	padding-bottom: 0; margin-bottom: 10px;
	margin-top: 30px;
	border: none;
}
.social_sec{
	max-width: 213px;
	margin: 0 0 0 auto;
}
.social_sec ul {gap: 12px; margin: 0; padding: 0}
.social_sec ul li a {
	width: 34px; height: 34px;
	border-radius: 50%;
	border: 1px solid #fff;
	border-radius: 50%;
	font-size: 19px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.social_sec ul li a:hover {
	border-color: #DBAD37;
}
.policy_row{
	margin-top: 50px;
	border-top: 1px solid rgba(255,255,255,.5);
	padding-top: 28px;
}
.policy_row p {
	font-weight: 300;
	font-size: 14px;
}
.footer a:hover {
	color: #DBAD37;
}
.certifications .container {
	max-width: 800px;
}
.we-use-sec{
	background-color: #F8F8F8;
	padding: 70px 0 50px;
}
.use_item .use_item_in {
	max-width: 208px;
	width: 100%;
}
.use_item_in h5 {
	margin: 25px 0 0 ;
	color: #333333;
}
.use_item_in .expLink{
	background-color: rgba(219, 173, 55, .75);
	width: calc(100% - 34px);
	height: calc(100% - 34px);
	left: 17px;
	top: 17px;
	font-size: 18px;
	color: #fff;
	padding: 0 10px ;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: scale(0);
}
.use_item_in:hover .expLink{
	transform: scale(1);
}
.item_wrapper{
	margin-top: 75px;
	margin-bottom: 80px;
}
.slick-arrow {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	display: inline-block;
	margin-top: -22px;
}
.slick-arrow:before {display: none}
.slick-arrow.slick-next {
	background-image: url('../images/arrow-right.png');
	background-repeat: no-repeat;
	right: -70px;
}
.slick-arrow.slick-prev {
	background-image: url('../images/arrow-left.png');
	background-repeat: no-repeat;
	left: -70px;
}
.headingTxt {
	max-width: 670px;
	margin: 0 auto;
}
.headingTxt2 {
	max-width: 720px !important;
	margin: 0 auto;
}
.headingTxt h6 {
	font-weight: 500;
	color: #929292;
	font-size: 16px;
}
.our-process {
	padding: 70px 0 140px;
}
.headingTxt h4 {
	margin-bottom: 10px;
}
.headingTxt h6 {margin: 0}
.headingTxt p {
	margin-top: 25px;
	margin: 0;
}
.our-process .headingTxt {
	margin-bottom: 60px;
}
.process-row{
	margin: 0 -30px;
}
.process-row .process_item {
	width: 20%;
	max-width: 20%;
	padding: 0 5px;
	
}
.process-row .process_item .process_icon {
	width: 144px;
	/*border: 1px solid #D9D9D9;*/
	background-color: #F8F8F8;
	margin: 0 auto 12px;
}
/* .process-wrapper:before{
	height: 1px;
	width: 100%;
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	top: 72px;
	border-bottom: 1px dashed #D9D9D9;
} */
.introsec_in .intro-Head {
	width: 50%;
	padding-right: 60px;
}

.introsec_in .intro-Head h3 {
	max-width: 350px;
	margin: 0 0 0 auto;
}
.intro-details{
	width: 50%;
	padding-left: 60px;
	padding-right: 35px;
	border-left: 1px solid #D9D9D9;
}
.introsec{
	padding: 100px 0 80px;
}
.intro_num{
	padding-top: 80px;
	max-width: 950px;
	margin: 0 auto;
	width: 100%;
	padding-left: 70px;
}
.intro_num h3 {
	font-size: 42px;
	margin: 0;
	color: #288A7A;
	line-height: normal;
}
.intro_num p {
	margin: 0;	
	font-weight: 600;
	font-size: 20px;
	color: #333333;
}
.industries_sec {padding-bottom:0 }
.industries_sec:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 226px;
	width: 100%;
	background-color: #fff;
}
.headingTxt{
	margin-bottom: 45px;
}
.industries_sec .headingTxt h6{
	color: #91DAC7;
}
.industries_sec .row {
	row-gap: 20px;
}

.industries_item {
	border-radius: 12px ;
	overflow: hidden;
}
.industries_item .industriesTxt{
	height: 120px;
	color: #333333;
	padding: 15px 70px 15px 20px;
}
.industries_item .industriesTxt p {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
}
.industries_item figure {
	height: 400px;
	width: 100%;
	margin: 0;
}
.p_plus {
	width: 60px;
	height: 60px;
} 
.p_icon {
	width: 60px;
	height: 60px;
	background-color: #DBAD37;
	border-top-left-radius:8px;
}
.p_icon .p_iconin {
	position: absolute;
	width: 60px;
	height: 60px;
	object-fit: contain;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 0;
	right: 0;
}
.explore{
	width: 100%;
	text-align: center;
	padding: 0 15px;
	z-index: 3;
	color: #fff;
	font-size: 20px;
	transition: all .4s;
	opacity: 0;
	font-size: 16px;
	line-height: 20px;
}
.industriesTxt:hover .explore{
	opacity: 1;
}
.industriesTxt:hover .p_icon{
	width: 100%;
	height: 90%;
	background-color: rgba(219,173,55,1);
}
.industries_row {
	margin-bottom: 80px;
}
.solutions_sec{
	padding: 110px 0 135px	;
}
.sol_item:not(:first-child ) {
	border-left: 1px solid #D9D9D9;
}
.sol_item {
	height: 560px;
}
.solutions_sec_Wrap  figure img {
	object-position: right center;
}
.solutions_sec_Wrap {
	border-radius: 12px;
	overflow: hidden;
}
.sol_item .soltextHover {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 108px;
	opacity: 0;
	visibility: hidden;
	padding: 45px 40px;
	transition: all .5s;
	color: #fff;
	background-color: rgba(219,173,55,1);
}

.sol_item:hover .soltextHover {
	opacity: 1;
	visibility: visible;
}
.sol_item .soltextHover p {margin: 0;
	line-height: 1.4;
}
.sol_item:hover .sol_text {
	background-color: rgba(219,173,55,1);
}
.sol_item .sol_text {
	height: 108px;
	padding: 10px 25px;
	background-color: rgba(219,173,55,.75);
}
.sol_text p {
	max-width: 210px;
	width: 100%;
	margin: 0 auto;
	line-height: 1.5;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}
.solutions_sec_Wrap {margin-bottom: 45px}
.solutions_sec_Wrap > figure {
	background-color: #F0F0F0;

}


.inner-intro + .intro_num {
	padding-top: 30px;
}
.vi_wrap {
	row-gap: 90px;
}
.vision-infrastructure{
	padding: 80px 0 110px;
}
.vi_row {
	margin: 0 -30px;
	color: #333333;;
	row-gap: 20px;
}
.vi_row h4{
	color: #333333;
}
.vi_row > div {
	padding: 0 30px;
}
.star-box{
	padding: 20px 7px;
	border: 1px solid #D9D9D9;
	border-radius: 10px;
	width:30% !important;
	margin-right:15px;
}
.star-box p {
	font-weight: bold;
	margin: 0;
}
.star-img {
	margin-bottom: 10px;
	display: inline-block;
}
.std_certify {
	padding: 85px 0;
}
.std_certify .container {
	max-width: 875px;
}
.std_certify .box-wrap {	
	max-width: 630px;
	margin: 0 auto;
	margin-top: 50px;
	row-gap: 20px;
}
.std_certify .box-wrap .ratio {
	border-radius: 6px;
}

.leadership{
	padding: 50px 0;
	overflow: hidden;
}
.leadership h4 {
	margin-bottom: 60px;
	color: #333333;
}
.leadership_row .leadership_profile {}
.leadership_row .leadership_txt {
	padding: 70px 65px;
	background-color: #fff;
}
.leadership_row .leadership_txt h4 {
	margin-bottom: 24px;
	margin-left: auto;
	margin-right: auto;
	display: table;
}
.leadership_profile {
	width: 375px;
}
.leadership_txt {
	width: calc(100% - 375px);
}
.leadership_wrap {
	row-gap: 70px;
}
.team_slider{
	margin: 0 -15px;
}
.team_member {
	position: relative;
	height: 300px;
	padding: 0 15px;
}
.team_member_in > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* .team_member_in:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(176deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(176deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(176deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
} */
.team_member_in .teamTxt{
	padding: 13px;
	color: #fff;
}
.team_member_in .teamTxt h6 {
	margin: 0 0 6px;
	font-weight: bold;
}
.team_member_in .teamTxt p{
	font-size: 14px;
	margin: 0;
}

.our-team{
	padding: 50px 0 120px;
}

.our-team h4{
	color: #333333;
	
	margin-bottom: 40px;
}
.process_item:not(:first-child) .ratio::after {
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	right:0px;
	content: '';
	width:200px;
	height: 3px;
	border-top:1px dashed #D9D9D9;
	z-index: -1;
}
.processarrow {
    position: absolute;
    top: 40%;
    left: -15px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 26px;
	color: #D9D9D9;
}
.slide {
	width: 100%;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}
.heroTxt.heroTxt-1 {
	top: 70% !important;
}
.applybox {
    border:1px solid #D9D9D9;
    padding: 10px 20px;
}
.applybox span  {
    margin: 20px 0px 10px;
    display: block;
    font-size: 19px;
    line-height: 22px;
    font-weight:500px;
    font-family: "Lato", sans-serif;
}
.applybox p {
	margin-bottom: 3rem;	
}
.careerbanner-2 {
	margin-bottom: 3rem;
}
.careercontent {
	padding-bottom: 20px;
}
.heroTxtcareer.heroTxt .container > * {
	max-width: 600px;
} 
.modal-footer {
	justify-content: center !important;
}
textarea {
	resize: none;
 }
 .intro_num h3 span {
	font-size: 24px;
 }
 .sol_text p {
	max-width: 100%;
 }
 .leaderdot {
    display: block;
    position: relative;
    top: 10px;
    width: 10px;
    height: 10px;
    background: #349081;
    border-radius: 50%;
    right: -215px;
    top: 20px;
}
 .leaderdot::after {
    position: absolute;
    left: 10px;
    background: black;
    content: '';
    height: 2px;
    width: 20000px;
    top: 4px;
}
.leadership_txt.righttopbottmradius.leaderdotnewsection1 {
	width:100% !important;
	padding-left: 0px !important;
	background: transparent;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px !important;
}
.leadership_txt.righttopbottmradius.leaderdotnewsection1 p {
	text-align: center;
	max-width: 750px;
	margin: 0 auto;
}
.leadership_txt.lefttopbottmradius.leaderdotnewsection2 p {
	text-align: center;
	max-width: 750px;
	margin: 0 auto;
	padding-right: 0px;
}
.leadership_txt.lefttopbottmradius.leaderdotnewsection2 {
	background: transparent;
	width:100% !important;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.leaderdot2 {
    background: #DBAD37;
    border-radius: 30%;
    right: 45px;
}
.leaderdot2::after {
	right: 10px;
    left: auto;
}
/* .pdr0 {
	padding-right: 0px !important;
} */
.owl-carousel {
	overflow: hidden;
  }
  
  .owl-stage-outer {
	margin-left: -20px !important; /* Ensures cropped elements are not visible */
  }

.plussymbol
 {
	width: 38px !important;
}  
.main-menu ul li.active a {
	color: #288B7B !important;
}
#nobuttonstyle {
	padding: 0px;
	background: none;
	border: 0px;
	outline: none;
	font-size: 14px;
	width: auto;
	font-family: "Lato", sans-serif;
	font-weight: 300;
}
.modal-body {
	padding: 30px;
	color:#666666;
}
.modal-body p {
	margin-bottom: 2rem;
}
.modal-backdrop.show {
	opacity: .7;
}
.modal-content, .modal-dialog{
	width:800px !important;
	margin:25px auto !important;
	max-width: 800px !important;
}
.btn-close:focus {
	outline: none;
	box-shadow: none;
}
.industries_item .industriesTxt {
	padding: 10px 25px;
    background-color: rgba(219, 173, 55, .75);
}
.explore {
	align-items: center;
	display: flex;
	height: 54%;
	background-color: rgba(219, 173, 55, .75);
}
.industries_item .industriesTxt:hover .explore {
	background-color: rgba(219,173,55,1);
}
.industries_item .industriesTxt:hover {
	background-color: rgba(219,173,55,1);
}
.industries_item .industriesTxt p {
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
}
body {
	font-family: "Lato", sans-serif;
	font-size:16px;
	line-height:20px;
}
.top-footer {
	background:#dddddd;
}
.headingTxt {
	max-width:682px;
}
.main-menu ul li a, .modal-body a {
	color:#6E787E !important;
	text-decoration:none !important;
}
.main-footer a {
	color:#ffffff !important;
	text-decoration:none !important;
}
.wpcf7-quiz-label {
    display: block !important;
    margin-bottom: 10px !important;
    margin-top: -10px !important;
}
.wpcf7-submit {
	margin-top:25px !important;
}