body {
    /*font-family: 'Work Sans', 'Roboto', sans-serif;*/
    font-weight: 400;
    font-size: 16px;
    color: var(--body-color);

}

/* --- Colors --- */

:root {
    --main: #041e7c;
    --main-light: #0378f6;
    --main-dark: #08fd99;
    --accent: #7fc3fe;
    --body-color: #212529;
    --cta-green: #18992c;
    --cta-green-dark: #06AA98;
    --grey: #ced4da;
    --grey-dark: #333333;
    --grey-light: #fafafa;
    /*--footer-bg-color: ;*/
}
.header.common-header-style.transparent-header.is-sticky, .sticky-header.is-sticky:not(.header-sidemenu) {
    background: #adbdf6 none repeat scroll 0 0;;
}
.cr-breadcrumb, .cr-breadcrumb ul li a, .cr-breadcrumb ul li{
    color: white;
}
.reg-count {
    background-color: #ffffffc7;
}
.testimonial-content, .review-inner.review-style-1 .testimonial-author h6{
    color: white;
}
.section-title p {
color:#333333
}
.mobile-menu-wrapper {
    background: #fff;
}
.breadcrumb-area {
    background: var(--main);
}
.mean-container a.meanmenu-reveal span {
    background: #000;
}
.register-area.area-padding-large {
    background-image: url("/storage/e358a8e7-ed09-46fb-be57-eadf01fdae9e/search.jpg");
}
#our-plan.bg-main-light {
    background-color: #996af3;
}
.footer-area.subscribe-footer-bottom {
    background: #adbdf6;
}