
/*------------edit(14.7.2021)----------*/
@media(max-width: 767px){
    .navbar-default{
        float: right;
    }
    .hamburger {
        padding: 20px 20px;
       }
    .hamburger-box {
        background: white;
        padding: 20px 5px 15px 5px;
        border-radius: 10%;
    }
    .mm-menu{
        --mm-color-background: white;
        border-right: 1px solid gray;
        --mm-color-background-emphasis: rgba(230, 151, 35,0.3);
        --mm-color-text:#e69419 ;
    }
    .mm-navbar img{
        max-width: 40%;
    }
    .mm-navbar{
        background: #062743;
    }

    body.color5 .header {
        position: fixed;
        z-index: 999;
        width: 100%;
        top: 0px;
    }
    body.color5 .slider, .about-us, .project, .idr-services{
        margin-top: 100px !important;
    }
    .contact-us{
        margin-top: 110px !important;
    }
    .website-logo {
        padding-bottom: 5px;
    }
    .white-shadow {
        margin-top: 0px !important;
    }
    
    
}

