body {
    /*font-family: 'Work Sans', 'Roboto', sans-serif;*/
    font-weight: 400;
    font-size: 16px;
    color: var(--body-color);

}

/* --- Colors --- */

:root {
    --main: #ffb6ad;
    --main-light: #c1d5cf;
    --main-dark: #5f574e;
    --accent: #f8eede;
    --body-color: #212529;
    --cta-green: #18992c;
    --cta-green-dark: #06AA98;
    --grey: #ced4da;
    --grey-dark: #333333;
    --grey-light: #fafafa;
    /*--footer-bg-color: ;*/
}
.footer-menu li a:hover {
    color: var(--main);
}
.logo img {
    max-width: 282px;
}
.sticky .logo {
    width: auto;
}
.nivo-directionNav a:hover::after {
    border-left: 32px solid var(--main-dark);
}
.sticky img {
    max-width: 208px!important;
}
.submit-button {
    background: var(--main-light);
}
.heading-banner-area {
    background: rgba(0,0,0,0) url('/storage/f47d5eef-bccc-465a-9070-ed3941f1ef41/bg-heading.jpg') no-repeat scroll center center/cover;
}
.footer-area, .header.sticky {
    background: #c0d5cf none repeat scroll 0 0;
}
.slider-pro-brief, .slider-title3, .slider-title2 , h2 {
    color: #1b1b1c;
}