
/* -----------------------
    TIMELINE
------------------------ */
.timeline--horizontal .timeline__item {
    float: left;
}
.timeline-nav-button{
    opacity: 1 !important;
}
/* -----------------------
    STEP TIMELINE
------------------------ */
.step__description {
    padding: 30px;
    background: #ffffff;
    box-shadow: 0 8px 16px rgba(0,0,0,.1);
    border-radius: 10px;
    margin: 20px;
    position: relative;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    transform: scale(0);
    transform-origin: bottom;
    margin-top: 0;
}
.step__description:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    content: "";
    background: #ffffff;
    bottom: -10px;
    transform: rotate(45deg);
}

.slick-center .single__step__slide .step__description,
.single__step__slide:hover .step__description {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.step__content {
    text-align: center;
    position: relative;
}
.step__content h3 {
    margin-bottom: 0;
    color: #ffffff;
}
.step-border {
    width: 100%;
    height: 5px;
    background: #ffffff;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    margin-top: 30px;
    display: inline-block;
    z-index: 1;
}

.step-border:before{    
    width: 30px;
    height: 30px;
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0,0,0,.05);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -13px;
    border-radius: 50%;
    z-index: 2;
}

.step-border:after {
    width: 15px;
    height: 14px;
    background: #1657E2;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -5px;
    border-radius: 50%;
    z-index: 3;
}
.sldier-content-area.bottom_left_right_nav .owl-nav > div {
    display: inline-block;
    border-radius: 50%;
    padding-top: 12px;
    position: absolute;
    left: 0;
    bottom: 66px;
}

.sldier-content-area.bottom_left_right_nav .owl-nav > div.owl-next {
    left: auto;
    right: 0;
}