section#timeline-slider-section {
	padding: 6em 0;
	background-color: #0070c0;
}

.timeline-slider.owl-carousel .owl-stage-outer {
	padding-top: 2.5em;
	position: relative;
}

.timeline-slider.owl-carousel .owl-stage-outer .owl-item {
	position: relative;
}

.timeline-slider.owl-carousel .owl-stage-outer .owl-item:after {
	content: "";
	position: absolute;
	left: 0;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	z-index: 999;
	background-color: #fff;
	top: -35px;
	right: 0;
	margin: 0 auto;
	border: 2px solid #000;
}

.timeline-slider.owl-carousel .owl-stage-outer .owl-item:before {
	content: "";
	position: absolute;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #ffffff transparent;
	transform: rotate(0deg);
	margin: 0 auto;
	left: 0;
	top: -9px;
	right: 0;
}

.timeline-slider.owl-carousel .owl-stage-outer:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 11px;
	border-top: 2px solid #fff;
	z-index: -1;
}

.timeline-slider .timeline-item {
	padding: 20px;
	text-align: center;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	min-height: 127px;
}

.timeline-slider .timeline-item h3 {
	margin: 0;
	font-size: 1.5em;
	color: #333;
}

.timeline-slider .timeline-item p {
	margin-top: 10px;
	font-size: 1em;
	color: #666;
	margin-bottom: 0;
	line-height: 18px;
}

.timeline-slider .owl-nav {
	position: absolute;
	left: -35px;
	right: -35px;
	display: flex;
	justify-content: space-between;
	top: -9px;
}

.timeline-slider .owl-nav .fas {
	background-color: #fff !IMPORTANT;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px;
}

@media(max-width: 767px) {
	.timeline-slider .owl-nav {
		left: -15px;
		right: -15px;
	}

	.timeline-slider.owl-carousel .owl-stage-outer .owl-item:after {
		top: -30px;
	}
}