
 @media(min-width:992px){      /* Preloader
    ===========================*/
    #load{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: 999999;
        /* -webkit-transition: opacity .5s ease;
        transition: opacity .5s ease; */
    }
    #load:after{
        content: '';
        width: 50px;
        height: 50px;
        position: fixed;
        left: calc(50% - 25px);
        top: calc(50% - 25px);
        border-radius: 50%;
        border: 1px solid rgba(0, 0, 0, .2);
        border-right-color: #000;
        -webkit-animation: fa-spin 1.2s infinite;
                animation: fa-spin 1.2s infinite;
        z-index: 100000;
    }
        }