/* Edage browoser */
@media only screen and (min-width: 1300px) and (max-width: 1400px) {
    .logo {
        margin-left: -430px;
    }

    .menu-items {
        margin-right: -380px
    }

}

@media only screen and (min-width: 1400px) and (max-width: 1700px) {
    .logo {
        margin-left: -340px;
    }
    .menu-items {
        margin-right: -290px;
    }
}

/* Edage browoser */

@media only screen and (min-width: 1700px) and (max-width: 1800px) {
    .logo {
        margin-left: -248px;
    }

    .menu-items {
        margin-right: -210px;
    }
}

@media only screen and (min-width: 1800px) {
    .logo {
        margin-left: -470px;
    }

    .menu-items {
        margin-right: -420px;
    }
}


@media only screen and (min-width: 1000) {
    .our_service_below {
        margin-left: 500px !important;
    }
}



@media only screen and (min-width: 300px) and max-width: 600) {
    .custom-controls  {
        position :absolute;
        top: 10% !important;

    }

}


 
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        


