@font-face{
    font-family:'DroidSansArabic';
    src:url('/s/main/font/DroidSansArabic.eot?') format('embedded-opentype'),url('/s/main/font/DroidSansArabic.ttf') format('truetype');
    font-weight:normal;
	font-display: swap;
}
/**/
:root {
	--color1: #052947;
    --menu-shadow: none!important;
    --menu-background: none!important;
    --menu-mobile-background: #ffffffeb!important;
    --menu-text-color: #2b2b2b!important;
    --menu-text-color-hover: #000000!important;
    --menu-border: 0px solid!important;
    --menu-accent-color: #cd7800!important;
    --menu-submenu-background: #fffffff5!important;
    --gotop-color: #001a29!important;
    --gotop-background: #fff!important;
    --footer-border: solid #cd7800!important;
    --footer-background: #042f47!important;
    --footer-text-color: #d7d7d7!important;
    --footer-highlight-color: #fff!important;
    --footer-separator-color: #072435!important;
    --footer-paragraph-color: #ff6200!important;
    --menu-padding: 10px;
    --menu-height: 30px;
    --menu-font-size: 14px;
    --menu-transition: 0.3s ease-out;
    --menu-mobile-shadow: px 0px 63px 0px #000000c2;
    --footer-border-width: 10px 0px 0px 0px!important;
    --box-shadow: 0px 3px 10px -1px rgba(0, 0, 0, 0.25);
}
/**/

body{
	background-image: url(/s/main/images/background.webp);
    background-size: cover;
    background-attachment: fixed;
	background-position: center;
	font-family: 'Questrial', 'Tajawal', sans-serif!important;
}

h1, h2, h3, h4{
	font-family: 'DroidSansArabic',Calibri,Arial!important;
	color: #084a83;
}
h1.underline::after, h2.underline::after{
    content: '';
    width: 55px;
    height: 2px;
    background: #ffc107;
    margin: 10px auto;
    display: block;
}
a{
	text-decoration: underline;
	color: #084a83;
}
a:hover{
	text-decoration: none;
}
/**/

#header{
	text-align: center;
	font-family: 'DroidSansArabic',Calibri,Arial!important;
}
#header .container.shortcuts{
	background:var(--color1);
	background-image: linear-gradient(60deg, #002443,#00294d, #00437d);
	color:#fff;
	font-size: 16px;
    line-height: 30px;
}
#header .container>div{
	display:flex;
	padding:5px;
	margin: auto;
	transition:0.3s;
}
@media only screen and (min-width: 820px) {
	#header .container>div{
		max-width:800px;
	}
}
@media only screen and (min-width: 1020px) {
	#header .container>div{
		max-width:1000px;
	}
}

#header .container>div .flex{
	flex:1;
}

.hide_mobile{
	margin-inline-end: 5px;
}
@media only screen and (max-width: 700px) {
	#header .hide_mobile,#header .container a.hide_mobile{
		display:none;
	}
}

#header a{
    display: inline-block;
	position: relative;
	padding: 0px 10px;
    color: #fff;
	text-decoration: none;
    transition: 0.2s;
	direction: ltr;
}
#header a:hover{
	transform: scale(1.2);
}

#header icon{
	vertical-align: middle;
}

#header .container.header{
	height: 130px;
	background-image: url(/s/main/images/head.background.jpg);
    background-size: cover;
    background-position: center;
}
#header .container.header>div{
	display: flex;
    position: relative;
	z-index: 2;
    padding: 10px 0px;
    flex-direction: column;
    align-items: center;
    font-size: 24px;
    color: #23262b;
}
#header .container.header::after{
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 41px;
    z-index: 0;
    width: 195px;
    height: 130px;
    background-image: url(/s/main/images/head.flag.png?);
    background-size: cover;
}

#header a.app_button{
	display: block;
	position: absolute;
    right: 10px;
    padding: 10px;
	border: 1px solid #bf9126;
    border-radius: 3px;
    background-color: #ffb300;
	background-image: linear-gradient(60deg, #ffcf5d 0%,#ffb300 50%, #dd9b00);
    color: #333;
    font-size: 14px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    text-align: center;
}
#header a.app_button:hover{
	transform: scale(1.1);
}
@media only screen and (max-width: 700px) {
	#header a.app_button{
		width: 100px;
	}
}
/**/
#menu{
    position: relative;
	z-index: 2;
	height: 0px;
}
nav{
	font-family: 'DroidSansArabic',Calibri,Arial!important;
}

@media only screen and (min-width: 700px) and (max-width: 820px) {
	nav{
		--menu-font-size: 10px;
	}
}
@media only screen and (min-width: 821px) and (max-width: 1020px) {
	nav{
		--menu-font-size: 12px;
	}
}

/*@media only screen and (min-width: 701px) {
	#menu{
		height: 0px;
	}
}*/
#menu nav{
	margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 50px;
    background: #dfdfdfde;
    box-shadow: 0 3px 10px 0px #00000080;
}
#menu nav.sticky{
	position: fixed;
    width: 100%;
    top: 0px;
}
@media only screen and (min-width: 700px) {
	#menu nav{
		-webkit-backdrop-filter: saturate(180%) blur(20px);
		backdrop-filter: saturate(180%) blur(20px);
	}
}
#menu nav>ul{
	flex:1;
}
@media only screen and (min-width: 820px) {
	#menu nav>ul{
		max-width:800px;
	}
}
@media only screen and (min-width: 1020px) {
	#menu nav>ul{
		max-width:1000px;
	}
}

.menu_only{
	margin:0px 10px;
	vertical-align: text-bottom;
}
@media only screen and (min-width: 701px) {
	.menu_only{
		display:none;
	}
}

#menu .logo a{
	text-align: center;
}
#menu .logo a img,#menu .mobileMenu a img{
	height: 30px;
	padding:0px;
	vertical-align:bottom;
    transition: 0.3s;
}
#menu .logo a:hover img,#menu .mobileMenu a:hover img{
	filter: none;
}
#menu .mobileMenu a{
	/*margin:auto;*/
	--menu-padding: 5px;
    margin: 0px auto;
}

#menu nav>ul>li>ul{
	box-shadow: 0 10px 10px -10px #00000080;
}

@media only screen and (min-width: 700px){
	#menu nav >ul>li>ul li>a{
		border-bottom: solid 1px #a2a2a273!important;
	}
}

#menu nav>ul>li.logo>a {
	display: flex;
    height: 50px;
    padding: 0px;
    background-position: center;
    background-size: 25px;
    background-repeat: no-repeat;
    vertical-align: top;
	transition: 0.3s;
    border-right: none;
	overflow: hidden;
}
@media only screen and (min-width: 684px) {
	#menu nav>ul>li.logo>a {
    width: 0px;
		box-shadow: 0px 0px 30px #000 inset;
	}
	#menu nav.sticky>ul>li.logo>a {
		width: 50px;
		box-shadow: 0px 0px 10px rgb(0 0 0 / 0%) inset;
		background-size: 40px;
	}
}

#menu .logo_horizontal{
	width: 40px;
    display: flex;
    align-items: center;
	margin: auto;
}
#menu .logo_horizontal>span{
	display:inline-block;
	width:40px;
	height:40px;
    background-size: contain;
	background-image: url(/s/main/images/logo.webp);
}

@media only screen and (max-width: 700px){
	nav ul ul, .language ul {
		margin: 10px!important;
		border-radius: 10px;
		overflow: hidden;
		background-color: #ededed!important;
		border-inline-start-width: 3px!important;
	}
}
/**/
.page-title{
	height: 300px;
	display: flex;
	padding-top: 30px;
	border-bottom: solid 10px #04b78e;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-shadow: 0 0 20px #000;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
	transition-duration: 0.3s;
}
.page-title h1{
	color: #fff;
	text-align:center;
	line-height: 1.25em;
}
@media only screen and (max-width: 700px) {
	.page-title{
		height: 150px;
	}
}

/**/
#content{
	min-height: 800px;
	margin-top: 50px;
	font-size: 18px;
    color: #222;
}

/**/
.summary{
	display: inline-block;
    padding: 15px;
	border-radius: 3px;
	margin-bottom: 10px;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    position: relative;
	background: #fff;
}
.summary::before {
    content: " ";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    box-shadow: 0px 0px 40px #00000011 inset;
	z-index: -1;
}
.summary a {
    display: block;
	padding: 5px 10px;
    color: var(--color1);
    text-decoration: underline;
}
.summary a:hover {
    text-decoration: none;
}

/**/
#content .page-image{
	float: none;
	margin: auto;
	display: block;
}
@media only screen and (min-width: 550px) {
	#content .page-image{
		float: left;
		padding-right: 10px;
		padding-bottom: 10px;
	}
}

/**/
#content .container{
	display: flex;
    flex-direction: row-reverse;
	margin: auto;
	padding:15px;
	transition:0.3s;
}
@media only screen and (max-width: 700px) {
	#content .container{
		flex-direction: column;
	}
}
@media only screen and (min-width: 820px) {
	#content .container{
		max-width:800px;
	}
}
@media only screen and (min-width: 1020px) {
	#content .container{
		max-width:1000px;
	}
}
.container h1, .container h2{
	text-align: center;
}

#content .no-page-image{
    margin-top: 30px;
}

/**/
#content .container .side{
	display: flex;
	flex-direction: column;
	align-items: stretch;
}
@media only screen and (min-width: 700px) {
	#content .container .side{
		min-width: 280px;
		max-width: 280px;
		margin-left: 10px;
	}
}
#content .container .side>*{
	max-width: 100%;
	min-width: 260px;
}

.page_content{
	flex: 1;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #e3e3e3;
	background: #eee;
	box-shadow: var(--box-shadow);
}
@media only screen and (max-width: 700px) {
	.page_content{
		margin-bottom: 10px;
	}
}
@media only screen and (min-width: 820px) {
	.page_content{
		max-width:488px;
	}
}
@media only screen and (min-width: 1020px) {
	.page_content{
		max-width:688px;
	}
}

.side_publications carousel{
	direction:ltr;
    width: 100%;
	height: 400px;
	margin-bottom: 10px;
    border-radius: 10px;
	background-color:#fff;
	background-image: url(/s/main/images/articles.webp);
    background-size: cover;
    background-position: center;
    box-shadow: 0 10px 10px -10px rgb(0 0 0 / 50%);
}

.side_publications carousel a{
	display:block;
	width:100%;
	height:400px;
	direction: rtl;
	box-sizing:border-box;
	/*background-size: cover;*/
	background-size: 120% auto;
	background-position: center;
	border-radius: 10px;
	border: solid 1px #cacaca;
	text-decoration: none;
	/*text-shadow: 0 0 5px #000;*/
	overflow: hidden;
	color: #fff;
	transition:2s;
	background-repeat: no-repeat;
}
.side_publications carousel .swiper-slide-active a{
	background-size: 100% auto;
	background-repeat: n;
}

.side_publications carousel a::before {
    display: block;
    content: ' ';
    width: 100%;
	background: linear-gradient( 214deg, #1d3a52c9, #00224500,#1d77d140);
    height: 400px;
    z-index: 0;
    position: absolute;
    border-radius: 10px;
}
.side_publications carousel a::after {
    content: "ØªÙØ§ØµÙŠÙ„ Ø£ÙƒØ«Ø±";
    position: relative;
    display: inline-block;
    margin: 10px 50px;
    padding: 10px;
    z-index: 1;
    border-radius: 10px;
    background-color: #ffffff;
    color: #000;
	transition:0.5s;
	font-size: 14px;
	font-family: 'DroidSansArabic',Calibri,Arial!important;
    font-weight: bold;
}
.side_publications carousel a:hover::after {
    margin-right: 55px;
    background-color: #ffc107;
    transform: scale(1.1);
}

.side_publications carousel a .category{
	z-index: 3;
    position: relative;
    display: block;
    background: #0529477d;
    color: #fff;
    padding: 5px;
    text-align: center;
	font-family: 'DroidSansArabic',Calibri,Arial!important;
}

.side_publications carousel a .date{
	z-index: 3;
    position: relative;
    top: 10px;
    right: 5px;
    border-radius: 7px;
    background: #000000dd;
    color: #fff;
    padding: 5px;
}

.side_publications carousel a .title{
	display: inline-block;
    margin: 60px 50px 0px 50px;
	font-size: 16px;
	font-family: 'DroidSansArabic',Calibri,Arial!important;
	transition:0.5s;
	z-index: 2;
    position: relative;
    padding: 10px;
    background-color: #ab6400;
}
.side_publications carousel .swiper-slide-active a .title{
	margin-top:50px;
}
.side_publications carousel a:hover .title{
	margin-top:40px;
}

.side_publications carousel a .brief{
	display: block;
	text-align: justify;
	z-index: 2;
    position: relative;
    margin: 0px 50px;
	padding: 10px;
    background-color: #000000cc;
	font-size: 14px;
}

#side_magazine{
    display: flex;
    flex-direction: column;
    align-items: center;
	padding: 8px;
    border-radius: 10px;
    border: solid 1px #b5b5b5;
    background: #eee url(/s/main/images/magazine.jpg?);
    background-size: cover;
    background-position: center;
	box-shadow: var(--box-shadow);
}
#side_magazine .cover{
	width: 240px;
    height: 320px;
	overflow: hidden;
    padding: 10px 20px 20px 20px;
	margin-top: 10px;
    box-sizing: border-box;
	transition:0.2s;
}
#side_magazine .cover:hover{
	transform:scale(1.05);
}
#side_magazine .cover::before{
    content: '';
    width: 240px;
    height: 320px;
    background: url(/s/main/images/magazine_overlay.png);
    position: relative;
    z-index: 1;
    display: block;
    top: -10px;
    right: -20px;
    pointer-events: none;
}
#side_magazine .cover img{
	position: relative;
    top: -320px;
}

#side_magazine .title{
	font-family: 'DroidSansArabic',Calibri,Arial!important;
    color: #ba0000;
    font-size: 22px;
    font-weight: bold;
}

#side_magazine .learn_more a{
	text-decoration:underline;
	color: #ba0000;
}
#side_magazine .learn_more a:hover{
	text-decoration:none;
}

.side image-gallery{
    overflow: hidden;
    border-radius: 10px;
	margin-top: 10px;
	box-shadow: var(--box-shadow);
}

.side iframe{
	width: 280px;
	height: 130px;
    overflow: hidden;
    border-radius: 10px;
	margin: 10px auto 0px auto;
	box-shadow: var(--box-shadow);
}

.side .stats{
	padding: 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
    margin-top: 10px;
    background: #ddd;
    color: #666;
    text-align: center;
	box-shadow: var(--box-shadow);
}
/**/
#footer{
	line-height:22px;
	background-image: linear-gradient(60deg, #00304d 5%, #00121c)!important;
	font-family: 'DroidSansArabic',Calibri,Arial!important;
}
#footer div.logo{
    text-align: center;
}
#footer .logo a{
	font-family: 'DroidSansArabic',Calibri,Arial!important;
	font-size:22px;
}
#footer .logo a:hover{
	text-decoration: none;
}
#footer .logo a img{
	vertical-align:middle;
    /*filter: grayscale(100%) brightness(500%);*/
    transition: 0.2s;
}
#footer .logo p{
	color:#fff;
}
/* animate */
.scrollAnimate{
	position:relative;
	transition:0.5s;
}
.an2.animationOut, .an1.animationOut, .an3.animationOut{
	transform: scale(0.6);
	opacity:0;
}
.an2.animationIn, .an1.animationIn, .an3.animationIn{
	transform: scale(1);
	opacity:1;
}
.an3.animationIn{
	transition-delay:0.3s;
	transition-duration:0.8s;
}

/**/
.center{
	text-align:center;
}

#header .hide_mobile, #header.phone{
	direction:ltr;
	unicode-bidi: bidi-override !important;
}
#footer .phone{
    direction: ltr;
    unicode-bidi: bidi-override !important;
}

/**/
table.listable{
	border:solid 1px #aaa;
	border-radius:10px;
	margin-top:15px;
	margin-bottom:10px;
	background:#EEE;
	font-weight:bold;
	box-shadow:var(--box-shadow);
}
table.listable td{
	border-bottom:1px solid #ddd;
}
table.listable tr:first-child td{
	border-radius:10px 10px 0px 0px;
	background:#084a83;
	color:#fff;
	font-size:24px;
}
table.listable tr:last-child td{
	border-bottom:none;
}
.page_content iframe {
	width: 100%;
	height: 400px;
}
/**/
@media only screen and (max-width: 700px) {
	.page_content iframe {
		height: 100vh;
	}
}

/**/
.highlight{
	color:#900;
	font-weight:bold;
}

/**/
.pager_container{
	margin:10px;
    text-align:center;
}
a.pager_button,a.pager_button:visited{
	display:inline-block;
	padding:10px;
	border-radius:10px;
	margin:5px;
	background:#000;
	color:#fff;
	box-shadow:#666 0px 0px 5px;
	border:none;
	text-decoration:none;
	cursor:pointer;
	line-height:20px;
}
a.pager_button[selected=selected]{
	text-decoration:underline;
}
a.pager_button:hover{
	background:#333;
	color:#fff;
	text-decoration:none;
}

/**/
.button{
	display: block;
    padding: 10px;
    border: 1px solid #bf9126;
    border-radius: 3px;
    background-color: #ffb300;
    background-image: linear-gradient(60deg, #ffcf5d 0%,#ffb300 50%, #dd9b00);
    color: #333;
    font-size: 14px;
	box-shadow: var(--box-shadow);
    font-weight: bold;
    text-align: center;
	transition: 0.2s;
    cursor: pointer;
}
.button:hover{
	transform: scale(1.1);
}

/* profiles_list */
.profiles_list form.csv_search, .profiles_list form.search{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.profiles_list form.csv_search{
	margin: 10px 5px;
	border: solid 1px #333;
	border-radius: 10px;
	padding: 10px;
	background-color: #656565;
}
.profiles_list form select{
	font-size: 18px;
	border-radius: 5px;
	padding: 5px;
	margin: 5px 5px 0px 5px;
}
.profiles_list form.search select{
	flex: 1;
	border-radius: 0px;
	margin: 0px;
	height: 30px;
	padding: 5px;
	box-sizing: content-box;
	min-width: 100px;
}

.profiles_list form.csv_search input, .profiles_list form.search input {
    flex: 1;
    padding: 10px;
    border-start-start-radius: 10px;
    border-start-end-radius: 0px;
    border-end-start-radius: 10px;
    border-end-end-radius: 0px;
    border: solid 0px;
    margin-inline-start: 10px;
    height: 20px;
    min-width: 100px;
}
.profiles_list form.csv_search button, .profiles_list form.search button {
	border-start-start-radius: 0px;
	border-start-end-radius: 10px;
	border-end-start-radius: 0px;
	border-end-end-radius: 10px;
    height: 30px;
    border: 0px;
    padding: 5px 20px;
    background-color: #eba500;
    cursor: pointer;
    transition: 0.2s;
    box-sizing: content-box;
}
.profiles_list form.csv_search button:hover, .profiles_list form.search button:hover {
	background-color: #cb8e00;
}

@media only screen and (max-width: 700px) {
	.profiles_list form.csv_search label, .profiles_list form.search label {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	.profiles_list form.csv_search input, .profiles_list form.search input{
		margin-inline-start: 0px;
	}
	.profiles_list form.search input{
		border-radius: 10px;
		margin: 0px 5px;
	}
	.profiles_list form.search select{
		border-start-start-radius: 10px;
		border-start-end-radius: 0px;
		border-end-start-radius: 10px;
		border-end-end-radius: 0px;
	}
}

.profiles_list>div>a{
	background-color: #4d7f11;
	padding: 10px;
	border-radius: 10px;
	margin: 5px;
}