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

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');

body{
	font-family: 'Roboto', sans-serif;
	font-size:14px;
}

.mt25{
	margin-top:25px;
}
.pr30{
	padding-right:30px;
}

h2{
	font-size:30px;
	font-weight:bold;
	line-height:30px;
	color:#474747;
	text-transform:uppercase;
	margin-bottom:0;
	margin-top:0;
}


.btn-sec{
	float:left;
	width:100%;
	
}

a.vm-btn, .vm-btn, .btn-primary, .ClsButton{
	display:inline-block;
	padding:13px 28px;
	background:#fe0000;
	border-radius:6px;
	color:#fff;
	text-align:center;
	font-size:14px;
	text-transform:capitalize;
}
a.vm-btn:hover, .vm-btn:hover, .btn-primary:hover, .ClsButton:hover{
	display:inline-block;
	padding:13px 28px;
	background:#fe0000;
	border-radius:6px;
	color:#fff;
	text-align:center;
	font-size:14px;
	text-transform:capitalize;
	
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary{
	display:inline-block;
	padding:13px 28px;
	background:#fe0000;
	border-radius:6px;
	color:#fff;
	text-align:center;
	font-size:14px;
	text-transform:capitalize;
	
}
.btn-primary:focus, .btn-primary.focus{
	display:inline-block;
	padding:13px 28px;
	background:#fe0000;
	border-radius:6px;
	color:#fff;
	text-align:center;
	font-size:14px;
	text-transform:capitalize;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus{
	display:inline-block;
	padding:13px 28px;
	background:#fe0000;
	border-radius:6px;
	color:#fff;
	text-align:center;
	font-size:14px;
	text-transform:capitalize;
	
}






/*============================================================================
KEY HIGHLIGHTS CSS STARTS HERE
==============================================================================*/
.sec-title{
	float:left;
	width:100%;
	margin-bottom:32px;
	margin-top:50px;
}

.key-high-sec{
	margin-bottom:50px;
}

.key-rev, .key-ta, .key-eps{
	text-align:center;
}
.key-icon{
	text-align:center;
	margin-bottom:18px
}
.key-title{
	font-size:18px;
	line-height:18px;
	color:#df0404;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:20px;
}
.key-val{
	font-size:48px;
	line-height:48px;
	color:#474747;
	font-weight:bold;
	margin-right:5px;
}

.key-val span{
	font-size:30px;
	line-height:30px;
	color:#474747;
	font-weight:600;
}




@media (min-width: 768px){
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

}

@media (min-width: 737px){
	
	.key-val{
	font-size:38px;
	line-height:38px;
	color:#474747;
	font-weight:bold;
	margin-right:5px;
	margin-bottom:30px;
}

.key-val span{
	font-size:22px;
	line-height:22px;
	color:#474747;
	font-weight:600;
}
	
	
	
}