:root {
	--Mint_Whisper: #e8ffe4;
	--Frosted_Lime: #caffc4;
	--Fresh_Spring: #9aff90;
	--Bright_Meadow : #59ff50;
	--Neon_Leaf: #25ff22;
	--Pure_Green: #00e603;
	--Vivid_Emerald : #00b807;
	--Deep_Emerald: #008b05;
	--Forest_Canopy: #076d0c;
	--Dark_Forest: #0b5c10;
	--Midnight_Pine: #003406;
}
:root {
	--Dewdrop: #E4F5E3;
	--Fresh_Herb: #6BBF69;
	--Mossy_Stone: #368835;
	--Deep_Forest_Night : #0E250E;
}
.main-timeline{ font-family: 'Poppins', sans-serif; }
.main-timeline:after{
    margin-top: 10px;
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    width: 50%;
    padding: 60px 0 0 0;
    margin: 0 5px 25px 0;
    float: left;
    text-align: right;
}
.main-timeline .timeline-content{
    text-decoration: none;
    min-height: 100px;
    padding: 0 15px 0 0;
    border-right: 2px solid var(--main-color);
    display: block;
    position: relative;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-content:before,
.main-timeline .timeline-content:after{
    content: '';
    background-color: var(--main-color);
    height: 6px;
    width: 6px;
    border-radius: 50%;
    position: absolute;
    right: -4px;
    top: 0;
}
.main-timeline .timeline-content:after{
    top: auto;
    bottom: 0;
}
.main-timeline .timeline-year{
    color: #fff;
    background-color: var(--main-color);
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 3px 20px 3px 50px;
    position: absolute;
    right: -2px;
    top: -60px;
    z-index: 1;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 15% 100%, 0 50%);
}
.main-timeline .title{
    color: var(--main-color);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0 0 7px;
}
.main-timeline .description{
    color: #555;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    text-align: right;
    letter-spacing: 0.5px;
    margin: 0;
}
.main-timeline .timeline:nth-child(even) .description {
    text-align: left;
}
.main-timeline .timeline:nth-child(even){
    margin: 0 0 25px 5px;
    float: right;
}
.main-timeline .timeline:nth-child(even) .timeline-content{
    text-align: left;
    padding: 0 0 0 15px;
    border-left: 2px solid var(--main-color);
    border-right: none;
}
.main-timeline .timeline:nth-child(even) .timeline-content:before,
.main-timeline .timeline:nth-child(even) .timeline-content:after{
    right: auto;
    left: -4px;
}
.main-timeline .timeline:nth-child(even) .timeline-year{
    right: auto;
    left: -2px;
    clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%);
}
.main-timeline .timeline:nth-child(1){ --main-color: #00e603; }
.main-timeline .timeline:nth-child(2){ --main-color: #00b807; }
.main-timeline .timeline:nth-child(3){ --main-color: #008b05; }
.main-timeline .timeline:nth-child(4){ --main-color: #076d0c; }
@media screen and (max-width:770px) {
	.main-timeline .timeline,
	.main-timeline .timeline:nth-child(odd) {
		width: 100%;
		margin: 0 0 25px;
	}
	.main-timeline .timeline:nth-child(odd) .description {
		text-align: left;
	}
	.main-timeline .timeline:nth-child(odd) {
		margin: 0 0 25px 5px;
		float: right;
	}
	.main-timeline .timeline:nth-child(odd) .timeline-content {
		text-align: left;
		padding: 0 0 0 15px;
		border-left: 2px solid var(--main-color);
		border-right: none;
	}
	.main-timeline .timeline:nth-child(odd) .timeline-content:before,
	.main-timeline .timeline:nth-child(odd) .timeline-content:after {
		right: auto;
		left: -4px;
	}
	.main-timeline .timeline:nth-child(odd) .timeline-year {
		right: auto;
		left: -2px;
		clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%);
	}
}
