body{
    font-family: "Source Sans 3", sans-serif !important;
}
.timeline-section {
    position: relative;
    padding: 60px 0;
    max-width:100%;
}

.ctl-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    gap: 3px;
}
.ctl-pagination .page-numbers.ctl-page-num
 {
    display: inline-block;
    padding: 2px 10px;
    font-size: 17px;
    font-family: "Source Sans 3", sans-serif;
}
.ctl-pagination span.current {
    background-color: #f2d7a0;
    color: #fff;
    padding: 2px 10px;
    font-size: 15px;
    font-family: "Source Sans 3", sans-serif;
}
.ctl-pagination a
 {
    display: inline-block;
    padding: 2px 10px;
    font-family: "Source Sans 3", sans-serif;
    background-color: #ebebeb;
    color: #777;
    text-decoration: none;
    font-size: 15px;
    transition: ;
}

@media(min-width:1200px) {
    .timeline-section .container {
        max-width: 1033px;
    }
}

.timeline-section .timeline-box-wrap {
    position: relative;
    padding: 72px 0;
}

.timeline-section .timeline-box-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 3px;
    background-color: #f2d7a0;
}

.timeline-section .timeline-box-wrap .dot {
    content: "";
    position: absolute;
    display: block;
    width: 9px;
    height: 9px;
    background-color: #f2d7a0;
    left: 50%;
    border-radius: 50%;
    transform: translateX(-50%);
}

.timeline-section .timeline-box-wrap .dot-1 {
    top: 0;
}

.timeline-section .timeline-box-wrap .dot-2 {
    bottom: 0;
}

.timeline-section .timeline-box {
    max-width: 462px;

    color: #666666;
    position: relative;
}

.timeline-section .timeline-box .content {
    background-color: #f9f9f9;
    border-radius: 6px;
}

.timeline-section .timeline-box:nth-child(odd) {
    left: 50%;
    margin-left: 39px;
}

.timeline-section .timeline-box+.timeline-box {
    margin-top: 100px;
}

.timeline-section .arrow {
    height: 28px;
    width: 28px;
    position: absolute;
    left: calc(100% - 14px);
    top: 8px;
    z-index: -1;
    background: linear-gradient(to left, #da0812 50%, transparent 48%);
    clip-path: polygon(0 50%, 50% 0, 100% 50%, 50% 100%, 0 50%);

}

.timeline-section .timeline-box:nth-child(odd) .arrow {
    background: linear-gradient(to right, #004993 50%, transparent 48%);
    right: calc(100% - 14px);
    left: auto;
}

.timeline-section .timeline-box .img img,
.timeline-section .timeline-box .img video,
.timeline-section .timeline-box .img iframe {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 6px 6px 0 0;
}

.timeline-section .timeline-slider .swiper-slide {
    height: auto !important;
}

.timeline-section .timeline-slider .swiper-slide img {
    height: 100%;
}

.timeline-section .timeline-slider .swiper-pagination-bullet {
    background: #fff !important;
    opacity: 1 !important;
}

.timeline-section .timeline-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #004993 !important;
}

.timeline-section .timeline-box:nth-child(even) .timeline-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #da0812 !important;
}

.timeline-section .timeline-box .icon {
    height: 35px;
    width: 35px;
    position: absolute;
    left: calc(100% + 23px);
    z-index: 2;
    background: #da0812;
    top: 4px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0 2px #fff, inset 0 0 0 2px rgba(0, 0, 0, .05), 0 0 0 5px #f2d7a0;
}
.timeline-section .timeline-box .icon span{
    display: flex;
    align-items: center;
}
.timeline-section .timeline-box .icon i{
    font-size:22px;
    color: #fff !important;
    line-height: 1em;
}

.timeline-section .timeline-box:nth-child(odd) .icon {
    background: #004993;
    left: auto;
    right: calc(100% + 23px);
}

.timeline-section .timeline-box .year {
    color: #da0812;
    font-weight: 400;
    white-space: nowrap;
    font-size: 23px;
    position: absolute;
    left: calc(100% + 85px);
    top: 4px;
}

.timeline-section .timeline-box:nth-child(odd) .year {
    color: #004993;
    right: calc(100% + 85px);
    left: auto;
}

.timeline-section .timeline-box .icon img {
    width: 22px;

}

.timeline-section .text-wrap {
    padding: 15px;
}

.timeline-section .text-wrap p {
    margin-bottom: 0;
}

.timeline-section .text-wrap ul {
   margin-left: 20px !important;
    padding-left: 0;
}

.timeline-section .text-wrap ul li+li {
    margin-top: 10px;
}

.timeline-section .text-wrap p+p {
    margin-top: 15px;
}

.timeline-section .zoom-in {
    transform: scale(0.7);
    opacity: 0;
    transition: transform .75s ease, opacity .75s cubic-bezier(.445, .05, .55, .95);
    will-change: transform, opacity;
}

.timeline-section .arrow.zoom-in,
.timeline-section .icon.zoom-in,
.timeline-section .year.zoom-in {
    transform: scale(0.3);
}

.timeline-section .zoom-in.active {
    transform: scale(1);
    opacity: 1;
}
.ctl-pagination a.current {
    background-color: #f2d7a0;
     color: #fff;
}
.ctl-pagination a:hover {
    background-color: #f2d7a0;
    color: #fff;
}
@media(max-width:1199px) {
    .timeline-section .timeline-box {
        max-width: 425px;
    }
}

@media(max-width:991px) {
    .timeline-section .timeline-box {
        max-width: 305px;
    }
}

@media(max-width:767px) {
    .timeline-section .timeline-box {
        left: 0px;
        margin-left: 63px;
    }

    .timeline-section .timeline-box:nth-child(odd) {
        left: 0px;
        margin-left: 63px;
    }

    .timeline-section .timeline-box-wrap::after {
        left: 21px;
        transform: translateX(0);
    }

    .timeline-section .timeline-box-wrap .dot {
        left: 18px;
        transform: translateX(0);

    }

    .timeline-section .timeline-box {
        max-width: 100%;
    }

    .timeline-section .timeline-box .icon {
        right: calc(100% + 20px);
        left: auto;
    }

    .timeline-section .timeline-box .arrow {
        right: calc(100% - 14px);
        left: auto;
        background: linear-gradient(to right, #da0812 50%, transparent 48%);
    }

    .timeline-section .timeline-box .year {
        right: auto !important;
        left: 0 !important;
        top: -52px !important;
    }

    .timeline-section .timeline-box:nth-child(odd) .arrow {
        background: linear-gradient(to right, #004993 50%, transparent 48%);
    }

}



@media only screen and (min-width: 769px) {
    .ctl-vertical-wrapper nav.ctl-pagination {
        top: 15px;
        margin-bottom: 30px;
    }
}