@font-face {
    font-family: 'a1';
    src: url('a2.eot');
    src: url('a2.ttf') format('embedded-opentype'),
        url('a2.woff') format('woff2'),
        url('a2.woff2') format('woff'),
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ali1';
    src: url('mylotus.eot');
    src: url('mylotus.eot?#iefix') format('embedded-opentype'),
        url('mylotus.woff2') format('woff2'),
        url('mylotus.woff') format('woff'),
        url('mylotus.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
	*,body{
		padding: 0;
		margin: 0;
		direction: rtl;
		font-family: a1;
		box-sizing: border-box;
		box-sizing: border-box;
	}
	a{
		color: inherit;
		text-decoration: none;
	}
	.m-c{
		position: relative;
		margin: auto;
		max-width: 1920px;		
	}
	header{
		max-width: 100%;
		overflow: hidden;
		background-color: #006097;
		width: 100%;
		padding: 0px;
		border-bottom: 3px solid #f9cc83;
		position: sticky;
		z-index: 3;
		top: 0;
	}
	header .m-header{
		color: #eee;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	header .m-header #m-header-r{	
		padding: 0;
		display: flex;
		flex-wrap: wrap;
	}
	header .m-header #m-header-r div{
		cursor: pointer;
		position: relative;
		overflow: hidden;
		padding: 5px;
		margin: 0;
		text-align: center;
		border-left: 2px solid #03568d;
		font-family: a1;
		min-height: 40px;
		min-width: 65px;
	}

	header .m-header #m-header-r div  img{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		margin: auto;
		width: 30px;
		height: auto;
		display: block;
		transition: all 0.3s ease;
	}
	header .m-header #m-header-r div:hover img{
		transform: translate(-50%,-200%) scale(0);
	}
	header .m-header #m-header-r div span{
		color: #fff;
		padding: 0;
		position: absolute;
		left: 50%;
		top: 120%;
		transition: all 0.3s ease;
		transform: translateX(-50%);
	}
	header .m-header #m-header-r div:hover span{
		top:8px;
		transform: translate(-50,-50%);
	}
	header .m-header #m-header-l{
		position: relative;
		padding-left: 15px;
	}
	#en{
		direction: ltr;
		margin-top: 30px;
		margin-left: 10px;
		user-select: none;
		position: relative;
		direction: ltr;
		margin: 5px;		
	}
	#en div[alt="en"]{
		margin-right: 10px;
		background-color: #006097;
		color: #fff;
		border-radius: 50%;
		width: 30px;
		height: 30px;
		font-family: a1;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;		
	}
	#en div[alt="en"] span{
		position: relative;
		bottom: -2px;
	}	
	#setting{
		position: relative;
		background-color:#006097d4;
		color:#fff;		
		z-index:10;
		border-radius: 5px;
		padding:0px;
	}
	#setting #setting-icon{
		width:30px;
		height:auto;
		position: absolute;
		top: 50%;
		transform: translateY(50%);
		left: 0;
	}

	#setting #list{
		position: absolute;
		border-radius: 10px;
		padding: 10px 5px;
		min-width: 175px;
		background-color: #006097d4;
		left: 27px;
		top: 50px;
		display: none;
	}
	#setting #list div p{
		background-color: #eee;
		margin-top: 5px;
		color: #006097;
		padding: 0px 5px;
		border-radius: 2px;
		cursor: pointer;
		text-align: center;
		display: none;
	}
	#setting #list div p:hover{
		background-color: #fafafa;
	}
	#setting:hover #list{
		display: block;
	}
	#setting #list div img[src="aliImg/left_ddd.png"]{
		width: 15px;
		height: auto;
		transition: all 0.3s ease;
	}
	#setting #list div:hover p{
		display: block;
	}
	#setting #list div:hover img[src="aliImg/left_ddd.png"]{
		transform: rotate(-90deg);
	}

	#log_in{
		margin-bottom:5px;
	}
	#log_in a{
		display: flex;
		align-items: center;
		justify-content: space-around;
	}
	#log_in a div{
		display: flex;
		align-items:center;
	}
	#log_in a div:nth-child(2){
		background-color: #006097;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: space-around;
	}
	#log_in a div:nth-child(2) img{
		width: 20px;
	}	


.web_mode{
	width: 40px;height: 40px;border-radius:50%;background-color:#006097;display: flex;align-items: center;justify-content:center;
}
.web_mode img{
	max-width:25px;height: auto;
}
.web_mode_night_color1{
	color: #fff !important;
}
.web_mode_night_color2{
	color: #f9cc83 !important;
}
.web_mode_night_color3{
	color: #ddd !important;
}
.web_mode_night_bg1{
	background-image: url() !important;
	background-color:#333 !important;
}
.flex-images .web_mode_night_bg3:hover , .flex-images .web_mode_night_bg2:hover{
	background-color: #f9cc83 !important;
}
.web_mode_night_bg2{
	background-image: url() !important;
	background-color: rgb(127, 123, 123) !important;
}
.web_mode_night_bg3{
	background-color: #8d8d8d  !important;
}
.web_mode_night_bg4{
	background-color: #ddd  !important;
	background-image: url() !important;
}
.web_mode_night_bg5{
	background-color: #f9cc83   !important;
}
.web_mode_night_bg6{
	background-color: #000   !important;
	border-color: #000   !important;
}
.web_mode_night_bg7{
	background: linear-gradient(to right, #333, #333, #333), url(img24/v_bg.avif) no-repeat 50% 60% / cover;
	border-color: #000   !important;
}
.web_mode_night_ind3_bg{
	background: url("../aliImg/night-bg.jpg") center bottom / cover fixed !important;
}
.web_mode_night_border1{
	border-color: #333 !important;
}
.web_mode_night_border2{
	border-color: rgb(127, 123, 123) !important;
}
.web_mode_night_border3{
	border-color:#f9cc83 !important;
}
.web_mode_night_border4{
	border-color:#bbb !important;
}
.web_mode_night_header_border_right{
	border-color: rgb(127, 123, 123) !important;
}
.archive-p .web_mode_night_color1 a:hover{
	color: #f9cc83;
}
.web_mode_night_shadow0{
	-webkit-box-shadow: 0 0 0 0 #ffffff !important;
	box-shadow: 0 0 0 0 #ffffff !important;	
}
#intNightMode{
	color: red;
	display: none;
}
	.m-container{
		user-select: none;
		display: grid;
		grid-template-columns: 350px 1fr 350px;
		grid-column-gap: 10px;
		padding: 10px;
		align-items: flex-start;
		margin-bottom: 80px;
	}	
	.m-list{
		background-color:#006097;
		border: 5px solid #006097;
		padding:20px 0px;
		border-radius:5px;
		font-family: a1;
	}
	.m-list .m-list-title{
		display:flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		color: #f9cc83;
		font-weight;
		font-size: 20px;
		border-radius: 10px;
		margin: 10px;
	}
	.m-list .m-fourm{
		display: flex;
		align-items: center;
		padding: 3px 10px;
		border-bottom:1px dashed #fff;
		color: #fff;
		padding: 5px;
		transition: all 0.4s ease;
	}
	.m-list .m-fourm:hover{
		background-color: #f9cc83;
		color: #006097;
		border-color: #f9cc83;
		transform: scale(1.05);
	}
	.m-list .m-fourm p:nth-child(1){
		display: flex;
		align-items: center;
		justify-content: center;
		margin-left:10px;
		width: 30px;
	}
	.m-list .m-fourm p:nth-child(1) img{
		width:95%;
		height: auto;
	}	

	.m-container-c{
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.m-container-l{
		position: sticky;
		z-index: 2;
		top: 60px;
		padding: 0 10px;
	}
	.m-container-l div{
		padding: 5px 10px;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		margin-bottom: 20px;
		border: 3px solid #ecf8fc;
		border-radius: 10px;
		text-align: center;
		overflow: hidden;
		transition: all 0.3s ease;
	}
	.m-container-l div:hover{
		border: 3px solid #b5dfef;
	}
	.m-container-l div h3{
		margin: 20px;
		color: #006097;
	}
	.m-container-l div img{
		margin-bottom: 5px;
		transition: all 0.3s ease;
	}	
	.m-container-l div:hover img{
		filter: grayscale(60%);
	}	
	.m-container-l div p{
		background-color: #ecf8fc;
		color: #006097;
		padding: 10px 5px;
	}
	.m-container-l div p span:nth-child(1){
		color: #f9cc83;
	}
	.m-container-l div img{
		width: 100%;
	}


	#knz{
		position: sticky;
		top: 60px;		
		padding: 0;
		max-width: 800px;
		margin: auto;
		overflow: hidden;
		min-height: 230px;
		border-radius: 0;
		display: grid;
		grid-template-columns: 1fr 1fr 50px;
		grid-column-gap: 4px;
		grid-row-gap:4px;
	}
	#knz div{
		margin: 0;
	}
	#knz #knz-r{
		background: #ecf8fc;
		padding: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#knz #knz-r img[src="thaqef/img/q-man.png"]{
		max-width: 135px;
		height: auto;
	}
	#knz #knz-r div{
		margin-right: 15px;
	}
	#knz #knz-r div h3{
		color: #006097;
		font-size: 30px;
		font-weight: bold;
	}
	#knz #knz-r div p{
		font-size: 16px;
		color: rgb(58,129,169);
	}
	#knz #knz-r div p[alt="go"]{
		margin-top: 15px;
		text-align: center;
		font-size: 20px;
		color: #006097;
	}
	#knz #i-sistany{
		background: #ecf8fc;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#knz #i-sistany div p{		
		color: #006097;
		font-size: 20px;
		font-weight: bold;
		margin: 0;
		margin-bottom: 10px;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
	}
	#knz #i-sistany p:hover{
		color: #333;
	}
	#knz #i-sistany p img{
		margin-left: 3px;
		width: 20px;
		height: 20px;
	}
	#knz #i-sistany img{
		opacity: 0.5;
		position: relative;
		width: 100%;
		max-width: 135px;
		margin-left: 10px;
		user-select: none;
	}
	#knz #knz-l{
		background: rgba(0,96,151,1);
		display: grid;
		grid-template-rows: repeat(4,1fr);		
	}
	#knz #knz-l p{
		background-color: rgba(0,96,151,0.8);
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#knz #knz-l p a{
		padding: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#knz #knz-l p:hover img{
		transform: scale(1.1);
	}
	#knz #knz-l p img{
		width: 35px;
		position: relative;
		transition: all 0.3s ease;
	}
	#knz #knz-l p:nth-child(even){
		background-color: rgb(58,129,169);
	}
	#knz #knz-l p:hover{
		background-color: rgba(58,158,215,1.00) ;
	}




.main-header{
	user-select: none;
	width: 100%;
	position: relative;
	padding: 10px;
	background-size: cover;
	text-align: center;
	user-select: none;
}
.main-header #logo{
	display: block;
	margin: auto;
	width: 280px;
	max-width: 100%;
	height: auto;user-select: none;   
	transition: all 0.5s ease;
}
.main-header #logoName{
	display: block;
	margin: auto;
	margin: auto;
	width: 410px;
	max-width: 100%;
	height: auto;user-select: none;
	transition: all 0.5s ease;
}
.main-header #search #logo{
	display: block;
	width:100%;
	max-width:300px;
	position: relative;
	margin: auto;
	
}
.main-header #search #logoText{
	display: block;
	width:100%;
	max-width:500px;
	position: relative;
	margin: auto;
	margin-bottom: 20px;
	
}
.main-header form{
	width: 100%;
	top: 60px;	
	z-index: 3;transition: all 0.5s ease;
}
.main-header #hikma{
	width: 100%;
	max-width: 500px;
	margin-top: 20px;
	user-select: none;
}


/*advance search*/

.fTitle{
	display: flex;
	align-items: center;
	color: #176B87;
	user-select: none;
}
.fTitle img{
	width: 20px;
	height: auto;
}
.fTitle p{
	font-family: ali89;
	color: rgba(0,96,151,0.9);
	font-weight: 400;
	font-size: 22px;
	margin-right: 5px;
	padding-bottom: 3px;	
}
#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;
}

#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);
}


/*marquee*/
.ticker-container {
width: 100%;
overflow: hidden;
}
.ticker-wrapper {
width: 100%;
padding-left: 100%;
background-color: transparent;
}
@keyframes ticker {
0% {
transform: translate3d(0, 0, 0);
}
100% {
transform: translate3d(100%, 0, 0);
}
}
.ticker-transition {
display: inline-block;
white-space: nowrap;
padding-right: 100%;
animation-iteration-count: infinite;
animation-timing-function: linear;
animation-name: ticker;
animation-duration:250s;
}
.ticker-transition:hover {
animation-play-state: paused;
cursor: pointer;
}
.ticker-item {
	display: inline-block;
	padding: 0 2rem;
}
.ticker-item img{
	height:25px;
	width: auto;
	display:inline-block;
	position:relative;
	bottom:-5px;
}
.ticker-item a:hover{        
  color: #f9cc83;
}
/* visited link */
a:visited {
  text-decoration: none;
  color: inherit;
}

	.flex-images{
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: center;
	}
	.flex-images .flex-images-container{
		width: 12.4%;
		min-width: 200px;
		color: #fff;
	}

	.flex-images .flex-images-container img{
		width: 100%;
		height: auto;
	}
	.flex-images .flex-images-container p{
		position: relative;
		padding: 10px 5px;
	}
	.flex-images .flex-images-container:nth-child(odd){
		background-color: #07467e;
	}
	.flex-images .flex-images-container:nth-child(even){
		background-color: #0b65b4;
	}	
	.flex-images .flex-images-container:hover{
		background-color: #f9cc83;
		color: #333;
	}

		.cButtonModify{
			background-color: #ddd;
			padding: 2px 10px;
			border: 0px solid ;
			color: rgba(0, 96, 151,1);
			cursor: pointer;
		}
		.c-input{
			display: none;
		}
		.c-setting p{
			display: none;
		}
		.c-setting p.c-setting-flex{
			display: flex;
		}
		.modifyComentCancel{
			cursor: pointer;
			border:0px;
			background-color:#D12052;
			padding:1px 15px;
			color:#fff;
		}
		.rd form input[type="text"]{
			outline-color:#ddd;
			background-color:#fafafa;
			width: 100%;
			border:0px solid;
			border-radius:10px;
			padding:2px 10px;
		}
		.rd .reply-btn{
			padding:1px 20px;
			display: inline;
			background-color:inherit;
			border:0px;
			cursor: pointer;
		}
		.rdForm input[type="submit"]{
			text-align:center;
			background-color:#006097;
			color:#fafafa;
			padding:1px 10px;
			border:0px;
			border-radius:15px;
			cursor: pointer;
		}
		.rdDiv{
			position: relative;
			background-color:#75afcb14;
			margin:4px 10px;
			padding:1px 10px;
			cursor: pointer;
			display:flex;
			flex-wrap: wrap;
		}
		.rdDiv div{
			margin-left:5px;
			display:flex;
			align-items: center;
			font-size:14px;
		}
		.rdDiv div:nth-child(1) img{
			width:30px;
			height:auto;
			border-radius:50%;
		}
		.rdDiv div:nth-child(3){
			text-align:center;
		    display: none;
			align-items: center;
			justify-content: center;
		    position: absolute;
			z-index: 2;
			left: 3px;
			top: 50%;
			transform: translateY(-50%);
			background-color:#fff;
			width: 25px;
			height:25px;
			border-radius:50%;
		}
		.rdDiv div:nth-child(3) img{
			position:relative;
			transform:rotate(90deg);
			width:15px;
			height:auto;
		}
		.rdDiv:hover div:nth-child(3){
			display:block;
		}
		.rdDiv div:nth-child(3) p{
			width: 60px;
			text-align:center;
			position: absolute;
			left:18px;
			top:50%;
			transform: translateY(-50%);
			font-size:12px;
			display:none;
		}
		.rdDiv div:nth-child(3):hover p{
			display:block;
		}
		.rdDiv div:nth-child(3) p span{
			display:block;
			background-color: #006097;
			color:#fff;
		}
		.rdDiv div:nth-child(3) p span:nth-child(2){
			margin-top:2px;
			background-color:#c1121f;
		}
		.rdoodBtn{
			font-size:12px;
			color:#006097;
			cursor: pointer;
		}
		.rdGetHide{
			font-size:12px;
			color:#006097;
			cursor: pointer;
			display:none;
		}
		.rdMoForm form {
			display: flex;
			width: 100%;
			gap: 5px;
		}
		.rdMoForm form input{
			outline: none;
		}

		.rdMoForm input[type="text"] {
			flex: 1;
			width: 100%;      
			min-width: 0;
			outline-color: #ddd;
			background-color: #fafafa;
			width: 100%;
			border: 0px solid;
			border-radius: 10px;
			padding: 2px 10px;
			text-align:right;
		}

		.rdMoForm input[type="submit"] {
			flex: 0 0 auto;
			text-align: center;
			background-color: #006097;
			color: #fafafa;
			padding: 1px 10px;
			border: 0px;
			border-radius: 15px;
			cursor: pointer;
		}





/*  SCREEN RESIZE  */
@media only screen and (max-width: 1325px) {
	.m-container {
		user-select: none;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.m-container-r{
		min-width: 100px;
	}
	.m-container-c{
		width: 65%;
	}
	.m-container-l{
		display: flex;
		flex-wrap: wrap;
		justify-content:space-around;
		margin: 60px 10px;
	}
	.m-container-l div{
		width: 45%;
	}
}

@media only screen and (max-width: 960px) {

	.m-container-r{
		display: none;
	}
	.m-container-c{
		width: 100%;
	}	
}

@media only screen and (max-width: 695px) {
	header{
		position: relative;
	}
	header .m-header{
		display: block;
	}
	header .m-header #m-header-r{
		justify-content: center;
		align-content: center
	}
	header .m-header #m-header-r div{
		border-left: 0;
	}
	header .m-header #m-header-l{
		display: none;
	}
	.m-container-l div{
		width: 49%;
	}
	#knz{
		display: flex;
		flex-direction: column;
	}
	#knz div:nth-child(1){
		margin-bottom: 10px;
	}
	#knz #knz-l{
		display: flex;
		flex-direction: row;		
	}
}

@media only screen and (max-width: 450px) {
	.m-container-l{
		margin: 60px 0;
	}
	.m-container-l div{
		width: 100%;
	}
	.flex-images{
		padding: 0 10px;
	}
	.flex-images .flex-images-container{
		width: 100%;
		margin-bottom: 10px;
	}
	.flex-images{
		display: block;
	}

}

