/**************************************************************************************************
 * Timeline Css 990 766 478
 **************************************************************************************************/

.h-events {
    border: 0px solid red !important;
    margin: 20px 0 20px 0;
}

.h-events ol li,
.h-timeline-navigation li {
    list-style-type: none;
}

/**/

.h-events ol {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
}

.h-events ol li {
    flex: 1;
    text-align: center;
    position: relative;
    padding: 0;
    margin: 0;
}

/* Active - Inactive bullets
*/
.h-events ol li.active .bullet-inactive {
    display: none;
}

.h-events ol li.inactive .bullet-active {
    display: none;
}

.h-events ol li.empty {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 12px;
    color: #575b5f;
    padding-top: 7px;
}

@media only screen and (max-width: 992px) {

    .h-events ol .bullet-inactive,
    .h-events ol .bullet-active {
        display: none;
    }

    .h-events ol li.empty {
        display: none;
    }

}

/* Dotted lines per element
*/
.h-events ol .bullet-active img {
    width: 26px;
    height: 26px;
    margin: 0;
    padding: 0;
    padding-top: 1px;
}
.h-events ol .bullet-inactive img {
    width: 23px;
    height: 23px;
    margin: 0;
    padding: 0;
    padding-top: 1.3px;
}

.h-events ol li::before {
    content: '';
    position: absolute;
    border-top: 1px dashed rgba(24, 33, 44, 0.3);

    width: 100%;
    top: 13.8px;
    /* top: 1.28rem; */
    left: 0;
    margin: 0;
    padding: 0;
    z-index: -1;
}
.h-events ol .bullet-active {
}
.h-events ol .bullet-inactive {
}

@-moz-document url-prefix() {
    .h-events ol li::before {
        top: 12.4px;
    }
    .h-events ol li.empty {
        line-height: 13px;
    }
}


/* Year bullet container */

.y_container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    cursor: pointer;
}

.y_bullet {
    color: #18212C;
}

.y_num {
    color: black;

    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;

    color: #18212C;
    padding-top: 15px;
}

.h-events ol li.active .y_num {
    color: orange;
}

@media only screen and (max-width: 992px) {
    .y_num {
        padding-top: 3px;
        background-color: white;
        z-index: 9999;
        width: fit-content;
        padding-left: 7px;
        padding-right: 7px;
        text-align: center;
        margin: 0 auto;
    }
}

/* Content
*/
.h-timeline-content {
    padding: 0 45px;
    position: relative;
}
@media only screen and (max-width: 992px) {
    .h-timeline-content {
        padding: 0 24px;
    }
}
@media only screen and (max-width: 720px) {
    .h-timeline-content {
        padding: 0 24px;
    }
}

.c-container {
    padding-bottom: 10px;
}

.c-container h4 {
    text-transform: uppercase;

    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;

    text-align: center;
    text-transform: uppercase;

    color: #F28300;
}

.c-container h6 {
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #18212C;
    text-transform: uppercase;    

    margin-bottom: 46px;
}
@media only screen and (max-width: 992px) {
    .c-container h4 {
        padding-bottom: 23px;
    }
    .c-container h6 {
        display: none;
    }
}

.t-element-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;

    gap: 60px;
}

.t-element-left {
    flex: 1;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
    min-height: 300px;
}

.t-element-right {
    flex: 1;
}

@media only screen and (max-width: 992px) {
    .t-element-container {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;

        height: max-content;
        gap: 0px;
    }
}

.t-sub-tablet {
    display: none;
}

.t-element-right p {
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 28px;

    color: #18212C;
    padding-top: 40px;
    padding-right: 30px;
}
@media only screen and (max-width: 992px) {
    .t-element-right p {
        padding-right: 0px;
    }
}

.c-active {
    visibility: visible;
    opacity: 1;
    height: 420px;
    padding-bottom: 23px;
    transition: visibility 2s;
    transition: height 0s;
    transition: opacity 2s;
}

.c-inactive {
    visibility: hidden;
    opacity: 0;
    height: 0px;
    padding-bottom: 0px;
    transition: visibility 0s;
    transition: height 0s;
    transition: opacity 0s;
}

@media only screen and (max-width: 992px) {
    .c-active {
        height: max-content;
    }

    h6.t-sub-tablet {
        display: block;
        text-align: center;
        margin: 0;
        padding-top: 32px;
        padding-bottom: 15px;

        font-family: 'Rajdhani';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        color: #18212C;


    }

    .t-element-right p {
        text-align: center;
        padding-top: 0px;
    }
}

/* Arrows
*/

.arrow-left {
    position: absolute;
    top: 50%;
    left: -20px;

    width: 48px;
    height: 48px;
    padding: 14px 0 0 19px;

    background-color: #d0d2d4;
    border-radius: 50%;
}

.arrow-right {
    position: absolute;
    top: 50%;
    right: -20px;

    width: 48px;
    height: 48px;
    padding: 14px 0 0 19px;

    background-color: #d0d2d4;
    border-radius: 50%;
}

.arrow-left i {
    font-size: 19px;
    color: white;
}

.arrow-right i {
    font-size: 19px;
    color: white;
}

@media only screen and (max-width: 992px) {
    .arrow-left {
        top: 50%;
        left: -15px;
        width: 34px;
        height: 34px;
        padding-left: 12px;
        padding-top: 8px;
    }
    
    .arrow-right {
        top: 50%;
        right: -15px;
        width: 34px;
        height: 34px;
        padding-left: 12px;
        padding-top: 8px;
    }
}
@media only screen and (max-width: 720px) {
    .arrow-left {
        position: absolute;
        top:auto;
        bottom: -8px;
        left: -13px;
    
        width: 34px;
        height: 34px;
        padding-left: 12px;
        padding-top: 8px;

        z-index: 9999;
    }
    
    .arrow-right {
        position: absolute;
        top: auto;
        bottom: -8px;
        right: -13px;
    
        width: 34px;
        height: 34px;
        padding-left: 12px;
        padding-top: 8px;
    }
}
