/* --- Colors --- */

:root {
    --main: #f2c456;
    --main-light: #869ee3;
    --main-dark: #7e643b;
    --bg-shared-banner: #f9f9f9;
    --color-services: #ff6e21;
    --btn-hover: #ff6e21;
    --btn-hover-2: #000;

}

header .logo a img, .mobile-logo a img {
    width: 160px;
}

footer .logo a img {
    width: 188px;
}

.slider-content-10 h2, .slider-content-10 h1 {
    color: #000!important;
}
.footer-area, .bg-gray {
    background-color: #d7ede8;
}