/* TIMELINE 1 */

.timeline-section {
    margin-top: 5rem;
}

.timeline {
    width: 100%;
    background-color: #fff;
}

.timeline .swiper {
    width: 100%;
    height: 600px;
    position: relative;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column;
}

.timeline .swiper-wrapper {
    transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    box-sizing: content-box;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden;
}

.timeline .swiper-slide {
    position: relative;
    color: #fff;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    transition-property: transform;
    display: block;
    text-align: center;
    font-size: 18px;
    background: #fff;
}

@media screen and (min-width: 1024px) {
    .timeline .swiper-slide-content {
        right: 30%;
    }
}

@media screen and (min-width: 768px) {
    .timeline .swiper-slide-content {
        top: 50%;
        transform: translateY(-50%);
        width: 70%;
        font-size: 11px;
        text-align: right;
    }
}

.timeline .swiper-slide-content {
    position: absolute;
    max-width: 803px;
    z-index: 2;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .timeline .swiper-slide::after {
        bottom: -12%;
        background-color: rgba(0, 0, 0, 0.3) !important;
        border-radius: 0;
        height: 100%;
        width: 100%;
        top: 0;
        right: 0;
        box-shadow: none;
    }
}

.timeline .swiper-slide::after {
    content: "";
    position: absolute;
    z-index: 1;
}

@media screen and (min-width: 768px) {
    .timeline .swiper-slide .timeline-year {
        margin-bottom: 0;
        font-size: 32px;
    }
}

.timeline .swiper-slide-active .timeline-year {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.4s ease 1.6s;
}

.timeline .swiper-slide .timeline-year {
    display: block;
    color: #fff;
    font-weight: 600;
    font-family: var(--font-open-sans) !important;
}

@media screen and (min-width: 768px) {
    .timeline .swiper-slide .timeline-title {
        margin: 0;
        font-family: var(--font-open-sans) !important;
        font-weight: 500 !important;
    }
}

.timeline .swiper-slide .timeline-title {
    color: inherit;
}

.timeline .swiper-slide-active .timeline-title {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.4s ease 1.7s;
}

.timeline .swiper-slide-active .timeline-text {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.4s ease 1.8s;
}

.timeline .swiper-slide .timeline-text {
    color: var(--color-white);
    font-size: 16px;
    line-height: 26px !important;
}

/* .timeline-text {
    text-align: justify !important;
} */

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden;
}

.timeline .swiper-slide {
    position: relative;
    color: #fff;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    transition-property: transform;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
}

.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

@media screen and (min-width: 768px) {
    .timeline .swiper-button-prev {
        top: 15% !important;
        left: auto;
        right: 10%;
        transform: rotate(90deg) translate(0, 10px);
    }
}

.timeline .swiper-button-prev {
    background-image: url(../images/who-we-are/our-story/download.svg);
}

.timeline .swiper-button-prev {
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    margin-top: 0;
    z-index: 2;
    transition: 0.2s;
}

.swiper-button-prev {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-prev {
    color: #e0342f !important;
}

@media screen and (min-width: 768px) {
    .timeline .swiper-button-next {
        top: auto !important;
        bottom: 15%;
        right: 10% !important;
        transform: rotate(90deg) translate(0, 10px);
    }
}

.timeline .swiper-button-next {
    left: auto !important;
    background-image: url(../images/who-we-are/our-story/download\ \(1\).svg);
}

.timeline .swiper-button-next,
.timeline .swiper-button-prev {
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    margin-top: 0;
    z-index: 2;
    transition: 0.2s;
}

.swiper-button-next {
    position: absolute;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-next {
    color: #e0342f !important;
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    left: var(--swiper-pagination-left, auto);
}

@media screen and (min-width: 768px) {
    .timeline .swiper-pagination {
        display: flex;
    }
}

.timeline .swiper-pagination {
    right: 8% !important;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
    z-index: 1;
    user-select: none;
}

@media (max-width: 991px) {
    .timeline .swiper-pagination {
        right: 10% !important;
    }
}

@media (max-width: 1199px) {
    .timeline .swiper-pagination {
        right: 6% !important;
    }
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
}

.timeline .swiper-pagination::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.timeline .swiper-pagination-bullet-active {
    color: #fff;
}

.timeline .swiper-pagination-bullet {
    width: auto;
    height: auto;
    text-align: center;
    opacity: 1;
    margin: 15px 0 !important;
    position: relative;
}

.swiper-pagination-bullet-active {
    background: #DF0212 !important;
    padding: 2px 13px 2px 13px;
}

.swiper-pagination-bullet {
    border-radius: 50px !important;
}

.timeline .swiper-pagination-bullet-active::before {
    transform: scale(1) !important;
}

.timeline .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 8px;
    left: -32.5px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #fff;
    transition: 0.2s;
}

.timeline .swiper-pagination-bullet {
    width: auto;
    height: auto;
    text-align: center;
    opacity: 1;
    background: transparent;
    color: #fff;
    margin: 15px 0 !important;
    position: relative;
}

.swiper-pagination-bullet {
    border-radius: 50px !important;
}

.timeline .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 8px;
    left: -32.5px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #fff;
    transform: scale(0);
    transition: 0.2s;
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.timeline .swiper-pagination-bullet {
    text-align: center;
    color: #fff;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}

@media (max-width: 767px) {
    .timeline .swiper-pagination {
        right: 10% !important;
        height: 100%;
        display: none;
        font-weight: 600;
        font-size: 18px;
        z-index: 1;
        user-select: none;
    }
}

@media (max-width: 767px) {
    .swiper-vertical>.swiper-wrapper {
        flex-direction: row !important;
    }
}

/* TIMELINE 1 FOR MOBILE */

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
}

.featured-single-article-block {
    overflow: hidden;
    background-color: #f4f4f4;
}

@media (min-width: 768px) {
    .featured-single-article-block .container .col-sm-12:first-child {
        order: 1;
    }
}

.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

@media (min-width: 768px) {
    .featured-single-article-block__content {
        padding: 6rem 3rem 6rem 0;
    }
}

.featured-single-article-block__content {
    text-align: left;
}

@media (min-width: 768px) {
    .featured-single-article-block .container .col-sm-12:last-child {
        order: 2;
    }
}

.featured-single-article-block__image-wrap {
    position: relative;
}

@media (min-width: 768px) {
    .featured-single-article-block__image-wrap__img {
        width: 50vw;
        height: 700px;
    }
}

.featured-single-article-block__image-wrap__img {
    margin: 0;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
}

.timeline-height {
    height: 715px;
    padding: 0 !important;
}

@media (max-width: 405px) {
    .timeline-height {
        height: 840px;
    }
}

@media (max-width: 350px) {
    .timeline-height {
        height: 975px;
    }
}

/* button */

.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev {
    left: 10px;
    right: auto;
}

.swiper-button-prev {
    position: absolute;
    width: calc(var(--swiper-navigation-size) / 44* 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-next,
.swiper-button-prev {
    color: #e0342f !important;
}

@media (min-width: 768px) {
    .press-release-single-template__breadcrumb-list {
        margin-bottom: 0 !important;
    }
}

.press-release-single-template__breadcrumb-list {
    list-style: none;
    padding-left: 0;
}

.press-release-single-template__breadcrumb-single {
    display: inline-block;
    list-style: none;
    text-transform: uppercase;
}

.press-release-single-template__breadcrumb-single:first-child a {
    padding-left: 0;
}

@media (min-width: 768px) {
    .press-release-single-template__breadcrumb-single a {
        padding: 0 5px;
    }
}

.press-release-single-template__breadcrumb-single a {
    color: #333;
    font-size: 11px;
    line-height: 11px;
}

.press-release-single-template__breadcrumb-single:after {
    content: "";
    color: #333;
}

@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
}

.swiper-button-next:after {
    content: 'next';
}

.swiper-button-next:after,
.swiper-button-prev:hover:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

@media (max-width: 767px) {

    .swiper-button-next,
    .swiper-button-prev:hover:after {
        font-size: 30px !important;
        font-weight: bold;
    }
}

/* -------------------------- */

.timeline-year-m {
	font-size: 34px;
    color: #fff;
    font-weight: 600 !important;
}

.slider-mobile-content {
    text-align: center;
    padding: 50px 20px 20px 20px;
}

@media (max-width: 767px){
    .timeline-year {
        font-size: 36px;
        color: #fff;
        font-weight: 600;
    }
}

@media (max-width: 767px){
    .timeline-text {
        font-size: 16px;
        line-height: 26px;
        color: #fff;
        font-weight: 400;
        text-transform: none;
    }
}

@media (max-width: 767px){
    .timeline-title {
        font-size: 22px !important;
        line-height: 27px !important;
        color: #fff;
        font-weight: 600;
    }
}

@media (max-width: 767px){
    .timeline-section {
        display: none;
    }
}

.timeline-mobile {
    display: none !important;
}

@media (max-width: 767px){
    .timeline-mobile {
        display: block !important;
    }
}

.link-icon-2 {
    background-image: url(../images/who-we-are/our-story/download.svg);
    background-repeat: no-repeat;
    transform: rotate(180deg);
    width: 15px !important;
    margin-right: 10px;
}

.link-icon-3 {
    background-image: url(../images/who-we-are/our-story/download.svg) !important;
    background-repeat: no-repeat;
    transform: rotate(0deg);
    width: 15px !important;
    margin-right: 10px;
}

.swiper-button-next {
    right: 0 !important;
}

/* .swiper-button-prev {
    left: 15px !important;
} */

.bg-overlay {
    background-color: rgba(0, 0, 0, .3);
    height: 100%;
}

