.main-timeline4 {
    overflow: hidden;
    position: relative
}

.main-timeline4:before {
    content: "";
    width: 2px;
    height: 70%;
    background: #333;
    position: absolute;
    top: 98px;
    left: 49.8%;
    transform: translateX(-50%);
}

.main-timeline4 .timeline-content:before {
    top: 89px;
    transform: translateY(-50%);
    content: "";
}

.main-timeline4 .timeline:before {
    top: 85px;
    transform: translateY(-50%);
    content: ".";
}

.main-timeline4 .timeline {
    width: 50%;
    padding-left: 100px;
    float: right;
    position: relative
}

.main-timeline4 .timeline:before {
    width: 80px;
    height: 80px;
    border-radius: 50%;

    position: absolute;
    left: -42px;

}



.blue-tl.timeline:before {
    border: 3px solid #09B2BB;
    background: url(../images/timeline/blue-dot.png);
    background-size: contain;
}

.li-or-tl.timeline:before {
    border: 3px solid #E45438;
    background: url(../images/timeline/light-orange-dot.png);
    background-size: contain;
}

.dk-or-tl.timeline:before {
    border: 3px solid #FF8600;
    background: url(../images/timeline/dk-orange-dot.png);
    background-size: contain;
}

.pink-tl.timeline:before {
    border: 3px solid #CC0C3F;
    background: url(../images/timeline/pink-dot.png);
    background-size: contain;
}

.main-timeline4 .timeline-content {
    display: block;
    padding-left: 230px;
    position: relative
}

.main-timeline4 .timeline-content::before {
    width: 272px;
    height: 10px;
    position: absolute;
        left: -145px;
    z-index: -1;
}

.blue-tl .timeline-content::before {
    border-top: 3px solid #09B2BB;
}

.li-or-tl .timeline-content::before {
    border-top: 3px solid #E45438;
}

.dk-or-tl .timeline-content::before {
    border-top: 3px solid #FF8600;
}

.pink-tl .timeline-content::before {
    border-top: 3px solid #CC0C3F;
}

.main-timeline4 .year {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 100px;
    border-radius: 50%;
    /* border: 10px solid #f54957; */
    font-size: 30px;
    color: #f54957;
    text-align: center;
    position: absolute;
    top: 70px;
    left: 265px;
}

.blue-tl .year,
.blue-tl .tag-top {
    background: #09B2BB;
}

.li-or-tl .year,
.li-or-tl .tag-top {
    background: #E45438;
}

.dk-or-tl .year,
.dk-or-tl .tag-top {
    background: #FF8600;
}

.pink-tl .year,
.pink-tl .tag-top {
    background: #CC0C3F;
}

.blue-tl .tl-number {
    color: #09B2BB;
}

.li-or-tl .tl-number {
    color: #E45438;
}

.dk-or-tl .tl-number {
    color: #FF8600;
}

.pink-tl .tl-number {
    color: #CC0C3F;
}

.main-timeline4 .year:before {

    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    bottom: -18px;
    right: 110px;
    font-size: 42px;
    color: black;
}

.p-relative {
    position: relative
}

.p-absolute {
    position: absolute;
}

.map-bg-world {
    top: 10%;
    left: 0;
    z-index: -5;
    width: 100%;
}

.map-bg-world img {
    width: 100%;
    height: auto;
}

a {
    text-decoration: none !important;
}

.main-timeline4 .inner-content {
    padding: 20px 0;
    max-width: 200px;

}


.right-timeline {
    padding-left: 208px;
    padding-right: 140px;
}

.tl-number {
    text-align: right;
    font-size: 56px;
    font-weight: 800;
    margin: 20px 0;
}

.right-timeline .tl-number {
    text-align: right;

}

.left-timeline .tl-number {
    text-align: left;

}

.tag-top {
    padding: 5px 15px;

    color: white;
    text-decoration: none;
    font-weight: 600;
    margin-top: 10px;
}

.main-timeline4 .right-timeline .inner-content {
    text-align: right;
}

.main-timeline4 .left-timeline .inner-content {
    text-align: left;
}

.main-timeline4 .title {
    font-size: 24px;
    font-weight: 600;
    color: #f54957;
    text-transform: uppercase;
    margin: 0 0 5px
}

.main-timeline4 .description {
    font-size: 14px;
    color: #6f6f6f;
    margin: 0 0 5px
}


.main-timeline4 .timeline:nth-child(2n) {
    padding: 0 100px 0 100px;
}

.main-timeline4 .timeline:nth-child(2n) .timeline-content:before,
.main-timeline4 .timeline:nth-child(2n) .year,
.main-timeline4 .timeline:nth-child(2n):before {
    left: auto;
    right: -38px
}

.main-timeline4 .timeline:nth-child(2n) .timeline-content {
    padding: 0 230px 0 0
}

.main-timeline4 .timeline:nth-child(2n) .timeline-content:before {
    right: -92px;
    top: 88px;

}

.main-timeline4 .timeline:nth-child(2n) .year {
    right: 270px;
}

.main-timeline4 .timeline:nth-child(2n) .year:before {
    right: auto;
    left: 90px;
    border-left: none;
}

.main-timeline4 .right-timeline .title {
    text-align: right;
}

.right-timeline {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
}


.main-timeline4 .timeline:nth-child(2) {
    margin-top: 16rem;
}

.main-timeline4 .timeline:nth-child(odd) {
    margin: -60px 0 0;
}

.main-timeline4 .timeline:nth-child(even) {
    margin-bottom: 0rem;
}

.main-timeline4 .timeline:first-child {
    margin: 0;
}

.main-timeline4 .timeline:last-child:nth-child(even) {
    margin: 13rem 0 0 0;
}


@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .main-timeline4 .timeline-content::before {
    left: -100px;

}
}




@media only screen and (min-width: 990px) and (max-width: 1199px) {
    .main-timeline4 .timeline-content::before {
    left: -100px;

}
    .main-timeline4 .year:before {
        right: 100px;
        font-size: 40px;
    }
    .main-timeline4 .timeline:nth-child(2n) .year:before {

    left: 100px;

}
}








@media only screen and (max-width: 1200px) {
    .main-timeline4 .year  {
    background:transparent !important;
}
.right-timeline {
    padding-left: 20px !important;
    padding-right: 20px;
}
.main-timeline4 .timeline:nth-child(2n) {
    padding: 0 20px 0 20px;
}
 .main-timeline4 .timeline-content::before{
    display:none;
}

}


@media only screen and (max-width: 786px) {
    
  .main-timeline4 .timeline:nth-child(2n) .year:before {

    left: 150px;

    font-size: 30px;
}

.main-timeline4 .year:before {

    bottom: -18px;
    right: 150px;
    font-size: 30px;

}

}

@media only screen and (max-width: 500px) {
    
  .main-timeline4 .timeline:nth-child(2n) .year:before {

    left: 176px;

    font-size: 30px;
}

.main-timeline4 .year:before {

    right: 176px;
    font-size: 25px;

}

}






