body {
    /*font-family: 'Work Sans', 'Roboto', sans-serif;*/
    font-weight: 400;
    font-size: 16px;
    color: var(--body-color);

}

/* --- Colors --- */

:root {
    --main: #ec1f79;
    --main-light: #97c217;
    --main-dark: #f58213;
    --accent: #f8eede;
    --body-color: #212529;
    --cta-green: #18992c;
    --cta-green-dark: #06AA98;
    --grey: #ced4da;
    --grey-dark: #333333;
    --grey-light: #fafafa;
    /*--footer-bg-color: ;*/
}
 {
    
}
.single-banner .banner-thumb .banner-title a,.nivo-caption h2, .nivo-caption h3, .nivo-caption p{
    color: white!important;
}
.heading-banner-area {
    background: rgba(0,0,0,0) url('/storage/2c96aa14-24db-4a00-8427-e43bb4629e02/bg-heading.jpg') no-repeat scroll center center/cover;
}
.footer-area {
    background: #f5eb6d none repeat scroll 0 0;
}
.nivo-caption h2, .nivo-caption h3 , .nivo-caption p{
    color:#000;
}
.submit-button {
    background: var(--main-light);
}