body {
    /*font-family: 'Work Sans', 'Roboto', sans-serif;*/
    font-weight: 400;
    font-size: 16px;
    color: var(--body-color);

}

/* --- Colors --- */

:root {
    --main: #ed4523;
    --main-light: #338bc8;
    --main-dark: #01253f;
    --accent: #354C57;
    --body-color: #212529;
    --cta-green: #18992c;
    --cta-green-dark: #06AA98;
    --grey: #ced4da;
    --grey-dark: #333333;
    --grey-light: #fafafa;
    /*--footer-bg-color: ;*/
}
.main-footer {
    background-color: #000000;
}
.user-links li a, .main-footer .contact-list li a, .main-footer .contact-list li {
    color: #fff;
}
#cookie-bar .text-center.text-md-left {
    font-weight: 500!important;
}
.banner-section .slide-item:before {
    background-color: #1b1b1b;
}
.category-block-two .inner-box:before, .category-block-two .content:before, .category-block-two .link {
    background: #10609c;
}

.category-block-two.child-two .inner-box:before, .category-block-two.child-two .content:before, .category-block-two.child-two .link {
    background: #ed4523;
}

.category-block-two.child-three .inner-box:before, .category-block-two.child-three .content:before, .category-block-two.child-three .link {
    background: #e5e5e5;
}
.category-block-two .content:after, .category-block-two.child-two .content:after, .category-block-two.child-three .content:after {
    color: #000!important;
}
.icon.icon-dros, .image-2 img {
    display: none!important;
}
.gallery-item-two .overlay-box {
    background: rgb(84 85 84 / 53%);
}
.gallery-section-two {
    display: none!important;
}
.main-footer {
    background-color: #00253f;
}
.user-links li a:hover {
    color: #FFFFFF!important;
}