/* max */
@media screen and (max-width:1200px) {
    .offcanvas-width{
        width: 80% !important;
    }
    .logo-text{
        display: none;
    }
    .nav-btn{
        display: none;
    }
    .nav-header-btn{
        display: flex !important;
    }
}

@media screen and (max-width:992px) {
    .title-heading {
        margin-top: 200px;
    }
    .title-heading h1 {
        text-align: center;
        margin-bottom: 20px;
        font-size: 50px;
        font-weight: bold;
        margin-right: 0;
    }
    .title-heading p{
        text-align: center;
        font-size: 18px;
        color: #e1e1e1;
        font-weight: bold;
        margin-right: 0;
    }
    .header-btn{
        text-align: center;
        margin-right: 0;
    }
    .title-heading{
        margin-bottom: 100px;
    }
    .index-about-us-img{
        width: 50%;
    }
}
@media screen and (max-width:768px) {
    .title-heading h1 {
        font-size: 40px;
        line-height: 1.5;
        margin-top: 240px;
    }
    .title-heading p{
        font-size: 16px;
    }
}
@media screen and (max-width:568px) {
    
}
@media screen and (max-width:470px) {
}

/* min */
@media screen and (min-width:1200px) {
    .nav-header-btn{
        display: none !important;
    }
}

