@font-face {
  font-family: 'Droid Arabic Naskh';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/DroidNaskh-Regular.eot?#iefix) format('embedded-opentype'),
       url(../fonts/DroidNaskh-Regular.woff) format('woff'),
       url(../fonts/DroidNaskh-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Droid Arabic Naskh bold';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/DroidNaskh-Bold.eot?#iefix) format('embedded-opentype'),
       url(../fonts/DroidNaskh-Bold.woff) format('woff'),
       url(../fonts/DroidNaskh-Bold.ttf) format('truetype');
}
/*start animation styles*/
.os-animation {
	opacity: 0;
}
.os-animation.animated {
	opacity: 1;
}
* {
	outline: 0px !important;
	list-style-type: none !important;
}
body {
	font-family: 'Droid Arabic Naskh bold';
	background: url(../images/bg_body.png) no-repeat left top #DBE5E6;
}
a {
	text-decoration: none !important;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	padding: 0px;
}
ul, ol {
	-webkit-padding-start: 0px !important;
	padding: 0px;
	margin: 0px;
}
textarea {
	resize: none;
}
label {
	font-weight: normal;
}
pre {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: inherit;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: inherit;
    border: none;
    border-radius: 0;
}
.side_bar {
    position: fixed;
    top: 0;
    right: -300px;
	z-index: 999;
    height: 100vh;
	width: 300px;
    background: #494E62;
	box-shadow: 0px 0px 10px -3px #000;
}
.side_bar .cls_bx{
	background: #43485C;
	padding: 14px 10px;
	position: relative;	
}
.side_bar .cls_bx h1{
	color: #6a6c74;
	font-size: 1.2em;	
}
.side_bar .cls_bx i{
	position: absolute;
	top: 12px;
	left: 10px;
	background: #565865;
	color: #fff;
	font-size: 13px;
	width: 22px;
	height: 18px;
	text-align:center;
	line-height: 18px;
	display: block;
	border-radius: 2px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;	
}
.side_bar .cls_bx i:hover{
	background: #fff;
	color: #43485C;
	transition: all 0.3s ease-in-out;	
}
.side_bar nav ul li a{
	display: block;
	line-height: 40px;
	color: #fff;
	font-size: 0.9em;
	padding: 0 20px 0 10px;
	border-bottom: 1px solid #43485C;
	transition: all 0.3s ease-in-out;	
}
.side_bar nav ul li a i{
	    padding-left: 10px;
    float: left;
    color: #fff;
    background: rgba(0,0,0,0.3);
    padding: 5px 9px;
    border-radius: 50%;
    margin-top: 9px;
	transition: all 0.3s ease-in-out;	
}
.side_bar nav ul li a span{
	padding-right: 10px;
	    margin-top: 12px;
	float: left;
	transition: all 0.3s ease-in-out;	
}
.side_bar nav ul li a:hover{
	color: #fff;
	background: #4A7DBC;
	transition: all 0.3s ease-in-out;	
}
.side_bar nav .dropdown-menu{
	margin: 0;
	padding: 0;
	border-radius: 0;
	width: 100%;
	right: 200px;	
}
.side_bar nav ol{
	text-align: center;
	margin-top: 15px;	
}
.side_bar nav ol li{
	display: inline-block;	
}
.side_bar nav ol li a{
	display: block;
	width: 60px;
	height: 60px;
	background-image: url(../images/soc.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 3px;
	transform: rotate(360deg);
	transition: all 0.3s ease-in-out;
}
.side_bar nav ol li:nth-child(2) a{
	background-position: -210px top;	
}
.side_bar nav ol li:nth-child(3) a{
	background-position: -140px top;	
}
.side_bar nav ol li:nth-child(4) a{
	background-position: -70px top;	
}
.side_bar nav ol li:nth-child(5) a{
	background-position: left top;	
}
.side_bar nav ol li a:hover{
	transform: rotate(-360deg);
	transition: all 0.3s ease-in-out;	
}
header{
	background: #fff;
	box-shadow: 0px 0px 12px -2px #808080;
	padding: 12px 0;
}
header .sml_nav{
	text-align:  left;
}
header .sml_nav ul li{
	display: inline-block;
}
header .sml_nav ul li a{
	display: block;
	text-align: center;
	margin-right: 5px;
	padding-left: 10px;
	border-left: 1px solid #eee;
	transition: all 0.3s ease-in-out;
}
header .sml_nav ul li:last-child a{
	border-left: none;
}
header .sml_nav ul li a i{
	display: block;
	position: relative;
	overflow: hidden;
	font-size: 22px;
	color: #4A7DBC;
	margin-bottom: 5px;
}
header .sml_nav ul li a i span{
	position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    line-height: 20px;
    background: #F73030;
    color: #fff !important;
    font-size: 10px;
    text-align: center;
	font-family: arial;
}
header .sml_nav ul li a span{
	display: block;
	overflow: hidden;
	font-size: 0.9em;
	color: #444;
	font-family: 'Droid Arabic Naskh';
	transition: all 0.3s ease-in-out;
}
header .sml_nav ul li a:hover span{
	color: #4A7DBC;
	transition: all 0.3s ease-in-out;
}
header .ws_name span{
	color: #444;
	font-size: 1em;
	    display: block;
    line-height: 50px;
}
header .profile ul li{
	float: right;
}
header .profile ul li a{
	display: block;
}
header .profile ul li a .fa-align-justify{
	    display: block;
    background: #4A7DBC;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    padding: 10px;
    margin-top: 9px;
    border-radius: 5px;
    cursor: pointer;
}
header .profile ul li a ol li img{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin: 0 15px;
}
header .profile ul li a ol li span{
	display: block;
	color: #444;
	font-size: 0.8em;
}
header .profile ul li a ol li span:first-child{
	color: #9b9b9b;
	margin-top: 10px;
}
header .profile ul li a ol li span:last-child{
	color: #444;
}
.master_top{
	margin-top: 50px;
}
.master_top .logo_bx a{
	display: block;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 10px -3px #888;
	overflow: hidden;
}
.master_top .logo_bx a img{
	display: block;
	max-width: 100%;
	margin: 30px auto;
}
.master_top .slider_bx .owl-stage-outer{
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 10px -3px #888;
	overflow: hidden;
}
.master_top .slider_bx .owl-carousel .item, .master_top .slider_bx .owl-carousel .item img{
	height: 303px;
	overflow:  hidden;
}
.master_top .slider_bx .owl-carousel .item a{
	display: block;
	position:  relative;
	overflow:  hidden;
}
.master_top .slider_bx .owl-carousel .item a h1{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(74,125,188,0.9);
	color: #fff;
	font-size: 0.8em;
	padding: 10px;
	font-family: 'Droid Arabic Naskh';
}
.master_top .slider_bx .owl-theme .owl-dots .owl-dot span{
	width: 8px;
    height: 8px;
    margin: 3px;
	background: #b7b7b7;
	transition: all 0.3s ease-in-out;
}
.master_top .slider_bx .owl-theme .owl-dots .owl-dot.active span, 
.master_top .slider_bx .owl-theme .owl-dots .owl-dot:hover span {
    background: #FAB115;
	transition: all 0.3s ease-in-out;
}
.master_content{
	margin:  50px 0 80px;
}
.master_content a{
	display: block;
    border-radius: 5px;
    box-shadow: 0px 0px 10px -3px #888;
    overflow: hidden;
	background: #fff;
	padding: 10px;
	margin-bottom: 25px;
	transition: all 0.3s ease-in-out;
}
.master_content a img{
	display: block;
	max-width: 100px;
	margin: 25px auto 40px;
    overflow: hidden;
	transition: all 0.3s ease-in-out;
}
.master_content a:hover img{
	transform: rotate(360deg);
	transition: all 0.3s ease-in-out;
}
.master_content a h1{
	color: #444;
	font-size: 1em;
	text-align: center;
	line-height: 30px;
	border-top: 1px solid #eee;
	transition: all 0.3s ease-in-out;
}
.master_content a:hover h1{
	color: #4A7DBC;
	transition: all 0.3s ease-in-out;
}
.user_message article{
	box-shadow: 0 0 7px -3px #000;
    padding: 30px;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
}
.user_message article .panel {
	background: #fff;
	border: 1px solid #eee;
	padding: 15px 10px;
	transition: all 0.3s ease-in-out;
}
.user_message article .panel:hover {
	background: #f1f1f1;
	border: 1px solid #eee;
	transition: all 0.3s ease-in-out;
}
.user_message article .panel span{
	background: #4A7DBC;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
}
.user_message article .panel h1{
	color: #444;
    margin-top: 30px;
    clear: both;
    font-size: 2em;
}
.user_message article .panel p{
	margin-top: 15px;
	color: #666;
	line-height: 25px;
	font-family: 'Droid Arabic Naskh';
}
.user_reg article{
	box-shadow: 0 0 7px -3px #000;
    padding: 30px;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
}
.user_reg article h1.title{
	color: #444;
	font-size: 2em;
	margin: 10px 0 25px;
}
.user_reg article h1.title span{
	color: #777;
	font-size: 0.4em;
}
.user_reg article .row{
	border-bottom: 1px solid #eee;
	padding: 25px 0;
}
.user_reg article .row .row{
	border-bottom: none;
	padding: 0;
	margin-bottom: 0;
}
.user_reg article .row:last-child{
	border: none;
}
.user_reg article .row h2{
	color: #444;
	font-size: 1.2em;
	margin-bottom: 10px;
}
.user_reg article .row p{
	color: #666;
	font-size: 0.9em;
	line-height: 20px;
	    font-family: 'Droid Arabic Naskh';
}
.user_reg article .row label{
	color: #444;
	font-size: 0.8em;
	    margin-top: 15px;
}
.user_reg article .row label input{
	margin-left: 8px;
}
.input-group-addon:last-child select{
	width: 80px;
    padding: 0 10px;
    height: 43px;
    box-shadow: none;
    border: 0;
}
.input-group-addon:last-child {
    padding: 0;
    margin: 0;
	background: #DAE9EA;
}

.xbtn{
	background: #2AC25F;
    color: #fff;
    font-size: 1em;
    text-align: center;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    padding: 0 15px;
    width: 100%;
    display: block;
    clear: both;
    transition: all 0.3s ease-in-out;
}
.xbtn:hover{
	background: #FAB115;
    color: #fff;
    transition: all 0.3s ease-in-out;
}


.user_reg article .row  .btn{
	background: #2AC25F;
    color: #fff;
    font-size: 1em;
    text-align: center;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    padding: 0 15px;
    width: 100%;
    display: block;
    clear: both;
    transition: all 0.3s ease-in-out;
}
.user_reg article .row  .btn:hover{
	background: #FAB115;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.user_reg article .row .upload_bx{
	background: #F9FAFA;
	border: 3px dashed #DADADA;
	padding: 15px;
	height: 180px;
}
.user_reg article .row .upload_bx img{
	max-width: 150px;
	margin: 10px auto;
	display: block;
}
.user_reg article .row .upload_bx .btn_fileupload{
	position: relative;
	overflow: hidden;
}
.user_reg article .row .upload_bx .btn_fileupload input[type="file"]{
	opacity: 0;
	width: 100%;
	height: 35px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.user_reg article .row .upload_bx .btn_fileupload span{
	display: block;
	height: 35px;
	line-height: 35px;
	color: #fff;
	background: #4A7DBC;
	border-radius: 5px;
	width: 100%;
	text-align: center;
	cursor: pointer;
	font-size: 1em;
}
.user_reg article .row .upload_bx i{
	display: block;
	color: #999;
	text-align: center;
	font-size: 0.8em;
}
.user_profile .prof_lnk a{
	display: block;
    border-radius: 5px;
    box-shadow: 0px 0px 10px -3px #888;
    overflow: hidden;
	background: #fff;
	padding: 10px;
	margin-bottom: 25px;
	transition: all 0.3s ease-in-out;
}
.user_profile .prof_lnk a img{
	display: block;
	max-width: 100px;
	margin: 25px auto 40px;
    overflow: hidden;
	transition: all 0.3s ease-in-out;
}
.user_profile .prof_lnk a:hover img{
	transform: rotate(360deg);
	transition: all 0.3s ease-in-out;
}
.user_profile .prof_lnk a h1{
	color: #444;
	font-size: 1em;
	text-align: center;
	line-height: 30px;
	border-top: 1px solid #eee;
	transition: all 0.3s ease-in-out;
}
.user_profile .prof_lnk a:hover h1{
	color: #4A7DBC;
	transition: all 0.3s ease-in-out;
}
.user_profile article{
	margin: 90px 0 30px;
}
.user_profile article .pof_info .pof_info_bx{
	display: block;
    border-radius: 5px;
    box-shadow: 0px 0px 10px -3px #888;
    background: #fff;
    padding: 15px 25px;
    margin-bottom: 25px;
    transition: all 0.3s ease-in-out;
}
.user_profile article .pof_info .pof_info_bx img{
	width: 200px;
	height: 200px;
	margin: -60px auto 30px;
	display: block;
	border-radius: 50%;
	box-shadow: 0px 0px 10px -3px #888;
}

.user_profile article .pof_info .pof_info_bx .ximg{
	width:auto;
	height:auto;
	margin: 0px auto 30px;
	 
	border-radius: 0%;
		box-shadow: 0px 0px 0px 0px #fff;
}
.user_profile article .pof_info .pof_info_bx .prf_mame{
	background: #4A7DBC;
	border-radius: 5px;
	padding: 5px 10px;
	margin: 25px 0;
}
.user_profile article .pof_info .pof_info_bx .prf_mame h1{
	line-height: 25px;
	color: #fff;
	font-size: 1em;
	text-align:  center;
}
.user_profile article .pof_info .pof_info_bx .prf_mame h1:last-child{
	 font-family: arial;
	font-weight: bold;
}
.user_profile article .pof_info .pof_info_bx .pof_num li{
	display: inline-block;
	width: 32%;
	text-align: center;
}
.user_profile article .pof_info .pof_info_bx .pof_num li p{
	font-size: 1em;
	font-weight: bold;
	font-family: arial;
	color: #444;
}
.user_profile article .pof_info .pof_info_bx .pof_num li p span{
	display: block;
	font-family: 'Droid Arabic Naskh';
	font-size: 0.8em;
	margin-top: 5px;
}
.user_profile article .pof_info .pof_info_bx .inf_list li{
	border-bottom: 1px solid #eee;
}
.user_profile article .pof_info .pof_info_bx .inf_list li:last-child{
	border-bottom: none;
}
.user_profile article .pof_info .pof_info_bx .inf_list li span{
	width: 49%;
	line-height: 25px;
	padding: 0 10px;
	box-sizing: border-box;
	color: #444;
	display: inline-block;
	overflow: hidden;
	font-size: 0.9em;
	font-family: 'Droid Arabic Naskh';
}
.user_profile article .pof_info .pof_info_bx .prf_exp{
	display: block;
	font-family: 'Droid Arabic Naskh';
	font-size: 0.9em;
	margin-top: 5px;
	color: #444;
	text-align: center;
}
.user_profile article .pof_info .pof_info_bx .prf_exp i{
	color: #ff0500;
}
.user_programs h1.title{
	color: #444;
	font-size: 2.5em;
	margin: 45px 0;
}
.user_programs h1.title span{
	color: #777;
	font-size: 0.4em;
}
.user_programs article {
    box-shadow: 0 0 7px -3px #000;
    padding: 30px;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
}
.user_programs article .filter_bx{
	border-bottom: 1px solid #eee;
}
.user_programs article .filter_bx .form-control{
	width: 60%;
	float: right;
	margin-left: 15px;
}
.user_programs article .filter_bx .btn{
	background: #4A7DBC;
    color: #fff;
    font-size: 1em;
    text-align: center;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    padding: 0 25px;
    float: right;
    transition: all 0.3s ease-in-out;
}
.user_programs article .filter_bx .btn:hover{
	background: #2AC25F;
    color: #fff;
	transition: all 0.3s ease-in-out;
}
.user_programs article .filter_bx .alg_cnr{
	text-align: left;
}
.user_programs article .filter_bx .alg_cnr span{
	display: block;
	color: #4A7DBC;
	font-size: 1.5em;
	font-weight: bold;
	font-family: arial;
}
.user_programs article .filter_bx .alg_cnr span span{
	display: block;
	color: #444;
	font-size: 0.5em;
	font-family: 'Droid Arabic Naskh';
}
.user_programs article .title{
	color: #666;
	font-size: 1.1em;
	margin-bottom: 30px;
}
.user_programs article .row a{
	display: block;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding:  10px;
	margin-bottom: 20px;
	transition: all 0.3s ease-in-out;
}
.user_programs article .row a:hover{
	box-shadow: 0px 0px 15px -3px #888;
	transition: all 0.3s ease-in-out;
}
.user_programs article .row a img{
	display: block;
    max-width: 150px;
    margin: 25px auto 40px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.user_programs article .row a h1{
	color: #444;
	font-size: 1em;
	line-height: 25px;
}
.user_programs article .row a p{
	color: #666;
	font-size: 0.9em;
	line-height: 25px;
	font-family: 'Droid Arabic Naskh';
	margin-bottom: 8px;
}
.user_programs article .row a ul li{
	color: #444;
	font-size: 0.8em;
	font-family: 'Droid Arabic Naskh';
	line-height: 25px;
}
.user_programs article .row a ul li span{
	width: 49%;
	display: inline-block;
	box-sizing: border-box;
}
.user_programs article .row a ul li span i{
	margin-left: 5px;
	color: #444;
}
.user_programs article .row a ul li span:last-child{
	color: #4A7DBC;
	font-family: arial;
}
.prog_det .content_area{
	box-shadow: 0 0 7px -3px #000;
    padding: 25px;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
}
.prog_det .content_area .title_bx h1{
	color: #444;
    font-size: 1.5em;
    margin-bottom: 15px;
}
.prog_det .content_area .title_bx ul li{
	display: inline-block;
	margin-left: 10px;
	color: #666;
	font-family: 'Droid Arabic Naskh';
	font-size: 0.8em;
}
.prog_det .content_area .title_bx ul li i{
	margin-left: 5px;
}
.prog_det .content_area .title_bx ul li span{
	color: #4A7DBC;
	font-family: arial;
}
.prog_det .content_area figure img{
	width:auto;
	max-height: 350px;
	border:1px solid #ddd;
	border-radius: 25px;
	margin: 30px 0;
	background: #fefefe;
}
.prog_det .content_area p{
	color: #444;
	font-size: 0.8em;
	line-height: 25px;
}
.prog_det .aside_area{
	box-shadow: 0 0 7px -3px #000;
    padding: 25px;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
}
.prog_det .aside_area .title_bx h1{
	color: #fff;
	background: #4A7DBC;
	font-size: 1.2em;
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	margin-bottom: 25px;
}
.prog_det .aside_area article ul, .prog_det .aside_area article ul li{
	list-style-type: decimal !important;
	list-style-position: inside;
}
.prog_det .aside_area article ul li{
	border-bottom: 1px solid #eee;
	color: #444;
	font-size: 0.9em;
	line-height: 25px;
}
.prog_det .aside_area article a{
	background: #2AC25F;
    color: #fff;
    font-size: 1em;
    text-align: center;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    padding: 0 15px;
    width: 100%;
    margin: 30px auto 10px;
    display: block;
    clear: both;
    transition: all 0.3s ease-in-out;
}
.prog_det .aside_area article a:hover{
	background: #FAB115;
    color: #fff;
	transition: all 0.3s ease-in-out;
}
.content_area {
    box-shadow: 0 0 7px -3px #000;
    padding: 25px;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
}
.exam .content_area .title_bx{
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.exam .content_area .title_bx p{
	color: #444;
	font-size: 1em;
    font-family: 'Droid Arabic Naskh';
}
.exam .content_area .title_bx p span:first-child{
	color: #ff0500;
}
.exam .content_area .qua_txt h1 {
    color: #444;
    font-size: 1.5em;
    margin-bottom: 15px;
}
.exam .content_area .qua_txt p{
	color: #666;
    font-family: 'Droid Arabic Naskh';
    font-size: 0.8em;
}
.exam .content_area .ans_txt{
	margin: 15px 0;
}
.exam .content_area .ans_txt ul li{
	margin-bottom: 10px;
}
.exam .content_area .ans_txt ul li label{
	background: #fafafa;
	border-radius: 25px;
	line-height: 35px;
	padding: 0 15px;
	border: 1px solid #eee;
	display: block;
	color: #444;
    font-family: 'Droid Arabic Naskh';
	font-size: 1em;
}
.exam .content_area .ans_txt ul li label input{
	margin-left: 8px;
}
.exam .content_area .ans_txt ul{
	border-bottom: 1px solid #eee;
	padding: 15px 0 40px;
	margin-bottom: 25px;
}
.exam .content_area .ans_txt a{
	background: #2AC25F;
    color: #fff;
    font-size: 1em;
	float: left;
    text-align: center;
    border-radius: 5px;
    padding: 10px 25px;
    transition: all 0.3s ease-in-out;
}
.exam .content_area .ans_txt a:hover{
	background: #4A7DBC;
    transition: all 0.3s ease-in-out;
}
.aside_area{
	box-shadow: 0 0 7px -3px #000;
    padding: 25px;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
}
.exam .aside_area .time_ex h1{
	color: #444;
	font-family: 'Droid Arabic Naskh';
	font-size: 1em;
	overflow:  hidden;
}
.exam .aside_area .time_ex h1 i{
	    background: #4A7DBC;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    padding: 10px;
    margin-left: 10px;
	float: right;
    border-radius: 5px;
}
.exam .aside_area .time_ex h1 span{
	float: right;
	line-height: 20px;
}
.exam .aside_area .time_ex h1 span span{
	display: block;
	clear: both;
	    float: initial;
}
.exam .aside_area .count_time{
	background: #EEF3F3;
	border-radius: 5px;
	padding: 15px;
	margin: 25px 0;
	text-align:  center;
}
.exam .aside_area .count_time h1{
	color: #666;
	font-size: 0.9em;
	margin-bottom: 15px;
}
.exam .aside_area .count_time span{
	color: #F05228;
	font-size: 4em;
	display: block;
	font-weight:  bold;
	direction: ltr;
}
.aside_area p{
	color: #444;
	font-size: 0.9em;
	margin: 5px 0;
	font-family: 'Droid Arabic Naskh';
	line-height: 20px;
}
.aside_area article a {
    background: #4A7DBC;
    color: #fff;
    font-size: 1em;
    text-align: center;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    padding: 0 15px;
    width: 100%;
    margin: 30px auto 10px;
    display: block;
    clear: both;
    transition: all 0.3s ease-in-out;
}
.aside_area article a:hover {
    background: #2AC25F;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.aside_area .res_ex_txt h1{
	color: #666;
	font-size: 1em;
	margin-bottom: 15px;
}
.aside_area .suc_ex_txt {
    background: #EEF3F3;
    border-radius: 5px;
    padding: 25px 15px;
    margin: 25px 0;
    text-align: center;
}
.aside_area .suc_ex_txt h1{
	color: #666;
	font-size: 3em;
}
.exam_res .aside_area ul li{
	display: inline-block;
    width: 49%;
    text-align: center;
	color: #444;
	font-size: 0.9em;
	box-sizing: border-box;
}
.exam_res .aside_area ul li span{
	color: #F1613E;
}
.exam_res .aside_area a{
	margin: 10px auto;
}
.exam_res .content_area .title_bx {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.exam_res .content_area .title_bx p {
    color: #444;
    font-size: 1em;
    font-family: 'Droid Arabic Naskh';
}
.exam_res .content_area .title_bx ul{
	display: block;
	text-align: left;
}
.exam_res .content_area .title_bx ul li {
    color: #444;
	display: inline-block;
    font-size: 1em;
    font-family: 'Droid Arabic Naskh';
}
.exam_res .content_area .title_bx ul li span{
    color: #ff0500;
	font-family: arial;
}
.exam_res .res_lst ul li{
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.exam_res .res_lst ul li ol li{
	border-bottom: none;
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #444;
	font-size: 0.9em;
	font-family: 'Droid Arabic Naskh';
}
.exam_res .res_lst ul li ol li span{
	color: #4A7DBC;
}
.exam_res .res_lst ul li h1{
	color: #444;
	font-size: 1em;
	line-height: 25px;
	margin-bottom: 8px;
}
.exam_res .res_lst ul li ol li i.fa-check{
	background: #6AC259;
	color: #fff;
	font-size: 12px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 50%;
}
.exam_res .res_lst ul li ol li i.fa-close{
	background: #F05228;
	color: #fff;
	font-size: 12px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 50%;
}
.degree article, .activation article {
    box-shadow: 0 0 7px -3px #000;
    padding: 30px;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
}
.table{
	width: 100%;
}
.table, .table tr, .table tr th, .table tr td{
	border: 1px solid #ccc;
	border-collapse: collapse;
}
.table tr th{
	background: #4A7DBC;
	color: #fff;
	text-align: center;
	font-size: 1.1em;
}
.table tr td{
	color: #444;
	text-align: center;
	font-size: 0.9em;
}
.table tr:nth-child(even){
	background: #fff;
}
.table tr:nth-child(odd){
	background: #f1f1f1;
}
.table tr td a{
	background: #4A7DBC;
    color: #fff;
    font-size: 1em;
    text-align: center;
    height: 45px;
	width:150px;
    line-height: 45px;
    border-radius: 5px;
    padding: 0 25px;
	display: block;
	    max-width: 100%;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
}
 
.table tr td a:hover{
	background: #2AC25F;
    color: #fff;
    transition: all 0.3s ease-in-out
}
.activation .table .input-group-addon:last-child {
    padding: 0 10px;
    margin: 0;
	background: #DAE9EA;
}
.activation .table .input-group-addon:last-child i{
	color: #747272;
}
.activation .btn_bx{
    text-align: left;
}
.activation .btn_bx, .members .btn_bx{
	overflow: hidden;
}
.activation .btn_bx a, .members .btn_bx a {
    background: #2AC25F;
    color: #fff;
    font-size: 1em;
    text-align: center;
    border-radius: 5px;
    padding: 10px 25px;
	display: block;
	margin-right: 5px;
    transition: all 0.3s ease-in-out;
}
.activation .btn_bx ul li:last-child a{
	background: #d9534f;
}
.activation .btn_bx ul, .members .btn_bx ul{
	display: flex;
	    align-content: end;
    justify-content: flex-end;
}
.activation .btn_bx a:hover, .members .btn_bx a:hover {
    background: #4A7DBC;
    transition: all 0.3s ease-in-out;
}
.members article {
    box-shadow: 0 0 7px -3px #000;
    padding: 30px;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
}
.nav-tabs {
    border-bottom: none;
	margin-bottom: 20px;
}
.nav-tabs>li {
    margin-bottom: 0px;
	margin-left: 5px;
}
.nav-tabs>li>a{
	background: #E4E9EA;
	color: #444;
	font-size: 0.9em;
	border-radius: 5px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	background: #2DC36A;
	color: #fff;
	font-size: 0.9em;
	border: none;
	box-shadow: none;
	border-radius: 5px;
}
.user_cert article {
    box-shadow: 0 0 7px -3px #000;
    padding: 30px;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
}
.user_cert article .row figure{
	display: block;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding:  10px;
	margin-bottom: 20px;
	transition: all 0.3s ease-in-out;
}
.user_cert article .row figure:hover{
	box-shadow: 0px 0px 15px -3px #888;
	transition: all 0.3s ease-in-out;
}
.user_cert article .row figure img{
	display: block;
    width: 97%;
	height: 120px;
    margin: 10px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.user_cert article .row figure h1{
	color: #444;
	font-size: 1em;
	line-height: 25px;
}
.user_cert article .row figure p{
	color: #666;
	font-size: 0.9em;
	line-height: 25px;
	font-family: 'Droid Arabic Naskh';
	margin-bottom: 8px;
}
.user_cert article .row figure ul li{
	color: #444;
	font-size: 0.8em;
	font-family: 'Droid Arabic Naskh';
	line-height: 25px;
}
.user_cert article .row figure ul li span{
	width: 49%;
	display: inline-block;
	box-sizing: border-box;
}
.user_cert article .row figure ul li span i{
	margin-left: 5px;
	color: #444;
}
.user_cert article .row figure ul li span:last-child{
	color: #4A7DBC;
	font-family: arial;
}
.user_cert article .row figure a{
	color: #444;
	font-size: 0.9em;
	margin: 10px 0;
	display: block;
}
.user_cert article .row figure a i{
	margin-left: 10px;
	color: #ff0500;
	font-size: 20px;
}
.user_message h1.title, .degree h1.title, .activation h1.title, .members h1.title, .user_cert h1.title{
	color: #444;
	font-size: 2.5em;
	margin: 45px 0;
}
.user_message h1.title span, .degree h1.title span, .activation h1.title span, .members h1.title span , .user_cert h1.title span{
	color: #777;
	font-size: 0.4em;
}

/*.pagination{
	text-align: center;
    margin: 15px auto;
}
.pagination li a{
	display: block;
	padding: 5px 15px;
	color: #444;
	transition: all 0.3s ease-in-out;
}
.pagination li a:hover,
.pagination li a.active{
	color: #fff;
	background: #4A7DBC;
	transition: all 0.3s ease-in-out;
}*/
/*Pagination
=============================*/
.pagination {
    display: inline-block;
	direction:rtl;
}
.pagination .spacer-line{
    width: 120px;
 }
.pagination a {
    color: #fff;
    float: right;
    padding: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
   
    margin:2px;
    border-radius:5px;
	 background-color: #0a4470;
}
.pagination a:hover ,
.pagination a:focus ,
.pagination a.active ,
.pagination a.active:hover,
.pagination a.active:focus {
    background-color: #1ba4e3;
    color: #fff;
    border: 2px solid #1ba4e3;
	
}
/* end Pagination
=============================*/


.a1{
background:none !important; 
color:#000 !important;
 width:100% !important;
 text-align:right !important;
  padding:0px !important; 	
}
.user_login .wrapper{
	width: 900px;
	margin: 50px auto;
}
.user_login .wrapper .user_data figure .log_img{
	display: block;
    border-radius: 5px;
    box-shadow: 0px 0px 10px -3px #888;
    overflow: hidden;
    background: #fff;
    padding: 10px;
	width: 100px;
	height: 116px;
    margin-bottom: 60px;
}
.user_login .wrapper .user_data figure .log_img img{
	max-width: 100px;
	margin: 0 auto;
	display: block;
}
.user_login .wrapper .user_data figure figcaption h1{
	font-size: 3em;
	color: #444;
}
.user_login .wrapper .user_data figure figcaption h1 span{
	font-size: 0.4em;
    color: #1597F3;
    display: block;
	margin-top: 20px;
}
.user_login .wrapper .user_data figure figcaption p{
	font-size: 0.9em;
    color: #444;
    display: block;
	margin-top: 20px;
	border-top: 1px solid #ccc;
	padding-top: 20px;
	font-family: 'Droid Arabic Naskh';
	line-height: 25px;
	    width: 70%;
}
.user_login .wrapper .user_data figure figcaption p a{
	text-decoration: underline !important;
	color: #1597F3;
	padding-right: 5px;
}
.user_login .wrapper .user_form .login_form{
	display: block;
    border-radius: 5px;
    box-shadow: 0px 0px 10px -3px #888;
    overflow: hidden;
    background: #fff;
    padding: 25px;
}
.user_login .wrapper .user_form .login_form .title{
	font-size: 1.6em;
	color: #444;
	margin-bottom: 20px;
}
.user_login .wrapper .user_form .login_form .forget_pass h1 {
    color: #666;
    font-size: 1.1em;
    text-align: center;
    margin: 15px 0;
}
.user_login .wrapper .user_form .login_form .login label{
	color: #666;
	font-size: 0.9em;
	float: right;
} 
.user_login .wrapper .user_form .login_form .login label input{
	margin-left: 5px;
}
.user_login .wrapper .user_form .login_form .login .forget{
	float: left;
	color: #eb1e19;
	font-size: 1em;
	    margin-bottom: 15px;
    display: block;
	transition: all 0.3s ease-in-out;
}
.user_login .wrapper .user_form .login_form .login .btn, .user_login .wrapper .user_form .login_form .forget_pass .btn{
	background: #2AC25F;
    color: #fff;
    font-size: 1em;
    text-align: center;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    padding: 0 15px;
    width: 100%;
    margin: 10px auto 15px;
    display: block;
	clear: both;
    transition: all 0.3s ease-in-out;
}
.user_login .wrapper .user_form .login_form .login p{
	color: #444;
	font-size: 0.9em;
}
.user_login .wrapper .user_form .login_form .login p span{
	color: #ff0500;
}
.user_login .wrapper .user_form .login_form .login .btn:first-child{
	color: #444;
	background: #DAE9EA;
	transition: all 0.3s ease-in-out;
}
.user_login .wrapper .user_form .login_form .login .btn:last-child:hover, .user_login .wrapper .user_form .login_form .login .btn:hover, 
.user_login .wrapper .user_form .login_form .forget_pass .btn:hover{
	background: #FAB115;
    color: #fff;
	transition: all 0.3s ease-in-out;
}
.form-control {
    background: #DAE9EA;
    border-radius: 5px;
    border: 1px solid #CFDCDD;
    color: #666;
    font-size: 1em;
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
    margin-bottom: 15px;
    box-shadow: none;
    outline: none;
	transition: all 0.3s ease-in-out;
	font-family: 'Droid Arabic Naskh';
 }
.form-control:focus{
	background: #fff;
	transition: all 0.3s ease-in-out;
}
.inner_pg {
	margin: 30px 0;
}
.breadcrumb{
	background: none;
	border-radius: 0;
	box-shadow: 0;
}
.breadcrumb li a i{
	font-size: 16px;
	color: #4A7DBC !important;
}
.breadcrumb li{
	font-size: 0.9em;
	color: #444 !important;
	font-family: 'Droid Arabic Naskh';
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #444;
    content: "/\00a0";
}
footer {
	margin-bottom: 30px;
	font-family: 'Droid Arabic Naskh';
}
footer .foot_nav ul li{
	display: inline-block;
}
footer .foot_nav ul li a{
	display: block;
	font-size: 0.9em;
	color: #444;
	margin: 0 0 0 10px;
	transition: all 0.3s ease-in-out;
}
footer .foot_nav ul li a:hover{
	color: #4A7DBC;
	transition: all 0.3s ease-in-out;
}
footer .m7r_copy p{
	direction: ltr;
	font-size: 0.9em;
	color: #444;
}

@media (min-width: 1200px) {
}

@media (max-width: 768px) {
	.master_top .logo_bx a{
		    width: 260px;
    	margin: 0 auto 15px;
	}	
	footer .foot_nav{
		text-align: center;
	}
	footer .m7r_copy{
		    text-align: center;
    	margin-top: 15px;
	}
	.master_content{
		margin: 50px 0 20px;
	}
	.user_reg article .row .upload_bx{
		    width: 250px;
    margin: 0 auto 15px;
	}
	.user_reg article .row p{
		margin-bottom:  15px;
	}
	.user_reg article .input-group{
		margin-bottom: 10px;
	}
	.user_reg article .row label {
		margin-top: 0;
	}
	.user_reg article .row .btn{
		width: 30%;
		margin: 10px 0 0;
	}
	.user_login .wrapper{
		width: 100%;
		padding: 0 15px;
	}
	.user_login .wrapper .user_data{
		text-align: center;
		margin-bottom: 25px;
	}
	.user_login .wrapper .user_data figure .log_img{
		display: block;
		    margin: 0 auto 40px;
	}
	.user_login .wrapper .user_data figure figcaption p{
		margin: 20px auto 0;
	}
	.user_profile .prof_lnk .col-xs-12{
		width: 50%;
	}
	.user_programs article .filter_bx .alg_cnr{
		text-align: right;
		margin-bottom: 15px;
	}
	.user_programs article .filter_bx .form-control{
		width: 80%;
	}
	.alert{
		line-height: 25px;
	}
	.content_area{
		margin-bottom: 25px;
	}
	.exam .content_area .title_bx .col-lg-2 p{
		margin-top: 5px;
		text-align: left;
	}
	.aside_area article a, .prog_det .aside_area article a{
		width: 50%;
	}
}
@media (max-width: 480px) {
	header .col-xs-6, .user_programs article .col-xs-6, .user_cert article .col-xs-6{
		width: 100%;
	}
	header .ws_name span {
		line-height: 30px;
	}
	header .sml_nav {
    text-align: center;
		margin-top: 20px;
	}
	header .ws_name, header .profile{
		text-align: center;
	}
	header .profile ul li{
		float: inherit;
	}
	header .profile ul, header .profile ul li ol{
		display: flex;
		align-content: center;
    justify-content: center;
	}
	.user_reg article .row .btn{
		width: 50%;
	}
	.user_programs article .filter_bx .form-control{
		width: 70%;
	}
	.nav-tabs>li>a{
		padding: 10px;
	}
	.user_message article .panel span{
		    display: block;
    text-align: center;
    width: 50%;
    margin: 0 auto;
	}
	.user_message article .panel h1,
	.user_message article .panel p{
		text-align: center;
	}
}

/* CATEGORY VIDEO */
.videoLstArea_bx{
	margin: 25px 0;
	height: 375px;
 }
.videoLstArea_bx .row .col-lg-4, .videoLstArea_bx .row .col-lg-8{
	padding: 0;
}
.videoPlayer_List{
	border:#000 0px solid;
	margin-top:40px;
	max-height: 375px;
	overflow:auto;
	overflow-y: auto;
	margin-left:4px;
}
.videoPlayer_List .panel-group .panel{
	border-radius: 0 !important;
}
.videoPlayer_List .panel-default>.panel-heading{
	background: #4a7dbc;
	border-radius: 0 !important;
	padding: 0 !important;
	border: none;
	border-bottom: 1px solid #588ab5;
}
.videoPlayer_List .panel-default>.panel-heading a{
	display: block;
	padding: 8px 10px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	color: #fff;
	font-size: 1.3rem;
}
.panel{
	border: none;
}
.panel-body{
	background: #cee4ff;
	padding: 0;
}
.panel-body ul li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #bfd9f9;
	padding: 5px;
	cursor: pointer;
}
.panel-body ul li.active{
 	background:#09C !important;
 }
.panel-body ul li.active a{
  color:#FFF !important;
 }
.panel-body li:hover   {
 	background:#09C !important;
 }
 .panel-body ul li  a:hover, a:focus,  a.active  {
	 color:#FFF !important;
} 




.panel-body ul li i{
	font-size: 1.5rem;
	color: #4a7dbc !important;
}
.panel-body ul li h1{
	font-size: 1.2rem;
}
.panel-body ul li p{
	color: #4a7dbc !important;
	font-weight: 600;
	font-size: 1.2rem !important;
}
.videoPlayer_List .videoFrame_bx video{
	width: 100%;
}
.panel-group, .panel-group .panel+.panel{
	margin: 0 !important;
}
*{
	/*-ms-overflow-style: none;*/  /* IE and Edge */
  /*scrollbar-width: none;*/  /* Firefox */
}
*::-webkit-scrollbar {
	/*display: none;*/
  }
