:root,
.elementor-kit-5,
.scheme_default,
body.scheme_default,
.scheme_default:where(.editor-styles-wrapper) {
	--theme-color-bg_color: #ffffff;
	--theme-color-bg_color_2: #ffffff;
	--theme-color-bd_color: #e3e8f0;
	--theme-color-title: #192c55;
	--theme-color-text: #5f5f5f;
	--theme-color-meta: #5f5f5f;
	--theme-color-link: #162d57;
	--theme-color-hover: #1489cc;
	--theme-color-alt_bg_color: #162d57;
	--theme-color-alt_bg_color_2: #192c55;
	--theme-color-alt_bd_color: #1489cc;
	--theme-color-alt_title: #ffffff;
	--theme-color-alt_text: #ffffff;
	--theme-color-alt_meta: #ffffff;
	--theme-color-alt_link: #ffffff;
	--theme-color-alt_hover: #1489cc;
	--theme-color-bg_color_0: rgba(255, 255, 255, 0);
	--theme-color-bg_color_02: rgba(255, 255, 255, 0.2);
	--theme-color-bg_color_05: rgba(255, 255, 255, 0.5);
	--theme-color-bg_color_07: rgba(255, 255, 255, 0.7);
	--theme-color-bg_color_09: rgba(255, 255, 255, 0.9);
	--theme-color-bg_color_2_05: rgba(255, 255, 255, 0.7);
	--theme-color-alt_bg_color_05: rgba(22, 45, 87, 0.5);
	--theme-color-alt_title_08: rgba(255, 255, 255, 0.8);
	--theme-color-link_07: rgba(22, 45, 87, 0.7);
	--theme-color-link_blend: #1489cc;

	--e-global-color-primary: #192c55;
	--e-global-color-secondary: #192c55;
	--e-global-color-text: #5f5f5f;
	--e-global-color-accent: #1489cc;
	--e-global-color-theme_color_bg_color: #ffffff;
	--e-global-color-theme_color_bg_color_2: #ffffff;
	--e-global-color-theme_color_bd_color: #e3e8f0;
	--e-global-color-theme_color_title: #192c55;
	--e-global-color-theme_color_text: #5f5f5f;
	--e-global-color-theme_color_meta: #5f5f5f;
	--e-global-color-theme_color_link: #162d57;
	--e-global-color-theme_color_hover: #1489cc;
	--e-global-color-theme_color_alt_bg_color: #162d57;
	--e-global-color-theme_color_alt_bg_color_2: #192c55;
	--e-global-color-theme_color_alt_bd_color: #1489cc;
	--e-global-color-theme_color_alt_title: #ffffff;
	--e-global-color-theme_color_alt_text: #ffffff;
	--e-global-color-theme_color_alt_meta: #ffffff;
	--e-global-color-theme_color_alt_link: #ffffff;
	--e-global-color-theme_color_alt_hover: #1489cc;
}

body,
.page_wrap {
	background-color: #ffffff;
	color: #5f5f5f;
}

button:where(:not(.components-button):not([class*="wp-block-social"]):not([id="elementor-editor-button"])),
input[type="button"],
input[type="reset"],
input[type="submit"],
.theme_button,
.sc_button_default,
.elementor-button,
.metform-btn,
.wp-block-button__link,
.post_item .more-link,
.tutor-btn {
	background-color: #162d57;
	border-color: #162d57;
	color: #ffffff;
}

button:where(:not(.components-button):not([class*="wp-block-social"]):not([id="elementor-editor-button"])):hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.theme_button:hover,
.sc_button_default:hover,
.elementor-button:hover,
.metform-btn:hover,
.wp-block-button__link:hover,
.post_item .more-link:hover,
.tutor-btn:hover {
	background-color: #1489cc;
	border-color: #1489cc;
	color: #ffffff;
}
