/*** Preloader style ** */
.preloader{
    background-color: #FFFFFF;
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../images/animation.svg');
    background-size: 80px;
}

.preloader::after {
    content: "";
    position: absolute;
    background-image: url(../images/final-logo.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: auto;
    height: 120px;
    top: 30%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
