@charset "utf-8";
/* CSS Document */
*{
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body{
	background-color: #D0D0D0;
}
.AllCont, .all_cont{
	position: relative;
	width: 99%;
	border: 0px solid #000;
	margin: 0px auto;
	padding: 0px;
	border-radius: 3px;
	z-index: 0;
	background-color: #D0D0D0;
}
.Header{
	width: 98%;
	height: 35px;
	margin: 2px auto;
	border: 1px solid #000;
	border-radius: 3px;
	overflow: hidden;
	position: relative;
}
.ContHeader{
	width: 99%;
	height: 300px;
	margin: 2px auto;
	border: 1px solid #000;
	border-radius: 3px;
	overflow: hidden;
	background-image: url("../../images/header1.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	font-weight: bold;
	text-shadow: 0px 0px 4px #000;
}
.ContMenu{
	position: relative;
	margin: 1px auto;
	width: 99%;
	min-height: 60px;
	max-height: 160px;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	z-index: 1;
}
.MenuButton{
	width: 130px;
	height: 40px;
	border: 1px solid #000;
	margin: 1px;
}
.ContLines{
	position: relative;
	width: 100%;
	height: 100%;
	border: 1px solid #000;
	border-radius: 3px;
	display:flex;
	align-items: flex-start;
	justify-content: flex-start;
	align-content: flex-start;
	flex-direction: column;
}
.ConBackLinkRow{
	width:80%;
	height:40px;
	margin:5px auto;
	border-radius:5px;
	border-bottom:1px solid #000;
}
.DivButton{
	width:120px;
	height:40px;
	margin:0px 2px;
}
.ButtonBar{
	width:120px;
	height: 100%;
	margin:0px 2px;
	float:left;
}
.Line1, .Line2{
	width: 100%;
	display:flex;
	margin: 1px auto;
	align-items: center;
	justify-content: center;
	align-content: center;
	flex-direction: row;
}
.MainMenu{
	position: relative;
	list-style: none;
	border: 0px solid #000;
	border-radius: 0px;
	margin: 2px;
	z-index: 14;
	box-shadow: 0px 0px 0px 0px #000;
	transition: 0.5s ease-in-out;
}
.MainMenu:hover{
	box-shadow: 0px 0px 3px 0px #000;
}
.MainMenu li{
	width: 115px;
	height: 35px;
	display:flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	z-index: 15;
}
.MainMenu li .SubMenu{
	position: absolute;
	list-style: none;
	left: -15px;
	top: 35px;
	padding: 0px;
	border: 0px solid #000;
	/*box-shadow: 0px 0px 3px 0px #000;*/
	z-index: 16;
	/*display: none;*/
	visibility: hidden;
	opacity: 0.3;
	/*background: #FFF;*/
	transition: 0.5s ease-in-out;
}
.MainMenu li .SubMenu li{
	width: 170px;
	margin: 0px auto 1px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: nowrap;
	z-index: 1700;
}
.MainMenu li:hover .SubMenu{
	opacity: 1;
	z-index: 1700;
	/*display: block;*/
	visibility: visible;
}
.MainMenu li .SubMenu::before{
	position: absolute;
	content: "";
	width: 0px;
	height: 0px;
	left: 30px;
	top: -20px;
	border-top: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #FFF;
	border-left: 15px solid transparent;
}
.BeforSubMenu{
	position: relative;
	width: 130px;
	height: 35px;
	border-radius: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	text-shadow: 1px 1px 5px #000;
	font-weight: bold;
}
.BeforSubMenu2{
	width: 130px;
	height: 35px;
	border-radius: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	text-shadow: 0px 0px 0px #000;
	font-weight: bold;
}
.TopSide{
	width: 100%;
	border: 0px solid #000;
	border-radius: 3px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	scrollbar-width: none;
	margin: 0px auto;
	z-index: 100;
}
.BottomSide{
	width: 100%;
	border: 0px solid #000;
	border-radius: 3px;
	display: flex;
	min-height: 600px;
	align-content: center;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	flex-wrap: wrap;
	scrollbar-width: none;
}

.BottomSide2{
	width: 100%;
	border: 1px solid #000;
	border-radius: 3px;
	display: flex;
	min-height: 600px;
	align-content: center;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	scrollbar-width: none;
}

.LeftSide{
	width: 80%;
	min-height: 600px;
	border: 0px solid #FFF;
	border-radius: 3px;
	display: flex;
	align-content: flex-start;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
}
.RightSide{
	width: 20%;
	min-height: 600px;
	border: 0px solid #FFF;
	border-radius: 3px;
	display: flex;
	align-content: flex-start;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	scrollbar-width: none;
}
.ContSearch{
	width: 80%;
	height: 50px;
	margin: 1px auto;
	border: 1px solid #000;
	padding: 0px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	flex-direction: row-reverse;
}
.LeftSearch{
	position: relative;
	width: 20%;
	height: 100%;
	margin: 0px auto;
	border: 1px solid #000;
	padding: 0px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	z-index: 120;
}

.LeftSearch #ShowMath{
	display: none;
}
.LeftSearch:hover #ShowMath{
	display: block;
}
.LeftSearch .ShowMath{
	position: absolute;
	left: 20px;
	top: 20px;
	width: 200px;
	border: 1px solid #000;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	align-content: center;
	background: #FFF;
	z-index: 5000;
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
	box-shadow: 1px 1px 3px #000;
}
.RightSearch{
	width: 80%;
	height: 100%;
	height: auto;
	margin: 0px auto;
	border: 0px solid #000;
	padding: 0px;
	border-radius: 5px;
}
.ContImageIndexLogo{
	position: absolute;
	width: 200px;
	height: 200px;
	margin: 3px auto;
	padding: 5px;
	border-radius: 3px;
	top: 10%;
	right: 5%;
}
.BasicLogo{
	width: 100%;
	height: 100%;
}
.ContMainTitle{
	position: absolute;
	height: 100px;
	margin: 15px auto;
	padding: 5px;
	border-radius: 3px;
	top: 30%;
	right: 35%;
	font-size: 40px;
	font-weight: bold;
	display:flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	text-align: center;
	flex-wrap: wrap;
	border: 0px solid #000;
	color: #222;
	text-shadow: 0px 0px 5px #000;
}
.CurrImgIndex{
	width: 100%;
	height: 100%;
	animation: GoOut 1500ms;
	border: 0px solid #000;
	border-radius: 50%;
	/*box-shadow: 0px 0px 1px 1px #FFF;*/
}
.ContImage{
	/*width: 100px;
	height: 100px;*/
	margin: 3px auto;
	padding: 5px;
	border-radius: 3px;
	/*top: 10%;
	right: 10%;*/
	/*border: 1px solid #000;*/
	/*box-shadow: 1px 1px 1px 1px #000;*/
}
.CurrImg{
	width: 100%;
	height: 100%;
	animation: GoOut 1500ms;
	border: 0px solid #000;
	box-shadow: 0px 0px 1px 1px #FFF;
}
#mes{
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #000;
	width: 100%;
	height: 100%;
	margin: 1px auto;
	text-align: center;
	z-index: 100;
	background-color: rgba(85,79,79,0.66);
	color: #FFF;
	font-size: 28px;
	font-weight: bold;
	display: none;
	line-height: 200px;
}
.ContBody{
	min-height: 500px;
	width: 100%;
	margin: 0px auto;
	border: 0px solid #000;
	border-radius: 3px;
	display: block;
}

.RightCol{
	width: 20%;
	float: right;
	height: 100%;
	border: 0px solid #000;
	border-radius: 3px;
}
.LeftCol{
	width: 80%;
	float: left;
	height: auto;
	border: 0px solid #000;
	border-radius: 3px;
	overflow: visible;
	display: block;
}


.BarNev{
	width: 80%;
	height: 40px;
	border: 0px solid #000;
	border-radius: 3px;
	margin: 10px auto;
	overflow: visible;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}
.CircleButton{
	width: 35px;
	height: 35px;
	margin: 0px 1px;
	border-radius: 50%;
	border: 1px solid #000;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.GeneralRow{
	width: 50%;
	padding: 3px;
	border: 1px solid #000;
	margin: 2px auto;
	text-align: center;
	border-radius: 5px;
	font-size: 20px;
	font-weight: bold;
	direction: rtl;
	color: #fff;
	text-shadow: 0px 0px 3px #000;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.LeftCell, .left_cell{
	width: 30%;
	height: 120px;
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 0px 2px #000;
}
.RightCell, .right_cell{
	width: 70%;
	height: 120px;
	float: right;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 3px #000;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}
.LargCircle{
	width: 120px;
	height: 120px;
	padding: 0px;
	overflow: hidden;
	border: 0px solid #000;
	border-radius: 50%;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}
.ContFooter{
	width: 100%;
	height: 100px;
	margin: 2px auto;
	border: 1px solid #000;
	border-radius: 3px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	align-content: center;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
.ContJoint{
	width: 180px;
	height: 35px;
	border-radius: 0px;
	margin: 0px auto;
	position: relative;
	/*overflow: visible;*/
	border-top: 0px solid #322E1C;
	border-bottom: 0px solid #322E1C;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.TopButton{
	position: relative;
	padding: 2px;
	width: 180px;
	height: 35px;
	border-radius: 10px;
	margin: 1px;
	border: 0px solid #000;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	background: #FFF;
	box-shadow: 0px 0px 5px 0px #000;
}
.AddRequest{
	position: absolute;
	width: 25px;
	height: 25px;
	top: -12px;
	right: -10px;
	border-radius: 50%;
	overflow: hidden;
	z-index: 300;
	box-shadow: 0 0 3px 0 #000;
}
.AddRequestLink{
	width: 100%;
	height: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	text-decoration: none;
}
.AddRequestLink:hover{
	text-decoration: underline;
	background: #222;
}
.ShowRepeated{
	position: absolute;
	width: 25px;
	height: 25px;
	top: -12px;
	right: 15px;
	border-radius: 50%;
	overflow: hidden;
	z-index: 300;
	box-shadow: 0 0 3px 0 #000;
}
.ShowRepPhone{
	position: absolute;
	width: 25px;
	height: 25px;
	top: -12px;
	right: 40px;
	border-radius: 50%;
	overflow: hidden;
	z-index: 300;
	box-shadow: 0 0 3px 0 #000;
}
.ShowRepCounter{
	position: absolute;
	width: 25px;
	height: 25px;
	top: -12px;
	right: 65px;
	border-radius: 50%;
	overflow: hidden;
	z-index: 300;
	box-shadow: 0 0 3px 0 #000;
}
.TopButton .MainList{
	list-style: none;
	width: 100%;
	height: 100%;
	margin: 0px;
	border: 0px solid #000;
	padding: 0px;
	position: relative;
	z-index: 3;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px 3px #000;
	overflow: visible;
	display: flex;
	align-items: center;
	justify-content: center;
}
.TopButton .MainList .SecondList{
	position: absolute;
	left: 0px;
	top: 35px;
	list-style: none;
	width: 100%;
	height: auto;
	margin: 0px;
	border: 0px;
	padding: 5px;
	display: none;
	box-shadow: 0px 0px 2px 2px #000;
	z-index: 3;
}
.TopButton .MainList .SecondList li{
	height: 35px;
	margin: 0px 0px 2px 0px;
}
.TopButton .MainList:hover .SecondList{
	display: block;
}

.RightButton{
	width: 90%;
	height: 35px;
	line-height: 35px;
	border-radius:3px;
	margin:2px auto;
}

.WedGet{
	width: 100%;
	margin: 40px auto;
	border-radius: 0px;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.WedGetHead, .WedgetTop{
	width: 80%;
	height: 35px;
	line-height: 25px;
	margin: 1px auto;
	text-align: center;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
}
.WedGetFoot, .WedgetBottom{
	width: 80%;
	height: 35px;
	line-height: 25px;
	margin: 1px auto;
	text-align: center;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
}
.WedGetRow, .WedRow{
	width: 100%;
	height: 35px;
	line-height: 35px;
	margin: 1px auto;
	text-align: center;
	border-radius: 3px;
	font-size: 16px;
	font-weight: bold;
}
.icon{
	width: 35px;
	height: 35px;
}
#BackFace{
	perspective: 600px;
	perspective-origin: center center;
}
.Box{
	height: 100%;
	width: 100%;
	position: relative;
	transition: transform 400ms ;
	transform-style: preserve-3d;
	perspective: 600px;
	perspective-origin: center center;
}
.Face{
	height: 100%;
	width: 100%;
	position: absolute;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	border-radius: 3px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	font-size: 14px;
	font-weight: bold;
}
.Front{
	height: 100%;
	width: 100%;
	z-index: 1;
}
.Back{
	height: 100%;
	width: 100%;
	z-index: 0;
	transform: rotateX(180deg);
}
.Box:hover {
	transform: rotateX(180deg);
}
.Cell4 .down_time{
	display: none;
	line-height: 30px;
	padding: 5px;
	border-radius: 5px;
	text-align: right;
	border: 0px solid #000;
	position: absolute;
	top: -30px;
	left: -10px;
	color:#FFF;
	background-image: linear-gradient(#C91CA2,#9A107A);
	box-shadow: 1px 1px 1px 1px #000;
	font-size: 18px;
	font-weight: bold;
	z-index: 1020;
}
.Cell4:hover .down_time{
	display: block;
}
.down_time::after{
	content: "";
	position: relative;
	height: 10px;
	width: 10px;
	top: 20px;
	right:-30px;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-width: 10px;
	
	border-top-color: #C91CA2;
	border-bottom-color: transparent ;
	border-left-color: transparent ;
	border-right-color: transparent ;
	
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	z-index: 1000;
	
}

.ContCirCup{
	width: 200px;
	height: 235px;
	display: inline-block;
	margin: 10px auto;
}

.ContCup{
	width: 200px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	font-size: 24px;
	font-weight: bold;
	color: #7C2224;
}
.AnimationBar{
	position: absolute;
	width:90%;
	height:30px;
	padding:2.5px;
	direction:rtl;
	border:1px solid #000;
	border-radius:5px;
	right:10px;
	bottom:-0px;
	font-size:18px;
	font-weight:bold;
	overflow:hidden;
}
.AnimationBox{
	width:100%;
	height:35px;
	white-space: nowrap;
	animation:News5 10000ms infinite;
}
.AnimationBar{
	background-color:#BBBBBB;
	box-shadow:0px 0px 3px 0px #000;
	color:#000;
}
.news_row{
	width:90%;
	height:35px;
	position:relative;
	margin:0px 30px;
}
.news_row:after{
	position:absolute;
	content:"";
	width:0px;
	height:0px;
	right:-20px;
	top:5px;
	border-top:5px solid transparent;
	border-bottom:5px solid transparent;
	border-left:15px solid transparent;
	border-right:15px solid #9E0B0D;
}
.NewsLink{
	display:flex;
	flex:1;
	text-decoration:none;
	border-radius:4px;
	z-index:1001;
	position:relative;
	direction:rtl;
	transition:all ease-in-out 500ms;
	color:#000;
}
.NewsLink:hover{
	text-decoration:underline;
}
.RowTitle{
	color: #FFF;
	text-shadow: 0 0 #000;
	background: #222;
	width: 60%;
	height: auto;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin: 15px auto;
	padding: 5px;
	border-bottom: 1px solid #000;
	border-radius: 5px;
	direction: rtl;
	inset: 0px;
	outset: 0px;
	box-shadow: 0 0 5px #222,0 0 15px #222;
}
.RowTitle2{
	
	width:90%;
	height:auto;
	line-height:30px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	margin:10px auto;
	padding:5px;
	border-bottom:1px solid #000;
	border-radius:5px;
	direction:rtl;
}
.ContImageIndex{
	width:23%;
	height:150px;
	position:relative;
	display:inline-block;
	margin:0px 1%;
}

.ContImgIndex2{
	/*width:100%;
	height:100%;*/
	margin:10px auto;
	padding: 0px;
	border:0px solid #000;
	border-radius: 5px;
	overflow: hidden;
	display: block;
	/*align-content: center;
	justify-content: center;
	align-items: center;*/
	position: relative;
}
.ImageIndex2{
	padding:0px;
	border: 0px solid #000;
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0px auto;
	/*top: -50%;
	left: -50%;*/
	/*transform: translateX(25%);
	transform: translateY(5%);*/
}
.FullText{
	width:85%;
	line-height:25px;
	margin:5px auto;
	direction:rtl;
	font-size:16px;
	font-weight:bold;
	text-align:justify;
	border:0px solid #000;
	padding: 5px;
}
.animate{
	opacity: 0;	
	background-color: #222;
	animation: in_out_animate 6s linear infinite;
	margin: 15px auto 0px;
}

@keyframes in_out_animate{
	10%{
		opacity: 0;	
	}
	40%{
		opacity: 1;	
	}
	70%{
		opacity: 1;	
	}
	95%{
		opacity: 0;	
	}
}
@keyframes News1{
	0%{
		transform:translateY(35px);
		opacity:0;
	}
	25%{
		transform:translateY(0px);
		opacity:1;
	}
	75%{
		transform:translateY(0px);
		opacity:1;
	}
	100%{
		transform:translateY(-70px);
		opacity:0;
	}
}
@keyframes News2{
	0%{
		transform:translateY(35px);
		opacity:0;
	}
	6%{
		transform:translateY(0px);
		opacity:1;
	}
	46%{
		transform:translateY(0px);
	}
	50%{
		transform:translateY(-35px);
	}
	94%{
		transform:translateY(-35px);
		opacity:1;
	}
	100%{
		transform:translateY(-70px);
		opacity:0;
	}
}
@keyframes News3{
	0%{
		transform:translateY(35px);
		opacity:0;
	}
	5%{
		transform:translateY(0px);
		opacity:1;
	}
	30%{
		transform:translateY(0px);
	}
	35%{
		transform:translateY(-35px);
	}
	60%{
		transform:translateY(-35px);
	}
	65%{
		transform:translateY(-70px);
	}
	90%{
		transform:translateY(-70px);
		opacity:1;
	}
	100%{
		transform:translateY(-105px);
		opacity:0px;
	}
}
@keyframes News4{
	0%{
		transform:translateY(35px);
		opacity:0;
	}
	5%{
		transform:translateY(0px);
		opacity:1;
	}
	23%{
		transform:translateY(0px);
	}
	28%{
		transform:translateY(-35px);
	}
	46%{
		transform:translateY(-35px);
	}
	51%{
		transform:translateY(-70px);
	}
	69%{
		transform:translateY(-70px);
	}
	74%{
		transform:translateY(-105px);
	}
	92%{
		transform:translateY(-105px);
		opacity:1;
	}
	100%{
		transform:translateY(-135px);
		opacity:0;
	}
}
@keyframes News5{
	0%{
		transform:translateY(35px);
		opacity:0;
	}
	
	5%{
		transform:translateY(0px);
		opacity:1;
	}
	19%{
		transform:translateY(0px);
	}
	
	24%{
		transform:translateY(-35px);
	}
	38%{
		transform:translateY(-35px);
	}
	
	43%{
		transform:translateY(-70px);
	}
	57%{
		transform:translateY(-70px);
	}
	62%{
		transform:translateY(-103px);
	}
	76%{
		transform:translateY(-103px);
	}
	81%{
		transform:translateY(-140px);
	}
	
	95%{
		transform:translateY(-140px);
		opacity:1;
	}
	100%{
		transform:translateY(-170px);
		opacity:0;
	}
}

@keyframes GoOut{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 100; 
	}
}