body,html{
	background:#f7f7f7;
	color:#50504e;
}


.bg-white{
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
}

.head img{
	width:350px;
}

.title h2{
	color:#595959;
}
.title h5{
	color:#6b6b6c;
	font-size:22px;
}
.title .line{
	border-bottom: 4px solid #207499;
	width:230px;
}

.boxes i{
	font-size:80px;
	display:block;
	margin:0 auto;
	text-align:center;
	color:#207499;
	margin-bottom:25px;
}
.boxes .col-sm-4{
	padding:50px;
	border-right:1px solid #dedede;
	text-align:center;
}
.boxes .col-sm-4:last-child{
	border:none;
}

form label{
	font-weight:bold;
}

.testi img{
	border-radius:50%;
	display:block;
	text-align:center;
	margin:0 auto;
	margin-bottom:15px;
}

.footer{
	background:#5b5a5a;
	padding:25px;
	color:#fff;
}
.footer a{
	color:#fff;
	text-decoration: none;
}

.border-right-grey{
	border-right:1px solid #dedede;
}

@media only screen and (max-width:1399px){
	
	
	
}


@media only screen and (max-width:1199px){
	
	
	
}


@media only screen and (max-width:991px){
	
	
		
}

@media only screen and (max-width:768px){
	
	
	
}

@media only screen and (max-width:590px){
	
	.head img{
		width:100%;
	}
	.head h3{
		font-size:14px;
	}
	.border-right-grey{
		border:none;
	}
	.testi{
		margin-top:35px;
	}
	.boxes .col-sm-4{
		padding:0;
		border:none;	
	}
	
}