@charset "utf-8";
/* CSS Document */

.facultyprofileside{
	width: 100%;
	height: auto;
	min-height: 50vh;
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
	direction: rtl;
}
.facultyprofile{
	width: 90%;
	height: auto;
	min-height: 50vh;
	background: #F3F3F3;
	margin: 100px auto;
	position: relative;
	box-shadow: 0 5px 15px 0 rgba(0,0,0,0.2);
}
.haderprofile{
	width: 55%;
	height: 35px;
	background: #285D93;
	position: absolute;
	left: 0;
	top: 0;
	box-shadow: 5px 3px 10px 0px rgba(0,0,0,0.3);
	transform: translateY(-50%);
}
.haderprofile::after{
	content: '';
	position: absolute;
	left: 100%;
	width: 20px;
	height: 10%;
	border-right: 20px solid rgba(0,0,0,0.00);
	border-top: 35.5px solid #285D93;
	top: 0;
}
.foterprofile{
	width: 55%;
	height: 35px;
	background: #285D93;
	position: absolute;
	right: 0;
	bottom: 0;
	box-shadow: -5px -3px 10px 0px rgba(0,0,0,0.3);
	transform: translateY(50%);
}
.foterprofile::after{
	content: '';
	position: absolute;
	right: 100%;
	width: 20px;
	height: 10%;
	border-left: 20px solid rgba(0,0,0,0.00);
	border-bottom: 35.5px solid #285D93;
	bottom: 0;
}
.sides{
	width: 100%;
	height: auto;
	margin: 20px auto 50px;
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: nowrap;
}
.sideimg{
	width: 300px;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.facultyimg{
	width: 180px;
	height: auto;
	border: 10px solid #fff;
	overflow: hidden;
	border-radius: 40px;
	margin-top: 20px;
	background: #fff;
}
.facultyimg img{
	width: 100%;
	height: auto;
}
.facultyname{
	max-width: 100%;
	margin-top: 15px;
}
.facultyname pre{
	font-size: 20px;
	color: #285D93;
	font-weight: 900;
	white-space: pre-line;
	text-align: center;
}
.facultylink{
	width: calc(100% - 20px);
	height: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	margin: 30px 10px 0;
	border-top: 1px solid rgba(0,0,0,0.2);
}
.facultylink .linke{
	width: 33%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	position: relative;
}
.facultylink .linke a{
	font-size: 20px;
	color: #285D93;
	margin-bottom: 20px;
}
.facultylink .linke a .fa-regular{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.facultylink .linke a .fa-solid{
	display: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.facultylink .linke:hover a .fa-solid{
	display: block;
}
.facultylink .linke:hover a .fa-regular{
	display: none;
}
.facultylink .linke pre{
	color: #285D93;
}
.sideditels{
	width: calc(100% - 300px);
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.departandcolege{
	width: 80%;
	height: auto;
	background: #fff;
	margin-top: 40px;
	padding: 20px;
	border-radius: 30px;
}
.departandcolege pre{
	color: #285D93;
	font-size: 24px;
	white-space: pre-line;
}
.det{
	width: 80%;
	height: auto;
	background: #fff;
	margin-top: 20px;
	padding: 20px;
	border-radius: 30px; 
}
.det pre{
	color: #285D93;
	font-size: 16px;
	font-weight: 400;
	white-space: pre-line;
	text-align: justify;
}
@media screen and (max-width: 750px){
	.sides{
		flex-direction: column;
		align-items: center;
	}
	.sideditels{
		width: 100%;
	}
	.det pre{
		font-size: 14px;
	}
	.departandcolege pre{
		font-size: 18px;
	}
}
.scholarlink{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.scholarlink a{
	width: auto;
}
.scholarimg{
	overflow: hidden;
	width: 90%;
	height: auto;
	margin-top: 30px;
}
.scholarimg img{
	width: 100%;
	height: auto;
}
.classprofile{
	width: 300px;
	height: 400px;
	position: relative;
	margin: 30px 10px;
	background: #F3F3F3;
	box-shadow: 0 5px 15px 0 rgba(0,0,0,0.2);
}
.haderprofileclass{
	width: 55%;
	height: 25px;
	background: #285D93;
	position: absolute;
	left: 0;
	top: 0;
	box-shadow: 5px 3px 10px 0px rgba(0,0,0,0.3);
	transform: translateY(-50%);
}
.haderprofileclass::after{
	content: '';
	position: absolute;
	left: 100%;
	width: 20px;
	height: 10%;
	border-right: 20px solid rgba(0,0,0,0.00);
	border-top: 25.5px solid #285D93;
	top: 0;
}
.foterprofileclass{
	width: 55%;
	height: 25px;
	background: #285D93;
	position: absolute;
	right: 0;
	bottom: 0;
	box-shadow: -5px -3px 10px 0px rgba(0,0,0,0.3);
	transform: translateY(50%);
}
.foterprofileclass::after{
	content: '';
	position: absolute;
	right: 100%;
	width: 20px;
	height: 10%;
	border-left: 20px solid rgba(0,0,0,0.00);
	border-bottom: 25.5px solid #285D93;
	bottom: 0;
}
.detal{
	width: 100%;
	height: 100%;
	padding: 15px 5px;
	box-sizing: border-box;
}
.imgandname{
	width: 100%;
	height: 200px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.img {
	width: 140px;
	height: auto;
	border-radius: 30px;
	overflow: hidden;
	border: 6px solid #fff;
	background: #fff;
}
.img img{
	width: 100%;
	height: auto;
}
.name{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.name p{
	font-size: 20px;
	font-weight: 800;
	color: #285D93;
}
.informashen{
	width: 100%;
	height: 125px;
	overflow: hidden;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.informashen p{
	font-size: 15px;
	width: 100%;
	overflow: hidden;
	line-height: 23px;
	font-weight: 700;
	color: rgba(100,100,100,1.00);
}
.comunety{
	width: 100%;
	height: 40px;
	display: flex;
}
.com{
	width: 33.33%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.com:nth-child(2){
	border-right: 1px solid rgba(0,0,0,0.1);
	border-left: 1px solid rgba(0,0,0,0.1);
}
.com a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: gray;
	padding: 10px 20px;
	line-height: 20px;
}.com p{
	color: gray;
	line-height: 20px;
}
.com:hover a,.com:hover p{
	color: #285d93;
}
.searchform{
    direction: rtl;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.searchform form{
	padding: 40px 0;
	width: 95%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.searchform input[type="search"]{
	border-radius: 40px 0 0 40px;
	width: 80%;
	height: 60px;
	border: 1px solid rgba(0,0,0,0.4);
	padding: 0 20px 0;
	font-size: 1.2vw;
}
.searchform input:focus::placeholder {
  color: skyblue;
}
.searchform select, .searchform input[type="submit"]{
	width: 15%;
	padding: 0 20px 0 0;
	border: 1px solid rgba(0,0,0,0.4);
	border-left: none;
	height: 60px;
	font-size: 1.2vw;
}
.searchform option{
	font-size: 1.2vw;
}
.searchform select:nth-child(1){
	margin: 0;
	border-radius: 0 40px 40px 0;
}
@media screen and (max-width:1050px){
	.searchform input{
		width:70%;
	}
	.searchform select{
		width:20%;
	}
}
@media screen and (max-width:550px){
	.searchform input{
		padding: 0 10px 0 0;
		font-size:4vw;
	}
	.searchform select,.searchform input[type="search"],.searchform input[type="submit"]{
		padding: 0 10px 0 0;
		font-size:4vw;
	}
}