@font-face {
    font-display: swap;
    font-family: Chillax-Extralight;
    font-style: normal;
    font-weight: 200;
    src: url('/Chillax_Complete/Fonts/WEB/fonts/Chillax-Extralight.woff2') format("woff2"), url('/Chillax_Complete/Fonts/WEB/fonts/Chillax-Extralight.woff') format("woff"), url('/Chillax_Complete/Fonts/WEB/fonts/Chillax-Extralight.ttf') format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Chillax-Light;
    font-style: normal;
    font-weight: 300;
    src: url('/Chillax_Complete/Fonts/WEB/fonts/Chillax-Light.woff2') format("woff2"), url('/Chillax_Complete/Fonts/WEB/fonts/Chillax-Light.woff') format("woff"), url('/Chillax_Complete/Fonts/WEB/fonts/Chillax-Light.ttf') format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Chillax-Regular;
    font-style: normal;
    font-weight: 400;
    src: url('/Chillax_Complete/Fonts/WEB/fonts/Chillax-Regular.woff2') format("woff2"), url('/Chillax_Complete/Fonts/WEB/fonts/Chillax-Regular.woff') format("woff"), url('/Chillax_Complete/Fonts/WEB/fonts/Chillax-Regular.ttf') format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Chillax-Medium;
    font-style: normal;
    font-weight: 500;
    src: url('Chillax_Complete/Fonts/WEB/fonts/Chillax-Medium.woff2') format("woff2"), url('Chillax_Complete/Fonts/WEB/fonts/Chillax-Medium.woff') format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Chillax-Semibold;
    font-style: normal;
    font-weight: 600;
    src: url('/Chillax_Complete/Fonts/WEB/fonts/Chillax-Semibold.woff2') format("woff2"), url('/Chillax_Complete/Fonts/WEB/fonts/Chillax-Semibold.woff') format("woff"), url('/Chillax_Complete/Fonts/WEB/fonts/Chillax-Semibold.ttf') format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Chillax-Bold;
    font-style: normal;
    font-weight: 700;
    src: url('/Chillax_Complete/Fonts/WEB/fonts/Chillax-Bold.woff2') format("woff2"), url('/Chillax_Complete/Fonts/WEB/fonts/Chillax-Bold.woff') format("woff"), url('/Chillax_Complete/Fonts/WEB/fonts/Chillax-Bold.ttf') format("truetype")
}



#header {
    /* background: #fff; */
    transition: all 0.5s;
    z-index: 997;
    padding: 15px 0;
    /* box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); */
}

#header .logo {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: center;
    /*margin-left: 80px;*/
}

#header .logo a {
    color: #111;
}

#header .logo a span {
    color: #1bbd36;
}

#header .logo img {
    max-height: 40px;
}

.privacy {
    padding: 10px 25px;
    text-align: justify;
    color: #fff;
}

.heading {
    font-family: Chillax-bold, Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
}

.para {
    font-family: Chillax-Regular, Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 10px;
    font-size: 14px;
}