@media(max-width:1100px) {
    .inner-container {
        width: initial;
    }
}
    @media(max-width:991px) {

    .navbar-light .navbar-nav .nav-link {
        padding: 10px 15px;
    }

    .project_items {
        grid-template-columns: repeat(2, 1fr);
    }
    .news-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    
    .toggle-btn {
        display: block;
    }
    .logo img {
        max-width: 180px;
        height: auto;
    }
    #kafle-navbar {
        padding: 10px 0;
        overflow:hidden;
    }
    .ks-suchana {
        display: none;
    }
    .bg-grey {
        margin-bottom: 0;
    }
    .about-content {
        margin-bottom: 30px;
    }
    .blog-details {
        margin: 30px 0px 30px;
    }
    #kafle-navbar.active {
        position: sticky;
        top: 0;
        z-index: 999;
    }
    .donate-btn, .feedback_complain{
        display: none;
    }

    #kafle-navbar.active .kc-head-wrap {
        display: none;
    }

    .wrapper-banner, #fullScreenCarousel .full-item {
        height: 50vh;
    }

    .first-navbar {
        display: none;
    }

    .kc-head-wrap {
        display: none;
    }

        
    .owl-carousel.testimonial-slider.owl-loaded.owl-drag .owl-nav {
        display: none !important;
    }

    .reports_items {
        grid-template-columns: 1fr;
    }

    .detail-page_title h1 {
        font-size: 1.8rem;
        white-space: normal;
    }
}

@media(max-width:767px) {

    .report-img {
        height: 180px;
        width: 100%;
    }
    .report-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .detail-page_title h1 {
        display: -webkit-box;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        
    }

    .gallery-opaciy {
        margin-top: 2rem;
    }
    .gallery-sec {
        /* margin-top: -20px; */
        margin-bottom: 40px;
    }

    .project_items {
        grid-template-columns: repeat(1, 1fr);
    }

    .gallery-sec .nav.nav-pills.mb-3 {
        margin-bottom: 0 !important;
        margin-top: 2rem !important;
    }
    #fullScreenCarousel .full-item .slider-content {
        top: 40%;
    }


    #fullScreenCarousel .full-item .slider-content h1 {
        font-size: 24px;
        white-space: nowrap;
    }
    #fullScreenCarousel .full-item .slider-content p {
        font-size: 14px;
    }
    #fullScreenCarousel .full-item .slider-content {
        top: 40%;
    }

    #mainCarousel .item {
        width: 80px;
        height: 80px;
    }




    .three-img-container .slider-content {
        display: none;
    }


    .container-fluid.bg-grey.footer .col-md-3.col-sm-12 {
        text-align: left;
        margin: 10px 0;
    }

    .container-fluid.bg-grey.footer .col-md-3.col-sm-12 .logo-part, .container-fluid.bg-grey.footer .col-md-3.col-sm-12 .footer-text {
        text-align: center;
    }

    #top-bar {
        display: none;
    }
    .about-title.team {
        margin-top: 30px;
    }
    .speak-img {
        margin-bottom: 30px;
    }
    .footer-text {
        max-width: 100%;
    }
    .footer-menu {
        border-top: 1px solid #e0e0e0;
        margin-top: 20px;
        padding-top: 20px;
    }
   
    .copyright {
        display: block;
        text-align: center;
    }
    .copyright h5 {
        margin-top: 5px;
    }
    .bg-grey {
        text-align: center;
    }
    .social {
        justify-content: center;
    }
    .profile {
        border-top: 1px solid #e0e0e0;
        margin-top: 20px;
        padding-top: 20px;
    }


    .detail_page-content  {
        height: auto;
    }
    .detail_page-content .detail_page-img {
        height: auto !important;
    }

    .banner_img {
        height: 134px;
    }
    

    .reports_items .col-md-8 {
        padding: 15px 35px;
    }

    .feedback_complain-wrapper {
        margin: 0;
    }

    .skool-icon {
        width: 40px;
    }
    .skool-icon .right-icon {
        margin-left: 4px;
    }
    #thumbs .d-flex.align-items-center {
        padding: 10px 22px;
    }
}


@media(max-width:575px) {
    .navbar-brand {
        padding: 5px 10px;
    }
    .carousel-item img {
        height: 250px;
    }
    #about {
        margin-bottom: 30px;
    }
    #speaker {
        padding-bottom: 30px;
    }
    #new-blog {
        margin-bottom: 40px;
        margin-top: 20px;
    }
    .testi-wrap {
        display: block;
        text-align: center;
        padding: 20px;
    }
    .member-img img {
        margin: auto;
    }
    .bg-grey {
        padding-top: 30px;
    }
    .testi-content {
        margin-left: 0px;
    }
    .community-back {
        padding-bottom: 30px;
    }
    .logo img {
        height: auto;
    }
    .flag {
        display: none;
    }

    .g-recaptcha {
        transform: scale(1);
    }
    .row.contact .col-md-6 {
        margin-bottom: 1rem;
    }
    .inner-container h3 {
        font-size: 22px;
    }

    .board-member-grid {
        grid-template-columns: 1fr;
    }

    .detail-page_title h2 {
        font-size: 22px;
    }

}

@media only screen and (max-width: 500px) {
    .g-recaptcha {
        transform:scale(0.77);
        transform-origin:0 0;
    }
}