.style-another {
	font-family: "Open Sans", sans-serif;
	max-width: 100%;
	width: 100%;
	position: relative;
}

.style-another:after {
	content: '';
	display: block;
	clear: both;
}

.style-another:before {
	content: '';
	height: 80%;
	width: 3px;
	border: 2px solid black !important;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	left: 50vw;
	top: 30px;
}

.style-another .timeline {
	width: 50%;
	padding: 100px 70px 0 25px;
	margin: 0 50px 0 0;
	float: left;
	position: relative;
}

.style-another .timeline-content {
	padding: 15px 15px 15px 40px;
	border: 0px;
	border-radius: 0px;
	display: block;
	position: relative;
}

.style-another .timeline-content:hover {
	text-decoration: none;
}

.style-another .timeline-content:after {
	content: '';
	background-color: black !important;
	height: 3px;
	width: 60%;
	position: absolute;
	right: -15px;
	top: -40px;
	/* -webkit-clip-path: polygon(100% 0, 0 0, 0 100%); */
	/* clip-path: polygon(100% 0, 0 0, 0 100%); */
	z-index: 0;
}

.style-another .timeline-year {
	color: black;
	background-color: #017296;
	font-size: 32px;
	font-weight: 900;
	text-align: center;
	line-height: 84px;
	padding: 0px 50px;
	height: fit-content;
	width: fit-content;
	border-radius: 0px;
	position: absolute;
	right: -28%;
	top: -85px;
	z-index:1;
}

.style-another .timeline-main-content {
	position: relative;
	max-width: fit-content;
	text-align:right;
	margin-left: 7em;
	padding-right: 10px;
	background-color: white;
	top: -71px;
	z-index:1;
}
.style-another .timeline:nth-child(even) .timeline-main-content{
	text-align:left;
	padding-left: 10px;
}
.style-another .timeline:nth-child(1) .timeline-year{
	background-color: #fae4f1 !important;
}
.style-another .timeline:nth-child(2) .timeline-year{
	background-color: #fcb0d6 !important;
}
.style-another .timeline:nth-child(3) .timeline-year{
	background-color: #de5e97 !important;
}
.style-another .timeline:nth-child(4) .timeline-year{
	background-color: #e8407b !important;
}
.style-another .timeline-icon {
	color: #fff;
	background-color: #017296;
	font-size: 35px;
	text-align: center;
	line-height: 50px;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: -25px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display:none;
}

.style-another .title {
	color: #017296;
	font-size: 20px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 7px 0;
	max-width: 400px;
}

.style-another .description {
	color: #017296;
	font-size: 15px;
	margin: 0 0 5px;
	max-width: 400px;
}

.style-another .description * {
	color: inherit;
	font-family: inherit;
}

.style-another .timeline:nth-child(even) {
	padding: 100px 25px 0 70px;
	margin: 0 0 0 50px;
	float: right;
}

.style-another .timeline:nth-child(even) .timeline-content {
	padding: 15px 40px 15px 15px;
	border-radius: 0 15px 15px 15px;
}

.style-another .timeline:nth-child(even) .timeline-content:after {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	right: auto;
	left: -15px;
}

.style-another .timeline:nth-child(even) .timeline-year {
	right: auto;
	left: -168px;
}

.style-another .timeline:nth-child(even) .timeline-year:after {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(200deg);
	transform: translateX(-50%) translateY(-50%) rotate(200deg);
}

.style-another .timeline:nth-child(even) .timeline-icon {
	left: auto;
	right: -25px;
}

.timeline:nth-child(4n+2) .timeline-year:after {
	border-left-color: transparent;
}

.timeline:nth-child(4n+3) .timeline-year:after {
	border-left-color: transparent;
}

.timeline:nth-child(4n+4) .timeline-year:after {
	border-left-color: transparent;
}

@media screen and (max-width: 767px) {
	.style-another:before {
		display: none;
	}
	.style-another .timeline {
		width: 100%;
		padding-top: 80px;
		padding-right: 12px;
		margin-bottom: 20px;
	}
	.style-another .timeline:nth-child(even) {
		padding-left: 10px;
		padding-top: 80px;
		margin-bottom: 20px;
	}
	.style-another .timeline-content,
	.style-another .style-another .timeline:nth-child(even) .timeline-content {
		background-color: #fff;
		padding-top: 25px;
	}
	.style-another .timeline-content:after {
		display: none;
	}
	.style-another .timeline-year {
		font-size: 24px;
		line-height: 70px;
		height: 70px;
/* 		width: 70px; */
		right: 0;
		top: -65px;
	}
	.style-another .timeline-year:after {
		display: none;
	}
	.style-another .timeline:nth-child(even) .timeline-year {
		left: 3px;
	}
	.style-another .timeline-main-content{
		position:relative;
		margin-left: 0px;
		top:0;
	}
}

@media screen and (max-width: 567px) {
	.style-another .title {
		font-size: 18px;
	}
}
/*# sourceMappingURL=style.css.map */