html.theme-dark {
	--ui-color: #000000;
	--app-bg: #000000;
	--ui-bg: #000000;
}

html.theme-light {
	--ui-color: #ffffff;
	--app-bg: #ffffff;
	--ui-bg: #ffffff;
}



html.theme-dark body,
html.theme-light body {
	background-color: var(--app-bg);
}



html.ui-theme-dark body.page-id-212805, html.ui-theme-light body.page-id-212805 {
    --ui-color: #0088bb;
}


    bold,
    strong,
    .theme-dark,
    .theme-light,
    .dark-title,
    .dark-text,
    .dark-link,
    .dark-link a,
    .dark-line,
    .dark-line a,
    .dark-sec,
    .dark-black,
    .dark-button a.elementor-button,
    .dark-sec-global,
    .dark-sec-light,
    .elementor-heading-title,
    .dark-sub-title .elementor-heading-title {
        transition: none !important;
    }

    .theme-dark .title-dark {
        color: #f5f5f7;
    }
	
	.theme-dark .elementor-heading-title {
		color: #f5f5f7;
	}


    .theme-dark .title-dark-btn button {
        color: #f5f5f7;
    }

    .theme-dark .dark-title .elementor-heading-title {
        color: #f5f5f7 !important;
    }

    .theme-dark .dark-sub-title .elementor-heading-title {
        color: #f5f5f799 !important;
    }

    .theme-dark .dark-sec {
        background-color: #161616 !important;
    }

    .theme-dark .dark-sec-black {
        background-color: #000000 !important;
    }

    .theme-dark .dark-sec-global {
        background-color: #1d1d1f !important;
        transition: none;
    }

    .theme-dark .dark-sec-light {
        background-color: #222224 !important;
        transition: none;
    }

    .theme-dark .dark-sec-light2 {
        background-color: #303032 !important;
        transition: none;
    }

    .theme-dark .dark-sec-dark {
        background-color: #111 !important;
        transition: none;
    }

    .theme-dark .dark-text .elementor-widget-container {
        color: #f5f5f7;
    }

    .theme-dark .dark-text {
        color: #f5f5f7 !important;
    }

    .theme-dark .dark-line {
        background-color: #fff3 !important;
    }

    .theme-dark .dark-button a.elementor-button {
        background-color: #f5f5f7 !important;
        color: #1d1d1f !important;
    }

    .theme-dark .dark-button a.elementor-button:hover {
        background-color: #fff !important;
        color: #000 !important;
    }

    .theme-dark .dark-button a.elementor-button:active {
        background-color: #f5f5f7 !important;
        color: #1d1d1f !important;
    }


    .theme-dark .dark-link a {
        color: #09f;
    }

    .dark-link a:hover {
        text-decoration: underline;
    }

    .dark-link a:active {
        text-decoration-color: transparent;
    }