@media (max-width: 1680px) { 
   
@media (min-width: 1400px) { 
   
}

@media only screen and (min-width: 1200px) and (max-width: 1399px)  {
    .custom-xl-col{
        flex: 0 0 auto;
        width: 20%  !important;
    }
}
@media (max-width: 1199px) { 
    .custom-lg-col{
        flex: 0 0 auto;
        width: 33.33333333% !important;
    }
    .inner-banner-wrap-section .inner-banner-img{
        height: 250px;
    }
    .inner-banner-wrap-section .inner-baner-caption{
        margin-left: 15px;
    }

 }

@media (max-width: 991px) { 
    p{
        font-size: 15px;
    }
    section{
        padding: 40px 0;
    }
    .theme-title h2, .theme-title-without-border h2{
        font-size: 28px;
    }
    .custom-md-col{
        flex: 0 0 auto;
        width: 50% !important;
    }
    .header-container{
        flex-wrap: unset !important;
        align-items: flex-start !important; 
    }
    .top-bar-wrap{
        background-color: #FF900B;
        padding-bottom: 10px;
    }
    .top-bar-text-wrap{
        display: block !important;
        justify-content: center !important;
        text-align: center;
        float: none !important;
    }
    .top-bar-text-wrap img{
        filter: brightness(0) invert(1);
    }
    .header-wrap-section{
        position: relative;
    }
    .header-wrap-section .navbar-brand img{
        max-width: 80px;
    }
    .header-wrap-section .navbar{
        position: relative;
    }
    .navbar-brand{
        padding: 5px 0 !important;
    }
    .navbar-toggler{
        position: absolute;
        top: 20px;
        right: 15px;   
    }
    .header-wrap-section .donate-btn-right{
        position: absolute;
        top: 20px;
        right: 90px;

    }
    .main-menu-wrap{
        border: none;
    }
    .header-wrap-section .nav-link{
        color: #000 !important;
    }
    .main-menu-wrap{
        background-color: #fff;
    }
    .navbar-collapse{
        position: absolute;
        top: 100%;
        z-index: 999;
        background: aliceblue;
    width: -webkit-fill-available;
    padding: 15px;
    }
    .our-work-title h2{
        font-size: 16px;
    }
 }

@media (max-width: 767px) {
    p{
        font-size: 15px;
    }
    .theme-title h2, .theme-title-without-border h2{
        font-size: 25px;
    }
    .custom-sm-col{
        flex: 0 0 auto;
        width: 50% !important;
    }
    .aboutus-slider-wrap::before{
        display: none;
        padding: 0;
    }
    .aboutus-slider-wrap-section .owl-dots{
        bottom: 0;
    }
    .our-work-title h2{
        font-size: 15px;
    }
    .future-vision-section .future-vision-wrap-box{
        padding: 15px 40px;
    }
    .aboutus-slider-text-wrap h2{
        font-size: 25px;
    }
    .our-project-wrap-box{
        border-bottom: 1px solid #FF900B;
        padding-bottom: 10px;
    }
    .inner-our-project-section .our-project-wrap-box:nth-child(odd) .our-project-right-wrap{
        margin-left: 0;
        margin-top: 15px;
    }
    .inner-our-project-section .our-project-wrap-box:nth-child(even) .our-project-right-col{
        order: 2;
    }
    .inner-our-project-section .our-project-wrap-box:nth-child(even) .our-project-left-col{
        order: 1;
    }
    .inner-our-project-section .our-project-wrap-box:nth-child(even) .our-project-right-wrap{
        margin-right: 0;
        margin-top: 15px;
    }
    .inner-baner-caption ol{
        margin-bottom: 0;
    }
    .inner-banner-wrap-section .inner-banner-img{
        height: 200px;
    }
    .inner-banner-wrap-section .inner-baner-caption{
        margin-left: 15px;
        width: fit-content;
    }
    .footer-wrap-section::before{
        top: -29px;
        background-size: cover;
    }
    .home-banner-wrap-section .owl-nav{
        display: none !important;
    }
 }
@media (max-width: 575px) { 
    section{
        padding: 30px 0;
    }
    .custom-col{
        flex: 0 0 auto;
        width: 100% !important;
    }
    .home-banner-wrap-section p{
        font-size: 18px;
    }
    .home-banner-wrap-section h1{
        font-size: 30px;
    }
    .our-work-title h2{
        font-size: 14px;
    }
    .our-section-wrap-section .nav-tabs .nav-link.active:first-child{
        font-size: 18px;
    }
    .our-section-wrap-section .nav-tabs .nav-link{
        font-size: 16px;
        padding: 10px;
    }
    .our-section-wrap-section .slider-img-wrap img{
        height: 450px;
    }
    .captcha-img{
        margin-bottom: 25px;
    }
    .captcha-img img{
        width: 100px !important;
    }
    .our-section-wrap-section .item{
        margin: 5px;
    }
 }

 @media (max-width: 480px) { 
    .home-banner-wrap-section .home-main-slider .banner-img{
        height: 200px;
    }
    .our-section-wrap-section .slider-img-wrap img{
        height: 400px;
    }
 }








