.footer-section {
    padding-top: 100px;
}

.box_section:hover {
    transition: 0.35s all;
    transform: scale(1.035);
}

.box_section {
    border-radius: 0.9rem;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #dddddd;
    background: #FFF;
    box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.25);
    padding: 3.5rem;
    min-height: 340px;
    transform: scale(1);
    transition: 0.35s all;
    margin-bottom: 2rem;
}

.box_content {
    position: relative;
    z-index: 4;
}

.box_section .images_section_bg svg {
    position: absolute;
    z-index: 2;
    background-size: 50% 36%;
    background-repeat: no-repeat;
    background-position: center;
    right: -2px;
    top: -2px;
}

.images_section_bg .image_section_load img {
    width: 100px;
    height: 75px;
    position: absolute;
    z-index: 3;
    right: 22px;
    top: 18px;
    mix-blend-mode: darken;
    object-fit: contain;
}

.box_content_inliner {
    display: flex;
    align-items: center;
}

.box_content h2 {
    color: #000;
    font-family: 'Manrope', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 1.5rem;
}

.box_content_inliner svg {
    margin-top: -2rem;
}

.box_content p {
    color: #000;
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 37px;
    /* width: 95%; */
}

.rounder {
    background-color: #FFC700;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.25));
    position: relative;
    z-index: 0;
    top: -50px;
    left: -28px;
}

.about_section .about_images .about_img3,
.about_section .about_images .about_img1 {
    width: 285px;
    height: 237px;
}

.about_section .about_images .about_img4 {
    width: 409px;
    height: 270px;
}

.about_section .about_images .about_img2 {
    width: 160px;
    height: 170px;
}

.about_section .about_images .about_img1 img,
.about_section .about_images .about_img3 img,
.about_section .about_images .about_img4 img,
.about_section .about_images .about_img2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.line_wrapper_history h2 {
    color: #fff !important;
}

.timeline {
    position: relative;
    /* max-width: 800px; */
    margin: 0px auto;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 4px;
    background-color: #0d6efd;
    top: 0;
    left: 50%;
    margin-left: -2px;
    height: 100%;

    /* Add animation */
    background: linear-gradient(to bottom, #0d6efd 50%, transparent 50%);
    background-size: 100% 200%;
    animation: timeline-flow 3s linear infinite;
}



.timeline-container {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

.timeline-container.left {
    left: 0;
}

.timeline-container.right {
    left: 50%;
}

.timeline-container::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    right: -10px;
    background-color: white;
    border: 4px solid #0d6efd;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

.right::after {
    left: -10px;
}

.timeline-card {
    background: white;
    padding: 20px;
    position: relative;
    border-radius: 10px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}

.timeline-year {
    position: absolute;
    font-size: 4rem;
    color: rgb(255 255 255 / 56%);
    font-weight: bold;
    top: 10px;
    right: -190px;
}

.right .timeline-year {
    left: -170px;
    /* right: -125px; */
}

.with_outline_relative {
    position: relative;
    color: #000;
}

.with_outline {
    position: relative;
    font-size: 5rem;
    color: #000;
    font-weight: 700;
    color: rgb(241, 241, 241);
    left: 0;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 0.09rem;
    user-select: none;
    background-color: #fff;
}

.with_outline_h6 {
    position: relative;
    /* top: 5rem; */
    left: 5rem;
    font-size: 5rem;
    /* color: #000; */
    font-weight: 700;
    color: rgb(242, 242, 242);
    user-select: none;
    background-color: #fff;
}

.background_r {
    background-size: auto;
    align-items: flex-start;
    background-repeat: no-repeat;
}


@media (max-width:992px) {
    .about_images {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        height: 650px;
    }

    .about_images figure.position-absolute {
        width: 100%;

    }

    .timeline-container {
        width: 100% !important;
        /* padding: 10px 0px !important; */
        display: flex;
        align-items: baseline;
        /* justify-content: center; */
        gap: 25px;
    }

    .timeline-container.right {
        left: 0% !important;
    }

    .timeline::after {
        left: 0% !important;
    }

    .right::after {
        left: -1.5% !important;
    }

    .timeline-container::after {
        right: 98.5% !important;
    }

    .right .timeline-year {
        left: 0% !important;
    }

    .timeline-year {
        right: 0% !important;
        position: relative !important;
    }

}

@media (max-width:768px) {
    .about_section .heading {
        padding-top: 0px;
    }

    .about_section {
        margin-bottom: 9rem;
    }
}

@media (max-width:576px) {

    .about_section .about_images .about_img1 img,
    .about_section .about_images .about_img3 img,
    .about_section .about_images .about_img4 img,
    .about_section .about_images .about_img2 img {
        width: 90%;
    }

    .about_section .about_images .about_img4 {
        width: 387px;
        right: -40px;
    }

    .about_section .about_images .about_img3 {
        right: -30px;
    }

    .timeline-container {
        flex-direction: column;
    }

    .about_section {
        margin-bottom: 2rem;
    }

    .about_section .about_images .about_img3,
    .about_section .about_images .about_img1 {
        width: 200px !important;
        height: 155px !important;
    }

}

@media (max-width:425px) {
    .about_section .about_images .about_img4 {
        width: 272px !important;
        right: -30px !important;
        height: 160px !important;
    }

    .about_section .about_images .about_img2 {
        top: 197px !important;
    }

    .about_images {
        height: 400px;
    }

    .heading p {
        line-height: 30px;
    }

    .our_achievements_section .heading p {
        text-align: center;
    }

    .box_section {
        padding: 2.5rem;
    }
}

@media (max-width:375px) {

    .about_section .about_images .about_img3,
    .about_section .about_images .about_img1 {
        width: 190px !important;
    }

    .about_section .about_images .about_img4 {
        width: 215px !important;
    }

    .about_section .about_images .aboutus_img_box p {
        text-align: center;
    }
}