@font-face {
    font-family: 'b_yekanregular';
    src:  url('../fonts/B Yekan_p30download.com-webfont.eot');
    src: url('../fonts/B Yekan_p30download.com-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/B Yekan_p30download.com-webfont.woff') format('woff'),
         url('../fonts/B Yekan_p30download.com-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'yekan';
    src: url('../fonts/yekan.eot');
    src: url('../fonts/yekan.eot?#iefix') format('embedded-opentype'),
         url('../fonts/yekan.woff') format('woff'),
         url('../fonts/yekan.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*********** globals ***********/
*{
	margin: 0;
	padding: 0;
	transition: 0.3s all ease-out;
}
body {
    font-family: "yekan" ,"b_yekanregular";
	font-size: 13px;
    color: #a1a1a1;
    position: relative;
	width: 100%;
}
.clear {
    clear: both;
}
.left{
	float: left;
}
.right{
	float: right;
}
.white_alert {
    background: white;
    display: block;
    width: 70%;
    margin: 10px auto 0px auto;
    border-radius: 3px;
    box-shadow: 0px 1px 7px #6d6d6d;
    padding: 8px 3px;
    color: black;
	line-height: 25px;
}
.orange_alert {
    background: orange;
    display: block;
    width: 70%;
    margin: 10px auto 0px auto;
    border-radius: 3px;
    box-shadow: 0px 1px 7px #6d6d6d;
    padding: 8px 3px;
    color: black;
	line-height: 25px;
}
.red_alert {
    background: #f33e4e;
    display: block;
    width: 70%;
    margin: 10px auto 0px auto;
    border-radius: 3px;
    box-shadow: 0px 1px 7px #6d6d6d;
    padding: 8px 3px;
    color: black;
	line-height: 25px;
}
.green_alert {
    background: #9DC806;
    display: block;
    width: 70%;
    margin: 10px auto 0px auto;
    border-radius: 3px;
    box-shadow: 0px 1px 7px #6d6d6d;
    padding: 8px 3px;
    color: black;
	line-height: 25px;
}
.title_alert {
	background: #009FB3;
	border-top: 2px solid #FFA500;
	color: white;
	font-size: 18px;
	display: block;
	width: 70%;
	margin: 10px auto 0px auto;
	border-radius: 3px;
	box-shadow: 0px 1px 7px #6d6d6d;
	padding: 8px 3px;
	line-height: 25px;
}
/***************************/
header {
    position: relative;
	background-color: #009fb3;
	z-index: 1000;
	box-shadow: 0px 1px 5px #00000096;
}
.row{
	margin-left: 0;
	margin-right: 0;
}
header .row{
	padding: 0px 0px;
}
.menu_section{
	padding-right: 58px;
}
.logo_section {
    padding-left: 6%;
    padding-right: 0px;
    text-align: center;
}
.navbar{
	padding-top: 51px;
	padding-right: 64px;
}
.navbar-nav {
    padding: 0;
    margin: 0;
    list-style: none;
	float: right;
}
.navbar-nav li{
	float: right;
}
.navbar-nav>li.current>a, .navbar-nav>li:hover>a:hover {
    background-color: #fd9220;
}
.navbar-nav>li>a {
    font-size: 16px;
    color: #fff;
    padding: 4px 17px;
	text-decoration: none;
}
.navbar-toggler ,
.small_device_link{
	display: none;
}
/*****************************/
.slider_section{
	height: 445px;
	width: 100%;
	background: url("../img_source/main_cover.png") repeat;
	background: url("../img_source/red_bg2.png") repeat;
	background: url("../img_source/red_bg.png") repeat;
	position: relative;
	overflow: hidden;
}
.skew_menu{
	position: relative;
}
.rectangle_box{
	position: relative;
}
.rectangle1 {
	width: 470px;
    height: 74px;
    background: #018FBD;
    display: block;
    position: absolute;
	right: -793px;
	border-radius: 0px 0px 2px 5px;
	text-align: center;
	cursor: pointer;
}
.box1 .rectangle1 {
	transition: right .9s ease-out;
}
.box2 .rectangle1 {
	transition: right 1.1s ease-out;
}
.box3 .rectangle1 {
	transition: right 1.3s ease-out;
}
.box4 .rectangle1 {
	transition: right 1.5s ease-out;
}
.rectangle2 {
    width: 508px;
    height: 74px;
    background: #018FBD;
    top: -10px;
    display: block;
    position: absolute;
    right: -631px;
    transform: skewY(-21deg);
}
.box1 .rectangle2 {
	transition: right .1s ease-out;
}
.box2 .rectangle2 {
	transition: right .3s ease-out;
}
.box3 .rectangle2 {
	transition: right .5s ease-out;
}
.box4 .rectangle2 {
	transition: right .7s ease-out;
}
.box1 .rectangle1 {
    top: 87px;
}
.box1 .rectangle2 {
    top: -10px;
}
.box2 .rectangle1 {
    top: 161px;
    background: #9DC806;
	width: 430px;
}
.box2 .rectangle2 {
    top: 63px;
    background: #9DC806;
}
.box3 .rectangle1 {
    top: 235px;
    background: #CA015F;
	width: 450px;
}
.box3 .rectangle2 {
    top: 137px;
    background: #CA015F;
}
.box4 .rectangle1 {
    top: 309px;
    background: #E9CD00;
    width: 406px;
}
.box4 .rectangle2 {
    top: 211px;
    background: #E9CD00;
}
.rectangle_box a{
    color: white;
    text-decoration: none;
    display: block;
    margin-top: 20px;
    font-size: 19px;
    text-shadow: 0px 1px 5px #292828;
}
.rectangle_box a:hover{
    color: orange;
    text-shadow: 0px 0px 5px #000000;
}
.rectangle2 a{
    padding-left: 72px;
    font-size: 15px;
	position: relative;
    float: left;
}
.box4 .rectangle1 a{
	padding-right: 41px;
}
.star1 {
    color: #ffe000 !important;
    margin-right: 8px;
    top: 5px;
	animation: spin 1.5s infinite linear;
	-webkit-animation: spin 1.5s infinite linear;
	-moz-animation: spin 1.5s infinite linear;
	-ms-animation: spin 1.5s infinite linear;
}
.star2 {
    color: #ffe000 !important;
    margin-left: 8px;
    top: 5px;
	animation: spin 1.5s infinite linear;
	-webkit-animation: spin 1.5s infinite linear;
	-moz-animation: spin 1.5s infinite linear;
	-ms-animation: spin 1.5s infinite linear;
}
@-webkit-keyframes spin {
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
	}
	100% {
		transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		-moz-transform: rotate(359deg);
		-ms-transform: rotate(359deg);
	}
}
.site_title {
    position: absolute;
    left: 10%;
    font-size: 21px;
    color: #ca015f;
    text-shadow: 1px 14px 11px black;
}
.news_list {
    width: 80%;
    border: 1px solid #bdbdbd;
    padding: 0px 0px 10px 0px;
	margin: 10px auto 0px auto;
	background: white;
	text-align: center;
	position: relative;
	box-shadow: 0px 1px 9px #00000047;
}
.news_section {
    float: left;
    width: 400px;
    border: 1px solid #bdbdbd;
    padding: 0px 0px 10px 0px;
    margin-top: 85px;
    margin-left: 5%;
	background: white;
    height: 300px;
	text-align: center;
	position: relative;
	box-shadow: 0px 1px 9px #00000047;
}
.news_list>h2  ,
.news_section h2 {
    margin: 0;
    text-align: center;
    background: #9dc806;
    font-size: 17px;
    padding: 7px 0px;
    color: white;
    box-shadow: 0px 2px 5px #0000002e;
	margin-bottom: 5px;
}
.news_list>ul  ,
.news_section ul{
	list-style: none;
}
.news_list>ul li  ,
.news_section ul li{
	position: relative;
}
.news_list>ul li a  ,
.news_section ul li a {
    display: block;
	width: 97%;
    background: white;
    border: 1px solid #e2e2e2;
    margin: 1px auto 0px auto;
    text-align: right;
    padding: 10px 16px 10px 2px;
    color: black;
    text-decoration: none;
    border-right: 3px solid #e9cd00;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
}
.pagination_list>li a:before  ,
.news_list>ul li a:before  ,
.news_section ul li a:before{
	content: "";
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	position: absolute;
	width: 0.1%;
	height: 100%;
	background: #009fb3;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0.3;
}
.news_list ul li:hover a ,
.news_section ul li:hover a{
	border-right: 5px solid #009fb3;
	color: blue;
}
.news_list ul li:hover a:before ,
.news_section ul li:hover a:before{
	width: 100%;
}
.all_news_btn {
    position: absolute;
    bottom: 10px;
    left: 34%;
    background: #9dc806b3;
}
.all_news_btn:hover {
    background: #009fb3;
	color: white;
}
.mention_arrow {
    width: 30px;
    height: 64px;
    background-image: url(../img_source/pencil.png);
    background-repeat: no-repeat;
    z-index: 2000;
    position: absolute;
    left: 7%;
    top: 77px;
    background-size: contain;
    display: block;
    transform: rotateY(180deg) rotateZ(24deg);
}
/*****************************/
footer {
    background: #009FB3;
    color: #e8e8e8;
    text-align: center;
    padding: 27px 5px;
}
/*****************************/
.world_cover{
	position: fixed;
	width: 100%;
	height: 100%;
	background: #dcdcdc;
	top: 0;
	left: 0;
	z-index: 10000;
	text-align: center;
	opacity: 1;
}
.world_cover h1 ,
.world_cover span {
	display: block;
	margin: 0;
	padding: 0;
}
.world_cover h1 {
    font-size: 21px;
    color: rgb(206, 41, 26);
    margin-top: 22px;
    text-shadow: 1px 7px 10px #0000005c;
}
.world_cover span {
    margin-top: 15px;
    color: #eb5c50;
}
.loading_icon {
    content: "";
    width: 100px;
    height: 100px;
    background: url(../img_source/loading_pencil.png) no-repeat;
    right: 46%;
    position: absolute;
    top: 35%;
	animation: loading-icon-spin 2s infinite linear;
	-webkit-animation: loading-icon-spin 2s infinite linear;
	-moz-animation: loading-icon-spin 2s infinite linear;
	-ms-animation: loading-icon-spin 2s infinite linear;
}
@-webkit-keyframes loading-icon-spin {
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
	}
	100% {
		transform: rotate(359deg);
		-webkit-transform: rotate(-359deg);
		-moz-transform: rotate(-359deg);
		-ms-transform: rotate(-359deg);
	}
}
/********************************************/
#common_page .row {
	padding: 0px 0px;
}
#common_page .logo_section h1 {
	margin-top: 5px;
	margin-bottom: 3px;
}
#common_page .navbar {
    padding-top: 33px;
}
.common_page{
	width: 100%;
	overflow: hidden;
	background: url("../img_source/main_cover.png") repeat;
	background: url("../img_source/red_bg2.png") repeat;
	background: url("../img_source/red_bg.png") repeat;
	position: relative;
	min-height: 400px;
}
.common_page>.row{
	text-align: center;
	position: relative;
}
.login_and_signup_btns {
    display: block;
    margin: 70px auto 0px auto;
}
.login_and_signup_btns .login {
    width: 150px;
    padding: 20px 0px;
    background: #CA015F;
	color: white;
	box-shadow: 0px 1px 7px #7d7d7d99;
}
.login_and_signup_btns .signup{
    width: 150px;
    padding: 20px 0px;
    background: #9DC806;
	color: white;
	box-shadow: 0px 1px 7px #7d7d7d99;
}
.login_and_signup_btns .login:hover ,
.login_and_signup_btns .signup:hover {
	background: #009FB3;
	box-shadow: 0px 1px 7px #6d6d6d;
}
.login_box {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(244,244,244,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
    width: 400px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
    margin: 21px auto 15px auto;
    padding: 49px 50px 8px 50px;
    position: relative;
}
.login_box h2 {
    font-size: 16px;
    background: #9DC806;
    color: white;
    padding: 6px 3px;
    position: absolute;
    width: 100%;
    top: -20px;
    left: 0;
    z-index: 1000;
}
.login_box label {
    display: block;
    text-align: right;
}
.login_box select ,
.login_box input {
    display: block;
    margin: 0px auto 5px auto;
    box-shadow: 0px 1px 5px #00000017;
    margin-bottom: 12px;
}
.login_box select{
	padding: 0px 10px !important;
}
.login_box input[type="submit"] {
    margin-top: 31px;
    padding: 10px 39px;
    box-shadow: 0px 1px 5px #0000002b;
}
.forgoten_password_text {
    display: block;
    margin: 18px 0px;
    text-align: right;
    color: red;
}
.news_date {
    position: absolute;
    color: white;
    top: 3px;
    left: 20px;
    font-size: 16px;
}
.news_content {
    width: 90%;
    border: 1px solid #0000000d;
    margin: 0 auto;
    padding: 0px 10px 10px 10px;
}
.back_button_in_content_bottom {
    margin-top: 10px;
    background: #9dc806;
    color: white !important;
}
/********************************************/
.pagination_list input{
	display: none;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    width: 100%;
    margin: 0;
    display: block;
    text-align: center;
}
.pagination_list li:first-child a {
	
}
.pagination_list li:last-child a {
	border-left: 3px solid #e9cd00 !important;
}
.pagination_section {
    margin-top: 20px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.pagination_section .pagination_list{
	list-style: none;
}
.pagination_list li {
    display: inline-block;
	position: relative;
}
.pagination_list li a {
    background: white;
    border: 1px solid #e2e2e2;
    text-align: center;
    padding: 6px 13px;
    color: black;
    text-decoration: none;
    border-right: 3px solid #e9cd00;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}
.pagination_list li a.current_page {
    background: #5fdcfb;
}
.pagination_list li:hover a {
	border-right: 3px solid #009fb3 !important;
	color: blue;
}
.news_content {
    text-align: right;
    direction: rtl;
	line-height: 30px;
}
.news_content>h1 {
    font-size: 20px;
    background: #cbe7ff;
    padding: 6px 0px;
    text-align: center;
    border: 1px solid #00000017;
	color: #000000c7;
}
.aboutus_page .news_content {
    padding: 13px 20px;
    font-size: 14px;
}
.aboutus_page .news_content ul {
	list-style: none;
}
/************************************/
.img_security_reload_icon {
	cursor: pointer;
}
.img_security_reload_icon {
	margin-right: 10px;
	cursor: pointer;
}
.img_security, .img_security_reload {
	display: inline-block;
	position: relative;
}
.img_security_reload span{
	position: absolute;
	width: 200px;
	top: 37px;
	z-index: 100;
	background: rgba(0, 0, 0, 0.76);
	padding: 10px 0;
	color: whitesmoke;
	border-radius: 8px;
	font-size: 14px;
	display: none;
	text-align: center;
}
.sec_img_section {
	margin: 13px 0px;
}
/************************************/
.enamad{
	
}