body {
    /*font-family: 'Work Sans', 'Roboto', sans-serif;*/
    font-weight: 400;
    font-size: 16px;
    color: var(--body-color);

}

/* --- Colors --- */

:root {
    --main: #768593;
    --main-light: #9db3c7;
    --main-dark: #debe8c;
    --accent: #f8eede;
    --body-color: #212529;
    --cta-green: #18992c;
    --cta-green-dark: #06AA98;: #cea473
    --grey: #ced4da;
    --grey-dark: #333333;
    --grey-light: #fafafa;
    --nav-link:#f2f2f2;
    --icons-nav:#f2f2f2;
    --bg-category: #011826;
    --btn-login:#262626;
    /*--footer-bg-color: ;*/
}
.logo a img {
    max-width: 180px;
}
.footer-logo img {
    max-width: 200px;
}
.about-us-skill .skill-bar .skill-bar-item .progress .progress-bar {
    background-color: #cea473;
}
.bg-main2 {
      background-color: #fff!important;
}
.single-service .service-icon i {
    background: var(--main)!important;
}