.timeline_section {
    margin: 50px 0;
}

.timeline_section.mt-0 {
    margin-top: 0;
}

.timeline_section.mb-0 {
    margin-bottom: 0;
}

.timeline_section.rmt-0 {
  margin-top: 30px;
}

.timeline_section.mb-0 {
  margin-bottom: 30px;
}

.timeline_section .timeline_section_heading {
    font-size: 35px;
    line-height: 40px;
    color: #0d394e;
    padding-bottom: 0;
    margin-bottom: 15px;
    text-align: center;
    font-family: "Gotham", sans-serif;
    font-weight: 600 !important;
}

.timeline_section .timeline_section_content {
    text-align: center;
}

.timeline_section .hexa {
    border: 0px;
    float: left;
    text-align: center;
    height: 35px;
    width: 60px;
    font-size: 22px;
    background: #f0f0f0;
    color: #3c3c3c;
    position: relative;
    margin-top: 15px;
}

.timeline_section .timeline {
    position: relative;
    padding: 0;
    width: 100%;
    margin-top: 20px;
    list-style-type: none;
    display: flex;
    flex-direction: column;
}

.timeline_section .timeline:before {
    position: absolute;
    left: 50%;
    top: 0;
    content: ' ';
    display: block;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    background: rgb(213, 213, 213);
    background: -moz-linear-gradient(top, rgba(213, 213, 213, 0) 0%, rgb(213, 213, 213) 8%, rgb(213, 213, 213) 92%, rgba(213, 213, 213, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30, 87, 153, 1)), color-stop(100%, rgba(125, 185, 232, 1)));
    background: -webkit-linear-gradient(top, rgba(213, 213, 213, 0) 0%, rgb(213, 213, 213) 8%, rgb(213, 213, 213) 92%, rgba(213, 213, 213, 0) 100%);
    background: -o-linear-gradient(top, rgba(213, 213, 213, 0) 0%, rgb(213, 213, 213) 8%, rgb(213, 213, 213) 92%, rgba(213, 213, 213, 0) 100%);
    background: -ms-linear-gradient(top, rgba(213, 213, 213, 0) 0%, rgb(213, 213, 213) 8%, rgb(213, 213, 213) 92%, rgba(213, 213, 213, 0) 100%);
    background: linear-gradient(to bottom, rgba(213, 213, 213, 0) 0%, rgb(213, 213, 213) 8%, rgb(213, 213, 213) 92%, rgba(213, 213, 213, 0) 100%);
    z-index: 5;
}

.timeline_section .timeline .timeline_section_list_item {
    padding: 2em 0;
}

.timeline_section .timeline .hexa {
    width: 18px;
    height: 18px;
    position: absolute;
    background: #006da8;
    z-index: 5;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: -30px;
    margin-top: 0;
    border-radius: 100%;
}

.timeline_section .direction-l,
.timeline_section .direction-r {
    float: none;
    width: 100%;
    text-align: center;
}

.timeline_section .flag-wrapper {
    text-align: center;
    position: relative;
}

.timeline_section .flag {
    position: relative;
    display: inline;
    background: rgb(255, 255, 255);
    font-weight: 600;
    z-index: 15;
    padding: 6px 10px;
    text-align: left;
    border-radius: 5px;
}

.timeline_section .direction-l .flag:after,
.timeline_section .direction-r .flag:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -15px;
    height: 0;
    width: 0;
    margin-left: -8px;
    border: solid transparent;
    border-bottom-color: rgb(255, 255, 255);
    border-width: 8px;
    pointer-events: none;
}

.timeline_section .direction-l .flag {
    -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.timeline_section .direction-r .flag {
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.timeline_section .time-wrapper {
    display: block;
    position: relative;
    margin: 4px 0 0 0;
    z-index: 14;
    line-height: 1em;
    vertical-align: middle;
    color: #fff;
}

.timeline_section .direction-l .time-wrapper {
    float: none;
}

.timeline_section .direction-r .time-wrapper {
    float: none;
}

.timeline_section .time {
    background: #006da8;
    display: inline-block;
    padding: 8px;
}

.timeline_section .desc {
    position: relative;
    margin: 1em 0 0 0;
    padding: 1em;
    background: rgb(254, 254, 254);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.20);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.20);
    z-index: 15;
}

.timeline_section .direction-l .desc,
.timeline_section .direction-r .desc {
    position: relative;
    margin: 1em 1em 0 1em;
    padding: 1em;
    z-index: 15;
}

@media(min-width: 768px) {
    .timeline_section {
        margin: 65px 0;
    }

    .timeline_section.rmt-0 {
        margin-top: 60px;
    }

    .timeline_section.mb-0 {
        margin-bottom: 60px;
    }

    .timeline_section .timeline {
        width: 660px;
        margin: 0 auto;
        margin-top: 20px;
    }

    .timeline_section .timeline .timeline_section_list_item:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .timeline_section .timeline .hexa {
        left: -29px;
        right: auto;
        top: 4px;
    }

    .timeline_section .timeline .direction-l .hexa {
        left: auto;
        right: -29px;
    }

    .timeline_section .direction-l {
        position: relative;
        width: 310px;
        float: left;
        text-align: right;
    }

    .timeline_section .direction-r {
        position: relative;
        width: 310px;
        float: right;
        text-align: left;
    }

    .timeline_section .flag-wrapper {
        display: inline-block;
    }

    .timeline_section .flag {
        font-size: 18px;
    }

    .timeline_section .direction-l .flag:after {
        left: auto;
        right: -16px;
        top: 50%;
        margin-top: -8px;
        border: solid transparent;
        border-left-color: rgb(254, 254, 254);
        border-width: 8px;
    }

    .timeline_section .direction-r .flag:after {
        top: 50%;
        margin-top: -8px;
        border: solid transparent;
        border-right-color: rgb(254, 254, 254);
        border-width: 8px;
        left: -8px;
    }

    .timeline_section .time-wrapper {
        display: inline;
        vertical-align: middle;
        margin: 0;
    }

    .timeline_section .direction-l .time-wrapper {
        float: left;
    }

    .timeline_section .direction-r .time-wrapper {
        float: right;
    }

    .timeline_section .time {
        padding: 5px 10px;
    }

    .timeline_section .direction-r .desc {
        margin: 1em 0 0 0.75em;
    }
}

@media(min-width: 992px) {
    .timeline_section {
        margin: 80px 0;
    }
    
    .timeline_section .timeline {
        width: 800px;
        margin: 0 auto;
        margin-top: 20px;
    }
    
    .timeline_section .direction-l {
        position: relative;
        width: 380px;
        float: left;
        text-align: right;
    }
    
    .timeline_section .direction-r {
        position: relative;
        width: 380px;
        float: right;
        text-align: left;
    }
}
@media(min-width: 1200px) {
    .timeline_section {
        margin: 100px 0;
    }
}