/* FOR NEXT HUB MAX*/
@media (max-width:1281px) and (min-width:1025px) {
    .moving-border {
        padding: 11px;
    }

}


/* FOR NEXT HUB */
@media (max-width:1024px) and (min-width:993px) {
    .slider_img {
        height: 507px;
        width: 100%;
    }

    .moving-border {
        padding: 0px;
    }

    .mission-icon {
        font-size: 28px;
    }

    .about_us_img {
        height: 637px;
        width: 100%;
    }

    .news_event {
        height: 199px;
        width: 100%;
    }

    .line_clamp_counter {
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

/* FOR TAB */
@media (max-width:992px) and (min-width:576px) {
    .slider_img {
        height: 415px;
        width: 100%;
    }

    .about_us_img {
        height: 379px;
    }

    .counter_box {
        height: 300px;
    }



}

/* FOR Mobile */

@media (max-width:576px) {
    .slider_img {
        height: 174px;
        width: 100%;
    }

    .bread_crumb .container {
        padding: 20px 0;
    }

    .counter_home {
        color: var(--main-color);
        font-family: 'Bitter', serif;
        text-align: center;
        width: 255px !important;
        padding: 12px 0 0;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }

    section {
        padding: 15px 0;
        overflow: hidden;
    }

    .about_us_img {
        height: 252px;
        width: 100%;
    }

    .misson_card {
        margin: 0 10px 13px;
    }

    .people_img {
        height: 262px;
        width: 100% !important;
    }

    .contact_info_sec {
        background-color: #732b75;
        right: 1px;
        width: 100%;
        margin-top: 20px;
        padding: 21px;
        position: relative;
        height: max-content;
        border-radius: 12px;
    }

    .contact_field {
        padding: 28px;
    }

    .info_single {
        margin: 18px 0px;
    }

    .contact_inner {
        background-color: #fff;
        position: relative;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
        border-radius: 25px;
        margin-top: 20px;
    }

    .counter_box {
        padding: 3px 15px 13px;
        height: 466px;
    }

    .moving-border {
        margin-top: 28px;
    }

    .bread_crumb {

        /* margin-top: 90px; */
    }
}
