@charset "utf-8";

html {
	background: #000000 !important;
}

body {
	direction: rtl;
	display: none;
	font-family: Yekan;
	font-size: 13px;
	font-weight: 400;
	color: #dddddd;
	line-height: 1.8em;
	padding: 0;
	background: #606060;
	text-align: right;
}

body.de_light,
.de_light {
	color: #606060;
}


/* ================================================== */
/*  header	*/
/* ================================================== */
header {
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
	background: var(--primary-color-1);
	border-bottom: solid 1px rgba(0, 0, 0, 0.0);
}


header.transparent {
	background: rgba(0, 0, 0, 0.0);
}

header.autoshow {
	top: -80px;
}

header.autoshow.scrollOn,
header.autoshow.scrollOff {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	outline: none;
}

header.autoshow.scrollOn {
	top: 0;
}

header.autoshow.scrollOff {
	top: -80px;
}

header nav a:hover {
	color: #555;
}

header.smaller:not(.header-bottom):not(.side-header) #mainmenu a {
	padding-top: 18px;
	padding-bottom: 18px;
}

header.smaller:not(.header-bottom):not(.side-header) #mainmenu li li a {
	padding-top: 0px;
	padding-bottom: 0px;
}

header.smaller:not(.header-bottom):not(.side-header) #mainmenu ul {
	top: 70px;
}

header.smaller:not(.header-bottom):not(.side-header) #mainmenu ul ul {
	top: 0px;
}

header.smaller:not(.header-bottom):not(.side-header) {
	height: 70px;
	background: var(--primary-color-1);
}

header.smaller.no-border:not(.header-bottom):not(.side-header) {
	border: none;
}

header.smaller:not(.header-bottom):not(.side-header) div#logo {
	height: 70px;
}


/* ================================================== */
/* navigation */
/* ================================================== */

#mainmenu {
	font-family: Yekan;
	float: right;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: uppercase;
}

#mainmenu li {
	margin: 0px 0px;
	padding: 0px 0px;
	float: left;
	display: inline;
	list-style: none;
	position: relative;
}

#mainmenu a {
	display: inline-block;
	padding: 25px 0px 25px 20px;
	text-decoration: none;
	text-align: center;
	outline: none;
}

#mainmenu a,
header.transparent.header-light #mainmenu a {
	color: white;
}

#mainmenu.ms-2 {
	text-transform: none;
	letter-spacing: 0;
	font-size: 15px;
}

.dropdown-toggle:after {
	color: white;
	float: right;
	font-size: 20px;
	position: relative;
	margin-top: 16px;
	margin-left: 10px;
}


/* ================================================== */
/* content */
/* ================================================== */
#content {
	width: 100%;
	background: #fff;
	padding: 90px 0 90px 0;
	z-index: 100;
}

.de_light #content {
	background: #fff;
}


section {
	padding: 70px 0 70px 0;
}

section {
	background: var(--primary-color-1);
}

.de_light section {
	background: #fff;
}

.bg-white {
	background: #ffffff;
}

footer {
	background: #111;
	color: #ccc;
	padding: 80px 0 0 0;
}

/* divider */
/* ------------------------------ */
.spacer-single {
	width: 100%;
	height: 30px;
	display: block;
	clear: both;
}

.spacer-double {
	width: 100%;
	height: 60px;
	display: block;
	clear: both;
}


/* heading */
/* ------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: Yekan;
	font-weight: 400;
}

h1.title-2 {
	letter-spacing: 20px;
	text-transform: uppercase;
	line-height: 50px;
}

h1.title-3 {
	font-size: 200px;
}

h1.title-3 strong {
	font-family: Yekan;
	text-transform: none;
	letter-spacing: 0;
	font-weight: normal;
}

h2.subtitle {
	margin-top: 0;
}


h3.s2 span {
	font-family: Yekan;
	text-transform: none;
	letter-spacing: 0;
	font-size: 40px;
	display: block;
}

h3.s2 {
	font-size: 30px;
}

h3.style-1 {
	font-family: Yekan;
	letter-spacing: 0;
	text-transform: none;
	margin-bottom: 20px;
}

/* pricing table */
/* ================================================== */
.pricing-box {
	color: #888;
}

.pricing-s1 {
	overflow: hidden;
	position: relative;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	transition: box-shadow 1s;
	-webkit-transition: box-shadow 1s;
	-moz-transition: box-shadow 1s;
}

.pricing-s1 .top {
	background: #222427;
	color: #eee;
	padding: 40px;
	color: #ECF0F1;
	text-align: center;
}

.pricing-s1 .bottom {
	border-top: 0px;
	padding-bottom: 5px;
	background: #222427;
	text-align: center;
}

.pricing-s1 .bottom>a {
	margin: 40px;
	width: auto;
}

.pricing-s1 .bottom i {
	margin-right: 10px;
	font-size: 14px;
}

.pricing-s1 .bottom label:after {
	left: 0;
	right: auto;
}

/* tabs */
/* ================================================== */
.de_tab {
	opacity: .8;
}

.de_tab .de_nav {
	overflow: hidden;
	padding-left: 0;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.de_tab .de_nav li {
	float: right;
	list-style: none;
	background: #EEE;
	margin-right: 5px;
}

.de_tab .de_nav li span {
	padding: 8px 16px 8px 16px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	display: block;
	background: #f5f5f5;
	text-decoration: none;
	color: #646464;
	font-size: 13px;
	cursor: pointer;
}

/* new added */
.de_tab.tab_steps.tab_6 .de_nav li span {
	padding: 20px 0 20px 0;
	font-size: 14px;
	line-height: 70px;
	width: 120px;
	height: 120px;
}


.de_tab.tab_style_4 .de_tab_content {
	border: none;
	background: none;
	padding: 0;
	border-top: none;
}

.text-light .de_tab.tab_style_4 .de_tab_content {
	border-top: none;
}

.de_tab.tab_style_4 .de_nav {
	text-align: center;
	background: none;
	display: inline-block;
	border-radius: 5px;
	margin-bottom: 30px;
	padding: 0;
	/*border: solid 1px #333;*/
}

.de_tab.tab_style_4 .de_nav.de_nav_dark li {
	background: #111;
}

.de_tab.tab_style_4 .de_nav.de_nav_dark li h3,
.de_tab.tab_style_4 .de_nav.de_nav_dark li:hover h3 span {
	color: #ffffff !important;
}

.de_tab.tab_style_4 .de_nav.de_nav_dark li h4 {
	color: rgba(255, 255, 255, .5);
}

.de_tab.tab_style_4 .de_nav li img {
	width: auto;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .7;
}

.de_tab.tab_style_4 .de_nav li.active img {
	width: auto;
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 1;
}

.de_tab.tab_style_4 .de_nav li {
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	cursor: pointer;
	border: none;
	padding: 15px 30px 15px 30px;
	min-width: 150px;
	margin: 0;
	/*border-right: solid 1px #333;*/
}

.de_tab.tab_style_4 .de_nav li span {
	margin: 0;
	padding: 0;
	background: none !important;
	border: none;
	width: auto;
	display: inline-block;
}

.de_tab.tab_style_4 .de_nav li:last-child {
	border-radius: 0 5px 5px 0;
	border-right: none;
}

.de_tab.tab_style_4 .de_nav li:first-child {
	border-radius: 5px 0 0 5px;
}

.de_tab.tab_style_4 .de_nav li:hover {
	background: #ddd;
}

.de_tab.tab_style_4 .de_nav li.active,
.de_tab.tab_style_4 .de_nav li.active span {
	background: #333;
	color: #fff;
}

.text-light .de_tab.tab_style_4 .de_nav li.active {
	color: #fff;
}

.de_tab.tab_style_4 .de_nav li.active h3,
.de_tab.tab_style_4 .de_nav li.active h4,
.de_tab.tab_style_4 .de_nav li.active h4 span {
	color: #fff;
}

.tab_style_4 h3,
.de_tab.tab_style_4 .de_nav li span {
	margin: 0;
	font-size: 22px !important;
	font-weight: 600;
}

.tab_style_4 h4 {
	margin: 0;
	font-size: 12px;
}

.btn-left,
.btn-right {
	background: none;
	border: solid 1px rgba(255, 255, 255, .2);
	padding: 10px 20px 10px 20px;
	margin: 5px;
	font-family: Yekan;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.btn-right:after {
	font-family: Yekan;
	content: "\f054";
	padding-left: 10px;
}

.btn-left:before {
	font-family: Yekan;
	content: "\f053";
	padding-right: 10px;
}

a.btn-left,
a.btn-right {
	text-decoration: none;
}

.img-circle {
	border-radius: 50%;
}

.label {
	font-family: Yekan;
}



/* ================================================== */
/* font awesome icons */
/* ================================================== */
i {
	display: inline-block !important;
}

i.circle-icon {
	border-radius: 75px;
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
}

/* extra ^ */
.de_center p {
	width: 100%;
}

.de_center .de_icon {
	float: none;
	margin: 0 auto;
}

/* ================================================== */
/* gallery */
/* ================================================== */
.de_carousel .item {
	width: 100%;
	display: block;
}


.item img {
	width: 100%;
	height: auto;
}

.item h4 {
	margin-bottom: 0;
	font-size: 14px;
}


#btn-close-x {
	width: 100px;
	height: 100px;
	display: block;
	background: url(../images-event/close.png) center no-repeat;
	margin: 0 auto;
	margin-bottom: 80px;
	cursor: pointer;
	padding: 20px;
}

#btn-close-x {
	background: url(../images-event/close-2.png) center no-repeat;
}

span.overlay {
	text-align: center;
	display: block;
	width: 100px;
	background: #111;
	position: absolute;
	z-index: 1;
}

.de_light span.overlay {
	background: #fff;
}


.overlay .info-area {
	display: block;
	margin-top: 10%;
}

.overlay .sb-icons {
	display: block;
	margin-top: 200px;
}


/* ================================================== */
/* misc */
/* ================================================== */
a {
	color: #fff;
	text-decoration: none;
	outline: 0;
}

a:hover {
	color: #fff;
}

a:hover,
a:active,
a:focus,
img {
	outline: 0;
}

.bg-black {
	background: var(--primary-color-1);
}

.de_light a,
.de_light a:hover {
	color: #606060;
}

.de_light a:hover {
	color: #555;
}

.no-top {
	padding-top: 0 !important;
}

.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}

.page-overlay {
	display: none;
	width: 120px;
	height: 120px;
	background: url(../images-event/page-loader.gif) center no-repeat #fff;
	border-radius: 10px;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10000;
	margin: auto;
}

/* mouse scroll icon close */

.bgimage {
	background-size: cover;
}

.no-bg {
	background: none !important;
}

/* schedule */

.schedule-item {
	padding: 40px 0 30px 0;
	border-bottom: solid 1px #eee;
}

.dark .schedule-item {
	padding: 40px 0 30px 0;
	border-bottom: solid 1px rgba(255, 255, 255, .1);
}

.schedule-listing:nth-child(even) {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(229, 229, 229, .65) 50%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(229, 229, 229, .65) 50%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(229, 229, 229, .65) 50%, rgba(255, 255, 255, 0) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
}

.dark .schedule-listing:nth-child(even) {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(229, 229, 229, .05) 50%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(229, 229, 229, .05) 50%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(229, 229, 229, .05) 50%, rgba(255, 255, 255, 0) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
}

.schedule-item>div {
	float: right;
}

.schedule-item .sc-time {
	font-weight: bold;
	width: 160px;
	font-size: 14px;
}

.schedule-item .sc-pic {
	width: 120px;
}

.schedule-item .sc-pic img {
	margin-top: -20px;
	width: 110px;
	height: auto;
}

.schedule-item .sc-name {
	margin-right: 20px;
	font-weight: normal;
	font-size: 14px;
	width: 160px;
}

.schedule-item .sc-name h4 {
	font-size: 14px;
	margin: 0;
	line-height: 1.6em;
}

.schedule-item .sc-name span {
	font-weight: normal;
	font-size: 12px;
}

.schedule-item .sc-info {
	float: none;
	display: inline-block;
	width: 60%;
}

.schedule-item .sc-info h3 {
	font-size: 18px !important;
	margin-bottom: 10px;
	font-weight: 500;
}

.ps1-deco {
	height: 4px;
	background: #ffffff;
}

.separator {
	line-height: 0.5;
	text-align: center;
	margin: 0px 0 30px 0;
}

.separator span {
	display: inline-block;
	position: relative;

}

.separator span:before,
.separator span:after {
	content: "";
	position: absolute;
	border-bottom: 5px solid rgba(255, 255, 255, .1);
	top: 5px;
	width: 300px;
}

.separator span:before {
	right: 100%;
}

.separator span:after {
	left: 100%;
}

.de_light .separator span:before,
.de_light .separator span:after {
	border-bottom: 5px solid rgba(52, 128, 201, .5);
}

.text-light .separator span:before,
.text-light .separator span:after {
	border-bottom: 5px solid rgba(52, 128, 201, .5);
}

/* ================================================== */
/* R E S P O N S I V E */
/* ================================================== */
@media only screen and (min-width: 1280px) {
	.container {
		min-width: 1200px;
	}
}

@media only screen and (min-width: 1400px) {
	.container {
		min-width: 1380px;
	}
}

@media(min-width:980px) and (max-width: 1199px) {

	header #mainmenu a {
		padding-left: 5px;
		padding-right: 5px;
	}

	#mainmenu li a:after {
		margin-left: 15px;
	}

}
