/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 11 2026 | 14:54:20 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

img.logo {
    max-width: 170px;
}

:root {
    --e-global-color-accent: #04469c !important;
}

body{
	--e-global-color-primary					: #000000;
	--e-global-color-secondary					: #FFF8F6;
	--e-global-color-text						: #616161;
	--e-global-color-accent						: #04469c !important;
	--e-global-color-white						: #FFFFFF;
	--e-global-color-divider					: #ECECEC;
	--e-global-color-darkdivider				: #FFFFFF33;
	--e-global-typography-primary-font-family	: "Epilogue", sans-serif;
	--e-global-typography-secondary-font-family	: "Epilogue", sans-serif;
	--e-global-typography-text-font-family		: "DM Sans", sans-serif;
	--e-global-typography-accent-font-family    : "DM Sans", sans-serif;
}

/* --e-global-color-accent */

footer.footer{
	background:#00071a !important;	
}


.header-sticky {
    background: #000619;
    padding: 10px  !important;
    margin-bottom: 40px !important;
}

.header-sticky a {
    color: #fff !important;
}