/*start body*/
body,html{
	height:100%;
}
body{
	background:linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),url(../images/bg.svg);
	margin:0;
	padding:0;
	direction:rtl;
	color:#333;
	font-family:'cairo', sans-serif;
	font-size:13px;
	font-weight:500;
	line-height:1.7;
}
button{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a{
	text-decoration:none;
	color:#0389c9;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#ea554f;
	text-decoration:none;		
}
img{
	border:none;
	max-width:100%;
}
*{
	list-style:none;
	margin:0;
	outline:none;
	box-sizing:border-box;
	padding:0; 
}
.width{
	margin:0px auto;
	width:1152px;
}
#wrap{
	clear:both;
	display:block;
	padding-top:70px;
	padding-bottom:50px;
	overflow:hidden;
}
/*end body*/
/*start options*/
input,textarea,select {
	background: #fff;
	padding: 8px;
	border-radius: 3px;
	border: 1px solid #f0f0f0;
	direction: ltr;
	text-align: right;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
	font-family: cairo;
	font-weight: 600;
	font-size: 13px;
	position: relative;
	color: #555;
}
textarea {
	min-height: 150px;
}
input:focus,textarea:focus,select:focus {
	box-shadow: 0 0px 5px rgba(52,152,219,.97);
	border: 1px solid #3498db;
}
.checkbox_marker {
	cursor: pointer;
	overflow: hidden;
	line-height: 1.4em;
}
.checkbox_marker input {
	display: none;
}
.checkbox_marker i {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
	margin-left: 5px;
	background: #fbfbfb;
	border: 1px solid #ddd;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
}
.checkbox_marker span {
	color: #555;
	vertical-align: middle;
	font-size: 12px;
}
.checkbox_marker input:checked + i {
	background: #3498db;
	text-align: center;
	line-height: 19px;
	border: 1px solid #3498db;
	color: #fff;
}
.checkbox_marker input:checked + i:before {
	font-family: FontAwesome;
	content: "\f00c";
	display: inline-block;
}
.btn {
	background: #3498db;
	border: 1px solid #0073aa;
	font-weight: 600;
	font-family: cairo;
	font-size: 13px;
	padding: 4px 10px;
	min-width: 65px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	border-radius: 3px;
	box-shadow: 0 1px 0 #006799;
	text-shadow: 0 -1px 1px #006799,-1px 0 1px #006799,0 1px 1px #006799,1px 0 1px #006799;
}
.btn:hover, .btn.typebutton.edit_table:hover, .btn.typebutton.view_table:hover, .btn.typebutton.delte_table:hover {
	opacity: 0.8;
	color:#fff;
}
a:hover, a:active, a:focus, button:hover, button:active, button:focus, select:hover, select:active, select:focus, option:focus, option:hover, option:active, option:focus, option, select, a {
	outline: 0;
}
.btn:focus, .btn:active {
	box-shadow: inset 0 2px 0 #006799;
	background: #006799;
}
.red{
	background:#ff2f25;
}
.green{
	background:#34c38f;
}
.blue{
	background:#00b9ee;
}
.yellow{
	background:#ff9800;
}
.pruple{
	background:#9c27b0;
}
.foshy{
	background:#ff4081;
}
.brown{
	background:#db8838;
}
/*end options*/
/*start password_stren*/
.password_stren {
	clear: both;
	display: block;
}
.password_stren_all {
	clear: both;
	display: block;
	overflow: hidden;
	margin-top: 10px;
}
.password_stren .btn.typebutton.cancelpassword {
	float: left;
	margin-top: 2px;
}
.password_stren_all div {
	width: 6%;
	height: 7px;
	background: #ccc;
	margin-left: 10px;
	cursor:pointer;
	float: right;
}
.password_stren_all div.pass_week.on {
	background: #f0a54d;
}
.password_stren_all div.pass_ok.on {
	background: #f0c04d;
}
.password_stren_all div.pass_good.on {
	background: #9ef04d;
}
/*end password_stren*/
/*start success and errors*/
.errors {
	clear: both;
	margin-bottom: 10px;
	background: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 12px 5px;
	position:relative;
	color: #995d59;
	border-right: 5px solid #e17b70;
	border-left: 1px solid #f4ddd4;
	border-top: 1px solid #f4ddd4;
	border-bottom: 1px solid #f4ddd4;
	box-shadow:0 1px 1px rgba(0,0,0,.04);
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,.04);
	-ms-box-shadow:0 1px 1px rgba(0,0,0,.04);
	-o-box-shadow:0 1px 1px rgba(0,0,0,.04);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,.04);
}
.errors span {
	display: block;
}
.errors i:hover,.success i:hover{
	opacity:0.8;
}
.errors i,.success i {
	font-family: raleway;
	position: absolute;
	left: 15px;
	top: 11px;
	cursor: pointer;
	font-style:normal;
}
.errors span:before {
	font-family: FontAwesome;
	display: inline-block;
	margin-left: 5px;
	background: #f4ddd4;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	-moz-border-radius: 20px;
	text-align: center;
	vertical-align: 0px;
	line-height: 20px;
}
.success {
	clear: both;
	margin-bottom: 10px;
	background: #fff;
	border-radius: 3px;
	padding:10px 5px;
	color: #869c5c;
	position:relative;
	border-right: 5px solid #8dc953;
	border-left: 1px solid #d9ebc7;
	border-top: 1px solid #d9ebc7;
	border-bottom: 1px solid #d9ebc7;
	box-shadow:0 1px 1px rgba(0,0,0,.04);
}
.success a {
	display: block;
	float: left;
	margin-left: 30px;
	font-size: 11px;
	padding-top: 2px;
}
.success a:hover {
	text-decoration:underline;
}
.success span:before {
	font-family: FontAwesome;
	display: inline-block;
	margin-left: 5px;
	background: #d9ebc7;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	-moz-border-radius: 20px;
	text-align: center;
	vertical-align: 0px;
	line-height: 20px;
}
/*end success and errors*/
/*start header*/
#header{
	background:#333;
	position:fixed;
	top:0;
	right:0;
	width:100%;
	z-index:2000;
	height:70px;
	padding:0px 20px;
}
.nav {
	float: right;
	margin-right: 30px;
}
.nav li {
	display: block;
	float: right;
}
.nav li a {
	display: block;
	color: #fff;
	padding: 0px 13px;
	line-height: 70px;
	font-size: 13px;
	font-weight: 600;
}
.nav li a:hover{
	opacity:0.5;
}
.top_login {
	float: left;
}
.top_login li {
	display: block;
	float: right;
}
.top_login li a {
	display: block;
	color: #fff;
	padding: 0px 13px;
	line-height: 70px;
	font-size: 13px;
	font-weight: 600;
}
.top_login li a:hover{
	opacity:0.5;
}
.logo {
	float: right;
	display: block;
}
.logo a {
	display: block;
	margin-top: 2px;
}
.logo img {
	height: 63px;
	filter: brightness(0) invert(1);
}
.logo img.logo1 {
	padding-top: 13px;
}
.head_user{
	float:left;
	height:100%;
	position:relative;
}
.head_user p{
	display:block;
	cursor:pointer;
	padding:0px;
	height:70px;
	position:relative;
	line-height:70px;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.head_user p img {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	top: 5px;
	margin-left: 8px;
	object-fit: cover;
	object-position: top;
}
.head_user p b {
	font-weight: 600;
	font-size: 12px;
	color: #fff;
	text-transform: capitalize;
	display: inline-block;
	line-height:1.7;
	padding-top: 14px;
}
.head_user p b e {
	display: block;
	color: rgba(255, 255, 255, 0.58);
	font-size: 11px;
}
.head_user p c {
	background: #2bc60c;
	width: 12px;
	height: 12px;
	position: absolute;
	border-radius: 50%;
	right:0px;
	top: 13px;
	border: 3px solid #fff;
}
.head_user_sub {
	position: absolute;
	display:none;
	top: 70px;
	background: #fff;
	box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.2);
	width: 100%;
	min-width:170px;
	left: 0px;
}
.head_user_sub span {
	font-weight: 600;
	font-size: 11px;
	color: #888;
	display: block;
	padding: 10px 10px 5px;
}
.head_user_sub span i {
	vertical-align: -1px;
	margin-left: 4px;
}
.head_user_sub ul li {
	display: block;
}
.head_user_sub ul li a {
	display: block;
	color: #555b6d;
	font-weight: 600;
	font-size: 12px;
	width: 100%;
	padding:10px;
}
.head_user_sub ul li a i {
	display: inline-block;
	margin-left: 5px;
	vertical-align:middle;
	font-size:15px;
	font-weight: normal;
}
.head_user_sub ul li.logout{
	border-top:1px solid #f0f0f0;
}
.head_user_sub ul li.logout a{
	color:#f46a6a;
}
.head_user_sub ul li a:hover{
	background:#f0f0f0;
}
.head_user_sub ul li a b {
	display: block;
	float: left;
	font-size: 9px;
	line-height: 1;
	padding: 4px 3px;
	border-radius: 3px;
	font-weight: 600;
	color: #fff;
	margin-top: 3px;
}
.head_note{
	float:left;
	height:100%;
	display:block;
	color:#555b6d;
	margin-left:10px;
	position:relative;
}
.head_note p{
	padding:0px 15px;
	display:block;
	color:#fff;
	cursor:pointer;
	height:100%;
	font-size:22px;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	line-height:70px;
	position:relative;
}
.head_note p i {
	-webkit-animation: tada 1.5s ease infinite;
	animation: tada 1.5s ease infinite;
}
.head_note p b {
	position: absolute;
	font-size: 9px;
	color: #fff;
	top: 15px;
	left: 10px;
	border-radius: 50%;
	padding: 3px 5px 4px;
	line-height: 1;
}
.head_note_sub {
	position: absolute;
	display:none;
	top: 70px;
	background: #fff;
	box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.2);
	width:320px;
	left: 0px;
}
.head_note_sub b {
	font-weight: 600;
	font-size: 11px;
	color: #888;
	display: block;
	padding:10px;
}
.head_note_sub b i {
	vertical-align: -1px;
	margin-left: 4px;
}
.head_note_sub_foot {
	padding: 10px;
	border-top: 1px solid #f0f0f0;
	text-align: center;
}
.head_note_sub_foot a {
	font-weight: 600;
}
.head_note_sub_foot a i {
	font-size: 15px;
	vertical-align:-2px;
	margin-left: 5px;
}
.head_note_sub_txt{
	clear:both;
	position:relative;
	margin-bottom:10px;
	overflow:auto;
	height:230px;
}
.head_note_sub_txt li {
	display: block;
	overflow: hidden;
	padding: 10px 15px;
	border-bottom: 1px solid #f5f5f5;
}
.head_note_sub_txt li:last-child{
	border-bottom:none;
}
.head_note_icon {
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	float:right;
	font-size: 17px;
	border-radius: 32px;
	overflow: hidden;
}
.head_note_txt {
	margin-right: 50px;
	overflow: hidden;
}
.head_note_txt h2 {
	font-weight: 600;
	color: #495057;
	font-size: 13px;
	display: block;
	margin-bottom: 5px;
}
.head_note_txt h1 {
	font-weight: 400;
	font-size: 12px;
	color: #74788d;
}
.head_note_txt span {
	color: #9a9a9a;
	font-size: 12px;
	display: block;
	margin-top: 5px;
}
.head_note_txt span i{
	vertical-align:-2px;
	margin-left:5px;
}
.head_note_icon i {
	display: block;
	width: 100%;
	height: 100%;
}
.loadinpos{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.loadinpos_page{
	position:fixed;
	background:rgba(0,0,0,0.5);
	left:0;
	top:0;
	width:100%;
	z-index:1000;
	height:100%;
}
.loadinpos .loadblack,.loadinpos_page .loadblack{
	position:absolute;
	background:none;
}
.head_fullscreen{
	float:left;
	height:100%;
	display:block;
	cursor:pointer;
	font-size:22px;
	padding:0px 15px;
	line-height:70px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	color:#fff;
}
.head_fullscreen i:last-child{
	display:none;
}
.head_fullscreen.full_screen_off i:first-child{
	display:none;
}
.head_fullscreen.full_screen_off i:last-child{
	display:inline-block;
}
.head_home a,.head_likes a,.head_chat a{
	float:left;
	height:100%;
	display:block;
	position:relative;
	font-size:22px;
	color:#fff;
	padding:0px 15px;
	line-height:70px;
}
.head_home a{
	float:right;
	margin-right:10px;
}
.head_home a:hover,.head_fullscreen:hover,.head_note p:hover,.head_note p.active,.head_likes a:hover,.head_chat a:hover{
	background:rgba(255, 255, 255, 0.1);
}
.head_search {
	float: right;
	background: rgba(255, 255, 255, 0.1);
	margin-right: 25px;
	width: 220px;
	height: 50px;
	margin-top: 9px;
	border-radius: 5px;
	position: relative;
}
.head_search label {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.head_search label input {
	box-shadow: none;
	border: none;
	background: none;
	color: #fff;
	direction: revert;
	line-height: 50px;
	padding: 0px 15px 0px 30px;
	font-size: 12px;
}
.head_search label input::-webkit-input-placeholder{
	color:#bfd8e4;
}
.search_users label input::-webkit-input-placeholder{
	color:#a8b7c8;
}
.head_search label button {
	width: 30px;
	height: 30px;
	border: none;
	font-family: FontAwesome;
	background:none;
	cursor: pointer;
	position: absolute;
	left: 5px;
	top: 10px;
	color: #fff;
	font-size:15px;
}
.head_search label button:before {
	content: "\f002";
}
.head_likes b,.head_chat b {
	position: absolute;
	font-size: 9px;
	color: #fff;
	top: 15px;
	left: 10px;
	border-radius: 50%;
	padding: 3px 5px 4px;
	line-height: 1;
}
.head_search_sub {
	position: absolute;
	display:none;
	top: 55px;
	background: #fff;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.2);
	width: 220px;
	left: 0px;
	padding:15px 0px;
	border-radius: 3px;
}
.head_search_sub_txt{
	clear: both;
	position: relative;
	margin-bottom: 10px;
	overflow: auto;
	min-height:90px;
	max-height: 230px;
}
.head_search_sub_txt li a{
	display: block;
	overflow: hidden;
	padding: 10px 15px;
	border-bottom: 1px solid #f5f5f5;
}
.head_search_sub_txt li:last-child a{
	border-bottom:none;
}
.head_search_sub_txt li a:hover{
	background:#edf7fb;
}
.head_search_sub_txt li img {
	width: 40px;
	height: 40px;
	object-fit: cover;
	object-position: top;
	border-radius: 50%;
	display: block;
	float: right;
}
.head_search_sub_txt li p {
	margin-right: 50px;
	color: #555;
	font-weight: 600;
	font-size: 12px;
}
.head_search_sub_txt li p i {
	font-style: normal;
	display: block;
	color: #647589;
}
.head_search_sub_txt li.empty {
	display: block;
	text-align: center;
	padding: 40px 0px;
	font-weight: 600;
	color: #888;
	font-size: 14px;
}
/*end header*/
/*start footer*/
#footer {
	clear: both;
	display: block;
	background: #333;
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding: 30px 20px;
	color: #bbb;
	font-size: 12px;
}
.foot{
	text-align:center;
	clear:both;
	margin-bottom:10px;
	overflow:hidden;
}
.foot li{
	display:inline-block;
}
.foot li a{
	display:block;
	padding:0px 15px;
	color:#bbb;
	font-weight:600;
	font-size:12px;
}
.foot li a:hover{
	opacity:0.5;
}
/*end footer*/
/*start profile table*/
.profile_table{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	direction:ltr;
}
#profile_right {
	display:block;
	width:96px;
	direction:rtl;
	padding: 0 20px 25px 20px;
	background: #fff;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
	z-index: 100;
	position: -webkit-sticky;
	position: sticky;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
    top:70px;
}
#profile_right2 {
	display:block;
	width:80px;
	direction:rtl;
	padding:36px 16px;
	background: #0389c9;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
	z-index: 100;
	position: -webkit-sticky;
	position: sticky;
	border-radius:5px;
	height: -webkit-max-content;
	height: -moz-max-content;
	margin-bottom:30px;
	margin-top:30px;
	margin-left:20px;
	height: max-content;
    top:100px;
}
#profile_left {
	direction: rtl;
	padding-top:30px;
	padding-bottom:30px;
	display: block;
	width: 100%;
	padding-right: 30px;
	padding-left:30px;
}
/*end profile table*/
/*start profile right*/
.profile_right_head{
	width: 50px;
	height: 50px;
	margin:25px auto;
	text-align:center;
	line-height:50px;
	color:#51595e;
	font-size:20px;
	background-color: #edf7fb;
	border-radius: 5px;
}
.profile_right_list {
	border-top: 1px solid rgba(100, 117, 137, 0.1);
	padding-top: 25px;
	clear: both;
	display: block;
}
.profile_right_list li {
	display: block;
	position: relative;
}
.profile_right_list li a {
	display: block;
	width: 54px;
	height: 54px;
	margin-bottom: 20px;
	border-radius: 50%;
	position: relative;
	text-align:center;
}
.profile_right_list li a:after {
	content: url(../images/chat_round_shape.png);
	position: absolute;
	right:1px;
	top: -5px;
	transform:rotate(10deg);
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
}
.profile_right_list li a:hover:after{
	content: url(../images/chat_round_shape2.png);
	transform:rotate(0deg);
}
.profile_right_list li:last-child a {
	margin-bottom:0px;
}
.profile_right_list li a img {
	width: 44px;
	height: 44px;
	display:inline-block;
	object-fit: cover;
	object-position: center;
	border-radius: 50%;
}
.profile_right_list li c {
	background: #2bc60c;
	width: 12px;
	height: 12px;
	position: absolute;
	border-radius: 50%;
	left: 0px;
	top: -1px;
	border: 3px solid #fff;
}
/*end profile right*/
/*start profile left*/
.profile_right_head2 {
	margin: 0px auto 20px;
	text-align: center;
	color: #fff;
	font-size: 20px;
}
.profile_right_list2 {
	border-top:1px solid rgba(255, 255, 255, 0.15);
	padding-top: 25px;
	clear: both;
	display: block;
}
.profile_right_list2 li a{
	display:block;
	width:45px;
	height:45px;
	border-radius:10px;
	margin-bottom:30px;
	background:rgba(255, 255, 255, 0.07);
	line-height:45px;
	text-align:center;
	font-size:17px;
	color:#fff;
}
/*end profile left*/
/*start profile center*/
.profile_pendeing {
	background: #fff3cd;
	border: 1px solid #ffeeba;
	color: #856404;
	overflow: hidden;
	border-radius: .25rem;
	padding: .75rem 1.25rem;
	margin-bottom: 20px;
	box-shadow:0px 5px 20px 0px rgba(0, 0, 0, 0.02);
}
.profile_cover {
	height: 350px;
	background-color:#fff;
	background-image:url(../images/extra/banner_user.jpg);
	box-shadow: 0px 8px 7px 0px rgba(3, 137, 201, 0.18);
	border-radius: 5px;
	position: relative;
	overflow:hidden;
	background-position: center center;
	background-size: cover;
}
.profile_box{
	position: absolute;
	left: 40px;
	min-width:250px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	padding: 25px 15px 20px;
	background:#ffffff;
	box-shadow:0px 5px 20px 0px rgba(0, 0, 0, 0.02);
	border-radius:5px;
	display:block;
	overflow:hidden;
}
.profile_content{
	text-align:center;
}
.profile_content_img{
	position: relative;
}
.profile_content_img_img{
	margin: 0 auto;
	overflow:hidden;
	width: 80px;
	height: 80px;
	border-radius:100%;
}
.profile_content_img_img img {
	object-fit: cover;
	object-position: top;
	width: 100%;
	height: 100%;
}
.profile_content_img_img:after {
	content: url(../images/round_shape1.png);
	position: absolute;
	top: -7px;
	left: 50%;
	margin-left: -47px;
}
.profile_content h2 {
	font-size: 15px;
	font-weight: 700;
	padding-top: 25px;
}
.profile_content b {
	font-weight: 600;
	letter-spacing:1px;
	color: #647589;
	font-size: 14px;
	display: block;
}
.profile_content p {
	font-weight: 400;
	padding-top: 15px;
	font-size: 11px;
	color: #647589;
	line-height: 1.4;
}
.profile_content p i {
	font-style: normal;
	display: block;
	font-weight: 700;
	font-size: 15px;
	color: #51595e;
}
.profile_content a{
	margin-top:15px;
	display:inline-block;
	background-color: #0389c9;
	border-radius: 5px;
	border: 1px solid #0389c9;
	color: #ffffff;
	font-weight:600;
	padding:0px 20px;
	line-height:40px;
	font-size:14px;
}
.profile_content a:hover {
	color: #0389c9;
	border: 1px solid #0389c9;
	background-color: #ffffff;
	box-shadow: 0px 9px 30px 0px rgba(3, 137, 201, 0.22);
}
.profile_content a i{
	font-weight:normal;
	vertical-align:-2px;
	font-size:17px;
	margin-left:5px;
}
.profile_status .profile_active,.profile_unactive,.profile_active{
	background: #2bc60c;
	width: 10px;
	height: 10px;
	position: absolute;
	border-radius: 50%;
	left: 10px;
	top: 10px;
}
.profile_unactive{
	background:#ff2f25;
}
.profile_box_buttons{
	position:absolute;
	bottom:30px;
	right:30px;
}
.profile_box_buttons button,.profile_box_buttons a{
	background:#fff;
	border:1px solid #fff;
	font-family:cairo;
	font-size:12px;
	font-weight:700;
	padding:0px 15px;
	color:#0389c9;
	cursor:pointer;
	height:37px;
	line-height:35px;
	display:inline-block;
	border-radius:5px;
	margin-left:4px;
}
.profile_box_buttons button:hover,.profile_box_buttons button.profile_box_buttons_like_active,.profile_box_buttons a:hover{
	color:#fff !important;
	background:#0389c9;
	border:1px solid #0389c9;
}
.profile_box_buttons button.profile_box_buttons_like{
	background:#fff;
	border:1px solid #fff;
	color:#0389c9 !important;
}
.profile_box_buttons button.profile_box_buttons_like_active{
	color:#fff !important;
	background:#0389c9;
	border:1px solid #0389c9;
}
.profile_box_buttons button i,.profile_box_buttons a i{
	font-weight: normal;
	margin-left: 5px;
	font-size: 18px;
	vertical-align: -3px;
}
.profile_box_buttons button.profile_box_buttons_chat,.profile_box_buttons a.profile_box_buttons_chat{
	color:#2bc60c;
}
.profile_box_buttons button.profile_box_buttons_chat i,.profile_box_buttons a.profile_box_buttons_chat i{
	margin:0;
	vertical-align:middle;
}
.profile_box_buttons_like .loadinpos {
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	float: left;
	margin-right: 15px;
	margin-top: 19px;
	margin-left: 13px;
}
.profile_box_buttons_like .loadinpos .sk-folding-cube {
	width: 15px;
	height: 15px;
}
/*end profile center*/
/*start profile_menu*/
.profile_menu{
	margin-top:15px;
	border-radius:5px;
	overflow:hidden;
	background:#fff;
	box-shadow:0 3px 6px rgba(0,0,0,.16);
	padding:20px;
}
.profile_menu ul li {
	float: right;
	padding-left: 10px;
}
.profile_menu ul:last-child{
	float:left;
}
.profile_menu li a{
	background:#edf7fb;
	border-radius:5px;
	padding:0px 20px;
	display:block;
	line-height:44px;
	color:#647589;
	font-weight:700;
	font-size:12px;
}
.profile_menu li a:hover,.profile_menu li.current a{
	color:#0389c9;
}
.profile_menu li a i {
	margin-left: 5px;
	font-size: 15px;
	vertical-align: -2px;
}
/*end profile_menu*/
/*start profile_lista*/
#profile_lista{
	clear:both;
	display:block;
	margin-top:15px;
	display:flex;
}
.profile_lista_right,.profile_lista_right1{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width:33.33%;
	padding-left:25px;
}
.profile_lista_left{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width:66.66%;
}
/*end profile_lista*/
/*start my_content1*/
.profile_lista_right .my_content1{
	position: -webkit-sticky;
	position: sticky;
	top: 85px;
	z-index: 1020;
}
.my_content1.my_content1_single{
	margin-bottom:0;
}
.my_content1 {
	background: #fff;
	border-radius: 5px;
	margin-bottom:25px;
	box-shadow:0 3px 6px rgba(0,0,0,.16);
}
.my_content1_title {
	padding: 25px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}
.my_content1_title h2 {
	font-weight: 700;
	color: #000;
	font-size: 16px;
}
.my_content1_txt {
	padding: 25px;
	clear: both;
}
/*end my_content1*/
/*start edit page*/
.meta_box_loop {
	display: block;
	margin-right: -25px;
	margin-left: -25px;
	overflow: hidden;
	padding: 15px 25px;
	border-bottom: 1px solid #edf7fb;
}
.meta_box_loop:last-child{
	border-bottom:none;
}
.meta_box_loop_right {
	font-weight: 600;
	font-size: 13px;
	color: #555;
	margin-bottom: 10px;
}
.meta_box_loop_right span:before {
	font-family: FontAwesome;
	font-weight: normal;
	vertical-align: 0px;
	margin-left: 5px;
}
.meta_box_loop_left {
	clear: both;
	display: block;
}
.meta_box_loop_left select, .meta_box_loop_left input, .meta_box_loop_left textarea {
	display: block;
	width: 100%;
	color:#999;
	direction:rtl;
}
.meta_box_set_image {
    clear: both;
    display: block;
    text-align: center;
}
.meta_box_set_image img {
    max-height: 250px;
}
.meta_box_set_image button {
    display: inline-block;
    background: none;
    border: none;
    font-family: droid,raleway;
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
}
.meta_box_set_image button {
    display: inline-block;
    background: none;
    border: none;
    font-family: droid,raleway;
    font-size: 12px;
	color:#00b9ee;
    text-decoration: underline;
    cursor: pointer;
}
.meta_box_set_image_img * {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.meta_box_set_image button:hover {
    opacity: 0.8;
}
#profile_left .errors, #profile_left .success {
	margin-top: 15px;
}
.meta_three_input select {
	width: 32%;
	float: right;
}
.meta_three_input select:nth-child(2) {
	margin-right: 2%;
	margin-left: 2%;
}
.my_file_title {
    font-size: 11px;
    padding-top: 2px;
    display: block;
}
.meta_box_set_image button {
    display: inline-block;
    background: none;
    border: none;
    font-family: droid,raleway;
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
}
.meta_box_set_image_img a.show_file_now {
    font-size: 12px;
    text-decoration: underline;
    display: inline-block;
    margin-right: 20px;
}
.meta_box_set_image_img .upload_iframe_video {
    float: none;
    width: 100%;
    margin: 0;
    max-width: 100%;
}
/*end edit page*/
/*start my_likes_list*/
.my_likes_list{
	margin-top:15px;
}
.my_likes_list_all li {
	width: 33.33%;
	overflow: hidden;
	padding: 12px 10px;
	display: inline-block;
	vertical-align:top;
}
.my_likes_list_all li a{
	padding:35px 20px 15px;
	text-align:center;
	border:1px solid #eaeff5;
	background:#fff;
	border-radius: 6px;
	display:block;
	overflow:hidden;
	position: relative;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.my_likes_list_all li a img {
	display: block;
	margin: 0px auto 15px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	object-fit: cover;
	object-position: top;
	box-shadow: 0 0 14px 0 rgba(0,0,0,0.08);
}
.my_likes_list_all li a h2{
	color:#272f46;
	font-weight:600;
	margin-bottom: 4px;
	font-size: 16px;
}
.my_likes_list_all li a h1{
	font-weight: 600;
	font-size: 13px;
	display: block;
	color: #677484;
}
.my_likes_list_all li a e {
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	overflow: hidden;
}
.my_likes_list_all li a e i {
	display: inline-block;
	border: 1px solid #b9c5ce;
	border-radius: 50px;
	margin: 5px;
	font-weight: 500;
	color: #657180;
	font-style: normal;
	padding: 3px 15px;
	font-size: 12px;
}
.my_likes_list_all li a p {
	color: #667488;
	display: block;
	font-size: 13px;
	max-height: 45px;
	overflow: hidden;
}
.my_likes_list_all li a:hover b{
	color:#fff;
	background:#0389c9;
	border-top: 1px solid #0389c9;
}
.my_likes_list_all li a b {
	border-top: 1px solid #eaeff5;
	display: block;
	margin: 15px -20px -15px;
	color: #272f46;
	background: #f2f3f5;
	padding: 17px;
	font-weight: 600;
	font-size: 13px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
}
/*end my_likes_list*/
/*start pagination*/
.pagination {
	clear: both;
	overflow:hidden;
	text-align: center;
	padding-top: 45px;
	padding-bottom: 45px;
}
.pagination li {
	display: inline-block;
}
.pagination span, .pagination a {
	border: 1px solid #eee;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: #666;
	cursor: pointer;
	font-size: 13px;
	border-radius:3px;
	margin-right: 2px;
	padding:0px 12px;
	margin-left: 2px;
}
.pagination a:hover{
	border:1px solid #2777be;
	background:#fff;
	color:#2777be;
}
.empty_full{
	display:block;
	text-align:center;
	padding:80px;
	font-size:20px;
	color:#999;
}
/*end pagination*/
/*start info*/
.my_content1_txt_aboutinfo li {
	display: block;
	overflow: hidden;
	margin-bottom: 25px;
}
.my_content1_txt_aboutinfo li i {
	width: 45px;
	height: 45px;
	display: block;
	float: right;
	border-radius: 5px;
	background: #edf7fb;
	text-align: center;
	line-height: 45px;
	color: #212529;
	font-size: 14px;
}
.my_content1_txt_aboutinfo li i:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
}
.my_content1_txt_aboutinfo li p {
	margin-right: 65px;
	overflow: hidden;
}
.my_content1_txt_aboutinfo li p b {
	display: block;
	font-size: 13px;
	margin-bottom: 1px;
}
.my_content1_txt_aboutinfo li p e,.my_content1_txt_aboutinfo li p a{
	display: block;
	color: #647589;
	font-size: 13px;
	font-weight: 600;
}
.my_content1_txt_aboutinfo.my_content1_txt_aboutinfo1 {
	margin: -25px;
}
.my_content1_txt_aboutinfo.my_content1_txt_aboutinfo1 li p {
	margin: 0px;
}
.my_content1_txt_aboutinfo.my_content1_txt_aboutinfo1 li {
	border-bottom: 1px solid #edf7fb;
	margin-bottom:0;
	padding: 25px;
}
.my_content1_txt_aboutinfo.my_content1_txt_aboutinfo1 li p {
	margin: 0px;
	display: block;
	width: 100%;
}
.my_content1_txt_aboutinfo.my_content1_txt_aboutinfo1 li p b {
	display: block;
	width: 200px;
	float: right;
}
.my_content1_txt_aboutinfo.my_content1_txt_aboutinfo1 li p e {
	margin-right: 200px;
	overflow: hidden;
}
.my_content1_txt_aboutinfo.my_content1_txt_aboutinfo1 li:last-child{
	border-bottom:none;
}
.my_content1_txt_aboutinfo_txt {
	color: #647589;
	font-size: 14px;
}
.my_content1_txt_aboutinfo_table {
	width: 100%;
	border: 1px solid #edf7fb;
}
.my_content1_txt_aboutinfo_table th {
	background: #edf7fb;
	padding: 10px;
	font-size: 12px;
	font-weight: 700;
}
.my_content1_txt_aboutinfo_table td {
	padding: 10px;
	text-align: center;
	border-bottom: 1px solid #edf7fb;
	border-left: 1px solid #edf7fb;
	font-size: 12px;
	color: #647589;
}
/*end info*/
/*extra*/
.experts button {
    display: block;
    margin: 25px auto;
}
.meta_four_input {
    padding: 15px;
    overflow: hidden;
}
.meta_four_input input {
    width: 22%;
    display: block;
    float: right;
    margin-left: 1%;
}
span.delete_expert {
    width: 8%;
    height: 40px;
    display: block;
    background: #ff2f25;
    float: left;
	box-shadow:0 1px 0 #ccc;
    border-radius: 3px;
    line-height: 40px;
	color:#fff;
	text-align:center;
	font-size:14px;
    cursor: pointer;
}
span.delete_expert:before{
	content:"\f014";
	font-family:FontAwesome;
}
/*extra*/
/*start page_table_list*/
.page_table_list {
	clear: both;
	display: block;
	overflow: hidden;
	margin:-25px;
}
.page_cell_list {
	background: #fff;
	border-bottom:1px solid #eaeff5;
	padding: 20px;
	overflow: hidden;
}
.page_cell_list:nth-child(2n+2){
	background: #f8f8f8;
}
.page_cell_list.page_cell_list1:nth-child(2n+2){
	background:#fff;
}
.pcl_img {
	float: right;
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 14px 0 rgba(0,0,0,0.08);
}
.pcl_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.pcl_txt {
	margin-right: 75px;
	overflow: hidden;
}
.pcl_txt span {
	color: #000;
	font-size: 14px;
	display: block;
	vertical-align: middle;
	font-weight: 600;
}
.pcl_txt b {
	font-weight: normal;
	color: #677484;
	margin-bottom: 2px;
	display: block;
	text-transform: capitalize;
	font-size: 12px;
	margin-top: 2px;
}
.pcl_txt b.pcl_no_title{
	margin-top:4px;
}
.pcl_txt b:before {
	content: "\f007";
	font-family: FontAwesome;
	display: inline-block;
	vertical-align: 0px;
	margin-left: 5px;
}
.pcl_txt i:before {
	content: "\f017";
	font-family: FontAwesome;
	display: inline-block;
	vertical-align: 0px;
	margin-left: 5px;
}
.pcl_txt i {
	font-family: raleway,droid;
	margin-bottom:5px;
	font-size: 11px;
	color: #999;
	display: block;
	font-style: normal;
}
.pcl_txt_p {
	clear: both;
	display: block;
	margin-top: 15px;
	font-size: 13px;
	color: #677484;
}
.pcl_txt.pcl_txt1 {
	padding-top: 10px;
}
.pcl_txt.pcl_txt1 a {
	display: block;
	background: #edf7fb;
	color: #647589;
	padding: 10px 12px;
	font-weight: 700;
	font-size: 13px;
	text-align: center;
}
.pcl_txt.pcl_txt1 a:hover,.page_cell_list.page_cell_list1.notmine .pcl_txt.pcl_txt1 a:hover{
	background: #eee;
}
.page_cell_list.page_cell_list1.notmine {
	background: #fffee6;
	border-bottom: 1px solid #fff7e6;
}
.page_cell_list.page_cell_list1.notmine .pcl_txt.pcl_txt1 a{
	background:#fde9ce;
}
.issue_form {
	clear: both;
	display: block;
	overflow: hidden;
	margin: -25px;
	padding: 50px 25px 25px;
}
.issue_form e {
	display: block;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 15px;
}
.issue_form textarea {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.issue_form.issue_form2 {
	margin: 0px;
}
/*end page_table_list*/
/*start users*/
.search_users {
	overflow: hidden;
	display: block;
	padding:20px 0px 10px;
	width: 100%;
}
.search_users label {
	display: block;
	background: #edf7fb;
	position:relative;
	color: #647589;
	overflow: hidden;
	height: 45px;
	line-height:45px;
}
.search_users label input {
	box-shadow: none;
	border: none;
	background: none;
	direction: rtl;
	width: 100%;
	height: 100%;
	font-size: 13px;
	color: #647589;
	padding: 7px 15px 7px 35px;
}
.search_users select {
	float: left;
	background: #edf7fb;
	color: #647589;
	font-size: 12px;
	direction: rtl;
	display: block;
	height: 45px;
	border:none;
	min-width:200px;
	line-height:45px;
	margin-right: 20px;
	margin-left: 20px;
	box-shadow:none;
}
.search_users button.btn {
	float: left;
	display: block;
	height:45px;
}
.search_users label button {
	width: 30px;
	height: 30px;
	border: none;
	font-family: FontAwesome;
	background: none;
	cursor: pointer;
	position: absolute;
	left: 5px;
	top: 7px;
	color: #0389c9;
	font-size: 15px;
}
.search_users label button:before {
	content: "\f002";
}
/*end users*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:466px;
	display:block;
	z-index:100;
	margin-bottom:60px;
	background-color:#333;
	overflow:hidden;
	width:100%;
	position:relative;
}
.slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
}
.slideshow{
	background:url(../images/load.gif) 50% 50% no-repeat;
}
.slider{
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	display:block;
	height:100%;
	background-position:center bottom;
}
#slideshow .next,#slideshow .prev{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	display:block;
	font-size:55px;
	text-align:center;
	position:absolute;
	top:50%;
	width:40px;
	height:100px;
	line-height:70px;
	margin-top:-40px;
	color:#fff;
	left:30px;
	right:auto;
	z-index:1001;
	cursor:pointer;
}
#slideshow .next{
	right:30px;
	left:auto;
}
#slideshow .next:before{
	font-family:FontAwesome;
	content:"\f105";
}
#slideshow .prev:before{
	font-family:FontAwesome;
	content:"\f104";
}
#slideshow .next:hover,#slideshow .prev:hover{
	color:#fff;
	opacity:0.6;
}
#progress_a{
	width:100%;
	left:0px;
	position:absolute;
	z-index:101;
	top:0px;
}
#progress{
	height:8px;
	float:left;
	background:rgba(255,255,255,0.3);
}
.slider a{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	z-index:1000;
}
/*end slideshow*/
/*start events*/
.events_list.width {
	clear: both;
	display: block;
}
.events_list_all{
	margin:0px -15px;
}
.events_list_all li {
	display: block;
	float: right;
	width: 25%;
	padding: 15px;
	overflow: hidden;
}
.events_list_all li:first-child{
	width:50%;
}
.events_list_all li:first-child img{
	height:560px;
}
.events_list_all li img {
	width: 100%;
	display: block;
	height: 265px;
	border-radius:15px;
	object-fit:cover;
	object-position:top;
}
.empty{
	padding:30px;
	text-align:center;
	font-weight:600;
	font-size:20px;
	color:#888;
}
.events_filter{
	clear:both;
	display:block;
	width:100%;
	margin-bottom:20px;
	overflow:hidden;
}
.events_filter h2{
	color:#0389c9;
	font-weight:400;
	font-size:30px;
	display:block;
	margin-bottom:15px;
}
.events_filter_list{
	margin:0px -20px;
}
.events_filter_list label{
	float:right;
	width:50%;
	padding:0px 20px;
}
.events_filter_list label select{
	border:1px solid #ced4da;
	background:#fff;
	height:48px;
	direction:rtl;
	line-height:48px;
	border-radius:.3rem;
	padding:0px 15px;
	width:100%;
	display:block;
}
/*end events*/
/*start pages*/
#wraps_is{
	padding-top:50px;
	padding-bottom:20px;
	clear:both;
	overflow:hidden;
}
#wraps_is .width_wrap {
	background: #fff;
	box-shadow: 0 3px 6px rgba(0,0,0,.16);
	margin: 0px auto 0px;
	padding: 50px;
	border-radius: 10px;
	overflow:hidden;
}
.page_title {
	display: block;
	margin-bottom: 20px;
	text-align: center;
	overflow: hidden;
}
.page_title h2 {
	font-weight: 400;
	font-size: 30px;
	color: #0389c9;
	display: block;
}
.postin_txt {
	line-height: normal;
}
.postin_txt *{
	list-style: revert;
	padding: revert;
	margin: revert;
}
.contactus {
	width: 750px;
	margin: 0px auto;
	background: #fff;
	box-shadow: 0 3px 6px rgba(0,0,0,.16);
	border-radius: 10px;
	overflow:hidden;
}
.contactus h2 {
	font-weight: 600;
	padding: 16px;
	font-size: 19px;
	border-bottom:1px solid rgba(0,0,0,.125);
	text-align: center;
	background: #eee;
	color: #000;
}
.contact_table {
	padding: 30px 50px;
}
.contact_table label {
	display: block;
	margin-bottom: 25px;
}
.contact_table label p {
	display: block;
	margin-bottom: 10px;
	color: #000;
}
.contact_table label p b{
	color: #ff0000;
}
.contact_table label input, .contact_table label textarea {
	display: block;
	max-width:100%;
	width: 100%;
	border: 1px solid #ddd;
}
.contact_table button {
	display: block;
	width: 100%;
	height: 50px;
	background: #0389c9;
	color: #fff;
	border: none;
	font-family: 'cairo', sans-serif;
	font-weight: 600;
	font-size: 15px;
	cursor: pointer;
	border-radius: 5px;
}
.contact_table button:hover{
	opacity:0.7;
}
/*end pages*/
/*start popupbox*/
.popupbox_msg label {
	display: block;
	margin-bottom: 12px;
	overflow: hidden;
}
.popupbox_txt button.sure_button {
	background: #2ecc71;
	color: #fff;
	margin-left: 10px;
}
.popupbox_msg label span {
	display: block;
	color: #000;
	margin-bottom: 4px;
}
.popupbox_msg label select {
	display: block;
	width: 100%;
	border: 1px solid #ddd;
	background: #fff;
	font-family: droid,raleway;
	padding: 5px;
	color: #555;
}
.popupbox {
	position: fixed;
	text-align: center;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 5000;
	background: rgba(0,0,0,0.5);
}
.popupbox_center{
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	display: flex;
	width:100%;
	height:100%;
	z-index:100;
	position:relative;
	text-align:center;
}
.popupbox_content{
	display:block;
	height:100%;
	width:100%;
	text-align:center;
}
.popupbox_txt {
	width: 350px;
	height:100%;
	margin-right: auto;
	margin-left: auto;
	padding: 25px;
	background: rgba(255,255,255,0.95);
	overflow:auto;
}
.popupbox_msg {
	display: block;
	clear: both;
	overflow: hidden;
	text-transform:capitalize;
	margin-bottom: 20px;
	color: #000;
}
.popupbox_msg.errorb {
	color:#e74c3c;
}
.popupbox_msg.successb {
	color:#2ecc71;
}
.popupbox_msg:before {
	font-family: FontAwesome;
	display: block;
	margin-bottom: 10px;
	font-size: 15px;
	width: 35px;
	height: 35px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-ms-border-radius: 35px;
	-o-border-radius: 35px;
	-moz-border-radius: 35px;
	color:#fff;
	line-height: 35px;
}
.popupbox_msg.successb:before{
	content:"\f00c";
	border: 1px solid #2ecc71;
	background:#2ecc71;
}
.popupbox_msg.errorb:before{
	content:"\f00d";
	border: 1px solid #e74c3c;
	background:#e74c3c;
}
.popupbox_txt button:hover{
	border:none;
	height:auto;
	line-height:normal;
	opacity:0.9;
}
.popupbox_txt button {
	display: inline-block;
	line-height:normal;
	height:auto;
	float:none;
	background: #444;
	border: none;
	color: #fff;
	font-family: droid,raleway;
	padding: 4px 20px;
	font-size: 12px;
	color: #ddd;
	cursor: pointer;
	text-transform: uppercase;
}
.popupbox_msg textarea {
	width: 100%;
	height: auto;
	font-family:droid,raleway;
	font-size:12px;
	color:#555;
	padding:10px;
	min-height: 125px;
	background: #fff;
	border: 1px solid #ddd;
}
.popup_title_is {
	clear: both;
	margin-bottom: 10px;
	margin-top:10px;
	font-family: cocon;
	font-size: 20px;
}
/*end popupbox*/
.notification_img img {
	float: right;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	object-fit: cover;
	object-position: top;
}
.notification_msg {
	margin-right: 60px;
	font-size: 12px;
}
.notification_text {
	font-size: 12px;
	color: #888;
}
.notification_img img {
	float: right;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	object-fit: cover;
	object-position: top;
	border: 1px solid #ddd;
	padding: 2px;
}
/*start single*/
.postin_img {
	width: 100%;
	display: block;
	height: 420px;
	overflow: hidden;
	margin-bottom: 50px;
}
.postin_img img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	object-fit: cover;
	object-position: top;
}
.events_table{
	display:block;
	width:100%;
	clear:both;
}
.events_table_right{
	display:block;
	float:right;
	width:66.66%;
}
.events_table_left{
	float:left;
	width:33.33%;
	display:block;
	padding-right:30px;
}
.my_content1.my_content50 .my_content1_title h2{
	font-size:40px;
	font-weight:400;
	color:#000;
}
.my_content1.my_content50 .my_content1_title {
	padding: 5px 25px;
}
.events_lista li {
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
	color: #000;
	font-size: 15px;
}
.events_lista li i {
	font-style: normal;
	font-family: FontAwesome;
	font-weight: normal;
	display: block;
	float: right;
	width: 20px;
}
.events_lista li p {
	margin-right: 30px;
}
.my_event_map iframe{
	width:100% !important;
	height:284px !important;
	border-radius:15px;
	border:1px solid #eee;
}
.events_price_lista {
	margin: -20px;
	display: block;
}
.events_price_lista li {
	background: #eee;
	padding: 15px;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	color: #000;
}
.events_price_lista li:nth-child(2n+2) {
	background: #fff;
}
.my_event_reserve a {
	background: #0389c9;
	color: #fff;
	display: block;
	height: 70px;
	border-radius: 5px;
	text-align: center;
	line-height: 70px;
	font-size: 20px;
	margin-bottom: 25px;
}
.my_event_reserve a:hover{
	opacity:0.8;
}
/*end single*/
/*start reserv*/
.reserv_head{
	clear:both;
	display:block;
	text-align:center;
	margin-bottom:50px;
}
.reserv_head h2 {
	font-weight: 400;
	font-size: 30px;
}
.reserv_dates{
	background:#fff;
	margin-bottom:50px;
	padding:30px 0px;
	clear:both;
	display:block;
	float:right;
	text-align:center;
	width:100%;
	box-shadow:0 1rem 3rem rgba(0,0,0,.175);
}
.reserv_dates_is label {
	display: inline-block;
	padding: 10px;
}
.reserv_dates_is label input{
	display:none;
}
.reserv_dates_is label span {
	display: block;
	width: 100%;
	text-align: center;
	padding: .5rem .5rem;
	border: 1px solid #eee;
	cursor: pointer;
	box-shadow: 0 0 3px 0 rgba(0,0,0,.1);
}
.reserv_dates_is label span i {
	font-size: 9px;
	display: block;
}
.reserv_dates_is label span p {
	display: block;
	font-size: 19px;
}
.reserv_dates_is label span b {
	font-weight: normal;
	font-size: 10px;
}
.reserv_dates_is label input:checked + span {
	border:1px solid #0389c9;
}
.reserv_dates_is label input:checked + span i,.reserv_dates_is label input:checked + span b,.reserv_dates_is label input:checked + span p{
	color:#0389c9;
}
.contactus.contactus_reserv h2 {
	text-align: right;
	padding: 12px 16px;
	font-size: 15px;
}
.resrv_prices {
	border: 1px solid #eee;
	display: block;
	margin-bottom: 20px;
	background: #f8f8f8;
	border-radius: 15px;
	padding: 20px;
	overflow: hidden;
}
.resrv_prices h1 {
	float: right;
	font-weight: 400;
	font-size: 15px;
	color: #000;
}
.resrv_prices p {
	float: left;
	font-size: 15px;
	color: #000;
}
.resrv_prices p i {
	font-style: normal;
	font-weight: 600;
	margin-left:15px;
}
.resrv_prices p button {
	display: inline-block;
	float: ;
	width: 30px;
	height: 30px;
	background:none;
	border: 1px solid #0389c9;
	border-radius: 50%;
	text-align: center;
	color:#000;
	line-height: 28px;
	font-weight: normal;
	cursor: pointer;
}
.resrv_prices p button:hover{
	color: #0389c9;
}
.resrv_prices p e {
	display: inline-block;
	margin: 0px 15px;
}
.reserv_head h4 {
	font-weight: 400;
	font-size: 35px;
	padding: 50px;
}
/*end reserv*/
/*start login*/
.my_page_go_with {
	background: #eee;
	padding: 40px 0px;
	overflow: hidden;
	margin-bottom: 20px;
}
.my_page_go_with h2 {
	float: right;
	font-weight: 400;
	font-size: 35px;
	color: #666;
}
.my_page_go_with_left {
	float: left;
	display: block;
	position: relative;
	width: 330px;
	margin-top: 15px;
}
.my_page_go_with_left_bar1 {
	width:107.66px;
	display: block;
	float: right;
}
.my_page_go_with_left_bar1 span {
	display: block;
	width: 100%;
	background: #999;
	position:relative;
	height: 2px;
}
.my_page_go_with_left.my_page_go_with_left_bar_width:before {
	height: 2px;
	background: #0389c9;
	content: "";
	position: absolute;
	width: 160px;
	z-index: 100;
}
.my_page_go_with_left.my_page_go_with_left_bar_width.my_page_go_with_left_bar_width2:before {
	width: 310px;
}
.my_page_go_with_left_bar1.my_page_go_with_left_bar_active span:before {
	background: #0389c9;
}
.my_page_go_with_left_bar1 span:before {
	content: "";
	width: 12px;
	height: 12px;
	background: #999;
	position: absolute;
	z-index:300;
	border-radius: 50%;
	top: -6px;
	right: 0;
}
.my_page_go_with_left_bar1:last-child span:before {
	right:auto;
	left:0;
}
.my_page_go_with_left_bar1:nth-child(2) span:before {
	right:50%;
	margin-right:-12px;
}
.my_page_go_with_left_bar1 b {
	font-weight: normal;
	display: block;
	font-size: 12px;
	color:#777;
	margin-top: 15px;
}
.my_page_go_with_left_bar1:last-child b {
	text-align:left;
}
.my_page_go_with_left_bar1:nth-child(2) b {
	text-align:center;
}
.my_page_go_with_left_bar1.my_page_go_with_left_bar_active b {
	color: #0389c9;
}
.contactus.contactuswithlogin {
	width: 328px;
}
.contactus.contactuswithlogin .contact_table {
	padding: 20px;
}
.login_box_check {
	clear: both;
	display: block;
	overflow: hidden;
}
.login_box_check label {
	width: 80px;
	float:right;
}
.login_box_check label input{
	display:none;
}
.login_box_check a {
	float: left;
	font-size: 12px;
}
.login_forget {
	clear: both;
	padding: 20px 0px 0px;
	border-top: 1px solid #ddd;
	margin-top: 20px;
	font-size: 14px;
	text-align: center;
}
.login_form_input label span:before {
	display: none;
}
.login_form_input label span {
	display: block;
	margin-bottom: 10px;
	color: #000;
	font-size: 14px;
}
/*end login*/
/*start extra orders*/
.my_order_lista_is li {
	display: block;
	width: 100%;
	border-bottom: 1px solid #eee;
	padding: 1.5rem 0px;
	overflow: hidden;
}
.my_order_lista_is li:last-child{
	border-bottom:none;
}
.my_order_lista_is_all_right{
	width:16.6666666667%;
	padding-left:20px;
	float:right;
}
.my_order_lista_is_all_right img{
	border-radius:.25rem;
	object-fit:cover;
	object-position:top;
}
.my_order_lista_is_all_right2 {
	width: 25%;
	padding:5px 20px 0px;
	float: right;
	display: block;
}
.my_order_lista_is_all_right2 b {
	color: #000;
	font-size: 25px;
	display: block;
	font-weight: 600;
	margin-bottom: 12px;
}
.my_order_lista_is_all_right2 span {
	display: block;
	margin-bottom: 15px;
	font-weight:600;
	font-size: 13px;
}
.my_order_lista_is_all_center {
	width: 25%;
	float: right;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 20px 0px;
}
.my_order_lista_is_all_center2 {
	width: 16.6666666667%;
	padding: 10px 20px 0px;
	text-align: center;
	font-weight: 600;
	float: right;
	font-size: 14px;
}
.my_order_lista_is_all_left {
	display: block;
	width: 16.6666666667%;
	float: right;
	text-align: center;
	padding-right: 20px;
}
.my_order_lista_is_all_left a {
	display: block;
	margin-bottom: 10px;
	line-height: 50px;
	font-size: 16px;
}
/*end extra orders*/
/*start ticket view*/
.my_ticket_load{
	background: #0389c9;
	border-radius: 15px;
	max-width: 343px;
	padding: 0 15px;
	margin: 0 auto;
	padding:1rem;
}
.my_ticket_load_head {
	clear: both;
	display: block;
	text-align:center;
	overflow: hidden;
}
.my_ticket_load_head img {
	-webkit-filter: brightness(0) invert(1);
	-moz-filter: brightness(0) invert(1);
	-o-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	height: 70px;
}
.my_ticket_load_qrcode {
	padding: 5px 0;
	position:relative;
}
.my_ticket_load_qrcode_cyc{
	height: 50px;
	width: 25px;
	background: #fff;
	display: inline-block;
}
.my_ticket_load_qrcode_right{
	border-bottom-left-radius: 50px;
	border-top-left-radius: 50px;
}
.my_ticket_load_qrcode_left{
	border-bottom-right-radius: 50px;
	border-top-right-radius: 50px;
}
.my_ticket_load_qrcode_txt{
	width:170px;
	margin:0px auto;
	background:#fff;
	border-radius:10px;
	position:relative;
}
.my_ticket_load_qrcode_txt img {
	height: 150px;
	display: block;
	margin: 0px auto;
}
.my_ticket_load_qrcode_txt span {
	text-align: center;
	display: block;
	font-size: 11px;
	padding-bottom: 10px;
	margin-top: -5px;
}
.my_ticket_load_qrcode_right {
	position: absolute;
	top: 50%;
	right: -16px;
	margin-top: -52px;
}
.my_ticket_load_qrcode_left {
	position: absolute;
	top: 50%;
	left: -16px;
	margin-top: -52px;
}
.my_ticket_load_desc {
	padding-top: 5px;
	color: #fff;
	clear: both;
	display: block;
	overflow: hidden;
}
.my_ticket_load_desc li {
	display: block;
	margin-bottom: .5rem;
	font-size: 15px;
}
.my_ticket_load_desc li b {
	display: block;
	font-weight: 700;
	font-size: 12px;
}
.my_ticket_load_desc li {
	display: block;
	margin-bottom: .5rem;
	font-size: 14px;
}
.my_ticket_load_desc li.my_ticket_load_desc_id {
	float: left;
	width: 50%;
	text-align: left;
}
.my_ticket_load_desc li.my_ticket_load_desc_price {
	float: right;
	width: 50%;
}
/*end ticket view*/
#mysr-cc-number {
	direction: ltr;
	text-align: left;
}
.contact_left.contact_leftpayment label {
	font-family: 'cairo', sans-serif !important;
}