@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------------------------*/
/*  صفحة النصوص  */
.nsos{
	width: 100%;
	min-height: 450px;
	background: rgba(255,255,255,1.00);
	display: block;
	position: relative;
}
.nsos .titelegornal{
	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;
}
.text-gornal{
	width: 85%;
	height: 100%;
	direction: rtl;
	position: relative;
}
.nsos .titelegornal .text-gornal h1{
	top: 50%;
	font-size: 36px;
	font-weight: 100;
	position: absolute;
	transform: translateY(-50%);
}
.nsos .gornal{
	width: 100%;
	height: auto;
	background: rgba(255,255,255,1.00);
	align-items: center;
	text-align: right;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}
.nsos .gornal .text-gornal p{
	top: 150px;
	font-size: 15px;
	font-weight: 50;
	text-align: justify;
	line-height: 30px;
}
.bigimg{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin-bottom: 20px;
	justify-content: center;
}
.bigimg img{
	height: 300px;
	max-width: 90%;
	margin: 5px 5px;
}
@media screen and (max-width: 1100px){
	.bigimg img{
		height: auto;
		max-width: 90%;
		margin: 5px 5px;
}
}