body {
    /*font-family: 'Work Sans', 'Roboto', sans-serif;*/
    font-weight: 400;
    font-size: 16px;
    color: var(--body-color);

}

/* --- Colors --- */

:root {
    --main: #5f6b7a;
    --main-light: #c1c3c5;
    --main-dark: #989ca2;
    --accent: #f8eede;
    --body-color: #212529;
    --cta-green: #18992c;
    --cta-green-dark: #06AA98;
    --grey: #ced4da;
    --grey-dark: #333333;
    --grey-light: #fafafa;
    /*--footer-bg-color: ;*/
}
.single_slider .slider_content h1 {
    width: 600px;
}
.slider_area .owl-dots .owl-dot {
    background: var(--main-light);
}
@media (max-width: 771px) {
    .single_slider .slider_content h1 {
        width: auto!important;
    }
}
.logo a img {
    max-width: 144px;
}
.banner_thumb::before {
    border: 1px solid #000!important;
}
.banner_static_right2 .banner_static_content h3, .banner_static_right2 .banner_static_content a {
    color: var(--main-dark)!important;
}
footer .widget_newsletter a img {
    max-width: 190px;
    margin-bottom: 1.5rem;
}
.footer_menu ul li a:hover {
    color: var(--main-dark);
}
.btn-sqr:hover {
    background: var(--main-dark)!important;
}