
img{max-width:100%;}
/*end reset*/
body{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 90%;
} 

 .header_top{
 	 background:#fff;
	     	/*add a drop shadow to the frame*/
-webkit-box-shadow: 0 0 5px rgba(0,0,0, .80));
-moz-box-shadow: 0 0 5px rgba(0,0,0, .80);
box-shadow: 0 0 5px rgba(0,0,0, .80);
 }
 
.wrap3{
	margin:0 auto;
	width:80%;
}

/* start main */
.main_bg3{
	background: #ffffff;
}

.main3 {
	padding: 2%;
}
.grids_1_of_3{
	padding: 6% 2%;
	text-align:center;
}
.grid_1_of_3{
	display: block;
	float:left;
	margin-left: 4%;
}
.grid_1_of_3:first-child { 
	margin-left: 0; 
} 
.images_1_of_3 {
	width: 30.333%; 
}
.images_1_of_3 img{
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
}
.images_1_of_3  h3{
	color: #000000;
	text-transform: uppercase;
	margin-top: 0.8em;
	margin-bottom: 0.4em;
	font-size: 2em;
	font-weight: normal;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.8em;
	-webkit-text-stroke: 2px;
	letter-spacing: 1px;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.images_1_of_3  h3:hover{
	color: #febd17;
}
.images_1_of_3  p  {
	color: #000000;
	line-height: 1.8em;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1em;
}

/* start service*/
.ser-main{
	display: block;
	margin: 4% 0;
}
.ser-grid{
	float:right;
}
.ser-grid-list:nth-last-child(2){
	margin-right: 0;
}
.ser-grid-list{
	float: left;
	width: 21.33333%;
	margin-right: 4%;
}
.ser-grid-list img{
	margin-top:15px;
}
.ser-grid-list p{
	margin: 8% 0;
}
.ser-para {
	margin: 2% 0;
}
h2.style{
	color: #202226;
	text-transform: capitalize;
	font-size: 3em;
	letter-spacing: -1px;
}
p.para{
	color: #000000;
	line-height: 1.8em;
	font-size: 1em;
}
.btn_s {
	padding: 12px 30px;
	border: 1px solid #ffffff;
	background: #333333;
	display: inline-block;
	font-size: 1em;
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.btn_s:hover {
	background: #000000;
}