body.header-fixed.header-animated #header.scrolled {
    z-index: 1000;
}

#about_box_1.transparent {
    background: #00000099;
    transition: background-color 0.5s ease;
}
#timeline_1 .block {
    margin-top: 0;
    margin-bottom: 32px;
    border: 4px solid #FF9800;
    border-radius: 5px;
}
#timeline_1 .row .vertical_right, #timeline_1 .row .vertical_left {
    width: 8.33333333%;
}
@media (min-width: 992px) {
/*********************************** NEW *************************************************/

    #timeline_1 {
        margin-top: 10rem       ;
    }
    .row {
        margin: 0 auto;
        display: flex;
        width: 85%;}
    .timeline_item {
        display: block;
        /*width: 50%;*/
        padding: 0;
        font-size: 22px;
        font-family: 'Roboto';
        margin-bottom: 30px;
    }

    .even .big_dot::after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left-width: 30px;
        border-left-style: solid;
        left: -3.8rem;
        margin-top: -0.5rem;
        color: #FF9800;
        display: block;
    }
    .odd .big_dot::after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-right-width: 30px;
        border-right-style: solid;
        right: -3.8rem;
        margin-top: -.2rem;
        margin-left: -1.5%;
        color: #FF9800;
    }

    .even .timeline_item::before {
        width: 1.3rem;
        height: 1.3rem;
        position: absolute;
        background: #006d2a;
        border-radius: 50%;
        margin-left: 21.1%;
        margin-top: 2rem;
        z-index: 1;
        display: none;
        content: "";
    }

    .odd .timeline_item::before {
        width: 1.3rem;
        height: 1.3rem;
        position: absolute;
        background: #006d2a;
        border-radius: 50%;
        margin-left: -4.1%;
        margin-top: 2rem;
        z-index: 1;
        display: none;
        content: "";
    }

    .row.odd {margin-top: -8rem;}

    .row.even {margin-top: -8rem;}


    .even .timeline_item .block,.odd .timeline_item .block {padding: 1rem}

    .even .timeline_item .item_number {right: 3rem;	top: 0;	line-height: 1.1;}
    .odd .timeline_item .item_number {left: 3rem; top: 0; line-height: 1.1;}

    .timeline_item b {
        font-size: 35px;
        color: #861338;
        font-family: 'RobotoBold';
        display: block;
        line-height: 1;
    }

    .even .timeline_item {order:1; text-align: right}
    .even .timeline_empty_item {order:4;}
    .odd .timeline_item {order:4;}
    .odd .timeline_empty_item {order:1;}
    .timeline_empty_item { width: 41.666667%; }
    .vertical_left {order:2;border-right: 2px solid;}
    .vertical_right {order:3;border-left: 2px solid;}
    .big_dot {
        width: 1.3rem;
        height: 1.3rem;
        position: absolute;
        background: #006d2a;
        border-radius: 50%;
        margin-left: 3.65rem;
        margin-top: 2rem;
        z-index: 1;
    }
    #timeline_1 .block .head h2 {
        font-size: 32px;
        line-height: 1.2rem;
        font-family: 'Inter-Black';
        letter-spacing: normal;
        font-weight: bold;
        color: #006d2a;
        margin: 1rem 0;
    }


    #timeline_1 .row .timeline_item {
        width: 41.666667%;
    }
    #timeline_1 .row:last-child .vertical_right, #timeline_1 .row:last-child .vertical_left {
        height: 80%;
    }

/*********************************** NEW *************************************************/








    #timeline .demo-card:nth-child(even) .head::after, #timeline .demo-card:nth-child(odd) .head::after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
    }

    #timeline .demo-card:nth-child(even) .head::before, #timeline .demo-card:nth-child(odd) .head::before {
        position: absolute;
        content: "";
        width: 20px;
        height: 20px;
        background-color: #006d2a;
        border-radius: 20px;

        z-index: 2;}
}
/* Some Cool Stuff */
.demo-card:nth-child(1) {
    order: 1;
}

.demo-card:nth-child(2) {
    order: 14;
}

.demo-card:nth-child(3) {
    order: 2;
}

.demo-card:nth-child(4) {
    order: 14;
}

.demo-card:nth-child(5) {
    order: 3;
}

.demo-card:nth-child(6) {
    order: 15;
}
.demo-card:nth-child(7) {
    order: 4;
}
.demo-card:nth-child(8) {
    order: 16;
}
.demo-card:nth-child(9) {
    order: 5;
}
.demo-card:nth-child(10) {
    order: 17;
}
.demo-card:nth-child(11) {
    order: 6;
}
.demo-card:nth-child(12) {
    order: 18;
}
.demo-card:nth-child(13) {
    order: 7;
}
.demo-card:nth-child(14) {
    order: 19;
}
.demo-card:nth-child(15) {
    order: 8;
}
.demo-card:nth-child(16) {
    order: 20;
}




/* Border Box */
* {
    box-sizing: border-box;
}

/* Fonts */
body {
    font-family: Roboto;
}

#timeline h1 {
    text-align: center;
    font-size: 3rem;
    font-weight: 200;
    margin-bottom: 20px;
}
#timeline p.leader {
    text-align: center;
    max-width: 90%;
    margin: auto;
    margin-bottom: 45px;
}
#timeline .demo-card-wrapper {
    position: relative;
    margin: auto;
}


@media (min-width: 992px) {
    #timeline .demo-card {
        max-width: 42%;
        /*height: 400px;
        margin: 90px;*/
        margin-top: 0;
        margin-bottom: 45px;
        border: 4px solid #FF9800;
        border-radius: 5px;
    }
    #timeline .demo-card:nth-child(odd) {
        margin-right: 8%;
    }
    #timeline .demo-card:nth-child(odd) .head::after {
        border-left-width: 30px;
        border-left-style: solid;
        left: 100%;
        margin-top: -8%;
    }
    #timeline .demo-card:nth-child(odd) .head::before {
        left: calc(120% - 6px);
        margin-top: 5%;
    }
    #timeline .demo-card:nth-child(even) {
        margin-left: 8%;
    }
    #timeline .demo-card:nth-child(even) .head::after {
        border-right-width: 30px;
        border-right-style: solid;
        right: 100%;
        margin-top: -8%;
    }
    #timeline .demo-card:nth-child(even) .head::before {
        right: calc(120% - 10px);
        margin-top: 5%;
    }
    #timeline .demo-card:nth-child(2) {
        margin-top: 12%;
    }
    .container.grid-lg p {
        font-size: 1rem;
    }
}
#timeline .demo-card .head {
    position: relative;
    /*display: flex;*/
    align-items: center;
    color: #fff;
    font-weight: 400;
}
#timeline .demo-card .head .number-box {
    display: inline;
    float: left;
    margin: 15px;
    padding: 10px;
    font-size: 35px;
    line-height: 35px;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.17);
}
#timeline .demo-card .head h2 {
    /*text-transform: uppercase;*/
    font-size: 1.3rem;
    font-weight: inherit;
    letter-spacing: 2px;
    margin: 0;
    padding: 15px 15px 0px 15px;
    line-height: 1rem;
}
#timeline .demo-card:nth-child(odd) .head h2,
#timeline .demo-card:nth-child(odd) .body p{
    text-align: right;
}
@media (min-width: 480px) {
    #timeline .demo-card .head h2, #timeline_1 .block .head h2 {
        font-size: 32px;
        line-height: 1.2rem;
        font-family: 'Inter-Black';letter-spacing: normal;font-weight: bold;color: #006d2a;}
}
#timeline .demo-card .head h2 span {
    display: block;
    font-size: 0.6rem;
    margin: 0;
}
@media (min-width: 480px) {
    #timeline .demo-card .head h2 span {
        font-size: 0.8rem;
    }
}
#timeline .demo-card .body {
    background: #fff;
    border: 1px solid rgba(191, 191, 191, 0.4);
    border-top: 0;
    padding: 15px;
}
/*@media (min-width: 1000px) {
    #timeline .demo-card .body {
        height: 315px;
    }
}*/
#timeline .demo-card .body p {
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 15px;
    font-family: 'Inter-Regular';color: #494949;}
#timeline .demo-card .body img {
    display: block;
    width: 100%;
}

#timeline .demo-card .head::after {
    border-color: #FF9800;
}

#timeline .demo-card .head::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-color: #006d2a;
    border-radius: 20px;
    z-index: 2;
}
#timeline .demo-card-wrapper::after {
    border-left: 4px solid;
    height: 87%;
    margin-top: 3%;
}
#timeline .demo-card {
/*  max-width: 42%;*/
    margin-top: 0;
    margin-bottom: 32px;
    border: 4px solid #FF9800;
    border-radius: 5px;
}
@media(max-width: 991px) {
    #timeline .demo-card-wrapper {
        height: unset !important;
    }
    #timeline .demo-card-wrapper::after {
        left: 8px;
        height: unset;
    }
    #timeline .demo-card {
        margin-left: 30px;
    }

    #timeline .demo-card .head::before {
        left: -34px;
    }
    #timeline .demo-card .head h2, #timeline_1 .block .head h2 {
        color: #006d2a;
        font-size: 36px;
        font-family: 'Inter-Bold';
        margin: 0;
        padding: 15px 15px 0px 15px;

    }

    #timeline_1 .timeline_empty_item {display: none}
    #timeline_1 .row {
        display: flex;
        width: 500px;
        margin: 0 auto;
        max-width: 85%;
    }
    .vertical_left {order:2;border-right: 2px solid;z-index: 0}
    .vertical_right {order:3;border-left: 2px solid;}
    #timeline_1 .row .timeline_item {order:4; width: 100%;}

    #timeline_1 .body {
        background: #fff;
        border: 1px solid rgba(191, 191, 191, 0.4);
        border-top: 0;
        padding: 15px;
    }
    timeline_1 .demo-card .head h2, #timeline .demo-card .body p {
        text-align: left !important;
    }
    #timeline_1 .block .head::before {
        position: absolute;
        margin-left: -22px;
        content: "◀";
        width: 24px;
        height: 24px;
        color: #FF9800;
        font-size: 24px;
    }
    #timeline_1 .block .head {
        color: #FF9800;
    }
    /*#timeline_1 .block .head::after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right-width: 20px;
        border-right-style: solid;
        left: 8%;
        margin-top: -8%;
    }*/
    #timeline_1 .vertical_left .big_dot {
        display: block;
        height: 20px;
        width: 20px;
        background: #006d2a;
        border-radius: 50%;
        margin-top: 0.85rem;
        margin-left: 2rem;
        z-index: 1;
    }
    #timeline_1 .row:last-child .vertical_left, #timeline_1 .row:last-child .vertical_right {
        height: 8rem;
    }
}
@media(max-width: 600px) {
    #timeline_1 .row {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    .vertical_left {
        width: 0 !important;
    }
    #timeline_1 .vertical_left .big_dot {
        position: absolute;
        margin-left:-.5rem
    }
}
