@font-face{
	font-family: 'iy';
	src: url('font/1.ttf') format('truetype');
	font-weight: normal;
    font-style: normal;
}
@font-face{
	font-family: 'iythin';
	src: url('font/2.ttf') format('truetype');
	font-weight: normal;
    font-style: normal;
}
@font-face{
	font-family: 'iylight';
	src: url('font/3.ttf') format('truetype');
	font-weight: normal;
    font-style: normal;
}
@font-face{
	font-family: 'iymedium';
	src: url('font/4.ttf') format('truetype');
	font-weight: normal;
    font-style: normal;
}
@font-face{
	font-family: 'iybold';
	src: url('font/5.ttf') format('truetype');
	font-weight: normal;
    font-style: normal;
}
@font-face{
	font-family: 'iyblack';
	src: url('font/6.ttf') format('truetype');
	font-weight: normal;
    font-style: normal;
}
@font-face{
	font-family: 'iyexblack';
	src: url('font/7.ttf') format('truetype');
	font-weight: normal;
    font-style: normal;
}
@font-face{
	font-family: 'iynumber';
	src: url('font/8.ttf') format('truetype');
	font-weight: normal;
    font-style: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@media all and (min-width: 1200px){
	
}
@media all and (max-width: 1199px) and (min-width: 992px){
	
}
@media all and (max-width: 991px) and (min-width: 768px){
	
}
@media all and (max-width: 767px) and (min-width: 576px){
	
}
@media all and (max-width: 575px){
	
}
header {
	background: white;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
}
html {
  scroll-behavior: smooth;
}
body{
	margin: 0px;
	padding: 0px;
	text-align: right;
	direction: rtl;
	font-family: iy;
	font-size: 18px;
	color: #202020;
	background: linear-gradient(rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.65)), url('bg.jpg');
  	background-repeat: no-repeat;
  	background-attachment: fixed;
}
img {
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
header{
	position: relative;
	font-family: iymedium;
	font-size: 22px;
	padding: 20px 0px;
}
.title a{
	color: inherit;
	text-decoration: none;
}
.logo img{
	vertical-align: baseline;
	height: 26px;
}
.logo a{
	vertical-align: text-top;
	font-size: 16px;
	text-decoration: none;
	color: inherit;
}
.left-area{
	float: left;
	text-align: center;
}
.textbox{
	position: relative;
	border-radius: 5px;
	padding: 10px;
	background: white;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
}
.imageBox{
	width: 100%;
	height: 200px;
	position: relative;
}
.imageBox > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}
.contentText>p{
	font-size: 16px;
	font-family: iymedium;
	text-align: justify;
	text-align-last: right;
}
.contentText>a{
	font-size: 16px;
	font-family: iymedium;
	color: #202020;
	text-decoration: none;
}
.contentText>h2{
	font-family: iybold;
}
.contentText{
	position: relative;
	padding-left: 6px !important;
}
.contentImage{
	position: relative;
	padding-right: 6px !important;
}
.innerContentText{
	position: relative;
	padding-left: 12px !important;
}
.innerContentImage{
	position: relative;
	padding-right: 12px !important;
	margin-bottom: 12px;

}
.innerContentImage>div{
	height: 400px;
}
.continueReading{
	position: absolute;
	bottom: 0px;
	left: 6px;
}
.continueDate{
	position: absolute;
	bottom: 0px;
	right: 12px;
	font-size: 14px;
}
.footermenu a{
	display: inline-block;
	vertical-align: text-top;
	font-size: 16px;
	text-decoration: none;
	color: inherit;
}