.timeline {
	background: #ffffff;
	padding: 70px 0
}
.timeline p {
	font-size: 14px;
	margin: 15px 0 35px 0
}
.timeline .item h2 {
	margin: 20px 0 0 0;
	font-size: 26px;
	color: #4cb4e7
}
.timeline .item h3 {
	margin: 0;
	font-size: 26px;
	color: #000;
	font-weight: 800
}
.timeline .item span {
	width: 24px;
	height: 24px;
	background: #4cb4e7;
	margin: 10px auto 0 auto;
	display: inline-block;
	border-radius: 180px
}
.timeline .item:hover {
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .08)
}
.timeline .item {
	text-align: center;
	border-radius: 10px;
	margin: 0 10%;
	padding: 15px;
	height: 260px;
	vertical-align: middle
}
.timeline .item p {
	width: 70%;
	margin: 0 auto
}
.timeline_slider {
	position: relative
}
.timeline_slider:after {
	border-bottom: 1px solid #d6d6d6;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	z-index: -1;
	bottom: 51.8%;
	margin: 0 auto
}
.timeline_slider .owl-dots {
	display: none!important
}
.timeline_slider .owl-nav button.owl-next {
	outline: 0;
	background: url(ar_right.jpg)!important;
	font-size: 0;
	width: 40px!important;
	height: 40px!important;
	position: absolute;
	right: -11px;
	top: 40%
}
.timeline_slider .owl-nav button.owl-next span {
	font-size: 0
}
.timeline_slider .owl-nav button.owl-prev span {
	font-size: 0
}
.timeline_slider .owl-nav button.owl-prev {
	outline: 0;
	background: url(ar_left.jpg)!important;
	font-size: 0;
	width: 40px!important;
	height: 40px!important;
	position: absolute;
	left: -11px;
	top: 40%
}