@charset "utf-8";

/* CSS Document */


/*---For Laptop---*/

@media (max-width: 1800px) {}

@media (max-width: 1600px) {}

/*---For Laptop---*/

@media (min-width: 1200px) and (max-width: 1600px) {}

@media (min-width: 1300px) {}

/*---For Horizental iPad---*/

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 1200px) and (max-width: 1444px) {}

@media(max-width: 1199px) {
}


/*---For Vertical iPad---*/

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 991px) {}

/*---For Mobile---*/

@media (max-width: 767px) {
    .main-header .top-header {
        display: none;
    }

    .main-header .header-lower {
        display: none;
    }

    .main-header .mobile-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 15px;
        padding:10px 20px;
    }
    .main-header .logo img{
        max-width: 150px;
        border-radius: 10px;
    }
    .main-header .outer-box a{
        display: flex;
        align-items: center;
    }
    .main-header .outer-box a span{
        font-size: 26px;
    }
    .footer-section .footer-shap2{
        right: 0;
        top: 0;
    }
    .footer-section .footer-shap1{
        left: 0;
        bottom: 0;
    }
    .footer-section .footer-shap2 img,
    .footer-section .footer-shap1 img{
        width: 150px;
    }
    .footer-section .footer-links .main{
        flex-wrap: wrap;
        padding: 10px 0 30px;
        gap: 16px;    
    }
    .breadcumb-wrapper{
        padding: 50px 0;
        text-align: center;
    }
    .breadcumb-title{
        font-size: 36px;
        line-height: 1.5;
    }
    .breadcumb-menu{
        margin: 10px 0 0;
    }
    .gallery-section .card-gallery{
        height: 200px;
    }
    .contact-info{
        padding: 40px 20px;
        min-height: auto;
    }
    .section-contact .contact-form-wrap{
        padding: 20px;
    }
    .title-area .sec-title{
        font-size: 32px;
    }
    .widget{
        margin-bottom: 0;
    }
    .service-area:before{
        width: 100%;
        height: 100%;
        left: 0;
    }
    .service-area{
        padding: 50px 0;
    }
    .banner-area .banner-area{
        height: auto;
    }
    .overview .title-area .sec-title{
        font-size: 32px;
    }
    .gallery-section .filter-group{
        display: inline-flex;
        justify-content: start;
        align-items: stretch;
        width: max-content;
    }
    .gallery-section .filter-button{
        width: max-content;
    }
    .outerbox{
        overflow: auto;
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {}

@media (max-width: 414px) {}

@media (max-width: 411px) {}

@media (max-width: 375px) {}

@media (max-width: 360px) {}

@media (max-width: 320px) {}