/* Key Clients Journey */
.timeline-wrap {
    padding-bottom: 4em;
}
.timeline-slider-typ-one {
    min-height: 5vw;
}
.timeline {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #ccc;
}
.year {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #fff;
    border: 2px solid #ccc;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 2em;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    line-height: 3em;
    color: #818181;
}

#year-1 {
    left: 6%;
}
#year-2 {
    left: 30%;
}
#year-3 {
    left: 50%;
}
#year-4 {
    left: 70%;
}

.inner-year {
    width: 16px;
    height: 16px;
    background-color: #818181;
    transform: translate(30%, 30%);
    text-align: center;
}
.year:hover,
.year:focus {
    cursor: pointer;
}
.year:hover,
.year:focus,
.year_active {
    color: #000;
}
.year:hover .inner-year,
.year:focus .inner-year,
.year_active .inner-year{
    background-color: #000;
}

.timeline-slider__typ-one .slide_wrap {
    padding: 28px 28px 3em;
    box-sizing: border-box;
    min-height: 28.5em;
    justify-content: flex-start;
    background-color: #fff;
}
.timeline-slider__typ-one .border_items .item {
    position: relative;
    height: 40em;
    overflow-x: hidden;
    overflow-y: auto;
}
.timeline-slider__typ-one .owl-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 3px;
    width: 97%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 94%, rgba(255, 255, 255, 1) 97%);
    pointer-events: none;
}
.slide_wrap .icon {
    height: 50px;
    margin-bottom: 2.2em;
    display: flex;
    display: -webkit-flex;
    width: 100%;
    align-items: center;
    -webkit-align-items: center;
}
.slide_wrap .icon img {
    max-height: 100%;
    max-width: 80%;
    height: auto;
    width: auto;
}
.slide_wrap img.hover_icon {
    display: none;
}
.slide_wrap:hover img,
.slide_wrap:focus img {
    display: none;
}
.slide_wrap:hover img.hover_icon,
.slide_wrap:focus img.hover_icon {
    display: block;
}
.slide_wrap:hover .btn-link {
    opacity: 1;
}
.slide_content_wrap .slider_content_item:not(:last-child) {
    margin-bottom: 2.1em;
}
.slider_content_item {
    display: flex;
    display: -webkit-flex;
    gap: 1.4em;
}
.item-text {
    flex-grow: 1;
    color: #818181;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.19px;
}
.item-timeline {
    font-size: 1.7em;
    font-weight: 500;
    line-height: 1.09;
    text-transform: uppercase;
    color: #000;
    width: 22%;
    flex-shrink: 0;
}

@media (max-width: 950px) {
    #year-1 {
        left: 7%;
    }
    #year-2 {
        left: 27%;
    }
    #year-3 {
        left: 47%;
    }
    #year-4 {
        left: 67%;
    }
    .inner-year {
        transform: translate(25%, 30%);
    }
}
@media (max-width: 600px) {
    .year {
        font-size: 1em;
    }
}
@media (max-width: 500px) {
    .year {
        line-height: 5em;
        width: 20px;
        height: 20px;
    }
    #year-1 {
        left: 7%;
    }
    #year-2 {
        left: 30%;
    }
    #year-3 {
        left: 51%;
    }
    #year-4 {
        left: 72%;
    }
    .inner-year {
        width: 13px;
        height: 13px;
    }
}
/* End Key Clients Journey */