@import url('https://fonts.googleapis.com/css?family=Roboto:wght@300;400;700,900&display=swap');
html{
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    max-width: 100%;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif !important;
}

body{
    background: #d4d4d4;
    color: #444;
    font-family: 'Roboto', sans-serif !important;
    padding: 141px 0 0 0;
    margin: 0;
}

.container-fluid{
    max-width: 1600px;
    padding-right: 2% !important;
    padding-left: 2% !important;
}
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*  HEADER                                                                                                                               */
/*---------------------------------------------------------------------------------------------------------------------------------------*/
#header{
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    background: transparent;
    margin-bottom: 0px;
}
#logo{
    transition: all 1s ease-in-out;
}
.preloader {
    background: url('../images/preloader.gif') no-repeat center #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}
