.timeline-contain {
    width: 100%;
}
.timeline-contain .horiz-blue-line {
    bottom: 140px;
    z-index: 1;
}
.timeline-contain .horiz-blue-line {
    width: 100%;
    background-color: #24539b;
    height: 10px;
    visibility: hidden;
    
}

ol.horiz-timeline {
    width: 100%;
    margin: 0;
    padding: 0;
}
ol.horiz-timeline2 {
    width: 100%;
    margin: 0;
    padding: 0;
}

ol.horiz-timeline li:first-of-type {
    left: 15%;
}
ol.horiz-timeline li:nth-of-type(2) {
    left: 20%;
}
ol.horiz-timeline li:last-of-type {
    left: 30%;
}

ol.horiz-timeline2 li:first-of-type {
    left: 20%;
}
ol.horiz-timeline2 li:nth-of-type(2) {
    left: 30%;
}
ol.horiz-timeline2 li:last-of-type {
    left: 40%;
}

ol.horiz-timeline li {

    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 240px;
}

ol.horiz-timeline2 li {

    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 240px;
    top: 0px;
    text-align: center;
    left: 22%;
    font-weight: 600;

}

ol.horiz-timeline img {
    width: auto;
    position: relative;
    display: block;
    margin-bottom: 40px;
    z-index: 999;
    height: 200px;
}

ol.horiz-timeline2 .white-circle {
    display: block;
    background-color: white;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    border: 3px solid #24539b;
    z-index: 2;
    position: inherit;
    margin-top: -8%;
}

ol.horiz-timeline2 .timeline-year
{
    display: block;
    color: #24539b;
    padding-top: 6px;
    font-size: 27px;
    position: relative;
    text-align: left;
    left: -5%;
}

ol.horiz-timeline2 .timeline-info
{
    color: black;
    display: block;
    position: relative;
    text-align: left;
    font-size: 12pt;
    line-height: 16pt;
    left: -40%;
    text-align: center;
}

.v-timeline-contain {
    width: 10px;
    height: 100%;
    position: absolute;
    left: 38vw;
    top: 0%;
}

.revealDownAnimate {
    visibility: unset !important;
    animation: revealDown 4s ease;
    animation-fill-mode: forwards;
}

.revealRightAnimate {
    visibility: unset !important;
    animation: revealRight 3s ease;
    animation-fill-mode: forwards;
}

.v-timeline-contain .vert-blue-line {
    background: #24539b;
    width: 100%;
    height: 100%;
    visibility: hidden;
}

.timeline-circle {
    display: block;
    background-color: white;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    border: 3px solid #24539b;
    z-index: 2;
}

.v-timeline-row .col-1 {
    padding-right: unset;
    padding-left: unset;
}

.v-timeline-row .col-6 span {
    font-weight: 600;
}

.v-timeline-row .col-6 .timeline-year {
    display: block;
    color: #24539b;
    padding-top: 6px;
    font-size: 27px;
    position: relative;
    text-align: left;
}

.v-timeline-row .col-6 .timeline-info {
    display: block;
    position: relative;
    font-size: 12pt;
    line-height: 16pt;
    text-align: left;
}

.v-timeline-row .col-5 img {
    width: 30vw;
    position: relative;
    display: block;
    height: 100px;
}

@keyframes revealDown {
    0%   {height: 0%;}
    100% { height: 100%;}
}

@keyframes revealRight {
    0%   {width: 0%;}
    100% { width: 100%;}
}
