*{
	margin:0;
	padding:0;
	border:0;
}


body{
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	line-height:25px;
	color:#151515;
	background:#efefef;
	
}

.webGap{
	padding:0 10px;	
}

a{
	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
	text-decoration:none;

}

h1, h2, h3, h4, h5, h6{
	font-family: 'Oswald', sans-serif;
}


.serviceBg{
	background:url(111873serviceBg.png) 50% 0 no-repeat;
}

.contactHead{
	font-family: 'Oswald', sans-serif;
	font-size:50px;
	color:#161616;
	line-height:70px;
	font-weight:300;

}