.sd-slider-timeline-block .bx-wrapper {
    margin: 0 auto;
}

.sd-slider-timeline-block ul {
    list-style-type: none;
}

.sd-slider-timeline-block .bx-pager {
    display: block;
    position: absolute;
    bottom: 2%;
}

.bx-wrapper .bx-pager-item {
    position: relative;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #CB4000;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    margin: 0 15px;
    border-radius: 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
    visibility: hidden;
}

.bx-pager-link.active::before {
    content: '';
    visibility: visible;
    width: 24px;
    height: 24px;
    background: url(/wp-content/uploads/2019/07/favicon-octas.png);
    background-size: cover;
    position: absolute;
    top: -2px;
    left: 14px;
    right: 0;
}

.bx-pager-item a::after {
    visibility: visible;
    content: '';
    background: #fe5000;
    height: 3px;
    width: 30px;
    position: absolute;
    top: 8px;
    right: -15px;
}

.bx-pager-item:last-child a::after {
    display: none;
}

.timeline-slider .wpb_wrapper {
    position: absolute;
    bottom: 10%;
    right: 20%;
    background: rgba(254,80,0, .7);
    left: 20%;
    padding: 20px;
    overflow-y: auto;
    height: auto;
    max-height: 80%;
}

.sd-slider-timeline-block .timeline-title h2 {
    font-family: 'Muli', sans-serif;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 30px;
}

.sd-slider-timeline-block .timeline-content {
    color: #fff;
}

.sd-slider-timeline-block .timeline-content ul {
    list-style-type: disc !important;
}

.sd-slider-timeline-block .timeline-content ol,
.sd-slider-timeline-block .timeline-content ul {
    margin: 15px 0 15px 15px;
}

.sd-slider-timeline-block .timeline-content ol li,
.sd-slider-timeline-block .timeline-content ul li {
    width: auto !important;
}

.sd-slider-timeline-block .timeline-details {
    color: #fff;
    margin-top: 30px;
}

.timeline-slider li {
    width: 102vw !important;
}

.pagination-none .bx-has-pager .bx-default-pager {
    display: none;
}

.bx-wrapper .bx-prev {
    left: 15px;
    background-image: url('images/arrow-left.png');
    background-color: #FE5000;
    background-size: 15px;
}

.bx-wrapper .bx-next {
    right: 15px;
    background-image: url('images/arrow-right.png');
    background-color: #FE5000;
    background-size: 15px;
    background-position: center;
}

@media screen and (max-width: 767px) {
    .timeline-slider .wpb_wrapper {
        left: 0;
        right: 0;
        Top: 0;
        text-align: center;
        bottom: 0;
        max-height: none;
        height: 100%;
    }
    
    .timeline-slider .wpb_wrapper .timeline-details {
        margin: 0 60px;
    }

    .sd-slider-timeline-block .bx-controls .bx-pager {
        display: none;
    }

    .sd-slider-timeline-block .bx-wrapper .bx-controls-direction a {
        top: 320px;
        margin: 0;
    }

    .timeline-slider .vc_row {
        height: 400px;
        min-height: 400px;
    }

    .sd-slider-timeline-block .bx-pager {
        bottom: 50px;
    }
}

/*.timeline-slider, .timeline-slider li {*/
    /*width: 100% !important;*/
/*}