/* ------------------------------------- SCREEN LOADER ------------------------------------- */
#screen_loader{
    background         : #043c5a;       
    height             : 100%;
    width              : 100%;
    position           : fixed;
    -webkit-transition : all 0.5s ease; 
    -o-transition      : all 0.5s ease; 
    transition         : all 0.5s ease;
    z-index            : 100000000;
}
.loader_logo {
    height   : 11vw;
    width    : 90vw;
    position : absolute;
    top      : 0;
    left     : 0;
    right    : 0;
    bottom   : 0;
    margin   : auto;
}
.loader_logo_icon {
    width : 8vw;
}
.row_screen_loader_msg{
    padding-top : 1vw;
}
.screen_loader_msg_1 {
    margin-top  : 16vw;
    color       : white; 
    font-size   : 1vw; 
    font-family : 'Arial';
    font-weight : bold; 
}
.screen_loader_msg_2 {
    display     : none;
    margin-top  : 1.3vw;
    color       : white; 
    font-size   : 0.7vw; 
    line-height : 1vw;
    font-family : 'Arial';
}
@media(max-width: 1320px){
    .loader_logo {
        height   : 25vw;
        width    : 40vw;
    } 
    .loader_logo_icon {
        width : 10vw;
    }
    .screen_loader_msg_1 {
        margin-top : 28vw;
        font-size  : 1.25vw; 
    }
    .screen_loader_msg_2 {
        font-size   : 1.25vw;
        line-height : 1.5vw; 
    }                              
}
@media(max-width: 1024px){
    .loader_logo {
        width    : 40vw;
    }
    .loader_logo_icon {
        width : 10vw;
    }
    .screen_loader_msg_1 {
        margin-top : 35vw;
        font-size  : 1.5vw; 
    }
    .screen_loader_msg_2 {
        font-size  : 1.5vw; 
    }
}
@media(max-width: 768px){
    .loader_logo {
        width    : 50vw;
    }
    .loader_logo_icon {
        width : 12.5vw;
    }
    .screen_loader_msg_1 {
        margin-top : 40vw;
        font-size  : 1.8vw; 
    }
    .screen_loader_msg_2 {
        font-size   : 1.8vw;
        line-height : 2vw; 
    }        
}
@media(max-width: 768px) and (max-height: 500px){
    .loader_logo {
        width    : 50vw;
    }
    .loader_logo_icon {
        width : 12.5vw;
    }
    .screen_loader_msg_1 {
        margin-top : 10vw;
        font-size  : 1.8vw; 
    }
    .screen_loader_msg_2 {
        font-size   : 1.8vw;
        line-height : 2vw; 
    }        
}    
@media(max-width: 575px){
    .loader_logo {
        width    : 60vw;
    }
    .loader_logo_icon {
        width : 15vw;
    }
    .screen_loader_msg_1 { 
        margin-top : 40vw;
        font-size  : 2.2vw; 
    }
    .screen_loader_msg_2 {
        margin-top  : 2.25vw;
        font-size   : 2.2vw; 
        line-height : 3vw; 
    }
}
@media(max-width: 500px){
    .loader_logo {
        height   : 50vw;
        width    : 85vw;
    }
    .loader_logo_icon {
        width : 15vw;
    }
    .screen_loader_msg_1 {
        margin-top : 75vw;
        font-size  : 3.2vw; 
    }
    .screen_loader_msg_2 {
        margin-top  : 2.25vw;
        font-size   : 3.2vw;
        line-height : 4vw;  
    }        
}   
/* ------------------------------------------------------------------------------------------*/