@charset "utf-8";
/* CSS Document */
*{
	padding: 0;
	margin: 0;
}
.motamaratside{
	width: 100%;
	height: auto;
	min-height: 500px;
	position: relative;
	background: #285D93;
	margin-top: 60px;
	border-top: 3px solid #bea139;
	border-bottom: 3px solid #bea139;
	direction: rtl;
	margin-top:60px;
}
.motamarat{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
	width: 100%;
}
.motamaratside .motamarat .motamaratsidetitle{
	width: 60%;
	height: auto;
	display: flex;
	flex-direction: column;
}
.motamaratside .motamarat .motamaratsidetitle .mot.active{
	background: rgba(0,0,0,0.2);
}
.motamaratside .motamarat .motamaratsidetitle .mot{
	width: 100%;
	height: 100px;
	overflow: hidden;
	display: flex;
}
.motamaratside .motamarat .motamaratsidetitle .mot .motimg{
	width: 80px;
	height: 80px;
	overflow: hidden;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto 30px;
	background: rgba(0,0,0,0.20);
}
.motamaratside .motamarat .motamaratsidetitle .mot .motimg img{
	width: 120%;
	height: auto;
	object-fit: cover;
}
.motamaratside .motamarat .motamaratsidetitle .mot .mottit{
	width: auto;
	margin: 20px 0 auto auto;
	display: flex;
	flex-direction: column;
}
.motamaratside .motamarat .motamaratsidetitle .mot .mottit h4{
	color: #bea139;
	font-size: 18px;
	font-weight: 100;
}
.motamaratside .motamarat .motamaratsidetitle .mot .mottit pre{
	white-space: pre-line;
	font-size: 14px;
	font-weight: 100;
	color: #bea139;
	max-width: 400px;
	height: 30px;
	overflow: hidden;
	margin-right: 10px;
}
.motamaratside .motamarat .motamaratsideimg{
	width: 40%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.motamaratside .motamarat .motamaratsideimg .mimg{
	width: 90%;
	height: 450px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 40px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.4);
}
.motamaratside .motamarat .motamaratsideimg .mimg img{
	width: 100%;
	height: auto;
}
.motamaratside .motamarat .motamaratsideimg .mtit{
	width: 90%;
	height: auto;
	overflow: hidden;
	margin-bottom: 40px;
}
.motamaratside .motamarat .motamaratsideimg .mtit h3{
	color: #bea139;
	height: auto;
}
.motamaratside .motamarat .motamaratsideimg .mtit pre{
	color: #bea139;
	height: 60px;
	overflow: hidden;
	white-space: pre-line;
	margin: 0 15px;
	text-align: justify;
}
.mlink{
	width: 100%;
	direction: ltr;
	margin-bottom: 40px;
}
.mlink a{
	text-decoration: none;
	color: #bea139;
	margin-left: 30px;
	font-size: 20px;
}