@charset "utf-8";


/*@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,700,700i');

@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,400;0,700;1,400;1,700&display=swap');*/

/* CSS Document */

body{
	color: #033035;
    font-family: "Poppins", sans-serif;
	font-optical-sizing: auto;
	font-variation-settings:"wdth" 100;
	font-size:15px;
	font-weight: 400;	
	letter-spacing:0.5px;
	line-height: 28px;	
}

.hero-banner{
	padding:0;
	position:relative;
	background:#fbac2c;	
}

.hero-banner  .hero-img-container{
	width: 50%;
	float:left;
	padding-top: 50px;
}
.hero-banner  .hero-img-container img{
	width:100%;
}

.custom-tab{
	padding:0;
}

.custom-tab-bg{
	position:relative;
}
.custom-tab{
	background: #fff;
	width: 500px;
	position: absolute;
	bottom: 20px;
	left: 15px;
	height: auto;
	border-radius: 4px;
	z-index: 3000;
}
.custom-tab .tab-content .list-view{
	height: 200px;
	overflow: auto;
}

.custom-tab .nav-tabs{
	background: #fff;
	border-bottom: 0px;
	border-left: 1px solid #fff;
	border-radius: 4px;
}

.custom-tab .nav-tabs .nav-link {
	border-radius: 0px;
	padding: 15px 30px 15px 30px;
	border: 0px;
	color: #071730;
	font-size: 16px;
	font-weight: normal;	
}
.custom-tab .nav-tabs .nav-link.active {
	background:#fff;
	color:#7623fb;
	font-weight:normal;
	position:relative;
}

.custom-tab .nav-tabs .nav-link.active::before{
	/*background: url('../img/mn-ds-line.png') no-repeat;*/
	width: 100%;
	height: 10px;
	left: 30px;
	top: 44px;
	z-index: 1;
	position: absolute;
	content: "";
	transition: all ease-in-out 0.5s;
	
}
.banner-section{
	position:relative;
	background:#fbac2c;
}

.list-view{
	margin: 20px 30px 0px 30px;
	padding: 0;
	list-style: none;
}
.list-view li{
	margin-bottom: 15px;
	position: relative;
	background: rgba(0,0,0,0.09);
	padding: 8px 10px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1.5;
}
.list-view li i{
font-size: 17px;
position: absolute;
left: 0px;
color:#666;
}


.wdt-full{
	width: 100%;
	display: inline-block;
}



.list-view li a{
	color:#071730;	
	text-decoration:none;
}
.list-view li a:hover{
	color:#8249fa;
}

.list-view li a.btn{
	font-weight:bold;
}

.list-view li a.btn.btn-primary{
	padding: 5px 20px;
	border-radius: 30px;
	min-width: 150px;
	text-align: left;
	margin-top: 10px;
	background:#8249fa;
	color:#fff;
	border: 1px solid #8249fa;
}
.list-view li a.btn.btn-primary:hover{
	background:#7442dd;
}

.icn,.sun-icn-list ul li::before{
	background:url('../img/sun-icon.png');
	width:20px;
	height:10px;
	float:right;
	margin-top: 5px;
}
.sun-icn-list ul li::before{
	left: 0;
	top: 4px;
	position: absolute;
	content: "";
	z-index: 1;
}

.btn.btn-primary{	
	background:#1b5fac ;
	border-color:#1b5fac ;
	color:#fff;
	font-size:13px;
}
.btn.btn-primary:hover{	
	background:#7442dd;
	color:#fff;
}

.border-dark {
	border-color: #e7e7e7 !important;
}

.spl-list-view{
	margin: 15px;
	background: #fff;
	padding: 30px;
	border-radius: 4px;
	box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.1);
}
.spl-list-view h3{
	font-size: 20px;
	margin-bottom: 15px;
}
.spl-list-view ul{
	list-style:none;
	position:relative;
}
.spl-list-view ul::before{
	position: absolute;
	left: 14px;
	width: 2px;
	height: 94%;
	z-index: 1;
	content: "";
	background: #2d7fe2;
	top: 10px;
	bottom: 0;
}
.spl-list-view ul li{
	margin-bottom:15px;
	position:relative;
}
.spl-list-view ul li::before{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	content: "";
	z-index: 1;
	left: -30px;
	top: 7px;
	background: #2d7fe2;
	position: absolute;
}
.tab-panel{
	padding: 30px;
}

.blue-panel-info{
	background: #2d7fe2;
	padding: 30px;
	color: #fff;
	border-radius: 4px;
	margin-bottom:3rem;
}

.blue-panel-info h3{
	font-size:20px;
	margin-bottom: 30px;
	color:#fff;
}
.blue-panel-info p{
	margin-bottom:30px;
}
.btn-light{
	font-size: 13px;
}

.white-panel-info{
border: 1px solid #e7e7e7;
padding: 30px;
border-radius: 4px;
margin-bottom: 60px;
min-height: 355px;
background: #fff;
}
.white-panel-info h3{
	font-size:20px;
	margin-bottom:60px;
}
.logo-slider-item {
   text-align: center;
}
.logo-slider-item  img{
width: 100px;
height: 100px;
}

.logo-slider-item h4{
	font-size:14px;
	font-weight:normal;
	color:#666;
}

.footer-section{
	background: #1b5fac ;
	padding: 15px;
	color: #fff;
}
.footer-section p.copyrights{
	margin-bottom:0px;
	font-size:13px;
	opacity:0.8;	
}
.footer-section .social-links{
	text-align:center;
	display: inline-block;
}
.footer-section .social-links a{
	width: 30px;
	height: 30px;
	text-align: center;
	background: #fff;
	display: inline-block;
	font-size: 17px;
	border-radius: 50%;
	color: #1b5fac ;
	margin-left: 5px;
	line-height: 33px;
	margin-bottom:10px;
}
.footer-section .social-links a:hover{
	background:#000;
	color:#fff;
}

.main-header{
	width:100%;	
	border: 1px solid #d1d1d1;
	border-width:0px 0px 1px 0px;
	background: #fff;
	box-shadow: 0px;
	z-index: 1000;
	position: relative;	
}
.header-logo{
	float: left;
	padding: 15px 0px;
	width: 100%;
}

.header-logo a{
	color:#071730;
}
.header-logo a span{
	float:left;
	margin-left:10px;
	margin-top:10px;
	margin-right: 10px;
}

<b>Outcome</b> {
	/*float: left;
	width: 100%;*/
	overflow: hidden;
}
.navbar{
	min-height: 100px;
}
.header-menu ul {
width: auto;
  float: right;
  text-align: right;
  list-style: none;
  padding: 0;

}

.header-menu li {    
  float: left;
  width: auto;
  padding: 10px 0px 10px 0px !important;
  margin-bottom: 0px;
}

.header-menu li a{
	color: #071730;
	font-size: 16px;
	text-decoration: none;	
	position: relative;		
	padding: 10px 0px 10px 30px;
	border-radius: 4px;
}

.header-menu li a:hover{	
	color:#1b5fac;
	border-radius:4px;
}
.header-menu ul li ul li a:hover{
	background:transparent;	
	color:#1b5fac;
	text-decoration:none;		
	border-radius:0px;
}
.header-menu li a:hover{
}

.ad-tt.fn-lg {
    font-size: 35px;
	margin-bottom: 0px;
	font-weight: normal;
}
.section-title h2 {
    margin-bottom: 0px;
    position: relative;    
	font-size: 35px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.9);
}

.header-menu li.current_page_item a{
	
	/*color:#1b5fac;*/
	
}
.header-menu li.current_page_item ul li a {
	background:transparent;
	border-radius:0px;
}

.mb-null{
	margin-bottom:0px !important;
}
.header-menu li  ul li a::before{
	background: url('../img/mn-ds-line.png') no-repeat;
	width: 0%;
	height: 10px;
	left: 15px;
	top: 44px;
	z-index: 1;
	position: absolute;
	content: "";
	transition: all ease-in-out 0.5s;
}

.header-menu li  ul li a:hover::before{
	width:80%;
}


.mn-hgt-cnt{	
	min-height: 480px;	
}

.facility-title-bg{
	background: #2d7fe2;
	padding: 60px 30px;	
	position:relative;
}
.facility-title-bg::before{
	content: "";
	z-index: 0;
	width: 100%;
	height: 100%;
	background: url(../img/infrastructure-and-ecosystem-of-indian-solar-energy-harnessing-center.jpg);    
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background-size: cover;
	background-position: bottom;
	opacity: 0.1;
}
.facility-title-bg h1{
	color: #fff;	
}
.facility-title-bg p{
	color: #c3deff;	
}

.facility-description{
	padding:2rem 2rem;
}
.facility-description .facility-single-item{
	margin-bottom:16px;
}

.facility-description .facility-single-item .icon-img{
	width:100%;
}
.facility-description .facility-single-item h4{
	font-size:16px;	
}
.facility-description .facility-single-item ul li{
	margin-bottom:0.5rem;	
}

.main-title-bg{
		background: #1b5fac ;
	background:url('../img/pattern-bg.jpg') no-repeat;

	padding: 30px 30px;
	position:relative;	
	background-size: cover;
}
.custom-title-bg{
	padding:60px 0px;
	}
.custom-title-bg::before{
		content: "";
	z-index: 0;
	width: 100%;
	height: 100%;
	background: url(../img/infrastructure-and-ecosystem-of-indian-solar-energy-harnessing-center.jpg);    
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background-size: cover;
	background-position: bottom;
	opacity: 0.1;
}
/*.main-title-bg::before{
	content: "";
	z-index: 0;
	width: 100%;
	height: 100%;
	background: url(../img/infrastructure-and-ecosystem-of-indian-solar-energy-harnessing-center.jpg);    
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background-size: cover;
	background-position: bottom;
	opacity: 0.1;
}*/
.main-title-bg h1{
	color: #fff;
	font-size: 28px;	
}
.main-title-bg p{
	margin-top: 15px;
	color: #fff;
}
.mb-null{
	margin-bottom:0px;
}
.list-post{	
	background: #fff;
	padding: 30px;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: 1px 2px 2px rgba(0,0,0,0.1);	
	margin-bottom: 30px;
	
	
}
.list-post .post-title{
	font-size: 17px;
	font-weight:normal;
	margin-top: 0px;	
	color:#1b5fac ;
	padding:0;
	text-align:left;
}
.list-post .post-title a{
	color:#1b5fac ;
}
.list-post .post-description{
	font-size:14px;
}
.list-post .post-category{
	font-size: 13px;
	margin-right: 15px;
	color: #444;
}
.list-post .post-category a{
	color: #444;
	text-decoration:underline;
}
.list-post-bg{
	padding: 30px 0px;
	background: #f6f6f6;
/*	background: #e0e3e8;*/
}
.widget-bg{
	border-radius: 4px;
	padding: 15px;
	text-align: left;
	font-size: 15px;
	background: #e0e3e8;
}
.widget-bg .widget-title{
	font-size:16px;
}
.widget-bg ul{
	margin:0;
	padding:0;
	list-style:none;
}
.widget-bg ul li{
	margin-bottom: 0px;
	width: 100%;
	display: inline-block;
}
.widget-bg ul li a{
	color:#666;
}
.widget-bg ul li:last-child{
	margin-bottom:0px;
}
.widget-bg input[type=text]{
	width: 100%;
	border-radius: 4px;
	border: 1px solid #ccc;
	padding: 5px 15px;
	margin-bottom: 15px;
}
.widget-bg input[type="submit"]{
	background: #1b5fac ;
	border-radius: 4px;
	padding: 5px 20px;
	color: #fff;
	border: 1px solid #1b5fac ;
	font-size: 14px;	
}
.single-post-bg{
	padding:30px 0px;
	background: #fff;	
}
.comment-reply-title,#comments{
	font-size:18px;
}
.commentlist{
	list-style:none;
	margin:0;
	padding:0;
}
.commentlist li {
    background: #e0e3e8;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.comment-reply-link{	
	background: #2d7fe2;
	border-radius: 4px;
	padding: 5px 20px;
	color: #fff;
	border: 1px solid #2d7fe2;
	font-size: 14px;
}

.comment-body .comment-author .fn{
	font-size:13px;	
} 

.comment-meta.commentmetadata{
	font-size:13px;	
}


.comment-form-comment label{
	width:100%;
}
.comment-form-comment #comment{
	height: 150px;
	border: 1px solid #ccc;
}

.comment-form-comment .form-submit .submit{
	background: #2d7fe2;
	border-radius: 4px;
	padding: 5px 20px;
	color: #fff;
	border: 1px solid #2d7fe2;
	font-size: 13px;
}

.comment-respond{
	margin:30px 0px;	
}

.comment-form .form-submit .submit{
	background: #2d7fe2;
	border-radius: 4px;
	padding: 5px 20px;
	color: #fff;
	border: 1px solid #2d7fe2;
	font-size: 13px;
}

.post-description{	
	margin-top: 15px;
}
.fullpage-post-description{
	margin-bottom: 60px;
	margin-top: 40px;
}
.fullpage-post-description h1,.fullpage-post-description h2,.fullpage-post-description h3,.fullpage-post-description h4,.fullpage-post-description h5,.fullpage-post-description h6{
	margin-top: 10px;
	line-height: 1.2;
	margin-bottom: 20px;
	font-size: 22px;
}


.tmm .tmm_member {
    margin-top: 30px;
    margin-bottom: 30px;
	background: transparent;
	border: 0px !important;
	box-shadow: 0px;
	text-align: left;
}

.tmm .tmm_member .tmm_photo{
	border-radius: 10px !important;
	border: none !important;
	margin-top:30px !important; 
}

.tmm .tmm_member{
	border-top:2px solid #2d7fe2 !important;
}

.tmm .tmm_member .tmm_photo{
	margin-top:0px !important;
}
.tmm .tmm_names {
    font-size: 16px !important;    
    line-height: 24px;
	min-height: auto;
}
.wpcf7-form{
	margin:0px 0px;
}
.wpcf7-form label{
	width:100%;
}

.wpcf7-submit{
	background: #fff;
	border-radius: 4px;
	padding: 5px 25px;
	color: #000;
	border: 1px solid #fff;
	font-size: 14px;
	cursor:pointer;
}
.contact-bg{
	background: #f6f6f6;
	padding:60px 0px;
}

.people-bg{
	background: #f6f6f6;
	padding: 60px 0px;
}
.hero-banner {
	padding-top:90px;
	display:inline-block;
	width:100%;
	height: auto;
}

.hero-banner .hero-banner-title{
	width: 50%;
	float: left;
}

.hero-banner .hero-banner-title h1{
	padding: 30px 0px 30px 0px;
}

.hero-banner .hero-banner-title h1 span{
display: inline-block;
color: #fff;
font-weight: bold;
font-size: 40px;
line-height: 1.5;

}

.hero-banner .hero-banner-title  h1 b{
font-weight: bold;
color:#fff;
font-size:50px;
}
.hero-banner .hero-banner-title .logo-lg{
width: 150px;
height: 150px;
margin-right: 15px;
margin-top: -10px;
}

.about-left{
	padding:0px 60px 0px 0px;
	margin-top:1.5rem;
}

ul li{
	margin-bottom:1rem;
}

.custom-title-bg h1{
	font-size: 24px;
}
.icon-box {
padding-left: 70px;
position: relative;
}
.icon-box i{
	font-size: 20px;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	color: #fff;
	float: left;
	position: absolute;
	top: -8px;
	left: 35px;
	line-height: 50px;
}

.about-right{
	padding: 30px;
/*background: #f6f6f6;
color: #49688d;*/
border-radius: 4px;
margin-top:1.5rem;
margin-bottom:1.5rem;
}

.about-spl-box{
	background: #2d7fe2;
	padding: 30px;
	color: #fff;
	border-radius: 4px;
	margin-top:1.5rem;
}
.about-spl-box span{
    background: #fff;
    padding: 3px 15px;
    border-radius: 30px;
    margin-right: 15px;
    color: #666;
    margin-top: 15px;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 13px;    
    text-align: left;
}
.about-spl-box span:nth-chidl(4){
	margin-bottom:15px;
}
.about-spl-box span i{
	margin-right:5px;
	color:#2d7fe2;	
}
.hgt-txt{
margin-top: 30px;
color: #2d7fe2;
font-size: 32px;
}

.industry-bg{
font-size: 14px;
padding-top: 30px;
}

.industry-img{
width: 100px;
height: 100px;
}

.clb-bg{
	background: #e0e3e8;
	padding: 60px 0px 0px 0px;
}


.btn-lg{
	padding: 15px 40px;
font-size: 15px;
}

.about-main-bg{
	padding:30px 0px;
}
.research-project{
	/*background:#e0e3e8;*/
	padding:0px;	 
}
.research-project h2{
	font-size: 22px;	
}
.research-project h2,.research-project h3,.research-project h4,.research-project h5{
	margin-top:2rem;
}

.header-menu ul li ul{
	width: 300px !important;
	position: absolute;	
	border-radius: 4px;
	display: none;
	z-index: 50;
	top: 53px;
	background: #000;	
}

.header-menu ul li ul::before{
	width:0px;
	height:0px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;  
	border-bottom: 10px solid black;
	left: 10px;
	top: 0px;	
	content:"";
	position:absolute;
	z-index:1;
}

.header-menu ul li:hover ul{
	display:block;
}
.header-menu ul li ul li{
	width: 100%;	
	margin-bottom: 0px;
	padding-bottom:0px;
}

.header-menu ul li ul li.current_page_item a{
	background:transparent;
	border-radius:0px;
	
}

.header-menu ul li ul li a{	
	color:#fff;
	padding: 15px 15px;
	display:inline-block;
	width:100%;	
	border-bottom:1px solid rgba(255,255,255,0.2);
}

.pd-null{
	padding:0;
}


.about-us-bg{
	background: #fbac2c;  
	/*background: -webkit-linear-gradient(to top, #2e0a8a, #642bf9);
	background: linear-gradient(to top, #2e0a8a, #642bf9);*/
	padding:30px 0px 60px 0px;
	color:#fff;
	width: 100%;
	display: inline-block;
}

.main-title h2{
	font-size:28px;
	font-weight: bold;
}

.about-us-bg .main-title{
	margin-bottom: 30px;
	position: relative;
}

.about-us-bg .main-title h2{
	color: #fff;
}

.about-us-bg .main-title h2::before{
	position:absolute;
	content:"";
	z-index:1;
	/*background:url('../img/mn-ds-line.png') no-repeat;*/
	bottom: -35px;
	left: -1px;
	width: 100%;
	height: 30px;
}

.aboutus-list-bg{
	padding: 30px;
	display: inline-block;
	width: 100%;
	background: rgba(0,0,0,0.1);
	border-radius: 4px;
	margin-top: 20px;
}

.aboutus-list-bg ul{
	list-style:none;
}
.aboutus-list-bg ul li{
	position:relative;
}
.aboutus-list-bg ul li .icn{
	position: absolute;
	left: -35px;
	top: 5px;
}

.aboutus-list-bg ul li:last-child{
	margin-bottom:0px;
}

.features-bg{
	padding:60px 0px;
}

.features-grid-bg{
	background: #e9e9ea;
	padding: 15px 15px;
	float:left;		
	width: 100%;
	border-radius: 4px;
	margin-bottom: 30px;
}
.features-grid-bg em{
	color: #000;
	font-weight: bold;
	font-style: normal;
	float:left;
	width:100%;
}
.features-grid-bg h5{
	margin-top:20px;
	font-size:18px;
}

.features-grid-bg h3{
	font-size: 80px;
	font-family: 'Poppins', sans-serif;
	text-align:center;
	color: #652bfb;
	font-weight:lighter;
}
.features-grid-bg span{
	margin-top: 20px;
	display: inline-block;
	width: 100%;
}
.features-grid-bg span.ds-line{
	width: 50px;
	height: 7px;
	margin-top: 0px;
	float: left;
}

.ds-line{
	/*background:url('../img/mn-ds-line.png');*/
	background-repeat:no-repeat;
}

.circle-icn-bg ul{
	list-style:none;	
	margin: 0;
	padding: 0;
}
.circle-icn-bg ul{
}
.circle-icn-bg ul li {
	position:relative;
	z-index:1;
	padding-left: 40px;
}

.circle-icn-bg ul li i{
	width: 25px;
	height: 25px;	
	text-align: center;
	font-size: 14px;
	background: #652bfb;
	color: #fff;
	position: absolute;
	left: 0;
	border-radius: 30px;
	line-height: 26px;
	top: 2px;
}

.features-bg .img-responsive{
	width:80%;
	border-radius:4px;	
}
.domain-area-bg{
	background: #f1e9ff;
	padding: 60px 0px;
	text-align: center;
}
.domain-area-bg h4{
	font-size:20px;
	color: #8249fa;
	margin-bottom: 30px;
	font-weight:bold;
}
.domain-area-bg h5{
	font-size:16px;
	color:#646575;
}

.sun-icn-list{
	background: #fff;
	border-radius: 4px;
	margin-bottom: 30px;
}
.sun-icn-list ul {
	list-style:none;
	margin: 0;
	padding: 0;
}
.sun-icn-list ul li{
	display:inline-block;
	width:auto;
	padding-left:30px;
	position:relative;
	color: #5a5f67;
}
.sun-icn-list ul li{
	margin:15px 15px 15px 0px;
}
.sun-icn-list ul li a{
	color:#8249fa;
}
.sun-icn-list ul li .icn{
	position: absolute;
	left: 5px;
	top: 4px;
}
.collabortates-logo{
	 padding:60px 30px;
	 background:#1b5fac ;
	 color:#fff;
}

.collabortates-logo .logo{
	padding: 10px 30px;
	background: #fff;
	border-radius: 4px;
	width:350px;
	float: left;
	margin: 15px 15px 15px 0px;
}
.collabortates-logo .logo img{
    width: 75px;
    height: 75px;
    float: left;
}

.collabortates-logo .logo .dts{
	color: #000;
	float: left;	
	width: calc(100% - 90px);
	margin-left: 10px;
	margin-top: 5px;
}


.collabortates-logo .main-title h2{
	color:#fff;
	margin-bottom: 30px;
	}

.sponsors-logo{
	padding:60px 30px;
	color: #000;
	background: #fff;
}

.sponsors-logo .main-title h2{
	color: #000;
	margin-bottom: 30px;
}
 
.industry-logo{
	padding:60px 30px;
	background:#1b5fac ;
	color:#fff;
}

.industry-logo .main-title h2{
	color:#fff;
	}
	
.industry-logo .logo{
	padding: 10px 20px;
	background: #fff;
	border-radius: 4px;
	width: auto;
	float: left;
	margin: 15px 15px 15px 0px;
}	
.industry-logo .logo img{
	width: 75px;
	height: 75px;
	float: left;
	margin-right: 15px;
}
.industry-logo .logo p{
	color: #071730;
	width: calc(100% - 95px);
	float: left;
}

.contact-us-form{
	padding: 30px;
	background: #1b5fac ;
	border-radius: 4px;
	color: #fff;
	margin:0px 15px;
	float: left;
}

.contact-us-form textarea.form-control{
	height:100px;
}


/* -- Team members  --*/

.tmm .tmm_member{
		background: #fff;
	border: 1px solid rgba(0,0,0,0.16) !important;
	border-radius: 4px;
}

.tmm .tmm_4_columns .tmm_member{
	width:calc(25% - 30px) !important;
	background: #fff;
	
	box-shadow: none;
	text-align: left;
	padding: 15px;
	box-shadow: none;
	border-radius: 4px;
	
	box-shadow: 1px 3px 3px rgba(0,0,0,0.12) !important;
}

#nav-people  .tmm .tmm_4_columns .tmm_member{
	min-height:480px;
}
.tmm .tmm_4_columns .tmm_member {
    margin: 10px 25px 15px 0px !important;
}

.tmm .tmm_member .tmm_textblock {
    padding: 0px 0px !important;
    text-align: left;
}

.tmm .tmm_4_columns .tmm_member .tmm_photo{
	width: 150px !important;
	height: 150px !important;
	/*margin-left: 0px !important;
	border-radius: 0px !important;*/
}

.tmm .tmm_4_columns .tmm_names{
	font-size:16px;
	color:#1b5fac ;
}

.tmm .tmm_desc{
	padding: 0;
	margin-top: 19px;
	margin-bottom: 10px;
	font-size: 14px;
	margin: 0px !important;
	text-align:center !important;
}

.tmm .tmm_names{
	text-align:center;
}

.tmm .tmm_desc p{
	margin-bottom:0px;
}
.tmm .tmm_job {
    font-size: 14px;
	color:#000 !important;	
	line-height: 24px;
	margin-bottom: 5px;
	border-radius: 4px;
	text-align: center;
	min-height: auto;
}
.tmm .tmm_member .tmm_photo{
	box-shadow: none !important;
}

.tmm .tmm_desc p  a{
	color:#071730;
	
}
.tmm .tmm_desc p  a i{
	color:#1b5fac ;
}
.cnt-dts-info{
	padding: 8px 8px;
	background: #f6f6f6;
	border-radius: 4px;
	margin-top: 10px;
	text-align: left;
}

.cnt-dts-info p{
	color:#071730;
}
.cnt-dts-info p i{
	font-size: 17px;
	margin-right: 10px;	
	color:#1b5fac ;
}
.cnt-dts-info p .vm-btn{
	background: #1b5fac ;
	padding: 0px 10px;
	border-radius: 30px;
	color: #fff !important;
	font-size: 12px;
}
.tmm .tmm_container{
	text-align:left !important;
}
.tmm .tmm_container:last-child{
	text-align:left !important;
}

.custom-nav .nav-tabs .nav-item.show .nav-link,.custom-nav .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #fff #fff #fff;
}


.custom-nav nav{
margin-top: 10px;
text-align: center;
}

.custom-nav .nav-tabs {
    border-bottom:0px solid #dee2e6;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.custom-nav .nav-tabs .nav-item.show .nav-link, .custom-nav .nav-tabs .nav-link.active {
    color: #1b5fac ;
    background-color: #f9f9f9;
    border-color: #fff #fff #fff;
}

.custom-nav .nav-tabs .nav-link {
color:#fff;
display: inline-block;
width: auto;
padding: 10px 40px;
outline: 0px !important;
margin-right: 10px;
}

.pdb-null{
	padding-bottom: 0px; 
}


.widget-bg{

	background: #f6f6f6;
	padding: 15px 30px 20px 30px;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 4px;	
	box-shadow: 1px 2px 2px rgba(0,0,0,0.1);
	margin-bottom: 30px;
	margin-top: 30px;

}

.widget-bg h2{
	font-size: 24px;
	color: #1b5fac ;	
	padding: 10px 15px 10px 0px;
	border-radius: 4px;
	font-weight: bold;
	position:relative;
	margin-bottom: 15px;
	margin-top:0px !important;
}



.widget-bg .textwidget a{
	color: #071730;		
	width: 100%;
	display: inline-block;
	margin-bottom: 15px;
	font-size: 16px;
}

.widget-bg .textwidget a:last-child{
	margin-bottom:0px;
}

.alter-page-bg{
	padding:0px 0px 0px 0px;
	background:#eee;
    float: left;
    width: 100%;
	}
	
.alter-page-content-area{
	margin:30px 0px 60px 0px;
	display: inline-block;
	width: 100%;
}
.alter-page-content-area h1,.alter-page-content-area h2,.alter-page-content-area h3,.alter-page-content-area h4,.alter-page-content-area h5,.alter-page-content-area h6{
	margin-top: 30px;
	margin-bottom: 10px;
}

.widget-bg h2::before{
	width:100%;
	height:10px;
	position:absolute;
	z-index:1;
	content:"";
	left: 5px;
	bottom: -4px;
}
.widget-bg ul li a{
	position: relative;
	padding-left: 19px;
	float: left;
	text-decoration: underline;
	font-size: 14px;
}
.widget-bg ul li a::before{
	position: absolute;
	left: -1px;
	top: 10px;
	width: 8px;
	height: 8px;
	background: #1b5fac ;
	border-radius: 30px;
	content: "";
	z-index: 1;
}
.navbar{
	padding: .5rem 1rem 0rem 1rem;
}
.widget-bg .screen-reader-text{
	display:none;
}

.widget-bg  a{
	position:relative;
}

.widget-bg  a::before{
position: absolute;
left: 15px;
top: 13px;
width: 10px;
height: 5px;
background: #1b5fac ;
border-radius: 30px;
content: "";
z-index: 1;	
}

.mt-null{
	margin-top:0px !important;
}

.img-responsive{
	width:100%;
	border-radius:4px;
}

.people-dts{
	padding: 15px;
	background: #fff;
	border-radius: 4px;
	color: #1b5fac ;
	margin-bottom: 15px;
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: 1px 2px 2px rgba(0,0,0,0.1);	
	display: inline-block;
	width: 100%;
	min-height: 100px;
	text-align:center;
}

.people-dts h4{
	margin-top: 0px;
font-size: 15px;
font-weight: bold;
color: #1b5fac ;
}
.people-dts p{
margin-bottom: 0px;
font-size: 14px;
color:#071730;
}

.custom-page-bg{
	background:#fafafa;
}

.pd-t-lg{
	padding-top: 60px;
}

.page-numbers {
	padding: 0;
	margin: 0 0 30px 0;
	list-style: none;
	line-height: 20px;
	text-align:center;
	display:inline-block;
	width:100%;
	margin-top: 10px;
	
}
.page-numbers li {
	display:inline-block;
	text-align:center;

}
.page-numbers li  span{
	background: #1b5fac ;
	color: #fff;
	width: 50px;
	display: inline-block;
	padding: 5px;
	border-radius: 4px;	
}

.page-numbers li  a{
	background: #fff;
	border:1px solid #1b5fac ;
	color: #1b5fac ;
	width: 50px;
	display: inline-block;
	padding: 5px;
	border-radius: 4px;
}

.single-post-bg .alignright{
	text-align: right;
width: auto;
float: right;
padding: 10px 20px;
background: #000;
color: #fff;
border-radius: 4px;	
}
.single-post-bg .alignright a,.single-post-bg .alignleft a{
	color:#fff;
}

.single-post-bg .alignleft{
	text-align: right;
width: auto;
float: left;
padding: 10px 20px;
background: #000;
color: #fff;
border-radius: 4px;	
}

.contact-us-dts{
	padding: 30px;
	border-radius: 4px;
	background: #fff;
	display: inline-block;
	margin: 15px 30px 30px 15px;
	box-shadow: 1px 2px 2px rgba(0,0,0,0.1);
	border: 1px solid rgba(0,0,0,0.1);
	width: calc(100% - 30px);
	float: left;
}
.contact-us-dts span{

}
.contact-us-dts h5{
	color:#1b5fac ;
}


.gallery{
	background:#e5e5e5;
	padding: 20px 30px 20px 30px;
	border-radius: 4px;
	margin-bottom:30px !important;
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: 1px 2px 2px rgba(0,0,0,0.1);
	margin-bottom:30px;
	display:inline-block;
	width:100%;
}

.gallery br{
	clear: none !important;
	float: left;
}

.gallery .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: left;
    width: auto !important;
    margin-right: 30px;
}

.gallery .gallery-item img{
	border: 2px solid #fff !important;
	border-radius: 4px;
	background: #fff;
}

.facility-page.alter-page-content-area  .list-post{
	width: calc(50% - 30px);
	float: left;
	margin: 0px 30px 30px 0px;
	height: 150px;
	overflow: hidden;	
}

.facility-page.alter-page-content-area  .list-post .post-description {
    font-size: 14px;    
    margin-bottom: 10px;
	margin-top: 0px;
}

.facility-page.alter-page-content-area .list-post .post-title{	
	font-size: 16px;
	line-height: 1.5;
	margin-bottom:5px;
}

.facility-page.alter-page-content-area .list-post img{
	width: 200px;
	height: 150px;
	float:left;
	border-radius:0px;	
}

.gallery-bg{
	background:#f9f9f9;
	padding:0px 0px;
}

.rl-basicgrid-gallery .rl-gallery-item{
	border:1px solid rgba(0,0,0,0.1);
	}
	
.tab-content{
	background: #fff;
	padding: 30px;
	border: 1px solid rgba(0,0,0,0.1);
	border-width:0px 1px 1px 1px;
}
.nav-link{
	padding:1rem 2rem;	
}

.people-bg .tab-content{
	padding:0px;
	background:transparent;
	border:0px;
}
.nav-tabs .nav-link{
	color:#071730;
	}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #1b5fac ;
}
.people-dts img{
	width: 100px;
	height: 100px;
	float: none;
	margin-top: 0px;
	border-radius: 50%;
	border: 2px solid #ccc;
	margin-right: 15px;
	margin-bottom: 10px;
}
.people-dts h4,.people-dts p{
	/*width:calc(100% - 70px);*/
	width:100%;
	float:left;
}

.custom-tab .tab-content{
	padding:0;
}
.vd-sld-scrl{
	width:100%;
	height:300px;
	overflow:auto;
	background:#fff;
}
.vd-sld-box {
	background: #fff;
	color: #000;
	padding: 15px;
	display: inline-block;
	width: 100%;
	float:left;
	border-bottom: 1px solid rgba(0,0,0,0.07);
}

.vd-sld-box img{
	width: 100px;
	height: 50px;
	float:left;
}

.vd-sld-box .vd-sld-box-dts{
	width: calc(100% - 120px);
	float: left;
	margin-left: 20px;
	font-size: 16px;
}

.vd-sld-box .vd-sld-box-dts h4{
	font-size:15px;
}

.vd-sld-hd{
	background:#fff;
	padding:15px;
	color:#000;
	border-radius: 4px 4px 0px 0px;
}
.vd-sld-hd h4{
	font-size:16px;
	margin-bottom:0px;
	color:#7623fb;
}

.mt-lg-m{
	margin-top:60px;
}
.vd-sld-ani{
	width: 100%;
	background: #fff;
	border-radius: 4px;
	text-align: center;
	margin-bottom: 30px;
	padding:15px;
	}
	
.vd-sld-ani img{
	height:250px;
}

.mt-null{
	margin-top:0px;
}	

.widget-bg ul li a.active{
	color:#1b5fac ;
	font-weight:bold;
}

.text-primary{
	color:#1b5fac  !important; 
}

.modal-header .close{
	float: right;
right: 20px;
position: absolute;
top: 15px;
}
.modal-title{
	width: 100%;
	display: inline-block;
	text-align: center;
	color:#000;
	font-size:20px;

}

.modal-header{
	background:#f6f6f6;
	color:#000;	
}

.modal-footer{
	background:#fff;
	color:#000;	
}
/*.hero-gallery-img {
	height:100vh;
}*/
.hero-gallery-img img{
	border-radius:4px;
}

.wht-box-bg{
width: 100%;
display: flex;
}
.wht-box-bg .content{
	width: calc(100% - 240px);
	float: left;
	margin-left: 25px;
	min-height: auto;
	margin-top: 15px;
	overflow: hidden;
	height: 110px;
}

.multiline-ellipsis {
    display: block;
    display: -webkit-box;
    max-width: 400px;
    height: 109.2px;
    margin: 0 auto;
    font-size: 26px;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wht-box-bg-adj {
	border: 1px solid rgba(0,0,0,0.2);
	background: #fff;
	color: #000;	
	width: 100%;
	display: inline-block;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: 1px 2px 2px rgba(0,0,0,0.1);
	margin-bottom: 15px;
}
.wht-box-bg-adj img{	
	width: 400px;
	float: right;
	height: auto;
	border-radius: 0px;
}

.wht-box-bg-adj .content {
	width: calc(100% - 520px);
	float: left;
	margin: 50px;
	min-height: auto;
	margin-bottom: 25px;
}
.wht-box-bg-adj .content h2{
    font-size: 20px;
	margin-top: 0px;
}
.wht-box-bg-adj .content h2 a{
	color:#1b5fac ;
	line-height: 1.5;
}

.wht-box-bg-adj .post-description {
    margin-top: 15px;
}

/*

.introcarousel-rgt-nav,.introcarousel-lft-nav{
    z-index: 2;
	cursor:pointer;
	font-size:30px;
	color:#fff;
    position: absolute;
    top: 50%;
	width:50px;
	height:50px;
	line-height:52px;
	border-radius:4px;
	text-align:center;
	transition:all 0.2s ease-in;
	border-radius:30px;
	background:#652bfb;
}
.introcarousel-lft-nav{
    left: 10px;	
	padding-left: 0px;
	
}
.introcarousel-rgt-nav{
	right: 10px;	
    z-index: 2;
	padding-left: 5px;	
}
.introcarousel-lft-nav:hover,.introcarousel-rgt-nav:hover{
	background-color:#fff;
	border-color:#fff;
	color:#652bfb;	
}

*/


.gl-lft-nav{
	left:35px;
}
.gl-rgt-nav{
	right:35px;
}

.tabcontent-adj{	
	width: 100%;
	display: inline-block;
}
.humburger-menu{
position: absolute;
top: 35px;
font-size: 24px;
display: none;
right: 25px;
cursor: pointer;
background: #e9e9e9;
padding: 4px 8px;
border-radius: 30px;
width: 35px;
height: 35px;
line-height: 28px;
text-align: center;
font-size: 16px;
color: #1F64E5;
border: 1px solid #ccc;
}
.humburger-menu .ion-more{
	font-size:20px;
}
.humburger-menu .ion-more::before{
  -ms-transform: rotate(90deg); /* IE 9 */
  transform: rotate(90deg);
}
  
  
.show-menu{
	display:block !important; 
	width: 350px;
	position: absolute;
	right: 0;
	background: #fff;
	padding: 15px;
	top: 60px;
	border: 1px solid rgba(0,0,0,0.2);
	z-index: 100;
}

.page-section{
	width:100%;
	color: #5521c4;
}

.pd-null{
	padding:0px;
}
.menu-bg-alt{
	margin-top: 0px;
	padding: 5px 0px;
	background: #f6f6f6;
	border-top: 1px solid #d1d1d1;
}

.spl-btn a{
    color: #fff !important;
	padding: 10px 20px !important;
	margin-top: 10px !important;
	background: #216bbc !important;
	border-radius: 0px !important;
}
.press-release-bg {
width: 325px;
height: 330px;
color: #fff;
padding: 0px;
border-radius: 4px;
position: relative;
float: left;
margin: 30px 30px 0px 0px;
z-index: 1;
background:#fff;
}

.press-release-bg .post-title {
	font-size: 17px;
	font-weight: bold;
	line-height: 24px;
	margin-top: 0px;
}

.press-release-bg::before{
	/*background:#1b5fac;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
	z-index: -1;
	content:"";
	position:absolute;
	border-radius:4px;
	opacity: 0.8;*/
}

.press-release-bg:nth-child(2)::before{
	background:#000;
	opacity: 0.65;
}

.press-release-bg .post-title a{
	color: #121111;
    margin-top: 10px;
    float: left;
    width: 100%;
	}
.press-release-bg .post-title a:hover{
	text-decoration:none;
}	
	
.press-release-bg .post-title a span{
	font-size: 14px;
	line-height: 24px;
	color: #121111;
	width: 100%;
	display: inline-block;
	font-weight: normal;
	margin-top: 10px;	
}
	
.press-release-bg .feature-img,.press-release-bg img{
	width: 100%;
    height: 170px;
	border-radius: 4px;
	object-fit: cover;
}	 
.fullpage-post-description .attachment-post-thumbnail{
	float: left;
	margin: 0px 30px 20px 0px;
	border-radius: 4px;
}
.fullpage-post-description .mn-txt{
	font-size: 15px;
	margin: 0;
	opacity: 0.6;
	width:100%;
	float:left;
}
.fullpage-post-description .mn-txt .post-categories{
	margin:0;
	padding:0;
	list-style:none;
}
.fullpage-post-description .mn-txt .post-categories li a{
	font-size: 15px;
	margin: 0;
	opacity: 0.85;
	color:#000;
	text-decoration: underline;
}
.fullpage-post-description .mn-txt .post-categories li {
	margin-bottom:5px;
	width:auto;
	float:left;	
}

.fullpage-post-description .sp-txt{
	font-size: 16px;
	font-style: normal;
}
.nav-btn{	
	border-radius: 4px;	
	display: inline-block;
	width: 400px;
}
.nav-btn.float-right{
	text-align:right;
	float:right;
}
.nav-btn.float-right i{
	margin-right:0px;
	margin-left:10px;
	float:right;
}
.nav-btn a{
	color:#2a2a2a;
	
}
.nav-btn-bg {
    border-top: 1px solid rgba(0,0,0,0.09);
    padding-top: 30px;
    width:100%;
    float:left;
}
.nav-btn i{
	margin-right:10px;
}
.nav-btn span{
	width: 100%;
	display: inline-block;
}

.contact-us-bg{
	background:#1f2021;
	color:#fff;	
	padding: 60px 0px;
}
.section-title {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.section-title h2 {
	font-size: 20px;
	font-weight:bold;
}

.ft-bg {
    font-size: 13px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
    width: auto;
    padding: 5px 15px;
}

.widget-bg:first-child{
	margin-top: 60px;	
}

.mt-md{
	margin-top: 30px;
}
.cv-logo{
width: auto;
float: right;
}
.cv-logo .cv-alt-logo{
	width: 50px;
	height:50px;
	float:right;
	margin-left: 10px;
}
.header-menu{
	float: right;
  margin: 45px 0px 0px 20px !important;
  width: calc(100% - 180px);
}
.hd-lft-nav{
	width:100%;
	float:left;
	height:auto;
	/*margin:15px 0px;*/
}

.hd-rgt-nav {
    width: 300px;
    float: left;
    margin-right: 0px;
    position: absolute;    
	right: 30px;
	top: 25px;
}
.hd-rgt-nav .mgaa-img{
	float: right;
	height: 80px;
}

.hd-rgt-nav .lloyds-img{
	float: right;
height: 80px;
}
.hd-lft-nav .navbar-brand{
	float:left;	
}
.hgt-btn{
	background: #216bbc;
	padding: 7px 20px;
	display: inline-block;
	margin-left: 20px;
	color: #fff;
	font-size: 16px;
	float:left;
	margin-top: 7px;
}
.hgt-btn:hover span{	
	color: #fff;
}
.section-title h2 {
	color: #fff;
	margin-top: 9%;
}

.hero-slider-img {
    width: 100%;
    margin: 0 auto;
    min-height: 400px;
    background-size: cover;
    padding-left: 8%;
	margin-bottom: 0px;
	position:relative;
}
.hero-slider-img::before{
	 /* position: absolute;
	  left: -10%;
	  top: 0;
	  bottom: 0;
	  width: 85%;
	  height: 100%;
	  z-index: 0;
	  background: rgba(20,52,75,0.8);
	  content: "";
	  transform: skewX(32deg);*/
}

.hero-slider-img{
	background-image: url(../img/solutions-bg-img.jpg);
	background-size: cover;
	background-position: bottom;
	min-height: 350px;
}
.hero-slider-img.white-papers{
	background-image: url(../img/white-papers-bg-img.jpg);
	background-position: top;
}


.footer{
  padding: 30px 0px 30px 0px;
float: left;
width: 100%;
background: #051930;
color: rgba(255,255,255,0.7);
}

.copyrights-bg{
	padding:15px 15px 0px 15px;
	background:#1f77da;
	color:#fff;
	font-size: 14px;
	width:100%;
	float:left;	
}

.quick-links ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.quick-links ul li a{
	color: #9EA2AB;
	font-size: 16px;
}
.quick-links ul li{
	margin-bottom:10px;
}

.quick-links h4,.address-details h4{
	font-size: 20px;
margin-bottom: 30px;
}

.mt-lg{
	margin-top:60px;
}


.author-details{
width: 100%;
float: left;
}
.author-details .lft{
width: 150px;
float: left;
}
.author-details .rgt{
width:calc(100% - 150px);
float: left;
}
.author-details .rgt h6{
	margin-top: 30px;
}
.follow-dts{
width: 100%;
display: inline-block;
}
.follow-dts .link{
padding: 5px 35px;
display: inline-block;
border: 1px solid #007bff;
margin-top: 15px;
}
.press-release-bg.white-papers::before {	
	background:#216bbc;
	opacity:0.9;
	height: 50%;
	bottom: 0;
	top: auto;
	/*	
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 10%, rgba(0,0,0,1) 100%); 
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,rgba(0,0,0,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 ); 
	*/
}
.press-release-bg.white-papers .post-title a{
    /*
    position: absolute;
	bottom: 0px;
	width: 90%;
	*/
}
.press-release-bg.white-papers .post-title a{
	color: #333;
	font-size: 17px;
	font-weight:normal !important;
}
.press-release-bg.white-papers .post-title a:hover{
    text-decoration:underline;
}
.alter-page-content-area h2{
line-height: 25px;
text-align: center;
font-size: 18px !important;
font-weight: normal;
padding: 15px;
background: #fff;
margin-top: 0px;
border-radius: 0px 0px 4px 4px;
}

.alter-page-content-area h2 a b{
    font-weight:normal;
}

.press-release-bg .feature-img, .press-release-bg img.custom-placeholder{
width: 100%;
height: auto;
border-radius: 4px;
margin-left: 0px;
}

.header-bg .navbar-default {
    background: #fff;
    padding: 20px 0px 10px 20px;
    border-color: #fff;
    position: relative;
}

.address-details p {
    margin-bottom: 30px;
    font-size: 16px;
}
.social-links{
    margin-top: 10px !important;
float: left;
width: 100%;
}
.social-links li{
    float:left;
    width:auto;
    margin-right: 5px;
}
.social-links li a{
    background: #000;
    border-radius: 30px;
    width: 40px;
    display: inline-block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff !important;
}


.key-contact-btn{
	position: absolute;
	right: 15px;
	width: 35px;
	z-index: 1;
	top: 10px;
	background: #ccc;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 30px;
	font-size: 20px;
	color: #444;
	display:none;

}
.mb-menu{
	display:none;
}

.home-slider .hero-content.rgt img{
width: 250px;
margin-top: 60px;
margin-right: 100px;}

.careers-list h4 a{
    color:#fff;
}

.truncate-three-lines {
    display: -webkit-box;             
    -webkit-line-clamp: 3;            
    -webkit-box-orient: vertical;     
    overflow: hidden;                 
    text-overflow: ellipsis;          
    line-clamp: 3;                    
}

@media (min-width: 1200px) {
  .container {
    width: 95%;
  }
}

.about-grh-img{
	text-align: right;
  margin-top: 40px;
}

.about-grh-img img{
	width:100%;
}

.feature-bg{
	width:100%;
		padding:60px 0px;
}

.feature-box{
	background:#F8F8F8;
	color:#2D2F32;
	padding: 40px 30px;
	border-radius:8px;
	box-shadow:1px 2px 2px rgba(0,0,0,0.7);
	width: auto;
	height: 100%;
	text-align: center;
	margin-right: 30px;
}

.feature-box .cs-img{
	width:100px;
	height:100px;
	
}

.feature-box-bg{
display: flex;
  justify-content: space-evenly;
   align-items: stretch; 
}


.feature-box{
	background: #F8F8F8;
  color: #2D2F32;
  padding: 40px 40px;
  border-radius: 8px;
  box-shadow: 1px 2px 2px rgba(0,0,0,0.3);
  height: 100%;
  text-align: center;
  margin-right: 30px;
  width: 33.3%;
  height: auto;
}

.feature-box h4{
	color:#2D2F32;
	line-height: 1.5;
	font-weight:normal;
	font-size:17px;
}


.home-slider.adj .hero-content.lft {
	margin: 0px 0px 40px 3% !important;
	text-align: left;
	color: #033035;
}


.home-slider.adj .hero-content h2 {
	text-shadow:none;	
}

.home-slider.adj .hero-content.lft .cs-ul {  
  background: rgba(255,255,255,0.6);
  padding: 25px 50px 20px 50px;
}

.cs-map-bg{
	width:100%;
	display:flex;
}

.home-slider .hero-content p.spl-txt {
  background: rgba(0,0,0,0.5);
  padding: 30px;
}

.hero-content.lft.spl-tt h2{
color: #fff;
  text-shadow: 1px 2px 3px rgb(0, 0, 0);
}
.hero-content.lft.spl-tt .cs-ul{
display: flex;
  justify-content: space-evenly;
}
.hero-content.lft.spl-tt .cs-ul li{
	margin-right: 60px;
}


.cs-ss-ls .cnt .ls.spl-ls{
	background: #F8F8F8;
    padding: 30px 0px;
	border-radius: 8px;
  box-shadow: 1px 2px 2px rgba(0,0,0,0.3);
}

.home-slider.adj .hero-content.lft.adj-ss{
	color: #fff;
}

.home-slider.adj .hero-content.lft.adj-ss p{
	color: inherit;
}
.h2, h2 {
  font-size: 28px;
  font-weight:normal;
}