.container {
	margin: 0 auto;
	position: relative;
	width: 1000px;
}
.our_services {
	background: url(../jpg/back_img8.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
}
.our_services h3 {
	width: 100%;
	color: #fff;
	font-family: 'houschkamediumregular';
	font-weight: 900;
	font-size: 50px;
	text-align: center;
	padding: 40px 0 0 0;
	font-weight: 300;
}
.our_services p {
	color: #fff;
	font-size: 20px;
	font-family: 'houschkamediumregular';
	font-weight: 300;
	line-height: 26px;
	margin-top: 30px;
}
.services {
	padding-top: 30px;
	width: 100%;
}
.arrow_box {
	position: relative;
	border-radius: 5px;
	width: 600px;
	text-align: left;
	padding: 20px;
	margin-top: 25px;
}
.left .arrow_box:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(34, 114, 185, 0);
	border-left-color: #2272b9;
	border-width: 10px;
	margin-top: -10px;
}
.right .arrow_box:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(34, 114, 185, 0);
	border-right-color: #2272b9;
	border-width: 10px;
	margin-top: -10px;
}
.mains:hover .arrow_box:after {
	content: " ";
}
.mains:hover .arrow_box {
	background: #2272b9;
	padding-left: 20px;
	padding-right: 20px;
}
.arrow_box h3 {
	font-size: 25px;
	text-align: left;
	padding-top: 0px;
}
.arrow_box p {
	font-size: 16px;
	margin-top: 10px;
}
.services .left {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.services .right {
	float: right;
	width: 100%;
	margin-bottom: 15px;
}
.services .left .arrow_box {
	float: left;
}
.services .right .arrow_box {
	float: right;
}
.services .iconss {
	width: 349px;
	text-align: center;
}
.mains:hover .iconss {
	width: 360px;
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
	margin-left: -5px;
}
.mains:hover .iconss {
	width: 360px;
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
	margin-right: -5px;
}
.services .left .iconss {
	float: left;
}
.services .right .iconss {
	float: right;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
