
/* The actual timeline (the vertical ruler) */
.ift-timeline {
    /*padding: 0px 48px 24px 48px;*/
    padding: 0px 5px 4px 15px;
    text-align: left;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
    .ift-timeline::after {
        content: '';
        position: absolute;
        width: 4px;
        background: linear-gradient(to bottom, #000, #000, #000, #000) no-repeat center center;
        top: 0;
        bottom: 0;
        margin-left: -1px;
    }

/* Container around content */
.ift-timeline-container {
    /*padding: 10px 60px;*/
    padding:5px 5px 5px 25px;
    position: relative;
    /*background-color: inherit;*/
    /*background-color: #ededed;*/
}

/* The circles on the timeline */
.ift-timeline-container::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: -7px;
    background-color: #000;
    /*top: 77px;*/
    top: 20px;
    border-radius: 50%;
    z-index: 1;
}

/* Add arrows to the left container (pointing right) */
.ift-timeline-left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 84px;
    width: 50px;
    height: 3px;
    z-index: 1;
    background-color: #000;
    right: 0px;
}

/* Add arrows to the right container (pointing left) */
.ift-timeline-right::before {
    content: " ";
    height: 0;
    position: absolute;
    /*top: 84px;*/
    top: 27px;
    /*width: 50px;*/
    /*width: 40px;*/
    width: 27px;
    height: 1px;
    z-index: 1;
    background-color: #000;
    left: 0px;
}

/* The actual content */
.ift-timeline-content {
    /*padding: 20px 30px;*/
    padding: 5px 5px 14px 20px;
   /* background-color: rgba(255, 255, 255, 0.5);*/
    position: relative;
    border-radius: 6px;
}


@media (max-width: 767px) {
    .ift-timeline {
        padding: 18px 12px;
    }

    .ift-timeline-container {
        padding: 10px 0 10px 60px;
    }

    .ift-timeline-content {
        padding: 20px 30px;
    }
}



.timeline_title1 {
    color:#398d08;    
    font-size:18px

}

.timeline_title2 {
    /*color:#c3aeff;*/
    color:#6534eb;
    font-size:18px

}

.timeline_title3 {
    color:#3654fa;
    font-size:18px

}


.timeline_title4 {
    color:#000000;
    font-size:1em;
    font-weight:600;

}
.timeline_date {
        /*font-size: 14px;*/
        font-size: 1em;
        color: #000000;

}