/* Loader */
/* #pre-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99!important;
    backdrop-filter: brightness(.5)!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    background: transparent;
} */

#pre-loader {
    position: fixed!important;
    left: 0px!important;
    top: 0px!important;
    width: 100%!important;
    height: 100%!important;
    z-index: 999!important;
    background: url("images/spin5.gif") 50% 50% no-repeat #f9f9f9!important;
    opacity: 1!important;
}



