.staring-sec {
	flex-direction: column;
	align-items: flex-start !important;
}

.ending-sec {
	flex-direction: column;
	align-items: flex-start !important;
}

.timeline-item.active .timeline-date, .timeline-item.active .timeline-content {
	background: #00564d !important;
	color: #fff !important;
}

.timeline-item.active h3 {
	color: #fff !important;
}

@media (max-width: 768px) {}

.animate-on-scroll.in-view {
	opacity: 1;
}

.puff-in-center {
	-webkit-animation: puff-in-center .7s cubic-bezier(.47, 0, .745, .715) both;
	animation: puff-in-center .7s cubic-bezier(.47, 0, .745, .715) both;
}