
/*--services--*/
.service-grids {
  text-align: center;
  margin-left:0;
 
}
h3.title {
    font-size: 3.5em;
    color: #84904B;
    text-align: center;
    border-top: 3px double #D8D7D7;
    border-bottom: 3px double #D8D7D7;
    padding: 0.2em 0;
    font-family: 'Iceland-Regular';
}
.srvc-img {
  display: inline-block;
}
.srvc-img span.glyphicon {
    font-size: 2.2em;
    padding: 0.8em;
    color: #899452;
    border: 2px dotted #949292;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
}
.service-grids p {
    color: #777;
    font-size: 1em;
    line-height: 1.8em;
    width: 80%;
    margin: 0 auto;
}
.service-grids h5 {
    font-size: 1.8em;
    color: #A7913F;
    margin: .8em 0 0.2em;
	
}
.srvc-grids-info_first {
    margin-top: 9%;
	float:left;
	width:95%;
	border-radius:4%;
	margin-right:2%;
	margin-left:3%;
	padding-bottom:16%;
	padding-top:1%;
	background-color:#07A7D8;
	
}
.srvc-grids-info {
    margin-top: 9%;
	float:left;
		width:95%;
		margin-left:3%;
		border-radius:4%;
	background-color:#07A7D8;
	padding-bottom:11.3%;
	padding-top:1%;
}

/*--//services--*/
