*{
	box-sizing: border-box;
}
*,body{
	margin: 0;
	padding: 0;
}
body{
	background-color: #fff;
	transition: all 0.3s ease;
}
a{
	color: inherit;
}
a , a:hover{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #006097;
}

::selection {
  color: #006097;
  background: #EEF5FF;
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #ccc;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
	#en{
		direction: ltr;
		margin: 5px;
		user-select: none;
	}
	#en div[alt="en"]{
		margin-right: 10px;
		background-color: #006097;
		color: #fff;
		border-radius: 50%;
		width: 40px;
		height: 40px;
		font-family: a1;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;		
	}
	#en div[alt="en"] span{
		position: relative;
		bottom: -2px;
	}
	#setting{
		background-color:#006097d4;
		color:#fff;		
		position:fixed;
		z-index:10;
		top:155px;
		left:10px;
		border-radius: 5px;
		padding:0px;
	}
	#setting #setting-icon{
		width:30px;
		height:auto;
		position: absolute;
		top: -30px;
		left: 0;
	}
	#setting #list{
		padding:5px;
		min-width:150px;
		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);
	}
.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;
}
.m-title{
	color: #fff;
	font-size:45px;
	padding-right: 0px;
	display: flex;
	align-items: center;
	margin-right: 20px;
}
.m-title p:nth-child(1){
	margin-right: 3px;
	width: 10px;
	height: 80px;
	background: #fff;
	border-radius: 2px;
	margin-left: 10px;
}


/*HEADER*/
	.main-header{
		display: flex;align-items: center;min-height: 70vh;background: url('../aliImg/bg.jpg');background-attachment: fixed;background-position: bottom;background-size: cover;
	}
#m-h-n{
	position: sticky;
	z-index: 3;
	top: 0;
	left: 0;		
	width: 100%;
	background-color: rgba(0,96,151,0.8);
	color: #eee;
	font-family: aliMath;
	padding:0px 10px;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items: center;
	transition: all 0s ease;
}
#m-h-n .icon{
	position: relative;
	padding: 5px 10px;
	min-width:70px;
	margin: 0 0px;
	overflow: hidden;
	transition: all 0.3s ease;
	min-height: 40px;
	font-family: aliMath;
}
#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: aliMath;
}
#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;	
}
.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:aliMath;
	cursor: pointer;
}

#f-s-container #s-target{
	display: flex;
	justify-content: space-around;
	font-family: aliMath;
	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: aliMath;
}
#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: aliMath;
	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);
}



.merja-container{	
	width: 100%;
	max-width: 1354px;
	position: relative;
	margin: auto;
	margin-top: 20px;
	border-radius: 10px;
}
.merja-container .main-fourms{
	grid-row-gap: 300px;
}
.merja-container .main-fourms .r{
	border-radius: 5px;
	padding: 10px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 20px;
}
	#choose4u{
		padding: 0px;
		margin-bottom: 10px;
		position: relative;
		overflow: hidden;
		background-size: cover;
		background-position: center;
		user-select: none;
	}
	#choose4u p img{
		transition: all 0.9s ease-out;
		width: 100%;
	}
	#choose4u .title{
		padding: 5px 10px;
		background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.90) 100%);
	    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.90) 100%);
		font-size: 18px;
		color: #fff;
		position: absolute;
		bottom:0px;
		width: 100%;			
	}
	#choose4u:hover img{
		transform: scale(1.5) translateX(-5%);
	}
	#choose4u:hover .title{
		color: #FFDE4D;
		font-weight: 100;
		border-radius: 0;
	}	

#chooseForUs{
	user-select: none;
	text-align: center;
	border: 2px solid #ddd;
	border-radius: 10px;
	width: 100%;
	padding: 5px;
	margin-top: 10px;
	background-color: #fff;
	font-family: aliMath;
	font-weight: 100;
	color: #427D9D;
}
#chooseForUs #choose{
	display: grid;
	grid-template-columns: 140px 1fr;
	align-items: center;
	padding: 10px 10px;
	padding-top: 20px;
	background-color:#EEF5FF;
	border-radius:10px;
}
		
#sistany div:nth-child(1) span{
	font-size: 18px;
}
#sistany #sistany-container{
	display: grid;
	grid-template-columns: 120px 1fr;
	background-color: #FEFAE0;
	padding: 2px 10px;
	border-radius: 10px;
}
#sistany #sistany-container p:nth-child(1){
	display: flex;
	align-self: center;
}
#sistany #sistany-container p:nth-child(1) img{
	width: 80px;
	max-width: 100%;
}
#sistany #sistany-container p:nth-child(2){
	color: #427D9D;
	display: flex;
	align-items: center;
	font-family: aliMath;
	font-size: 18px;
}	
.fIcon{
width: 20px;
fill: #86A789;
}

.main-fourms .fourm{
	display: grid;
	grid-template-columns:43px 1fr;
	column-gap: 3px;
	align-items: center;
	font-family: aliMath;
	font-size:18px;
	margin-bottom: 10px;
	user-select: none;
	margin-right: 10px;
}
.fTitle{
	display: flex;
	align-items: center;
	color: #176B87;
	user-select: none;
}
.fTitle img{
	width: 20px;
	height: auto;
}
.fTitle p{
	font-family: aliMath;
	color: rgba(0,96,151,0.9);
	font-weight: 400;
	font-size: 22px;
	margin-right: 5px;
	padding-bottom: 3px;	
}
.main-fourms .fourm p:nth-child(1){
	width: 40px;
	height: 37px;
	position: relative;
	border-radius: 8px;
	border: 1px solid #006097;
	background:#fff;
}
.main-fourms .fourm p:nth-child(1) img , .main-fourms .fourm p:nth-child(1) svg{
	width: 20px;
	height: auto;
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #006097;	
}
.main-fourms .fourm p:nth-child(2){
	background:#fff;
	color:#333;
	border-radius: 5px;
	padding:10px 10px;
	text-align: center;
	border: 1px solid #006097;
	position: relative;
	font-family: aliMath;
}
.main-fourms .fourm p:nth-child(2):hover{
	transition: all 0.2s ease;
	background:#006097;
	color: #ddd;
}


.v-title{
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 300px 1fr;
	align-items: center;
	user-select: none;
	margin-bottom: 20px;
}
.v-title div:nth-child(odd){
	height: 1px;
	background-color: #336783;
	position: relative;
	left: -15px;
	opacity: 0;
}

.v-title div:nth-child(3){
	position: relative;
	right: -15px;
	opacity: 0;
}	
.v-title .v-t-c{
	display: flex;
	align-items: center;
}
.v-title .v-t-c .fIcon{
	width: 30px;
	fill:#336783;
}
.v-title .v-t-c #Layer_1{
	position: relative;
	transform: rotate(-180deg);
	left: -2px;
}
.v-title .v-t-c #Layer_2{
	position: relative;
	right: -2px;
}	
.v-title .v-t-c p:nth-child(2){
	width: 100%;
	height: 47px;
	background-color: #336783;
	display: flex;
	align-items: center;
	text-align: center;		
}
.v-title .v-t-c p:nth-child(2) span {
	width: 100%;
	font-family: aliMath;
	font-size: 25px;
	color: #fff;
}
/*GO TO*/
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap');
	#goTo{
		position: fixed;
		right: 5px;
		top: 50%;
		transform: translateY(-50%);
		z-index: 10;
		font-family: aliMath;
	}
	#goTo p{
		position: relative;
		background-color: #006096;
		border: 1px solid #eee;
		width: 15px;
		height: 15px;
		margin: 10px 0;
		border-radius: 50%;
		transition: all 0.2s ease;
	}
	#goTo p:hover{
		background-color: rgba(0,96,151,0.5);
		cursor: pointer;
		transform: scale(1.3);
	}
	#goTo p span{
		position: absolute;
		display: flex;
		flex-direction: column;
		align-items: center;		
		top: 50%;
		transform: translateY(-50%) scale(0);
		right: 16px;
		padding:2px 10px;
		background-color: #006096;
		color: #fff;
		font-size: 10px;
		text-align: center;
		border:1px solid rgb(238,238,238,1);
		border-right: 5px solid rgb(238,238,238,1);
		border-left: 5px solid rgb(238,238,238,1);
		border-radius: 10px;
		display: none;
	}
	#goTo p:hover span{
		display: block;
		transform: translateY(-50%) scale(1);
	}



/*VIDEO*/
	.m-v{
		background: linear-gradient(to right, #fff, #fff, #2c536400), url(img24/v_bg.avif) no-repeat 50% 60% / cover;
		min-height: 80vh;
		display: flex;
		flex-direction: column;
		align-items: center;
		user-select: none;
		position: relative;
		padding: 30px 0
	}
	#video{
		padding: 10px 5px;
		display: grid;
		grid-template-columns: 200px 1fr;
		grid-column-gap: 20px;
		align-items: center;
		border: 0px solid #bbb;
 	}
	#video #v-r{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		border-radius: 10px ;
		padding: 10px;
	}
	#video #v-r img[src="aliImg/v_zg.png"]{
		width: 100%;
		position: relative;
		margin: auto;
		height: auto;
		transition: all 0.3s ease;
		transform: scale(0.8);
	}
	#video #v-r img[src="aliImg/v_zg_h.png"]{
		display: none;
	}	
	#video #v-l{
		display: grid;
		grid-template-columns: 1.7fr 1fr;
		align-items: center;
	}
	#video #v-l .v-img{
		padding: 10px;		
	}
	#video #v-l .v-img div{
		background-color: #fff;
		padding: 8px;
		margin: 10px 0;
		-webkit-box-shadow: 0 0 10px 1px #bbb;
		box-shadow: 0 0 10px 1px #bbb;
		border-radius: 5px;
		position: relative;
		transition:  0.2s ease;
	}
	#video #v-l .v-img div:hover{
		transform: scale(0.98);	
	}
	#video #v-l .v-img div p{
		position: relative;
	}
	#video #v-l .v-img div p img[alt='v-img']{
		width: 100%;
	}
	#video #v-l .v-img div p:nth-child(1) span{
		position: absolute;
		top: 50%;
		left: 50%;
		width: 60px;
		height: 60px;
		display: flex;
		align-items: center;
		border-radius: 50%;
		transform: translate(-50%,-50%);
		background-color: rgba(255,255,255,0.8);
	}
	#video #v-l .v-img div p:nth-child(1) span:hover{
		background-color: rgba(238,238,238,0.9);
	}
	#video #v-l .v-img div p img[alt='v-play']{
		position: relative;
		left: -3px;
		width: 45px;
	}
	#video #v-l .v-img div p:nth-child(2){
		margin-top: 10px; 
	}
	#video #v-l .v-img div p span{
		color:#006097;
	}
	#video #v-l .v-player{
		padding-top: 5px;
		background-color: #fff;
		display: flex;
		align-items: center;
		flex-direction: column;
		-webkit-box-shadow: 0 0 10px 1px #bbb;
		box-shadow: 0 0 10px 1px #bbb;	
		border-radius: 5px;
		overflow: hidden;
	}
	#video #v-l .v-player #v-t{
		background-color: #fff;
		color: #333;
		width: 100%;
		padding: 5px 10px;
		display: flex;
		align-items: center;
		margin-top: 10px;
	}
	.m-v #video #v-r h1{
		text-align: center;
		font-family: aliMath;
		display: inline-block;
		position: relative;
		margin: auto;
		font-size: 24px;
		color: rgba(0, 96, 151, 0.9);
		user-select: none;
		display: none;
	}
	.m-v #vMore{
		width: 80px;
		height: 80px;
		border-radius: 50%;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		position: relative;
		margin-top:10px;
		background-color: #fff;
		color: #80C4E9;
		font-size: 18px;
		padding: 2px 25px;
		webkit-box-shadow: 0 0 10px 0.5px #bbb;
   		box-shadow: 0 0 10px 0.5px #bbb;
		overflow: hidden;
	}
	.m-v #vMore p:nth-child(1){
		position: absolute;
		transition: all 0.3s ease;
		width: 100%;
		height: 100%;
		left: 50%;
		bottom: 50%;
		z-index: 0;
		border-radius: 50%;
		background-color: rgba(0,196,231,0.07);
		transform: scale(0);

	}
	.m-v #vMore p:nth-child(2){
		z-index: 3;
		text-align: center;
	}
	.m-v #vMore:hover p:nth-child(1){
		left: 0;
		bottom: 0;
		transform: scale(1);
	}
	#important-fourm-videos{
        position: relative;		
		width: 100%;
		direction: rtl;
		margin-bottom: 10px;
	}

	#important-fourm-videos h1 img{
		width: 40px;
		direction: rtl;
		opacity: 0.8;
		text-align: right;
	}
	#important-fourm-videos .v-fourm{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	#important-fourm-videos .v-fourm div{
		align-self: stretch;
		width: 19%;
		min-width: 300px;
		text-align: right;
		position: relative;
		background-color: rgba(255,255,255,0.9);
		padding: 5px;
		margin: 10px 5px;
		color:  #0097b3;
		overflow: hidden;
		border-radius: 3px;	
		-webkit-box-shadow: 0 0 10px 1px #bbb;
        box-shadow: 0 0 10px 1px #bbb;
		transition: all 0.3s ease;
	}
#important-fourm-videos .v-fourm div p:nth-child(2){
	padding: 10px 5px;
}
#important-fourm-videos .v-fourm div:hover{
	transform: scale(0.95);
}
	#important-fourm-videos .v-fourm div p:nth-child(1){
		position: relative;
	}
	#important-fourm-videos .v-fourm div p:nth-child(1) img[alt='v-img']{
		width: 100%;
	}
	#important-fourm-videos .v-fourm div p:nth-child(1) span{
		position: absolute;
		top: 50%;
		left: 50%;
		width: 60px;
		height: 60px;
		display: flex;
		align-items: center;
		border-radius: 50%;
		transform: translate(-50%,-50%);
		background-color: rgba(255,255,255,0.8);
	}
	#important-fourm-videos .v-fourm div p:nth-child(1) span:hover{
		background-color: rgba(238,238,238,0.9);
	}
	#important-fourm-videos .v-fourm div p:nth-child(1) span img[alt='v-play']{
		position: relative;
		left: -3px;
		width: 45px;
	}



	
@media only screen and (max-width: 1060px) {
	#video #v-l{
		display: block;
	}
	#video #v-l .v-img {
		display: flex;
		justify-content:space-around;
		flex-wrap: wrap;
		padding: 0;
	}
	#video #v-l .v-img div{
		width: 49%;
	}
	.m-v #video #v-r {
		transition: all 1s ease;
		position: sticky;
		top: 100px;		
	}	
}
@media only screen and (max-width: 750px) {
	.m-v #video #v-r{
		position: relative;
		top: 0;
	}
	#video #v-r img[src="aliImg/v_zg.png"]{
		display: none;
	}
	.m-v #video #v-r h1{
		display: block;
	}
	#video{
		display: block;
	}	
}
@media only screen and (max-width: 635px) {
	#video #v-l .v-img{
		display: block;
	}
	#video #v-l .v-img div{
		width: 100%;
	}
	.m-v #video{
		align-items: flex-start;
	}
}
	
.key-container{
	padding: 20px 0;
	width: 100%;
	background-color: #006096;
	position: relative;
	overflow: hidden;
	min-height: 80vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

/*NEWS*/

	.n-container{
	    max-width: 1354px;
		position: relative;
	}
	.n-f-title{
		margin-bottom: 10px;
	}
	.n-f-title p{
		color: rgba(0,96,151,0.9);
		font-family: aliMath;
		font-size: 25px;
		padding: 0;
	}
	.news{
		display: grid;
		grid-template-columns: 1fr 1fr;
		align-items:flex-start;
		margin-bottom: 50px;
	}
	.news .n-right{
		display: flex;
		flex-direction: column;
		height: 100%;
		justify-content: space-around;
		padding: 5px;
	}
	.news .n-right , .news .n-left{
		padding: 5px;
	}
	.news .n-right img{
		width: 100%;
		
	}
	.news .n-right p{
		font-family: aliMath;
	}
	.news .n-right span{
		font-family: aliMath;
		color: #979797;
	}
	.news .n-left{
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
	}
	.news .n-left .n-s{
		padding: 5px;
		display: grid;
		grid-template-columns: 200px 1fr;
		grid-column-gap: 15px;
		align-items: center;
		font-family: aliMath;
		color: #333;
		font-size: 16px;
		transition: all 0.3s ease;
	}

	.news .n-left .n-s div:nth-child(1) img{
		max-width: 100%;
	}
.news .m-date{
	display: flex;
	align-items: center;
}
.news  .m-date img{
	margin-left: 5px;
}
	.m-date img{
		max-width: 20px;
		height: auto;
		display: inline-block;
	}
	.m-date span{
		font-size: 14px;
		position: relative;
		bottom: -1.5px;
	}

	.n-right:hover,.n-s:hover{
		color: #006097;
		background-color: rgba(0,96,151,0.1);
	}
	
@media only screen and (max-width: 920px) {
	.news{
		display: block;
	}
}	

	
/*SWIPER*/	
	
    .news-swiper-container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
		align-items: center;
    }
    .news-swiper-slide {
		padding: 30px 0;
        text-align: center;
        font-size: 18px;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

	.ns .swiper-pagination-bullet{
		background-color: #2200ed;
	}	
	.ns .swiper-pagination-bullet-active{
		background-color: red;
	}
	.news-swiper-slide-active{
		z-index: 99;
	}
	.n-container{
		text-align: justify;
	}


.news-container h1{
	color:rgba(0,96,151,0.8);
	min-height: 80vh;
	display: 
}
.key-container h1 img , .aklam-container h1 img ,  .news-container h1 img{
	margin-top: 3px;
	display: block;
}
.key{
	align-items: center;
	width: 100%;        
	position: relative;
	margin: auto;
	max-width: 1920px;	
}

.key #k-l{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 20px 10px;
}
.key #k-l .k-p{
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease;
	background-color: #fff;
	width: 23%;
	min-width: 280px;
	margin: 10px;
	padding: 0;
	padding-bottom: 35px;
	user-select: none;
	border: 1px solid #bbb;
}
.key #k-l .k-p:hover{
	transform: scale(1.02);
	-webkit-box-shadow: 0 0 15px 1px #bbb;
    box-shadow: 0 0 15px 1px #bbb;
}
.key #k-l .k-p .k-p-img{
	position: relative;
	overflow: hidden;
	font-family: tahoma;
	z-index: 2;
}

.key #k-l .k-p .k-p-img img{
	width: 100%;
	margin: 0;
	height: 100%;
}
.key #k-l .k-p .k-p-img img{
	position: relative;
	transition: all 2s ease;filter: grayscale(100%);
}
.key #k-l .k-p:hover .k-p-img img{
	transform: scale(2);
	filter: grayscale(0%);
	 
}
.key #k-l .k-p-title{
	position: relative;
	z-index: 2;
}
.key #k-l .k-p-title div:nth-child(1){
	font-size: 16px;
	padding: 30px;
	margin: 0;
	font-family: aliMath;
	text-align: justify;
}
.key #k-l .k-p-read{
	position: absolute;
	z-index: 3;
	bottom: 10px;
	left: 10px;
	margin: auto;
	max-width: 100px;
	border-radius: 5px;	
	color: #006096;
	font-size: 16px;
	padding: 0px 15px;
	text-align: center;
}
.key #k-l .circle{
	opacity: 0.1;
	transition: all 0.2s ease;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 110%;
	right: -50%;
	z-index: 0;
	background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
	border-radius: 50%;
}
.key #k-l .k-p:hover .circle{
	opacity: 0.5;
	top: 0;
	right: 0;
	border-radius: 0;
}
.key .k-p .k-p-title span{
    font-family: "IBM Plex Sans Arabic", tahoma;
    font-weight: 500;
    font-style: normal;
	line-height: 2;
	color: #7d7d7d;
}
.k-more-p{
	text-align: justify;
	padding: 5px 10px;
	max-width:1810px;
	margin: auto;
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	align-items: center;
	justify-content: center;
}
.k-more-p p{
	font-family: "IBM Plex Sans Arabic", "tahoma";
	background-color:#ffffff38;
	color:#fff;
	border-right: 8px solid #eee;
	border-left:8px solid #eee;
	border-top: 0.2px solid #eee;
	border-bottom: 0.2px solid #eee;
	position: relative;
	padding-right:10px;
	margin: 0;
	margin-left: 10px;
	margin-bottom: 20px;
	border-radius:20px;
	padding: 2px 20px;
	user-select: none;
}
.k-more-p p:hover{
	background-color: #405D72;
}
.k-more-p p span{
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: #eee;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}
.k-more-p p span:nth-child(1){
	right: -4px;
}
.k-more-p p span:nth-child(2){
	left: -4px;
}
.aklam-container {
	width:100%;
	padding: 3% 0 ;
	background-color:#eee;
	background-position: center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.aklam-container .m-title{
	color: rgb(7 59 89 / 90%);
}
.aklam-container .m-title p:nth-child(1){
	background-color:rgb(7 59 89 / 90%);
}
.aklam-container .aklam{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 10px;
}
.aklam-container .aklam{
	margin: 30px 0;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}
.aklam-container .aklam img[src="aliImg/tree-idea.png"]{
	position: absolute;
	bottom:30px;
	left: 30px;
	z-index: 0;
	opacity: 0.1;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
     user-select: none;
}
.aklam-container .aklam-p{
	overflow: hidden;
	width: 19%;
	padding: 5px 10px;
	border: 2px solid #fff;
	border-radius: 10px;
	user-select: none;
	min-width: 250px;
	background-color: #fff;
	display: grid;
	grid-template-columns: 100px 1fr;
	align-items: center;
	position: relative;
	z-index: 1;
	transition: all 0.3s ease;
}
.aklam-container .aklam-p:hover{
	background-color: #eee;
}
.aklam-container .aklam-p div:nth-child(2){
	padding: 5px;
	padding-right: 10px;
}
.aklam-container .aklam-p div:nth-child(1) img{
	max-width: 100%;
	height: auto;
	border-radius: 50%;
	border: 2px solid #F1F0E8;		
}
.aklam-container .aklam-p div:nth-child(1) img::after{
	    content: "";
		position: absolute;
		width: 8px;
		height:8px;
		background-color: rgba(51,51,51,1);
		transition: .5s ease;
		top: 7px;
}
.aklam-container .aklam-p p{
	margin: 3px 0;
	font-family: aliMath;
}
.aklam-container .aklam-p p:nth-child(1){
	font-family: aliMath;
	color: #f00;
	border-bottom: 3px dashed #0280c9 ;
	display: inline-block;
}
.aklam-container .aklam-p p:nth-child(2){
	display: block;
	color: #333;
	position: relative;
	padding-right: 10px;
	line-height: 1.3;
}
.aklam-container .aklam-p p:nth-child(2)::after{
	    content: "";
		position: absolute;
		width: 8px;
		height:8px;
		background-color: #e59b9b;
		transition: .5s ease;
		top: 7px;
		right: -3px;
	    border-radius: 50%;
	
}

.aklam-container .aklam-p:hover {
	position: relative;
    animation: shake 0.3s;  
}

	

.aklam .aklam-p .user{
	display: grid;
	grid-template-columns: 40px 1fr;
}
.aklam .aklam-p .user p{
	border: 0;
}
.aklam .aklam-p .user p:nth-child(1) img{
	width: 100%;
	height: auto;
}
.aklam .aklam-p .user p:nth-child(2){
	padding: 0 5px;
}



/*ARCHIVE*/
#archiveDetails{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	background-color:#EEF5FF;
	padding:3px 10px;
	border-radius: 5px;
	margin:0 2%;
	justify-content: space-evenly;
	font-family:aliMath;
}
#archiveDetails p{
	margin-left:15px;
}
#archiveDetails p span:nth-child(1){
	fon-size:16px;
	color:rgb(58,129,169);
}
#archiveDetails p span:nth-child(2){
	color:#7d7a7a;
}
#archiveTitle{
	color:#a30101;
	width:100%;
	margin:5px 2%;
}
.m-alert{
    width: 100%;
	max-width: 950px;	
    margin:10px auto;
    background-color: #EEF5FF;
    color: #1F086F;
    padding: 5px 10px;
    text-align: center;
    font-family: aliMath;	
}	
.Mcontainer{
	width: 100%;
	max-width: 1920px;
	padding: 5px 10px; 
	position: relative;
	margin: auto;
}
.Mcontainer .archive-content{
	padding: 10px;
	display: grid;
	grid-template-columns: 350px 1fr;
	grid-column-gap: 10px;
}
.archive-list{
	padding-left: 10px;
}
.archive-list div{
	background-color: rgba(255,255,255,0.0);
}
.archive-list .list{
	cursor: pointer;
	border-radius: 5px;
	display: grid;
	grid-template-columns: 30px 1fr;
	background:#DDF2FD;
	color: rgb(0, 96, 151);
	font-family: aliMath;
	align-items: center;
	font-size: 18px;
	margin: 5px auto;
	user-select: none;
	background-image: url(../aliImg/listBg.jpg);
	background-size: cover;
	background-position:top;	
}
.archive-list div p:nth-child(2){
	padding: 2px 10px;
	color: #5F5F5F;
}
.archive-list div p:nth-child(1){
	height: 100%;
	text-align: center;
	border-left: 2px dashed  rgba(0, 96, 151,0.6);
	display: flex;
	align-items: center;
}
.archive-list div p:nth-child(1) .list_l{
	width: 25px;
	position: relative;
	margin: auto;	
}
.archive-list div p:nth-child(1) .list_m{
	display: none;
}
.archive-list div p:nth-child(1) img{
	width: 20px;
	position: relative;
	margin: auto;
}
.archive-posts{
	display: flex;
	flex-wrap: wrap;		
	justify-content:center;
	align-content:flex-start;
}
.archive-p{
    width: 31%;
    min-width: 300px;
    background-color: #fff;
    background: url('../aliImg/archive-p.jpg');
    background-size: cover;
    margin: 10px;
    position: relative;
    border: 2px solid rgb(58,129,169);
    border-radius: 5px;
    transition: all 0.3s ease;
    overflow: hidden;
	display: flex;
	flex-direction:column;
	justify-content: space-between;
	padding: 5px;
}
.archive-p div{	
	width: 100%;
}
.archive-p div img{
	width: 20px;
}
.archive-p:hover{
	border: 2px solid #50727B;
}
.archive-p:hover div:nth-child(6){
	background-color:#50727B;
}
.archive-p div:nth-child(1){
	display:flex;
	align-items: center;
	font-family: aliMath;
}
.archive-p div:nth-child(1) p{
	padding: 2px 5px;
	color: #BF3131;
	border-bottom: 2px dotted #d3d3d3;
	font-size: 18px;
	margin-bottom: 3px;
}
.archive-p div:nth-child(1) p a:hover{
	color: #333;
}
.archive-p div:nth-child(2) svg{
	width: 25px;
	color: rgb(0, 96, 151);
}
.archive-p div:nth-child(2){
	display:flex;
	font-family: aliMath;
	align-items: center;
}
.archive-p div p:nth-child(1){display: flex;}
.archive-p div:nth-child(3) svg{
	width: 25px;
	color: rgb(0, 96, 151);
}
.archive-p div:nth-child(3){
	display:flex;
	font-family: aliMath;
	align-items: center;
}
.archive-p div:nth-child(3) p:nth-child(1){
	display: flex;
	align-items: center;
}
.archive-p div:nth-child(3) p:nth-child(2){
	padding: 0px 5px;
	color: #333;
}	


.archive-p div:nth-child(4) svg{
	width: 20px;
	color: rgb(0, 96, 151);
}
.archive-p div:nth-child(4){
	display:flex;
	font-family: aliMath;
	align-items: center;
}
.archive-p div:nth-child(4) p:nth-child(1){
	display: flex;
	align-items: center;
}
.archive-p div:nth-child(4) p:nth-child(2){
	padding: 0px 5px;
	color: #333;
}		

.archive-p div{
	margin: 1px 5px;
}
.archive-p div:nth-child(5) p:nth-child(1) img[src="aliImg/eye.png"] {
    width: 20px;
    vertical-align: middle;
    margin: 0 5px;
    margin-right: 20px;
}
.archive-p div:nth-child(1) p:nth-child(2) span:nth-child(1),
.archive-p div:nth-child(2) p:nth-child(2) span:nth-child(1),
.archive-p div:nth-child(3) p:nth-child(2) span:nth-child(1),
.archive-p div:nth-child(4) p:nth-child(2) span:nth-child(1)
{		
	font-family: aliMath;
	color: rgb(0, 96, 151);
	padding: 0px 5px;
}
.archive-p div:nth-child(5){
	display: grid;
	grid-template-columns: 1fr 100px;
	align-items: center;
}
.archive-p div:nth-child(5) p:nth-child(1){
	display: flex;
	align-items: center;
	font-family: tahoma;
	font-size: 14px;
}
.archive-p div:nth-child(5) p:nth-child(1) img{
	width: 20px;
	vertical-align: middle;
	margin: 2px 5px;
}

.archive-p div:nth-child(5) p:nth-child(2){
	text-align: center;
}
.archive-p div:nth-child(5) p{
	display: inline-block;
	padding: 0px 5px;
	margin-bottom: 5px;
	font-family:aliMath;
}
.archive-p div:nth-child(5) p a{

	position:relative;
	top:-2px;
	color: rgba(0, 96, 151,1);
}
.archive-p div:nth-child(5) p a:hover{
	color: #BF3131;
}
.archive-p div:nth-child(6){
	margin: 0;
	height: 30px;
	background-color: rgb(58,129,169);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.archive-p div:nth-child(6) svg{
	align-self: center;
	width: 25px;
	vertical-align: middle;
	fill: #ddd;
	transition: all 0.5s ease;
	margin: 10px 5px;
}
.archive-p div:nth-child(6) svg:hover{
	fill:#fff;
	transform: scale(1.3) rotate(-360deg);
}
#fourmSec{
	width: 100%;
	border:0px solid rgba(0, 96, 151,0.2);
	border-radius: 3px;
	padding: 0px 5px;
	display: flex;
	align-items: center;
	font-family: aliMath;
	color: #BF3131;
	display: flex;align-items: center;
}
#fourmSec img{
	display: inline-block;
	width: 20px;
	height: auto;
}

#pagination{
	position: relative;
	margin: auto;
	display: block;
	width: 100%;
	margin-top: 15px;
	text-align: center;
}
#pagination ul li{
	text-align: center;
	display: inline-block;
	border: 2px solid rgba(0, 96, 151,1);
	background-color: rgba(0, 96, 151,1);
	color:#fff ;
	padding: 2px 10px;
	margin: 0px;
	margin-bottom: 5px;
	font-size: 14px;
	font-family: aliMath;
	border-radius: 20px;
	min-width: 50px;
	transition: all 0.3s ease;
}
#pagination ul li:hover{
	cursor: pointer;
	background-color: #E9F6FF;
	color: #333;
}





/*NEWS*/
.news-container{
	width: 100%;padding: 10px;position: relative;display: flex;align-items: center;
	min-height:60vh;
	padding-bottom: 30px;
}
.news-container .f-c{
	width: 100%;
}
.news-container .f-c h1{
	margin-bottom: 30px;
}
.news-container .news{
	display: grid;
	grid-template-columns:1fr 1fr 1fr 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	max-width: 2000px;
	position: relative;
	margin: auto;
}
.news-container .news .f-news{
	background-color: #fff;
	min-height: 300px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 3px;
}
.news-container .news .f-news div:nth-child(1){
	width: 100%;
	height: 100%;
	background-color: #ddd;
	position: relative;
	overflow: hidden;
}
.news-container .news .f-news div:nth-child(1) p:nth-child(1){
	background-color: rgba(255,181,52,1.00);
	color: #b30000;
	position: absolute;
	top: 5px;right: 5px;
	padding: 1px 10px;
	font-family: aliMath;
	font-size: 14px;
	border-radius: 20px;
	border: 1px solid rgba(51,51,51,0.6);
	user-select: none;
}
.news-container .news .f-news div:nth-child(1) p:nth-child(2){
	position: absolute;
	bottom:-100%;left: 0;right: 0;
	background-color:rgb(204, 228, 247,0.8);
	color: #454343;
	padding: 10px 10px;
	text-align: justify;
	font-family: aliMath;
	transition: all 0.5s ease;
}
.news-container .news .f-news div:nth-child(1):hover p:nth-child(2) {bottom: 0;font-weight: 100;}
.news-container .news .f-news div:nth-child(1) p:nth-child(2):hover {bottom: 0;font-weight: 100;border-radius: 0;background-color: #eee;}
.news-container .news .f-news div:nth-child(2){
	display: grid;
	grid-template-rows: 1fr 1fr;
	grid-row-gap: 3px;
}
.news-container .news .f-news div:nth-child(2) p{
	background-color: rgba(51,51,51,0.3);
	position: relative;
	overflow: hidden;
}
.news-container .news .f-news div:nth-child(2) span{
	font-family: aliMath;
	font-size: 14px;
	position: absolute;
	background-color:rgb(204, 228, 247,0.8);
	color: #454343;
	left: 0;right: 0;
	bottom: -100%;
	transition: all 0.5s ease;
	padding: 2px 5px;
	text-align: right;
}
.news-container .news .f-news div:nth-child(2) p:hover span{
	font-weight: 100;
	bottom: 0;
}
#postTitle{
	width: 100%;
}
#postTitle #details{
	position: relative;
}
#postTitle #details::after {
	content: "";
	position: absolute;
	width: 10px;
	background-color: #EEF5FF;
	transition: .5s ease;
	top: -10px;
	bottom: -10px;
	left: -5px;
	z-index: -1;
	border-radius: 0 20px 20px 0;
}

	#share{
		direction: ltr;
		padding: 5px 10px;
		display: flex;
		align-items: center;
	}
	#share img[src="aliImg/print.png"]{
		cursor: pointer;
	}
	#share .social-media{
		height: 25px;
		width: auto;
		margin: 0 5px;		
	}
@media only screen and (max-width: 1325px) {
	.news-container .news{
		grid-template-columns:1fr 1fr;

	}
}	
	
@media only screen and (max-width: 750px) {
	.news-container .news{
		grid-template-columns: 1fr;

	}
}

/*MORE*/
.rNews-content{
	margin-top: 30px;
	display: grid;
	grid-template-columns: 350px 1fr 400px;
}
#nArchive .archive-p{
	width: 48%;
}
#postTitle #title{
	display: grid;
	grid-template-columns: 25px 1fr;
	grid-column-gap: 5px;
	align-items: center;
	font-size: 20px;
	font-family: aliMath;
	color: #365486;
	margin-top: 10px;
	margin-bottom: 5px;
}

#postTitle #title p:nth-child(1) img{
	width: 100%;
	height: auto;
	vertical-align: middle;		
}
#postTitle #details{
	width: 100%;
	background-color: #EEF5FF;
	padding: 5px 10px 0 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	user-select: none;
}
#postTitle #details p{
	display: flex;
	align-items: flex-start;
	margin-left: 15px;
	font-family: aliMath;
	color: #7F7F7F;
}
#postTitle #details p:hover{
	color: rgb(0, 96, 151);
	cursor: pointer;
}
#postTitle #details p span{
	color: rgba(0, 96, 151 , 0.7);
}
#postTitle #details img{
	width: 25px;
	display: inline-block;
	margin-left:3px;
}
#postTitle #details svg{
	position: relative;
	margin-left: 3px;
	width: 18px;
	color: rgba(0, 96, 151 , 0.7);
	top: -3px;
}
#postTitle #details img[src="aliImg/clock.png"]{
	margin: 0;
}
#postContent{
	font-size: 18px;
	line-height: 2;
	font-family: aliMath;
	text-align: justify;
	color: #525252;
	padding:0px 5px;
	
}
#f-div{
	width: 100%;
	border-radius: 0px;
	background-color: #EEF5FF;
	border: 2px solid #EEF5FF;
	float: left;
	padding: 5px;
	border-radius: 10px;
}
#f-div h1{
	font-size: 22px;
	font-family: aliMath;
	text-align: center;
	color: #BF3131;
	margin-top: 10px;
	margin-bottom: 10px;
}
#f-div div{
	background-color: #fff;
	display: flex;
	align-items:center;
	margin-bottom: 5px;
	padding: 5px;
}
#f-div div:hover{
	background-color: #EEF5FF;
}
#f-div div a{
	font-size: 17px;
	color: rgba(0, 96, 151 , 0.9);
	font-family: aliMath;
}
#f-div div a:hover{
	color: #2D9596;
}
 #f-div img[src="aliImg/z.png"]{
	width: 12px;
	position: relative;
	margin-left: 3px;
}
#postContent #m-img{
	width: 50%;
	margin: 10px;
	margin-top: 0;
	float: left;
}
.err{
	width: 100%;
	font-family: aliMath;
	text-align: center;
	color: rgba(0, 96, 151 , 0.7);
	background-color: #EEF5FF;
	align-self: center;
}

/*nArchive*/
#nArchive{
padding: 10px 0;
    font-family: aliMath;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: baseline;
}
#nArchive .n-p{
	width: 24%;
	margin: 8px 5px;
	background-color: #FFF;
	padding: 10px;
	
	border: 1px solid #ddd;
	transition: all 0.3s ease;
}
#nArchive .n-p:hover{
	transform: scale(1.02) translateY(-5px);
	background-color: #EEF5FF;
}
#nArchive .n-p .n-img{
	overflow: hidden;
}
#nArchive .n-p .n-img a img{
	width: 100%;
	height: auto;
	border-radius: 5px;
	user-select: none;
}
#nArchive .n-p .n-details{
	margin: 5px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;		
	color: #647D87;
	user-select: none;
}
#nArchive .n-p .n-details p{
	display: flex;
	align-items: flex-start;
}
#nArchive .n-p .n-details p img{
	width: 25px;
	height: auto;
	margin-left: 5px;
	opacity: 0.8;
}
#nArchive .n-p .n-details p{
	vertical-align: middle;
}
#nArchive .n-p .n-title{
	color: #435585;
	text-align: justify;
}
#nArchive .n-p .n-title a:hover{
	color:#7C81AD; 
}
.archive-list .mainDiv{
	margin: 0 5px;
	display: none;
}
.archive-list .mainDiv div{
	margin: 5px 0;
}
/*sub footer*/
#vMode{
	display: grid;
	grid-template-columns: 1fr 240px 1fr;
	align-items: center;
}
#vMode p:nth-child(odd){
	height: 3px;
	background-color: #eee;
}
#vMode p:nth-child(1){
	position: relative;
	left: -5px;
	z-index: 0;
}
#vMode p:nth-child(3){
	position: relative;
	right:-5px;
	z-index: 0;
}	
#vMode p:nth-child(2){
	border-radius: 20px;
	display: inline-block;background-color: #eee;padding: 2px 20px;position: relative;margin: auto;
}
#vMode:hover p{
background-color: #fff;
}
#go-to-top{
	position: fixed;
	bottom: 30px;
	left: 10px;
	width: 35px;
	height: 35px;
	border-radius: 30%;
	border: 1px solid #006097;
	background-color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	z-index: 100;
	cursor: pointer;
	display: none;
	transition: all 0.2s ease;
}
#go-to-top:hover{
	background-color: #006097;
}
#go-to-top img{
	width: 30px;
	position: relative;
	margin: auto;
}

/*choose for you*/
.c4u{
	width: 97%;
	max-width: 1354px;
	position: relative;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #fff;
	border-radius: 10px;	
	border-radius: 15px;
}
.c4u .c-title{
	color: #006097;
	font-family: aliMath;
	font-weight: bold;
	font-size: 22px;
}.c4u .content {
	color: #7d7a7a;
	font-size: 19px;
	line-height: 2;
}
.content .cimg{
	position: relative;
	float: left;
	width: 40%;
	margin: 10px;
}
.c4u #c4u-more{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 40px;
}
.c4u #c4u-more div{
	width: 23%;
	min-width: 250px;
	margin:5px;
	position: relative;		
}
.c4u #c4u-more div p {
	transition: all 0.2s ease;
	background-color: rgba(51,51,51,0.7);
	color: #eee;
	padding: 5px 10px;
	position: absolute;
	z-index: 3;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.c4u #c4u-more div p:hover{
	background-color: rgba(247,197,102,0.95);
	color: #333;
}
.c4u #c4u-more .c4u-img{
	width: 100%;
}
#c-more{
	font-size: 20px;
	max-width: 130px;
	border: 2px solid rgba(0,96,151,0.2);
	border-radius: 10px;
	color: rgba(0,96,151,1);
	padding: 5px 30px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	transition: all 0.2s ease-out;
	position: relative;
	margin: auto;
	margin-top: 10px;
	cursor: pointer;

}
#c-more:hover{
	background-color: rgba(0,96,151,0.1);
}
#page{
	display: none;
}
.more{
	margin-top: 15px;
}
.more .web_mode_night_color3:hover{
	color: #f9cc83 !important ;
}
.more h3{
	display: inline-block;
	padding: 2px 10px;
	border-radius: 0 10px;
	color: #006097ba;
	display: inline-flex;
	flex-direction: row;
	align-items: center
}
.more h3 img{
	width: 30px;
	padding-left: 3px;
	margin-left: 8px;
	border-left: 3px dashed #006097ba;
}
.more #moreSeenContent{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.more #moreSeenContent div{
	min-width: 180px;
	display: flex;
	flex-direction: row;
	margin:0 5px;
	margin-bottom: 10px;
	/*background-color: #fafafa;*/
	
}
.more #moreSeenContent div p{
	line-height: normal;
}
.more #moreSeenContent div p:nth-child(1){
	position: relative;
	width: 10px;				
}
.more #moreSeenContent div p:nth-child(1) span{
	position: absolute;
	bottom:-7.5px;
	right: 0px;
	transform: translate(-50%,-50%) rotate(-45deg);
	width: 8px;
	height: 8px;
	border-radius: 0 4px;
}
.more #moreSeenContent div p:nth-child(2){
	width: 100%;
	text-align: center;
	padding:1px 5px;
	padding-right: 13px;
	color: #006097;
	font-size: 15px;
}

/*0000000000000000000*/

.more #moreSeenContent div:nth-child(odd) p:nth-child(1) span{
	background-color:#006097; 
}
.more #moreSeenContent div:nth-child(odd) p:nth-child(2){
	color: #006097;
	border-bottom: 1px dashed #006097;
}	
.more #moreSeenContent div:nth-child(even) p:nth-child(1) span{
	background-color:#006097ba; 
}
.more #moreSeenContent div:nth-child(even) p:nth-child(2){
	color: #006097;
	border-bottom: 1px dashed #006097ba;
}
.more #newss{
	margin-top: 25px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-around;
}
.more #newss .n-container{
	margin-bottom: 20px;
	width: 32%;
	background-color: #fff;
	box-shadow: 0 4px 10px rgba(0,0,0,0.2);
	min-width: 250px;
	padding: 20px;
	position: relative;
	border-radius: 15px;
	align-self: stretch;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.more-button a{
	position: relative;
	display: flex;
	align-items: center;
}
.more-button a img{
	width: 22px;
}
.more #newss div h5{
	color: #006097;
}
.more #newss div .new{
	background-color:#fff;
	box-shadow: 0 4px 10px rgba(0,0,0,0.09);
	border-radius: 5px;
	padding: 5px 10px;
	margin-bottom: 3px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;	
	position: relative;
}
.more #newss div .new:hover{
	background: #006097;
	color: #fafafa;
}
.more #newss div .new p{
	font-size: 14px;
}
.more #newss div .new p{
	line-height: 1.2;
}
@media only screen and (max-width: 590px) {
	.more #newss .n-container{
		width: 95%;
		min-width: 95%;
	}
}
.like{
	direction: ltr
}
.like div{
	position: relative;
	margin: auto;
	justify-content:center;
	align-items: center;
	display:flex;
	align-items: center;
	background-color:;
	padding:5px 20px;
}
.like div p{
	margin: 0px;
	padding: 5px 10px;
	display: inline-block;
	display: flex;
	align-items: center;
	justify-content: space-around;
	background-color: #EEF5FF;
}
.like div p span{
	background-color: #fff;
	padding: 2px 10px;
	border-radius: 10px;
	min-width: 40px;
	min-height: 38px;
	margin-right: 5px;
}
.like div p img {
	width: 35px;
	height: auto;
}
.like div p img
.like div p:nth-child(1){
	border-left: 1px dotted #b2e0f9;
	padding-left: 5px;
	border-radius: 0 10px 10px 0;
}
.like div p:nth-child(1) img:hover{
	cursor: pointer;
	position: relative;
	transition: all 0.3s ease-out;
	transform: scale(1.1) rotate(10deg);
}
.like div p:nth-child(2){
	border-right: 1px dotted #b2e0f9;
	padding-right: 5px;
	border-radius: 10px 0 0 10px;
}					
.like div p:nth-child(2) img:hover{
	position: relative;
	transition: all 0.3s ease-out;
	transform: scale(1.1) rotate(10deg);
	cursor: pointer;
}

.container {
    max-width: 900px;
    margin: 20px auto;
}
.comment-form-section {
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    margin-bottom: 2rem;
}
.header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}
.icon-wrapper {
    background: rgba(0, 96, 151,1);
    padding: 1rem;
    border-radius: 15px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-wrapper svg {
    width: 28px;
    height: 28px;
    stroke: white;
    fill: none;
}

.header-text h2 {
    font-size: 2rem;
    color: #1f2937;
    margin-bottom: 0.25rem;
}

.header-text p {
    color: #6b7280;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    color: #374151;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    font-size: 1rem;
    transition: all 0.3s ease;
    font-family: inherit;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.submit-btn {
    width: 100%;
    background: rgba(0, 96, 151,1);
    color: white;
    font-weight: bold;
    padding: 1rem 1.5rem;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
	margin: 20px auto;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(59, 130, 246, 0.3);
}

.submit-btn:active {
    transform: translateY(0);
}

.submit-btn svg {
    width: 20px;
    height: 20px;
    stroke: white;
    fill: none;
}

.comments-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.comment-item {
    background: white;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    padding: 3px 10px;
    transition: all 0.3s ease;
    animation: slideIn 0.5s ease;
	margin: 10px 0;
	align-items: center;
}

.comment-item:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.comment-content {
    display: flex;
    gap: 1rem;
	align-items: center;
}
.c-setting{
	position: relative;
}
.c-setting img{
	cursor: pointer;
}
.c-setting p{
	position: absolute;
	bottom: -20px;
	left: -63px;
	display: flex;
	flex-direction: column;
	font-size:10px;
	background-color: #ddd;
	padding: 1px;
	min-width: 70px;
	opacity: 0.9;
}
.c-setting p span{
	background-color: #fafafa;
	width: 100%;
	text-align: center;
}
.c-setting p span:nth-child(1){
	border-bottom: 2px solid #ddd;
}
.c-setting p span:hover{
	background-color: #ddd;
	cursor: pointer;
}
.avatar {
    width: 48px;
    height: 48px;
	overflow: hidden;
    background: linear-gradient(135deg, #60a5fa 0%, #a78bfa 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 1.125rem;
    flex-shrink: 0;
}

.comment-body {
    flex: 1;
}
.comment-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.comment-author {
    font-weight: bold;
    color: #1f2937;
    font-size: 1.125rem;
}
.comment-date {
    color: #6b7280;
    font-size: 0.875rem;
}

.comment-text {
    color: #374151;
    line-height: 1.6;
}
.empty-state {
    background: white;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    padding: 3rem;
    text-align: center;
}
.empty-state svg {
    width: 64px;
    height: 64px;
    margin: 0 auto 1rem;
    opacity: 0.3;
    stroke: #9ca3af;
}
.empty-state h3 {
    color: #4b5563;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}
.empty-state p {
    color: #6b7280;
}
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (max-width: 768px) {
    body {
        padding: 1rem;
    }

    .comment-form-section {
        padding: 1.5rem;
    }

    .header-text h2 {
        font-size: 1.5rem;
    }

    .comment-content {
        gap: 0.75rem;
    }

    .avatar {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
	.avatar img{
		border-radius: 50%;
	}
    .icon-wrapper {
        width: 50px;
        height: 50px;
    }
}
#cTXT{
	width: 100% ;
	border: 0px;
	background-color: #fafafa;
	outline: none;
	padding: 2px 10px;
}
#cMOD{
	display:grid;
	grid-template-columns: 1fr 100px;
	margin-bottom: 5px;
	border-radius:10px;
	overflow: hidden;
}
#cMOD input[type="submit"]{
	background-color: #eee;
	border: 0;
}
#coment-alert-bg{
	position:fixed;z-index: 100;background-color:rgba(255,255,255,0.9);top:0;bottom:0;left:0;right:0;
	transition:all 0.3s ease-out;
	display: none;
}
#coment-alert-sign-in{
	position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);padding: 60px;z-index:101;
	background-color:#fff;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
	display: none;
}
#coment-alert-sign-in div:nth-child(1){
	position: absolute;
	top: 10px;
	right: 10px;
}
#coment-alert-sign-in div:nth-child(1) img{
	width: 25px;
	height: auto;
	transition: all 0.3s ease-out;
	cursor: pointer;
}
#coment-alert-sign-in div:nth-child(1) img:hover{
	transform: scale(1.05);
}
#coment-alert-sign-in div:nth-child(2){
	color: #006097;
}
#coment-alert-sign-in div:nth-child(3){
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
#coment-alert-sign-in div:nth-child(3) p{
	margin: 5px;
	color: #fafafa;
	padding: 5px 10px;
	min-width: 110px;
	text-align: center;
	border-radius: 10px;
}
#coment-alert-sign-in div:nth-child(3) p:nth-child(1){
	background-color: #16a3f3 ; 
}
#coment-alert-sign-in div:nth-child(3) p:nth-child(2){
	background-color: #47b6f5 ;
}
