@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

/*font-family: 'Lato', sans-serif;*/


body{
	font-family: 'Lato', sans-serif;
	font-size:13px;
	color:#515151;
}

.pb10{
	padding-bottom:10px;
}

.pb15{
	padding-bottom:15px;
}

.pb20{
	padding-bottom:20px;
}
.mt25{
	margin-top:25px;
}

.mt20{
	margin-top:20px;
}

.mt15{
	margin-top:15px;
}

.container{
	padding:0;
}



/*====================================================================================
keyhightlights  section starts here
======================================================================================*/



.key-block{
	text-align:center;
	border-right:1px solid #e1e1e1;
	/*padding-top:50px;*/
	padding-top:80px;
	padding-bottom:50px;
}
.no-rgh-brdr{
	border-right:none;
}

.kh-icon{
	margin-bottom:35px;
}
.kh-val{
	font-size:25px;
	font-weight:bold;
	color:#206db8;
	margin-bottom:20px;
}
.kh-title{
	font-size:13px;
	color:#515151;
	font-weight:600;
}

.key-title{
	position:absolute;
	z-index: 999;
	
}
.key-title h3{
	display: inline-block;
    background: #fff;
    padding: 15px;
    z-index: 131;
    padding-top: 0;
    font-weight: bold;
}


/*=========================================================
MOBILE CSS STARTS HERE
============================================================*/

@media(max-width:767px){
	

.keyhigh-full-sec {
	border:none;

	
}
	
/*.key-block{
	text-align:center;
	border-right:none;
	padding-top:20px;
	padding-bottom:20px;
}*/

.key-block {
    text-align: center;
    /* border-right: none; */
    padding-top: 20px;
    padding-bottom: 20px;
    width: 25%;
}



.kh-icon {
    margin-bottom: 15px;
}

}

@media(max-width:765px){
	.key-block {
    text-align: center;
     border-right: none; 
    padding-top: 20px;
    padding-bottom: 20px;
   /* width: 100%;*/
    width: 25%;
}
	
}
@media(max-width:620px){
	.key-block {
    text-align: center;
     border-right: none; 
    padding-top: 20px;
    padding-bottom: 20px;
   /* width: 100%;*/
    width: 100%;
}
	
}
