.who-we-are--head {
    display: flex;
}

.who-we-are--head--title {
    width: 40%;
}

.who-we-are--head--content {
    width: 60%;
    padding-right: 40px;
    font-weight: 400;
    font-size: 18px;
}

.who-we-are--head--content .lead {
    color: #004860;
    line-height: 24px;
    margin-bottom: 30px;
}

.who-we-are--head--content .body {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
}

.who-we-are--image-slider {
    margin-top: 56px;
    margin-bottom: 115px;
}

.who-we-are--image-slider .image-slider--item--image {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: calc(300 / 516 * 100%);
}

.who-we-are--image-slider .image-slider--item--image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-slider--navigation {
    width: 100%;
    text-align: right;
    padding-right: 75px;
    margin-top: 37px;
}

.image-slider--navigation .swiper-button-next {
    margin-left: 30px;
}

.who-we-are--image-slider .image-slider {
    gap: 0;
    padding-left: 42px;
}


.timeline-section {
    background-color: #004860;
    color: #FFF;
}

.timeline-section .section-heading {
    padding-top: 90px;
    text-transform: capitalize;
}

.timeline-section .timeline__body {
    margin-top: 60px;
    height: 621px;
}

.timeline__item .timeline__content {
    opacity: 0;
    position: absolute;
    height: calc(100% - 55px);
    bottom: 0;
    left: calc(100% - 9px);
    max-width: 460px;
    width: calc(50vw - 100%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    pointer-events: none;
    padding-bottom: 30px;
}

.timeline__item .timeline__content h3 {
    margin-bottom: 18px;
}

.timeline__item  .timeline__image {
    opacity: 0;
    position: absolute;
    align-items: center;
    bottom: 0;
    display: flex;
    height: calc(100% - 55px);
    justify-content: flex-end;
    text-align: right;
    max-width: 460px;
    pointer-events: none;
    width: calc(50vw - 100%);
    transform: translateX(-100%);
    left: 9px;
}

.timeline__item.swiper-slide-active .timeline__content {
    opacity: 1;
}

.timeline__item.swiper-slide-active .timeline__image {
    opacity: 1;
}
.timeline__item .maker {
    height: 100%;
}

.timeline__item .marker .year {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #006A8D;
}

.timeline__item.swiper-slide-active .marker .year {
    color: #FFF;
}

.timeline__item .dot {
    width: 21px;
    height: 21px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    border: 1px solid #006A8D;
    border-radius: 100%;
    position: relative;
    margin: 10px 0 0;
}

.timeline__item .dot::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    background-color: #006A8D;
    border-radius: 100%;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    will-change: transform;
}

.timeline__item.swiper-slide-active .dot {
    border-color: #FFF;
}

.timeline__item.swiper-slide-active .dot::before {
    background: #FFF;
}

.timeline__item .marker {
    height: 100%;
    position: relative;
    width: 45px;
    text-align: center;
    pointer-events: none;
    margin: 0 auto;
}

.timeline__item .line {
    height: calc(100% - 55px);
    width: 1px;
    border-left: 1px solid #006A8D;
    margin: 0 auto;
    opacity: 0;
}

.timeline__item.swiper-slide-active .line {
    opacity: 1;
}

.timeline__item {
    width: calc((100% / 6) - 7px);
    /* width: calc(100% / 7); */
}

.timeline__container {
    height: 100%;
    position: relative;
}

.timeline__slider {
    height: 100%;
}

.timeline__item .timeline__image .timeline__image-div {
    width: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
    padding-top: calc(300 / 460 * 100%);
}

.timeline__item .timeline__image .timeline__image-div img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.timeline__body:hover {
    /* cursor: url('../images//timeline-cursor.png') 25 8, pointer; */
}

.timeline__slider--prev {
    background-image: url(../images/arrow-left-white.svg);
}
.timeline__slider--next {
    background-image: url(../images/arrow-right-white.svg);
}

.timeline__slider--buttons {
    position: absolute;
    bottom: 31%;
    left: calc(50% + 100px);
    width: 50px;
    display: flex;
    justify-content: space-between;
}

.who-we-are--image-slider .swiper-slide {
    width: 516px;
}

@media (min-width: 768px) {
    .who-we-are--image-slider .swiper-slide.swiper-slide--virtual {
        width: 0;
    }
}

.timeline-content img {
    max-width: 100%;
    aspect-ratio: calc(460 / 300);
    object-fit: cover;
}

.timeline-content {
    height: 566px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    max-width: 1120px;
    width: 100%;
}

.timeline-content__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0 !important;
    visibility: hidden;
    transition: all .8s ease-in-out !important;
    -webkit-transition: all .8s ease-in-out !important;
    -moz-transition: all .8s ease-in-out !important;
    -ms-transition: all .8s ease-in-out !important;
    -o-transition: all .8s ease-in-out !important;
}

.timeline-content__item.swiper-slide-active {
    opacity: 1 !important;
    visibility: visible;
}

.timeline-content__item .timeline__image {
}

.timeline-content__item .timeline__image, .timeline-content__item .timeline__content {
    width: calc(50% - 100px);
}

.timeline-content__item .timeline__title {
    margin-top: -50px;
}

.timeline-content__item--virtual,
.timeline__item--virtual {
    opacity: 0;
    visibility: hidden;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .timeline-content__item .timeline__title {
        margin-top: -45px;
    }
}

@media (min-width: 768px) {
    .timeline__body-text {
        max-height: 104px;
        overflow: hidden;
        width: 100%;
    }

    .timeline-content__item--virtual,
    .timeline__item--virtual {
        display: none !important;
    }
}
@media (max-width: 1023.98px) {
    .timeline-section .timeline__body {
        height: 500px;
    }

    .timeline-content {
        height: 446px;
    }

    .timeline-content__item .timeline__image,
    .timeline-content__item .timeline__content {
        width: calc(50% - 50px);
    }

    .timeline__slider--buttons {
        bottom: 24%;
        left: calc(50% + 50px);
    }
}
@media (max-width: 767.98px) {
    .who-we-are--head {
        flex-wrap: wrap;
    }
    
    .who-we-are--head--title {
        width: 100%;
    }
    
    .who-we-are--head--content {
        width: 100%;
        padding-right: 0;
    }
    
    .who-we-are--head--title h2 {
        margin-bottom: 30px;
    }
    
    .who-we-are--head--content .lead {
    }
    
    .who-we-are--image-slider {
        margin-top: 40px;
        margin-bottom: 0;
    }
    
    .who-we-are--head--content .body {margin-bottom: 0;}
    
    .who-we-are-section {
        padding-bottom: 60px;
    }
    
    .who-we-are--image-slider .image-slider {
        padding-left: 20px;
    }

    .who-we-are--image-slider .swiper-slide {
        width: calc(100% - 90px);
    }
    
    .image-slider--navigation {
        text-align: center;
        padding: 0;
        padding-right: 20px;
    }

    .timeline-section .section-heading {
        padding-top: 56px;
    }
    
    .timeline-section .section-heading h2 {
        margin: 0;
        text-transform: capitalize;
    }
    
    .timeline-section .timeline__body {
        margin-top: 53px;
    }

    .timeline__item {
        width: calc(50% - 22.5px);
    }

    .timeline__item .timeline__content {
        width: calc(100vw - 110px);
        left: 55px;
        height: auto;
        bottom: 110px;
        padding-bottom: 0;
    }
    
    .timeline__item .timeline__image {
        width: calc(100vw - 110px);
        height: auto;
        left: 55px;
        bottom: auto;
        top: 95px;
        transform: none;
    }
    
    .timeline__slider--buttons {
        bottom: 67px;
        left: calc(50% + 20px);
        transform: translateX(-50%);
        z-index: 999;
    }
    
    .timeline__item .marker {
        margin: 0;
    }

    .timeline__body-text {
        padding-right: 0;
        height: 105px;
        overflow: hidden;
        max-width: 280px;
        width: 100%;
    }

    .timeline-section .timeline__body {
        height: 569px;
    }

    .timeline-content {
        height: 515px;
        width: calc(100% - 70px);
        left: 55px;
        transform: none;
        align-items: flex-start;
        padding-top: 41px;
    }

    .timeline-content__item .timeline__content {
        margin-top: 31px;
    }

    .timeline-content__item .timeline__title {
        margin-top: 0;
    }

    .timeline-content__item .timeline__image,
    .timeline-content__item .timeline__content {
        width: 100%;
    }

    .timeline-content__item {
        flex-wrap: wrap;
    }

    .timeline-content img {
        aspect-ratio: calc(280 / 183);
        max-width: 280px;
        width: 100%;
    }
}