@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;700&display=swap');
/**/
:root{
	--color1: #111;
    --menu-shadow: none!important;
    --menu-background: none!important;
    --menu-mobile-background: #384d5a!important;
    --menu-text-color: #fff!important;
    --menu-text-color-hover: #cddc39!important;
    --menu-border: 0px solid!important;
    --menu-accent-color: #cddc39!important;
    --menu-submenu-background: #000000bf!important;
    --gotop-color: #fff!important;
    --gotop-background: #0070c6!important;
    --footer-border: solid #0070c6!important;
    --footer-background: #191b20!important;
    --footer-text-color: #eee!important;
    --footer-highlight-color: #cddc39!important;
    --footer-separator-color: #0f1c1b!important;
    --footer-paragraph-color: #9d9d9d!important;
    --menu-padding: 10px;
    --menu-height: 30px;
    --menu-font-size: 18px;
    --menu-transition: 0.3s ease-out;
    --menu-mobile-shadow: px 0px 63px 0px inset #00000011;
    --footer-border-width: 10px 0px 0px 0px!important;
}
/**/
body{
	font-family: 'Almarai', sans-serif!important;
}
h1, h2, h3, h4{
	font-family: 'Almarai', sans-serif;
	color: #0070c6;
}
nav{
	font-family: 'Almarai', sans-serif!important;
}
/**/
.page-title {
    border-bottom: solid 10px #0070c6;
    background-color: #005699!important;
}
/**/
.loading_spinner div{
    background: #0077ce!important;
}