
.timeline-wrapper {
    position: relative;
}


.timeline-line-animation {
    position: absolute;
    top: 0;
    /*left: 50%;*/
    /*transform: translateX(-50%);*/

    left:  118px;
    width: 4px;
    height: 0;
    background-color: #F37321;
    z-index: 1;
}




.timeline img {
    border: 0;
    max-width: 100%;
}

.timeline {
    list-style: none;
    position: relative;
}

.timeline:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: #F6F6F8;
    /*left: 50%;*/
    /*margin-left: -2px;*/
    left: 118px;
}


.timeline li {
    position: relative;
}

.timeline li:not(:first-child) {
    margin-top: 40px;
}

.timeline-panel {
    width: 45%;
    background: #fff;
    border: 1px solid #d2e3f9;
    padding: 15px;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.timeline li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 60px;

    /*justify-content: center;*/
    justify-content: left;
}
li.timeline-left{
    flex-direction: row-reverse;
}
li.timeline-left .timeline-side p{
    text-align: left;
}

.tl-circ {
    position: absolute;
    top: 0;

    /*left: calc(50% - 13px);*/
    left: 80px;
    text-align: center;



    transition: background 0.2s;
    background: #F6F6F8;
    width: 25px;
    height: 25px;
    line-height: 25px;

    border-radius: 50%;
    z-index: 1;
}




.is-stuck .tl-circ {
    transition: background 0.2s;
    background: #F37321 !important;
}

.tl-trigger {
    position: absolute;
    top: 50vh;
    height: 1px;
    width: 100%;
    pointer-events: none;
}

.timeline-side {

    /*width: 45%;*/
    width: auto;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3em;
    text-align: center;
}

.timeline-side p {
    text-align: right;
    margin-bottom: 0;
}

.timeline-side .min {
    font-size: 12px;
}


@media (min-width: 701px) {
    .timeline-side {
        position: -webkit-sticky;
        position: sticky;
        top: 50%;
    }

    .tl-circ {
        position: -webkit-sticky;
        position: sticky;
        top: 50%;

    }

}


@media (max-width: 991px) {
    .timeline-panel {
        width: 44%;
    }
}

@media (max-width: 700px) {
    .timeline li {
        flex-wrap: wrap;
        gap: 20px;
    }

    .timeline-panel {
        width: calc(100% - 60px);
        margin-left: 14%;
    }

    .timeline-side {
        margin-left: 14%;
        width: calc(100% - 14%);
        margin-bottom: 20px;
    }

    .timeline-side p {
        text-align: left;
    }
}


.tl-heading h4 {
    margin: 0;
    font-size: 18px;
    color: #2b3138;
    text-transform: uppercase;
}

.tl-body p,
.tl-body ul {
    margin-bottom: 0;
}

.tl-body > p + p {
    margin-top: 5px;
}


@media (max-width: 700px) {

    .timeline-line-animation {
        left: 38px;
    }

    ul.timeline:before {
        left: 38px;
    }

    .tldate {
        width: 140px;
    }


    .tl-circ {
        top: 0;
        left: 28px;
        margin-left: 0;
    }

    ul.timeline > li > .tldate {
        margin: 0;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }

}

.timeline .text-muted {
    padding: 5px;
    background: rgb(80, 80, 80) none repeat scroll 0 0;
    color: white;
    border-radius: 5px;
}

.timeline .desc {
    margin-top: 20px;
    line-height: 24px;
}

.be-pack.timeline .timeline_pic {
    padding: 0 15px 0 0;
}

.be-title {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3em;
}

.be-content p {
    margin-bottom: 5px
}