body {
    /*font-family: 'Work Sans', 'Roboto', sans-serif;*/
    font-weight: 400;
    font-size: 16px;
    color: var(--body-color);

}

/* --- Colors --- */

:root {
    --main: #ff87ad;
    --main-light: #fcefc9;
    --main-dark: #d7c384;
    --accent: #f8eede;
    --body-color: #212529;
    --cta-green: #18992c;
    --cta-green-dark: #06AA98;
    --grey: #ced4da;
    --grey-dark: #333333;
    --grey-light: #fafafa;
    /*--footer-bg-color: ;*/
}
.sticky .logo {
    width: auto;
}

.heading-banner-area {
    background: rgba(0,0,0,0) url('/storage/ce41bd1d-fe8b-460c-ba40-1e7efb2443a8/bg-heading.jpg') no-repeat scroll center center/cover;
}

.slider-pro-brief, .slider-title3, .slider-title2 , h2 {
    color: #1b1b1c;
}
.logo img, .sticky img {
    max-width: 300px!important;
}
.footer-area, .header.sticky {
    background: #fcefc9 none repeat scroll 0 0;
}
.submit-button {
   background: var(--main);
}