.time_line_section {
        position: relative;
    }
    .time_line_section.style_one .swiper-container {
        padding-top: 90px;
    }
    .time_line_section.style_one .time_line_box {
        position: relative;
        margin-bottom: 60px;
        margin-top: 20px;

    }
    .time_line_section.style_one .time_line_box .time_inner {
        position: relative;
    }
    .time_line_section.style_one .time_line_box .time_inner .border_liner {
        position: absolute;
        content: "";
        width: 28%;
        height: 100%;
        left: 0;
        top: 0;
    }
    .time_line_section.style_one .time_line_box .time_inner .border_liner::after {
        position: absolute;
        content: "";
        width: 1px;
        height: 92%;
        background: #F37022;
        left: 0;
        top: 0;
    }
    .time_line_section.style_one .time_line_box .time_inner .border_liner::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        background: #F37022;
        left: 0;
        bottom: 8%;
    }
    .time_line_section.style_one .time_line_box .time_inner .border_liner span {
        width: 14px;
        height: 14px;
        border: 1px solid #F37022;
        position: absolute;
        top: -14px;
        left: -7px;
        content: "";
        border-radius: 50px;
    }
    .time_line_section.style_one .time_line_box .time_inner .border_liner span.last {
        top: auto;
        left: auto;
        bottom: 25px;
        right: -13px;
    }
    .time_line_section.style_one .time_line_box .time_inner .content {
        position: relative;
        z-index: 2;
    }
    .time_line_section.style_one .time_line_box .time_inner .content h2 a {
        position: relative;
        font-family: var(--creote-family-one);
        font-size: 22px;
        font-weight: 700;
        line-height: 30px;
        margin-bottom: 10px;
        padding: 0px 30px;
        display: block;
    }
    .time_line_section.style_one .time_line_box .time_inner .content p {
        position: relative;
        margin-bottom: 40px;
        padding: 0px 30px;
    }
    .time_line_section.style_one .time_line_box .time_inner .content p::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        /*left: 0;*/
        bottom: -83px;
        background: #F37022;
    }
    .time_line_section.style_one .time_line_box .time_inner .year {
        position: relative;
        z-index: 2;
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-weight: 700;
        /*font-family: var(--creote-family-one);*/
        color: #F37022;
        border-radius: 50%;
        background: #7A7B80;
        box-shadow: 0px 0px 40px 0px rgba(0,0,0,.09);
        text-align: center;
        padding-top: 2px;
        left: -40px;
    }
    .time_line_section.style_one .time_line_box .time_inner .image {
        position: relative;
        width: 120px;
        height: 120px;
        overflow: hidden;
        border-radius: 50%;
        margin: 0 auto 0px;
        top: 30px;
    }
    .time_line_section.style_one .time_line_box .time_inner .image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .time_line_section.style_one .swiper-slide-active .time_line_box .year {
        background: #F37022;
        color: #7A7B80;
    }
    .time_line_section.style_one .swiper-button-next, .time_line_section.style_one .swiper-button-prev {
        top: 10px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .time_line_section.style_one .swiper-button-next::before, .time_line_section.style_one .swiper-button-prev::before {
        box-shadow: inherit;
        border-radius: 10px 0px 10px 0px;
        border: 1px solid #F37022;
    }
    .time_line_section.style_one .swiper-button-next:hover::before, .time_line_section.style_one .swiper-button-prev:hover::before {
/*        background: var(--primary-color-one);*/
        border-color: #7A7B80;
        color: #fff;
    }
    .time_line_section.style_one .swiper-button-prev {
        left: -60px;
    }
    .time_line_section.style_one .swiper-button-next {
        right: -60px;
    }
    .time_line_section.style_one .swiper-button-next::before {
        border-radius: 0px 10px 0px 10px;
    }
    @media (max-width: 768px) {
        .time_line_section.style_one .time_line_box {
            padding-left: 50px;
            padding-right: 50px;
        }
    }
     ̰

    .swiper-button-prev, .swiper-button-next, .prev-single-one, .next-single-one, .prev-single-one_three, .next-single-one_three {
        background: none;
    }
    .swiper-button-prev::before, .swiper-button-next::before, .prev-single-one::before, .next-single-one::before, .prev-single-one_three::before, .next-single-one_three::before {
        position: absolute;
        font-family: "Font Awesome 5 Free" !important;
        width: 50px;
        height: 50px;
        line-height: 50px;
        /*        background: #fff;*/
        text-align: center;
        font-size: 18px;
        color: var(--primary-color-two);
        border-radius: 50%;
        box-shadow: 0px 0px 40px 0px rgba(0,0,0,.09);
        transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
    }
    .swiper-button-prev::after, .swiper-button-next::after, .prev-single-one::after, .next-single-one::after, .prev-single-one_three::after, .next-single-one_three::after {
        display: none !important;
    }

    .swiper-button-next::before, .next-single-one::before, .next-single-one_three::before {
        content: "\f105";
    }

    .swiper-button-prev::before, .prev-single-one::before, .prev-single-one_three::before {
        content: "\f104";
    }

    @media (max-width: 550px) {
        .time_line_section.style_two .event_box .date_box h6 {
            font-size: 14px;
        }
    }

    .time_line_carousel_box {
        position: relative;
    }

    .time_box.type_one {
        position: relative;
    }
    .time_box.type_one .date_box {
        position: relative;
        text-align: center;
        margin-bottom: 30px;
        border-bottom: 1px solid var(--primary-color-three);
        transition: all 0.5s ease-in-out;
    }
    .time_box.type_one .date_box h6 {
        position: relative;
        display: inline-block;
        padding: 10px 20px;
        font-size: 14px;
        text-transform: uppercase;
        color: var(--heading-dark);
        margin-bottom: 20px;
        background: transparent;
        border-radius: 30px;
        transition: all 0.5s ease-in-out;
    }
    .time_box.type_one .date_box h6::before {
        position: absolute;
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 50px;
        background: var(--primary-color-three);
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -25px;
        transition: all 0.5s ease-in-out;
    }
    .time_box.type_one .content_box {
        position: relative;
        background: transparent;
        padding: 30px;
        text-align: center;
        transition: all 0.5s ease-in-out;
    }
    .time_box.type_one .content_box h2 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 10px;
        color: var(--heading-dark);
    }
    .time_box.type_one .content_box small {
        font-size: 16px;
        color: var(--primary-color-one);
        display: block;
        font-weight: 600;
        margin-bottom: 10px;
    }
    .time_box.type_one .content_box p {
        margin-bottom: 20px;
    }
    .time_box.type_one .content_box .read_more i {
        position: relative;
        display: inline-block;
        top: 1px;
        margin-left: 5px;
    }
    .time_box.type_one:hover .date_box {
        border-bottom: 1px solid var(--primary-color-one);
    }
    .time_box.type_one:hover .date_box h6 {
        background: var(--primary-color-one);
        color: var(--color-white);
    }
    .time_box.type_one:hover .date_box h6::before {
        background: var(--primary-color-one);
    }

    .owl-item.active.center .time_box.type_one .date_box {
        border-bottom: 1px solid var(--primary-color-one);
    }
    .owl-item.active.center .time_box.type_one .date_box h6 {
        background: var(--primary-color-one);
        color: var(--color-white);
    }
    .owl-item.active.center .time_box.type_one .date_box h6::before {
        background: var(--primary-color-one);
    }

    .time_box.type_one:hover .content_box {
        background: var(--primary-color-one);
    }

    .owl-item.active.center .time_box.type_one .content_box {
        background: var(--primary-color-one);
    }

    .time_box.type_one:hover .content_box h2 {
        color: var(--color-white);
    }

    .owl-item.active.center .time_box.type_one .content_box h2 {
        color: var(--color-white);
    }

    .owl-item.active.center .time_box.type_one p {
        color: var(--color-white);
    }

    .time_box.type_one:hover .content_box p {
        color: var(--color-white);
    }

    .time_box.type_one .content_box a.read_more {
        color: var(--heading-dark);
    }

    .time_box.type_one:hover .content_box a.read_more {
        color: var(--color-white);
    }

    .owl-item.active.center .time_box.type_one .content_box a.read_more {
        color: var(--color-white);
    }