.main-listing {background-image: url(../img/timeLineBg.jpg); background-repeat: no-repeat; background-size: cover; background-position: center center;}
.centerLine {
    position: relative;
    z-index: 9;
    margin-top: -80px;
}
.centerLine::before {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 0px;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    background: #ffffff;
    opacity: 0.6;
}
.yearBox {
    border-radius: 8px;
    padding: 5px 20px;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    font-weight: 100;
}
.timelineBorder {
    border-top: 3px solid #E74C3C;
}
.colrEee {
    color: #eee
}
.timeLineAdj .col-md-6 {
    padding: 0px 70px;
}
.fs14 {
    font-size: 14px;
}
.cdCircle {
    position: absolute;
    left: 50%;
    margin-left: -40px;
    width: 82px;
    z-index: 1;
}
.cdCircle img{max-width: 100%;}
.bgRed{background: #ef4030!important; text-align: center; color: #FFFFFF;}
.bgRed i{line-height: 32px;}







@media screen and (max-width: 767px) {

.timelineText{background: #000; padding: 30px;}

    
}













