@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;
    }
    .why-chooseus-wrp ul li{
        width: 33.33%;
    }
 }

@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;
    }
    .inner-banner h1{
        font-size: 45px;
    }
    .inner-banner{
        padding: 130px 0;
    }
    .theme-title .main-title{
        font-size: 50px;
    }
    .theme-title span{
        margin-top: -38px;
        font-size: 17px;
    }
     .theme-subtitle h2{
        font-size: 45px;
    }
    .why-chooseus-wrp ul li{
        width: 50%;
    }
    .why-chooseus-col:nth-child(5n+4),
    .why-chooseus-col:nth-child(5n+5){
        margin-top: 0;
    }
    .why-chooseus-col:nth-child(5n+4) .why-chooseus-wrp-box1,
    .why-chooseus-col:nth-child(5n+5) .why-chooseus-wrp-box1 {
        background-image: url(../images/aboutus/whychoose-shape.png);
    }
    .why-chooseus-col:nth-child(5n+4) .why-chooseus-wrp-box1 h2,
    .why-chooseus-col:nth-child(5n+5) .why-chooseus-wrp-box1 h2{
        margin-top: 0;
    }
    #offcanvasRight{
        background-color: #4163A2;
    }
    .offcanvas-body ul li a{
        color: #fff;
        font-size: 20px;
        font-weight: 400;
    }
    .offcanvas-body .dropdown-menu{   
        background-color: #edf1f5;
        margin: 15px 0 0;
    }
    .offcanvas-body .dropdown-menu li{
        padding: 8px !important;
    }
    .offcanvas-body .dropdown-menu li a{
        text-decoration: none;
        color: #4163a2;
        font-size: 17px;
        font-weight: 400;
    }
    .offcanvas-body .dropdown span img{
        filter: brightness(0) invert(1) !important;
    }
    .with-banner .nav-link{
        color: #000;
    }
    .canvas-brand img{
        filter: brightness(0);
    max-width: 200px;
    }
 }

@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;
    }
    .theme-title .main-title{
        font-size: 43px;
    }
    .theme-title span{
        margin-top: -34px;
        font-size: 16px;
    }
    .navbar-brand img{
        max-width: 180px;
    }
    .with-banner .header-right-text{
        font-size: 15px;
    }
    .inner-banner h1{
        font-size: 38px;
    }
    .inner-banner{
        padding: 120px 0;
    }
    #offcanvasRight{
        padding: 10px 20px;
    }
    .theme-subtitle h2{
        font-size: 43px;
    }
    .why-chooseus-wrp ul li{
        width: 50%;
    }
    .contact-title h2{
        font-size: 40px;
    }
    .our-story-img1{
        padding-right: 65px;
    }
    .our-client-wrp ul li{
        width: 25%;
    }
 }
@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;
    }
    .theme-title .main-title{
        font-size: 43px;
    }
    .theme-title span{
        margin-top: -34px;
        font-size: 16px;
    }
    .navbar-brand img{
        max-width: 180px;
    }
    .with-banner .header-right-text{
        font-size: 15px;
    }
    .inner-banner h1{
        font-size: 38px;
    }
    .inner-banner{
        padding: 100px 0;
    }
    #offcanvasRight{
        padding: 10px 15px;
    }
    .theme-subtitle h2{
        font-size: 40px;
    }
    .why-chooseus-wrp ul li{
        width: 100%;
    }
    .contact-title h2{
        font-size: 35px;
    }
    .our-client-wrp ul li{
        width: 33.33%;
    }
 }

 @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;
    }
    .theme-title .main-title{
        font-size: 40px;
    }
    .theme-title span{
        margin-top: -34px;
        font-size: 16px;
    }
    .navbar-brand img{
        max-width: 180px;
    }
    .with-banner .header-right-text{
        font-size: 15px;
    }
    .inner-banner h1{
        font-size: 38px;
    }
    .inner-banner{
        padding: 100px 0;
    }
    .theme-subtitle h2{
        font-size: 35px;
    }
    .our-story-img1{
        padding-right: 36px;
    }
    .contact-title h2{
        font-size: 35px;
    }
    .our-client-wrp ul li{
        width: 50%;
    }
 }

 @media (max-width: 375px){
    .navbar-brand img{
        max-width: 150px;
    }
    .with-banner .header-right-text,
    .without-banner .header-right-text{
        font-size: 13px;
    }
    .inner-banner h1{
        font-size: 35px;
    }
    .inner-banner{
        padding: 70px 0;
    }
    .theme-subtitle h2{
        font-size: 30px;
    }
    .contact-title h2{
        font-size: 30px;
    }
    .our-client-wrp ul li{
        width: 50%;
    }
 }