 
@font-face {
    font-family: 'Conv_Quicksand-Regular';
    src: url('../fonts/Quicksand-Regular.eot');
    src: local('☺'), url('../fonts/Quicksand-Regular.woff') format('woff'), 
        url('../fonts/Quicksand-Regular.ttf') format('truetype'), url('../fonts/Quicksand-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


body{
    font-family:'Conv_Quicksand-Regular',Sans-Serif;
}

#loading{
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    
}
#loadingimg {
    top: calc(50% - 180px);
    position: relative;
    -webkit-animation: rotationloding 10s infinite linear;
}

@-webkit-keyframes rotationloding {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
