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

@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap');

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

body{
	font-family: 'Hind', sans-serif;
	color:#555;
	font-size:14px;
	font-weight:normal;
}

.ml-5{
	margin-left:5px;
}
.mr-5{
	margin-right:5px;
}
.mt-20{
	margin-top:20px;
}
.mb-15{
	margin-bottom:15px;
}


.green{
	border:2px solid #23a43b !important;
	color:#23a43b !important;
}

.vm-btn, .btn-primary{

	padding:19px 14px;
	
	font-size:15px;
	line-height:15px;
	font-weight:600;
	color:#fff;
	
	text-align:center;
	text-decoration:none;
	border:2px solid #fff;
	border-radius:4px;
	display:inline-block;
}

.vm-btn:hover, .btn-primary:hover{
	
	padding:19px 14px;
	
	font-size:15px;
	line-height:15px;
	font-weight:600;
	color:#fff;
	text-decoration:none;
	text-align:center;
	border:2px solid;
	border-radius:4px;
	display:inline-block;
}

.title h1{
	font-size:33px;
	line-height:33px;
	color:#383838;
	font-weight:bold;
	display:inline-block;
	margin-bottom:50px;
	margin-top:0;
}

/*=====================================================
KH SECTION STARTS HERE	
=======================================================*/

.white{
	color:#fff !important;
}
.kh-sec{
	background:#e6e6e6;
	/*background:#06a53d;*/
	padding:57px 15px;
	margin-bottom:50px;
}

.kh-title{
	float:left;
	width:100%;
	text-align:center;
	font-weight:bold;
	font-size:33px;
	line-height:33px;
	color:#383838;
	margin-bottom:40px;
}

.kh-item-inner{
	float:left;
	width:100%;
	text-align:center;
	/*color:#fff;*/
	color:#383838;
}
.right-border{
	border-right:2px solid #969696;
}

.kh-item-icon{
	display:block;
	margin:0 auto;
	margin-bottom:16px;
}
.kh-item-val{
	font-size:40px;
	line-height:40px;
	color:#383838;
	margin-bottom:16px;
	font-weight:bold;
	letter-spacing:2px;
}
.kh-item-val span{
		font-size:20px;
	line-height:20px;
	color:#383838;
	font-weight:bold;
	margin-right:2px;
	letter-spacing:2px;
}
.kh-item-val-units{
	font-size:30px;
	line-height:30px;
	color:#383838;
	margin-bottom:16px;
	font-weight:bold;
	letter-spacing:2px;
}
.kh-item-name{
	font-size:20px;
	line-height:20px;
	color:#383838;
	font-weight:bold;

}




@media(max-width:767px){
	.kh-item-inner{
		margin-bottom:25px;
	}
	
	.right-border{
	border-right:none;
}
	
}

@media(max-width:480px){
.kh-title{
	float:left;
	width:100%;
	text-align:center;
	font-weight:bold;
	font-size:22px;
	line-height:22px;
	color:#383838;
	margin-bottom:40px;
}
	
}