div.wpcf7 {
    text-align: center;
}
.timeline-post-col {
    overflow: hidden;
}
.timeline-date {
    opacity: 0;
    background-color: rgba(0,0,0,.7);
    color: #fff;
    font-size: 10px;
    border-radius: 20px;
    position: absolute;
    right: -97px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 50px;
    z-index: 9999;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.timeline-post-col .vc_gitem-animated-block{
    background: -o-linear-gradient(45deg, #3f3f46 0%, #05abe0 100%) repeat scroll 0 0 rgba(0,0,0,0);
    background: linear-gradient(45deg, #3f3f46 0%, #05abe0 100%) repeat scroll 0 0 rgba(0,0,0,0);
    border: 8px solid #e5eaed;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    float: right;
    margin: 30px 40px 30px auto;
    position: relative;
    height: 320px;
    width: calc(100% - 40px);
}
.timeline-post-col .vc_col-sm-6:nth-child(even) .vc_gitem-animated-block {
    float: left;
    margin-left: 40px;
    margin-right: 0;
}
.timeline-post-col .vc_gitem-animated-block:after {
    border-color: transparent transparent transparent #e5eaed;
    border-style: solid;
    border-width: 15px;
    content: "";
    height: 0;
    position: absolute;
    right: -36px;
    top: 17px;
    width: 0;
}
.timeline-post-col .vc_col-sm-6:nth-child(even) .vc_gitem-animated-block:after{border-color: transparent #e5eaed transparent transparent;
    border-style: solid;
    border-width: 15px;
    content: "";
    height: 0;
    left: -36px;
    position: absolute;
    top: 257px;
    width: 0;
}
.timeline-postTitle {
 
    position: absolute;
    width: 100%;padding: 0 16px;
}
.timeline-postimage {
    opacity: 1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.timeline-postimage:before {
    content: '';
    background: rgba(0,0,0,0.6);
}
.timeline-postTitle h2 a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 24px;
    text-align: left;
    text-transform: uppercase;
}
.timeline-description {
    opacity: 0;color: #fff;
    padding: 0 25px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.timeline-postimage:hover .timeline-description {
    opacity: 1;
    top: 20px;
}
.timeline-bullet {
    background-color: #9fa9af;
    border: 5px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 0 1px rgba(0,0,0,.1);
    box-shadow: 0 1px 0 1px rgba(0,0,0,.1);
    content: "";
    height: 20px;
    position: absolute;
    right: -9px;
    top: 60px;
    width: 20px;
    z-index: 3;
    cursor: pointer;
}
.timeline-post-col .vc_col-sm-6:nth-child(2n) ..timeline-bullet {
    background-color: #9fa9af;
    border: 5px solid #fff;
    border-radius: 50%;
    bottom: 36px;
    content: "";
    height: 20px;
    left: -11px;
    position: absolute;
    top: 300px;
    width: 20px;
    z-index: 3;
}
.timeline-post-col .vc_col-sm-6:after {
    background-color: rgba(83,85,86,.2);
    content: "";
    width: 2px;
    height: 245px;
    position: absolute;
    right: 15px;
    top: 70px;
    height: 100%;
    background-color: rgba(83, 85, 86, .2);
}
.timeline-post-col .vc_col-sm-6:nth-child(even):after{display:none;}