:root {
    --primary-color-one: #0eae21;
    --menu-active-color: #0eae21;
    --preloader-background-color: #078586;
}

/* Keep the home page loader cyan while the rest of the site uses green */
.preloader-wrap::before {
    background: var(--preloader-background-color) !important;
}

.preloader-close {
    color: var(--preloader-background-color) !important;
}

.footer_logo img {
    border-radius: 10px;
}
