﻿@charset "utf-8";
:root {
   
}
/* .header .navbar {
    padding: 0 10px;
}

.preloader{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.preloader>.logo-area>img{
    width: 400px;
    height: 100px;
    position: relative;
    left: calc(43vw - 50px);
    top: calc(50vh - 50px);
    background-size: 100%;
}
body.home {
    background-color: #fff;
} */

