:root {
    --main_color: #FAA633;
    --green_light: #04C6EB;
    --blue_dark: #0EBBD7;
    --bs-btn-hover-bg: var(--main_color);
}

.btn-thm,
.header_top_iconbox.home7_style .icon span.badge,
.header_top_iconbox .icon span.badge,
.dropdown-menu-header-user span.badge {
    color: black !important;
}

.mbp_pagination ul.page_navigation li.active .page-link {
    color:white !important;
}

.btn:before, 
.btn-gray:before, 
.btn-thm:before, 
.btn-thm:before, 
.btn-thm1:before, 
.btn-thm1:before, 
.btn-thm2:before, 
.btn-thm2-light:before, 
.btn-blue:before, 
.btn-light-green:before, 
.btn-transparent:before, 
.btn-transparent-dark:before {
    background-color: var(--green_light);
}

.btn:hover {
    border-color: var(--green_light);
}