
.owl-carousel .owl-nav [class*=owl-]{
    position: unset;
    top: unset;
    margin-top: unset;
    left:unset;
    zoom: unset;
    width: unset;
    height: unset;
    line-height: unset;
    border: unset;
    color: unset;
    background-color: unset;
    font-size: unset;
    border-radius: unset;
    opacity: unset;
}

/* Style 1 */
.timeline-slider {
	position: relative;
}
.timeline-slider:before {
    content: '';
    position: absolute;
    top: 32px;
    height: 7px;
    background: #000;
    left: 0;
    right: 0;
}
.timeline-slider .slider-history .history-chart-content {
	padding-top: 1px; 
}
.timeline-slider .slider-history .history-chart-content .chart-dots {
	display: inline-block;
	zoom: 1;
	position: relative; 
}
.timeline-slider .slider-history .history-chart-content .chart-dots .chart-year {
    position: absolute;
    display: inline-block;
    zoom: 1;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    right: 20px;
    z-index: 1;
    cursor: pointer;
    color: #fff;
    background-color: rgba(89, 204, 166, 0.5);
    -ms-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; 
}
.timeline-slider .slider-history .history-chart-content .chart-dots .chart-circle {
	position: relative;
	display: inline-block;
	zoom: 1;
	width: 80px;
	height: 80px;
	line-height: 80px;
	top: -5px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer; 
}
.timeline-slider .slider-history .history-chart-content .chart-dots .chart-circle:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	background-color: rgba(89, 204, 166, 0.5);
	-ms-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%; 
}
.timeline-slider .slider-history .history-chart-content .chart-dots .chart-circle:after {
	content: '';
	position: absolute;
	top: 12px;
	left: 12px;
	right: 12px;
	bottom: 12px;
	background-color: rgba(89, 204, 166, 0.5);
	-ms-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%; 
}
.timeline-slider .slider-history .history-chart-content .chart-caption {
	-ms-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	position: relative;
	padding: 15px;
	margin-top: 10px;
	margin-left: -24px;
	margin-right: -24px;
	line-height: 24px;
	border: 1px solid #c8c8d4;
	background-color: #f5f6fb;
	border-radius: 5px;
	top: 100px;
	opacity: 0; 
}
.timeline-slider .slider-history .active.center .chart-caption {
    opacity: 1;
    top: 0;
}
.timeline-slider .slider-history .history-chart-content .chart-caption:before, 
.timeline-slider .slider-history .history-chart-content .chart-caption:after {
	z-index: 1;
	content: '';
	position: absolute;
	left: 50%;
	top: -20px;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%); 
}
.timeline-slider .slider-history .history-chart-content .chart-caption:before {
	border-style: solid;
	border-width: 10px;
	border-color: transparent;
	border-bottom-color: #c8c8d4; 
}
.timeline-slider .slider-history .history-chart-content .chart-caption:after {
	border-style: solid;
	border-width: 11px;
	border-color: transparent;
	border-bottom-color: #f5f6fb; 
}
.timeline-slider .slider-history .slider-history .active.center .chart-year {
	background-color: rgba(145, 173, 65, 0.5); 
}
.timeline-slider .slider-history .slider-history .active.center .chart-circle:before {
	background-color: rgba(145, 173, 65, 0.5); 
}
.timeline-slider .slider-history .slider-history .active.center .chart-circle:after {
	background-color: rgba(145, 173, 65, 0.5); 
}
.timeline-slider .slider-history.owl-carousel .owl-nav.disabled {
	display: block;
}
.timeline-slider .slider-history .owl-nav .left {
	left: 0; 
}
.timeline-slider .slider-history .owl-nav span {
    position: absolute;
    font-size: 0;
    width: 32px;
    text-align: center;
    border-width: 1px;
    height: 32px;
    border-radius: 100%;
    line-height: 30px;
    color: #9494a1;
    background: #bfe0c7;
    border-radius: 100%;
    right: 0;
    border: 1px solid #bfe0c7;
    top: 19px; 
}
.timeline-slider .slider-history .owl-nav span:before {
    content: '';
    display: block;
    height: 6px;
    width: 6px;
    float: left;
    margin-right: 10px;
    border: 2px solid #fff;
    border-width: 2px 0 0 2px;
    top: 40%;
    position: absolute;
    left: 38%;
}
.timeline-slider .slider-history .owl-nav .left:before {
    transform: rotate(315deg);
    left: 45%;
}
.timeline-slider .slider-history .owl-nav .right:before {
	transform: rotate(135deg);
}

/* Style 2 */
.timeline-slider.style-2:before {
	height: 3px;
	top: 45px;
}
.timeline-slider.style-2 .timeline-item {
	position: relative;
}
.timeline-slider.style-2 .timeline-item .timeline-time {
	color: #8B88B1;
    font-size: 14px;
}
.timeline-slider.style-2 .timeline-item .icon {
	background: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 2px solid #bfe0c7;
    border-radius: 100%;
    font-size: 20px;
    color: #bfe0c7;
    position: absolute;
    text-align: center;
    left: 50%;
    top: 26px;
    transform: translateX(-50%);
    z-index: 1;
}
.timeline-slider.style-2 .timeline-item .icon:after {
	content: "";
    position: absolute;
    height: 30px;
    display: block;
    width: 2px;
    background: #bfe0c7;
    margin-top: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.timeline-slider.style-2 .timeline-item .no-icon {
    position: absolute;
    left: 50%;
    top: 38px;
    transform: translateX(-50%);
    z-index: 1;
}
.timeline-slider.style-2 .timeline-item .no-icon:after {
	content: "";
    position: absolute;
    height: 30px;
    display: block;
    width: 2px;
    background: #bfe0c7;
    margin-top: 15px;
    left: 50%;
    transform: translateX(-50%);
}
.timeline-slider.style-2 .timeline-item .no-icon .round {
	width: 16px;
    height: 16px;
    background: #bfe0c7;
    border-radius: 100%;
    display: block;
}
.timeline-slider.style-2 .timeline-item .timeline-content {
	margin-top: 90px;
}
.timeline-slider.style-2 .timeline-item .timeline-content .title {
	font-size: 18px;
	margin: 0 0 8px 0;
}
.timeline-slider.style-2 .timeline-item .timeline-content .content {
	font-size: 15px;
}
.timeline-slider.style-2 .slider-history .owl-nav span {
	border: 3px solid #bfe0c7;
	background: #fff;
	top: 30px;
}
.timeline-slider.style-2 .slider-history .owl-nav span:before {
	border: 2px solid #bfe0c7;
	border-width: 2px 0 0 2px;
}


/* Responsive */
@media (min-width: 768px) and (max-width: 991px) {
	.timelines.style-5 .timeline-item .timeline-content {
	    width: 300px;
	}
	.timelines.style-5.position-both .timeline-item:nth-child(odd) .timeline-content {
		margin-left: calc(100% - 300px);
	}
}
@media screen and (max-width: 767px) {
	.timeline-slider .slider-history .history-chart-content .chart-caption {
		margin-left: 0;
		margin-right: 0;
	}
	.timeline-slider.style-3 .timeline-item .timeline-content {
	    margin: 80px 0 15px 0;
	}
	.timelines.style-5 .timeline-item .timeline-content {
	    width: 100%;
	}
}