@charset "utf-8";
/* CSS Document */

html , body {
	margin:0;
	  background: linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6);   

	direction:rtl;
	font-family:sahel;

}
.pagetitle {
	font-size:20px;
	 
	color:#c0c0c0;
}
.title-field-1 {
	   text-align:justify;
	   font-size:14px;
	  padding:5px;
	text-align:center;
	height:35px;
	background-color:#f4c430;
	border-radius:5px;
	color:#343434;
	direction:rtl;
}
.text-field-2 {
	font-size:12px;
	 padding-right:50px;
	text-align:right;
	height:35px;
 direction:rtl;
	color:#fff;
}
.gall-img {
	transition:0.4s;
	border-radius:100%;
	width:250px;
	height:250px;
	box-shadow:#343434 2px 2px 10px;
	margin:10px;
	filter:contrast(50%);
	cursor:pointer;
	
}
.gall-img:hover {
	filter:contrast(100%);
	 
	width:300px;
	height:300px;
	 
	border:#c0c0c0 3px solid;
}

.page-titles {
	font-family:sahel;
	font-size:25px;
	color:#fff;
	
	text-shadow:#292929 1px 1px 12px;
}

.fani-img {
	transition:0.4s;
 
	 
	margin:10px;
	filter:contrast(50%);
	cursor:pointer;
	
}
.fani-img:hover {
	filter:contrast(100%);
}


.tblcontent {
	margin-top:60px;
	width:100%;
	border-collapse:collapse;
	border:#c0c0c0 solid 1px;
	border-radius:10px;
}
#ftr{
	height:40px;
	text-align:center;
}
.tblcontent tr  {
	
	 
}
.tblcontent tr:hover {
	 
}