@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------------------------------------------------*/
/*--- اعضاء هيئة التدريس ----*/
.calandsaide{
	text-align: center;
	direction: rtl;
	width: 100%;
	height: auto;
	margin-top: 10px;
	border-bottom: 2px solid #bea139;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly ;
}
.classprofile{
	margin: 10px;
	background: #fff;
	border-radius: 5px;
	width: 330px;
	height: 400px;
	color: #000;
	box-shadow: 0 10px 20px -10px rgba(0,0,0,0.75);
}
.classprofile .cover-photo{
	height: 160px;
	width: 100%;
	border-radius: 5px 5px 0 0;
	object-fit: cover;
}
.classprofile .cover-photo .profile{
	height: 120px;
	width: 120px;
	border-radius: 50%;
	margin: 93px 0 0 -175px;
	border: 1px solid #bea139;
	padding: 7px;
	background: #fff;
	object-fit: cover;
	-moz-object-fit: cover;
}
.classprofile .text-item{
	width: 100%;
	height: 230px;
	text-align: right;
	display: flex;
	flex-direction: column;
	direction: rtl;
	position: relative;
}
.classprofile .text-item h3{
	font-size: 18px;
	margin-right: 10px;
	margin-top: 20px;
	font-weight: 800;
	max-width: 175px;
}
.classprofile .text-item p{
	font-size: 16px;
	margin-right: 15px;
	font-weight: 100;
	max-width: 300px;
}
.classprofile .text-item .more-btn{
	position: absolute;
	width: 80px;
	height: 40px;
	padding: 10px 15px ;
	background: #fff;
	border-radius: 5px;
	color: #285D93;
	text-align: center;
	font-size: 16px;
	bottom: 0px;
	right: 20px;
	cursor: pointer;
	font-weight: 550;
	border: 1px solid #285D93;
	font-family: 'Droid Arabic Kufi', serif;
	line-height: 0;
}
.classprofile .text-item .more-btn:hover{
	background: #285D93;
	color: #fff;
}
.pop-box-profile{
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
	z-index: 500;
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}
.pop-box-profile img{
	width: 80px;
	height: 80px;
	border-radius: 5px;
	object-fit: cover;
}
.pop-box-profile.open{
	visibility: visible;
	opacity: 1;
	
}
.pop-box-profile .pop-cont{
	background: #fff;
	width: 75%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border-radius: 5px;
}
.pop-box-profile .pop-cont .pop-header{
	height: 35px;
	border-bottom: 1px solid #dddddd;
}
.pop-box-profile .pop-cont .pop-header .pop-close-icon-profile{
	position: absolute;
	height: 25px;
	width: 25px;
	text-align: center;
	color: #285D93;
	font-size: 25px;
	line-height: 20px;
	right: 5px;
	top: 5px;
	cursor: pointer;
	border: 1px solid #285D93;
	border-radius: 5px;
}
.pop-box-profile .pop-cont .pop-body{
	padding: 15px;
	position: relative;
	direction: rtl;
	height: 60vh;
	overflow-y: auto;
}
.pop-box-profile .pop-cont .pop-body .img-profie{
	position: absolute;
	top: 10px;
	left: 10px;
	width: auto;
	height: 240px;
	border: 2px solid #bea139;
}
.pop-box-profile .pop-cont .pop-body .img-profie img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.pop-box-profile .pop-cont .pop-body h3{
	margin-top: 50px;
	font-size: 22px;
	text-align: right;
	max-width: 500px;
}
.pop-box-profile .pop-cont .pop-body p{
	margin-right: 10px;
	font-size: 16px;
	text-align: right;
	max-width: 500px;
	margin-top: 50px;
}
.pop-box-profile .pop-cont .pop-body h1{
	margin: 50px 10px 0 10px;
	font-size: 16px;
	font-weight: 100;
	text-align: justify;
}
.pop-box-profile .pop-cont .pop-body .tags{
	width: 100%;
	height: 70px;
	position: relative;
	bottom: 0;
	top: auto;
	padding: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.link-profile{
	width: 60px;
	height: 60px;
	background: rgba(255,255,255,1.00);
	border: 1px solid #bea139;
	border-radius: 5px;
	position: relative;
	margin: auto 10px;
}
.tags img{
	width: 100%;
	position: relative;
	height: 100%;
	object-fit: cover;
}
.pop-box-profile .pop-cont .pop-foter{
	padding: 30px;
	border-top: 1px solid #dddddd;
}
.pop-box-profile .pop-cont .pop-foter .pop-close-btn-profile{
	position: absolute;
	width: 80px;
	height: 40px;
	padding: 10px 15px ;
	background: #fff;
	border-radius: 5px;
	color: #285D93;
	font-family: 'Droid Arabic Kufi', serif;
	text-align: center;
	font-size: 16px;
	bottom: 10px;
	right: 20px;
	cursor: pointer;
	font-weight: 500;
	border: 1px solid #285D93;
	line-height: 0;
}
.pop-box-profile .pop-cont .pop-foter .pop-close-btn-profile:hover{
	background: #285D93;
	color: #fff;
}
.read-more{
	display: none;
}
@media(max-width:777px){
	.pop-box-profile .pop-cont{
		width: 95%;
	}
	.pop-box-profile .pop-cont .pop-body{
		height: 70vh;
	}
	.pop-box-profile .pop-cont .pop-body .img-profie{
		width: 150px;
		height: 150px;
		left: 50%;
		transform: translateX(-50%);
	}
	.pop-box-profile .pop-cont .pop-body h3{
		margin: 150px 0 0 0;
		text-align: center;
		width: 90%;
		font-size: 18px;
	}
	.pop-box-profile .pop-cont .pop-body p{
		margin: 20px 0 0 0;
		text-align: center;
		width: 90%;
		font-size: 14px;
	}
	.pop-box-profile .pop-cont .pop-body h1{
		margin: 10px 0 0 0;
		font-size: 12px;
	}
}
.titelf{
	width: 100%;
	height: 150px;
	background: rgba(240,240,240,1.00);
	align-items: center;
	text-align: right;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}
.titelf .text-gornal{
	position: relative;
	width: 85%;
	height: 100%;
	direction: rtl;
}
.titelf .text-gornal h1{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 36px;
	font-weight: 100;
}
@media(max-width:600px){
	.titelf .text-gornal h1{
		font-size: 28px;
	}
}