#services hr{
	border-top: 1px solid #000;
}

#services h1{
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: 700;
	color:#D41319;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 50px;
}

#services p{ 
	font-family: 'Open Sans', sans-serif;	
	font-size: 14;
	font-weight: 400;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 50px;		
}

#services  .blackL {
	margin-bottom: 0px;
}

#services .redL{
	border:none;
	height: 6px;
	width: 120px;
	background:#D41319;
	margin-top: 0px;	 
}

#services h5{
	font-size: 20px;
	font-weight: 500;
	text-align: center;	
	margin-top:30px; 
}

#services img{ 
	margin-top:20px;
	margin-bottom: 30px;
}

#services a{
	font-family: 'Open Sans', sans-serif;	
	padding:8px 15px;
	background: #D41319;
	color: #fff;
	border:none;
	border-left: 25px solid #3d3d3c;
	border-radius: 5px;
	cursor: pointer;
	margin-bottom: 50px;	
}

#services a:hover{
	border-left: 25px solid #D41319; 
	background: #3d3d3c;
	color: #fff;
	text-decoration: none;
}