
@media only screen and  (min-width: 992px) {
    .container-fluid{
        --bs-gutter-x: 6rem;
    }
}

@media only screen and  (min-width: 1200px) {
    .container{
        max-width: 1230px;
    }
}

@media only screen and  (max-width: 991px) {
    .sidenavOffcanvas{
        width: 80% !important;
    }

}

@media only screen and (max-width: 820px){
    .section-heading-subtitle{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .section-heading-title{
        font-size: 34px;
    }
    .section-heading{
        margin-bottom: 36px;
    }
    .wrap_padding {
        padding: 50px 0;
    }
    .navbar .navbar-nav .nav-item .nav-link{
        margin: 0;
    }
    .hireBtn{
        justify-content: center;
    }
    .navScrolled.lsheader .navbar .navbar-nav .nav-item .nav-link, .lsheader2 .navbar .navbar-nav .nav-item .nav-link, .navScrolled.lsheader .navbar-brand{
        color: var(--white);
    }
    .navbar-brand {
        width: 10%;
    }
    .client-logo-wall .client-logo-list{
        width: 33%;
        height: 180px;
    }
    
}

@media only screen and (max-width: 576px){
    .home-slider-title{
        font-size: 26px;
        margin-bottom: 16px;
    }
    .home-slider-subtitle{
        font-size: 12px;
        font-weight: unset;
    }
    .home-slider-btn{
        font-size: 12px;
        margin: 0px 4px;
        padding: 12px;
    }
    .home_area .owl-prev, .home_area .owl-next{
        width: 40px;
        height: 40px;
    }
    .home_area .owl-dots{
        bottom: 29px;
    }

    .home_area .owl-dots .owl-dot.active span, .home_area .owl-dots .owl-dot:hover span,.home_area .owl-dots .owl-dot span{
        width: 20px !important;
    }
    .section-heading-subtitle {
        font-size: 12px;
        margin-bottom: 8px;
    }
    .section-heading-title {
        font-size: 26px;
    }
    .section-heading {
        margin-bottom: 24px;
    }
    .aboutus-area-content p,
    .accomplishment-info{
        font-size: 12px;
    }
    .accomplishment-num-count span{
        font-size: 34px;
        line-height: 1;
    }
    .accomplishment-img {
        margin-bottom: 15px;
    }
    .service-features-block-wrap:hover{
        -webkit-transform: translate(0px,-20px);
        transform: translate(0px,-20px);
    }
    .footer-area .footer_copyright .footer_copyright-content{
        flex-direction: column;
        align-items: center;
    }
    .client-logo-wall .client-logo-list{
        width: 50%;
        height: 150px;
    }
    .navbar-brand {
        width: 15%;
    }
}
