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

.main_title h3{
	text-align:center;
	color:#01385e;
	font-weight:bold;
	font-size:24px;
font-family:Georgia, "Times New Roman", Times, serif;
}

.bg-primary {
    background: #414141;
    fill: #414141;
}

.divider-lg {
    width: 70px;
    height: 3px;
}


.service-box .fa{
	width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 44px;
	background: #01385e;
	color: #fff;
    border: none;
	border-radius: 50%;
	text-align:center;
}
.service_content{
	padding-left:120px;
}
.service_content h2{
	color:#01385e;
	font-weight:bold;
	font-family:Arial,sans-serif;
	display:inline-block;
	font-size:22px;
}

.service_content p{
	font-family:Arial,sans-serif;
	display:inline-block;
	font-size:14px;
}