
		@font-face {
		  font-family: "aliMath";
		  src: url("a1.eot?") format("eot"),
		  url("a1.woff") format("woff"),
		  url("a1.ttf") format("truetype");
		}

		@font-face {
		  font-family: "aliMath";
		  src: url("a2.eot?") format("eot"),
		  url("a2.woff") format("woff"),
		  url("a2.ttf") format("truetype");
		}

		#navBar{
			max-width: 100%;
			overflow: hidden;
			top: 0;	
			z-index: 10;  
			display: grid;
			grid-template-columns: 1fr 1fr 1fr;
			padding: 3px 10px;
			align-items: center;
			background-color: #fff;
			border-bottom: 2px solid #eee;
			position: sticky;;
			transition: all 0.3s ease;		
		}
		#navBar div:nth-child(1) a{
			display: flex;align-items: center;
		}
		#navBar div:nth-child(1) img{
			margin: 0;
			display: inline-block;
		}
		#navBar div:nth-child(2){
			text-align: center;	
			align-self: center;
		}
		#navBar div:nth-child(2) div{
			position: relative;margin: auto;
			border: 2px solid #0280c9;
			border-radius: 20px;
			display: inline-block;
			display: grid;
			grid-template-columns: 30px 1fr 30px;
			max-width: 500px;

		}
		#navBar div:nth-child(2) div img[src="img24/setting.png"]{
			width: 25px;
			position: relative;
			transition: all 0.3s ease;
			cursor: pointer;
		}
		#navBar div:nth-child(2) div img[src="img24/setting.png"]:hover{
			transform: rotate(-60deg);
		}
		#navBar div:nth-child(2) div p:nth-child(1){
		    width: 30px;
			display: flex;
			align-items: center;
			justify-content: center;
			flex-direction: column;
		}
		#navBar div:nth-child(2) div p:nth-child(3){
		    width: 30px;
			display: flex;
			align-items: center;
			justify-content: center;
			flex-direction: column;
		}
		#navBar div:nth-child(2) div p:nth-child(2) input{
			height: 100%;
			width: 100%;
			max-width: 100%;
			border: 0px;
			user-select: none;
			outline: none;
			font-family: aliMath;
			font-size: 18px;
		}
		#navBar div:nth-child(2) div p:nth-child(3) button{
			background-color: inherit;
			border: 0px;
			border-radius: 50%;
			position: relative;
			bottom: -4px;
		}
		#navBar div:nth-child(2) div p:nth-child(3) button img{
			width: 25px;
		}
		#navBar img[src="img24/logo.png"]{
			width: 70px;height: auto;
		}
		#navBar img[src="img24/logoText.png"]{
			width: 200px;height: auto;position: relative;
			right: -10px;
		}
		#navBar div:nth-child(3){
			direction: ltr;
			align-self: center;
			align-content: center;
		}
		#navBar div:nth-child(3) div img{
			display: inline-block;
			width:30px;
			position: relative;
			transition: all 0.3s ease;
		}
#navBar div:nth-child(3) div img:hover{
	transform: scale(1.15) rotate(720deg);
}

		
		
/*HEADER*/
.main-header{
	display: flex;align-items: center;min-height: 70vh;background: url('../img24/bg.jpg');background-attachment: fixed;background-position: bottom;background-size: cover;
}
#date{
	position: absolute;
	top:85px;
	right:5px;
	left:0px;
	z-index: 2;
	padding: 4px 10px;
	color: #333;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: self-start;
}
#date div:nth-child(1){
	display: flex;
	align-items: center;
	padding: 2 10px;
}
#date div:nth-child(1) p{
	color: #006097;
	background-color: #fff;
	padding: 2px 10px;
	border-radius: 5px;
	display: flex;
	align-items: center;
}
#date div:nth-child(1) img{
	position: relative;
	width: 30px;
	
}
#date div:nth-child(2) a{
	display: flex;
}
#date div:nth-child(2) p{
	font-size: 12px;
	background-color: rgba(0,96,151,0.8);
	color: #fff;
	padding: 1px 5px;
	margin-top: 5px;
	border-radius: 5px;
	position: relative;
	top: -3px;
}
#date div:nth-child(2) p:hover{
	color: #ddd;
}
	
@media only screen and (max-width: 610px) {
	#m-h-n{
		position: relative;
	}
	#date{
		display: contents;
	}
	.main-header{
		border-bottom:3px solid rgba(0,96,151,0.8);		
	}
	#date div:nth-child(2){
		position: fixed;
		top: 10px;
		left: 10px;
		z-index: 3;
	}	
}
@media only screen and (max-width: 515px) {
	#date{
		max-width: 100%;
		flex-wrap: wrap;
		position: relative;
		overflow: hidden;
	}
	#date div:nth-child(1) p{
		padding-top: 10px;
        background-color: #fff;
		color: rgba(0,96,151,0.8);
		
	}
}
		
/*CONTAINER*/
@media only screen and (max-width: 860px) {
	.container{
		max-width: 100%;
	}
}
/* NAV BAR */
@media only screen and (max-width: 860px) {
	#nav-icon{
		display: flex;
	}	
}
/*Fourm - index */
@media only screen and (max-width: 540px) {
	#navBar div{
		margin-bottom: 5px;
	}
	#navBar div:nth-child(1){
		text-align: center;
		padding-top: 5px;
	}
	#navBar div:nth-child(3){
		display: none;
	}
	#navBar{
		display: block;
	}
}		
		
#m-h-n{
 	position: absolute;
	z-index: 3;	
	width: 100%;	
	top: 120%;
	left: 0;
	right: 0;
	background-color: rgba(0,96,151,0.8);	
	color: #eee;
	font-family: ali89;
	padding:0px 10px;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items: center;
	transition: all 0.5s ease;
}

#m-h-n .icon{
	position: relative;
	padding: 0px 10px;
	min-width:70px;
	margin: 0 0px;
	overflow: hidden;
	transition: all 0.3s ease;
	min-height: 40px;
	font-family: ali89;
}
#m-h-n .icon:hover{
	background-color: #f9cc83;
	color: #333;
}
#m-h-n div p:nth-child(1){
	height: 100%;
	width: 100%;
	max-width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-content: center;	
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: all 0.5s ease;
	
}
#m-h-n div p:nth-child(2){
	padding: 0;
	text-align: center;
	display: none;
	font-family: ali89;
}
#m-h-n div p:nth-child(1) img{
	width: 30px;
	max-width: 100%;
	margin-bottom: 3px;
}
#m-h-n .icon:hover  p:nth-child(1){
	transform: translate(-50%,-200%)
}
#m-h-n .icon:hover  p:nth-child(2){
	display: block;
}




body::-webkit-scrollbar {
  width: 0.5em;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #eee;
}

body::-webkit-scrollbar-thumb {
  background-color: #176B87;
  outline: 1px solid #176B87;
}
.main-header{
	width: 100%;
	position: relative;
	padding: 10px;
	background-size: cover;
	text-align: center;	
}
		
.fTitle{
	display: flex;
	align-items: center;
	color: #176B87;
	user-select: none;
}
.fTitle img{
	width: 20px;
	height: auto;
}
.fTitle p{
	font-family: ali89;
	font-size: 18px;
	margin-right: 5px;
	padding-bottom: 3px;
}		
		
.main-header img[src="img24/logo.png"]{
	display: block;
	margin: auto;
	width: 210px;
	max-width: 100%;
	height: auto;user-select: none;   
	transition: all 0.5s ease;
}
.main-header img[src="img24/logoText.png"]{
	display: block;
	margin: auto;
	width: 280px;
	max-width: 100%;
	height: auto;user-select: none;
	transition: all 0.5s ease;
}
.main-header #search{
	width: 100%;
}
.main-header form{
	top: 60px;	
	z-index: 3;transition: all 0.5s ease;
}
.main-header #hikma{
	width: 100%;
	max-width: 500px;
	margin-top: 20px;
	user-select: none;
}
#nav-icon{
	position: fixed;
	left: 10px;
	top: 10px;
	z-index: 20;
	padding: 10px;
	background:linear-gradient(109.6deg, rgb(204, 228, 247,0.3) 50.2%, rgb(237, 246, 250) 100.2%);
	display: none;
	border-radius: 50%;
	cursor:pointer;
}



#black-bg-search{
	z-index: 10;
	background-color: rgb(51 51 51 / 90%);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;	
	display: none;
}

#f-s-container{
	z-index: 11;
	width: 98%;
	max-height: 95%;
	max-width: 1175px;
	background-color: #eee;
	padding: 20px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);	
	border-radius: 10px;
	display: none;
}
#f-s-container::-webkit-scrollbar {
  	width: 0.5em;	
}

#f-s-container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #eee;
}

#f-s-container::-webkit-scrollbar-thumb {
  background-color: #176B87;
  outline: 1px solid #176B87;
}
#f-s-container #s-close{
	position:absolute;
	width:32px;
	height: 32px;
	left:10px;
	top:10px;
	border-radius:50%;
	background-color:#435585;
	color:#fff;
	text-align: center;
	font-size:18px;
	font-family:ali89;
	cursor: pointer;
	display: flex;
    align-items: center;
    justify-content: center;
}
		#f-s-container #s-close span{
			position: relative;
			bottom: -2px;
		}
#f-s-container #s-target{
	display: flex;
	justify-content: space-around;
	font-family: ali89;
	color: #176B87;
}
#f-s-container #s-target div{
	user-select: none;
	margin: 5px;
	display: grid;
	grid-template-columns: 16px 1fr;
	grid-column-gap: 5px;
	font-family: aliMath;
	align-items: center;
}
#f-s-container #s-target div:hover{
	cursor: pointer;
}
#f-s-container #s-target div p:nth-child(1){
	border: 2px solid #57bbdb;
	cursor: pointer;
	border-radius: 3px;
	height: 16px;
	position: relative;
	bottom: -1px;
}
#f-s-container #s-target div p{
	display: inline-block
}
#f-s-container #s-fourms{
	position: relative;
	flex-wrap: wrap;
	display: flex;
	align-items: center;
	justify-content:space-between;
	font-family: ali89;
}
#f-s-container #s-fourms div{
	user-select: none;
	width: 18%;
	min-width: 150px;
	background-color: rgba(255,255,255,0.5);
	color: #57bbdb;
	border: 1px solid #fff;
	border-radius: 2px;
	margin: 5px;
	padding: 3px 10px;
	text-align: center;
	cursor: pointer;
	transition: all 0.5s ease-in-out ;
}
#f-s-container #s-fourms div:hover{	
	background-color: rgba(255,255,255,1);
	transform: scale(1.08);
}
#f-s-container #s-alert-ok{
	user-select: none;
	font-size: 20px;
	background-color: #435585;
	color: #ddd;
	display: flex;
	align-items: center;
	font-family: ali89;
	position: relative;
	max-width: 100px;
	margin: auto;
	border-radius: 10px;
}
#f-s-container #s-alert-ok p{
	width: 100%;
	text-align: center;
	position: relative;
	top: -3px;
	right: -2px;
}
#f-s-container #s-alert-ok:hover{
	cursor: pointer;
	background-color: rgba(67,85,133,0.9);
}

#navBar:hover {
 overflow: visible;					 
}
#navBar:hover #m-h-n {
 top: 100%;
 opacity: 1;
}

	


