.timeline {
    padding: 85px 0;
}
.timeline .section-header {
    margin-bottom: 58px;
}
.timeline-row {
    position: relative;
}
.timeline-row:before {
    content: '';
    width: 8px;
    height: 100%;
    display: block;
    position: absolute;
    left: calc(50% - 4px);
    z-index: 0;
}
@media (max-width: 767px) {
    .timeline-row:before {
        left: 15px;
        border-radius: 5px;
    }
}
@media (max-width: 767px) {
    .timeline-post {
        padding: 0 15px;
    }
}
.timeline-post .bar-content {
    text-align: center;
}
@media (max-width: 767px) {
    .timeline-post .bar-content {
        text-align: left;
        padding-left: 30px;
    }
}
.timeline-post .bar-content .inner {
    padding: 0 30px;
    font: 500 15px/35px "Poppins", sans-serif;
    min-width: 96px;
    border-radius: 4px;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}
.timeline-post .half-side {
    text-align: right;
}
@media (max-width: 767px) {
    .timeline-post .half-side {
        text-align: left;
        width: 100%;
    }
}
.timeline-post .half-side.date {
    padding-right: 35px;
    font: 500 15px/55px "Poppins", sans-serif;
    text-transform: uppercase;
}
.timeline-post .half-side.content {
    padding-left: 40px;
}
@media (max-width: 767px) {
    .timeline-post .half-side.content {
        padding-left: 15px;
    }
}
.timeline-post .half-side.content .inner {
    border-radius: 5px;
    display: inline-block;
    padding: 20px 25px;
}
@media (max-width: 767px) {
    .timeline-post .half-side.content .inner {
        padding: 10px 12px;
    }
}
.timeline-post .half-side.content .inner h4 {
    margin: 0;
    font: 500 18px/15px "Poppins", sans-serif;
    white-space: nowrap;
}
@media (max-width: 767px) {
    .timeline-post .half-side.content .inner h4 {
        font-size: 16px;
        white-space: normal;
        line-height: 22px;
    }
}
.timeline-post .half-side.content .inner p {
    font: 300 14px/24px "Poppins", sans-serif;
    margin: 10px 0 0;
    width: 240px;
}
@media (max-width: 767px) {
    .timeline-post .half-side.content .inner p {
        width: auto;
    }
}
.timeline-post .half-side+.half-side {
    position: relative;
    text-align: left;
}
.timeline-post .half-side+.half-side:before {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    border: 6px solid;
    border-radius: 100%;
    position: absolute;
    top: 15px;
    left: -12px;
}
@media (max-width: 767px) {
    .timeline-post .half-side+.half-side:before {
        top: -40px;
        left: -24px;
    }
}
.timeline-post+.timeline-post {
    margin-top: 49px;
}
@media (max-width: 767px) {
    .timeline-post.has-content {
        padding-left: 30px;
    }
}
.timeline-post.has-content.odd .half-side {
    float: right;
    text-align: left;
}
@media (max-width: 767px) {
    .timeline-post.has-content.odd .half-side {
        float: left;
    }
}
.timeline-post.has-content.odd .half-side.date {
    padding-left: 35px;
    padding-right: 15px;
}
@media (max-width: 767px) {
    .timeline-post.has-content.odd .half-side.date {
        padding-left: 15px;
    }
}
.timeline-post.has-content.odd .half-side.content {
    padding-left: 15px;
    padding-right: 45px;
}
@media (max-width: 767px) {
    .timeline-post.has-content.odd .half-side.content {
        padding-right: 15px;
    }
}
.timeline-post.has-content.odd .half-side.content .inner {
    padding: 20px;
}
@media (max-width: 767px) {
    .timeline-post.has-content.odd .half-side.content .inner {
        padding: 10px 12px;
        text-align: left;
    }
}
.timeline-post.has-content.odd .half-side:before {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    border: 6px solid;
    border-radius: 100%;
    position: absolute;
    top: 15px;
    left: -12px;
}
@media (max-width: 767px) {
    .timeline-post.has-content.odd .half-side:before {
        display: none;
    }
}
.timeline-post.has-content.odd .half-side+.half-side {
    text-align: right;
}
@media (max-width: 767px) {
    .timeline-post.has-content.odd .half-side+.half-side {
        text-align: left;
    }
}
.timeline-post.has-content.odd .half-side+.half-side:before {
    display: none;
}
@media (max-width: 767px) {
    .timeline-post.has-content.odd .half-side+.half-side:before {
        display: block;
        top: -40px;
        left: -24px;
    }
}

.section-header {
    margin-bottom: 50px;
    text-align: center;
}
.section-header:after {
    content: '';
    width: 82px;
    height: 6px;
    display: block;
    margin: 0 auto;
}
.section-header h2 {
    text-transform: uppercase;
    font: 600 48px/29px "Poppins", sans-serif;
    padding-top: 5px;
    margin: 0 0 25px;
}
@media (max-width: 767px) {
    .section-header h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }
}
.section-header p {
    max-width: 710px;
    margin: 0 auto 20px;
    font: 300 20px/32px "Poppins", sans-serif;
}
@media (max-width: 767px) {
    .section-header p {
        max-width: 90%;
        font-size: 16px;
        line-height: 24px;
    }
}
.section-header.v3 {
    text-align: left;
    margin: 0 0 44px;
}
.section-header.v3:after {
    margin-left: 0;
}
@media (max-width: 767px) {
    .section-header.v3 p {
        margin-left: 0;
    }
}

.m0 {
    margin: 0;
}



.timeline .timeline-row:before {
    background: #dee0e2;
}
.timeline-post .bar-content .inner {
    color: #bfc2c5;
    background: #dee0e2;
}
.timeline-post .half-side:before {
    border-color: #dee0e2;
    background: #fff;
}
.timeline-post .half-side h4 {
    color: #6a737b;
}
.timeline-post .half-side p {
    color: #b7bbbf;
}
.timeline-post .half-side.date {
    color: #dadce0;
}
.timeline-post .half-side.content .inner {
    background: #f5f8fa;
}
.timeline-post .half-side+.half-side:before {
    border-color: #dee0e2;
    background: #fff;
}
@media (max-width: 767px) {
    .timeline-post.has-content.odd .half-side+.half-side:before {
        border-color: #dee0e2;
    }
}

.the-watch {
    padding: 102px 0 94px;
}
.the-watch .the-watch-img {
    float: right;
}
@media (max-width: 991px) {
    .the-watch .the-watch-img {
        float: left;
        width: 100%;
    }
}
.the-watch img {
    margin: 0 auto;
}
@media (max-width: 767px) {
    .the-watch img {
        max-width: 200px;
    }
}
.the-watch-features {
    padding-top: 63px;
}
@media (max-width: 991px) {
    .the-watch-features {
        float: left;
    }
}
@media (max-width: 767px) {
    .the-watch-features {
        padding-bottom: 50px;
    }
}
.the-watch-features ul li {
    font: 300 20px/32px "Poppins", sans-serif;
}
@media (max-width: 767px) {
    .the-watch-features ul li {
        font-size: 16px;
    }
}
.the-watch-features ul li+li {
    margin-top: 22px;
}
.the-watch-features ul li:before {
    width: 32px;
    height: 32px;
    margin-right: 17px;
    content: '';
    background: url(../images/icons/check.png) no-repeat scroll 0 0;
    float: left;
}

.the-watch {
    background: #f8fbfd;
}
.the-watch-features ul li {
    color: #696f74;
}