/*!
Theme Name: darkoob
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: darkoob
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

darkoob is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 400;
	src: url('assets/fonts/iransans/IRANSansWeb.eot');
	src: url('assets/fonts/iransans/IRANSansWeb.eot?#iefix') format('embedded-opentype'),
	url('assets/fonts/iransans/IRANSansWeb.woff2') format('woff2'),
	url('assets/fonts/iransans/IRANSansWeb.woff') format('woff'),
	url('assets/fonts/iransans/IRANSansWeb.ttf') format('truetype');
}

@font-face {
	font-family: IRANSansWeb;
	font-style: normal;
	font-weight: 400;
	src: url('assets/fonts/Newfont/IRANSansWeb(FaNum).eot');
	src: url('assets/fonts/Newfont/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),
	url('assets/fonts/Newfont/IRANSansWeb(FaNum).woff2') format('woff2'),
	url('assets/fonts/Newfont/IRANSansWeb(FaNum).woff') format('woff'),
	url('assets/fonts/Newfont/IRANSansWeb(FaNum).ttf') format('truetype');
}


@font-face {
	font-family: Helvetica;
	font-style: normal;
	font-weight: 400;
	src: url('assets/fonts/Helvetica.eot');
	src: url('assets/fonts/Helvetica.eot?#iefix') format('embedded-opentype'),
	/*url('assets/fonts/Helvetica.woff2') format('woff2'),*/
	url('assets/fonts/Helvetica.woff') format('woff'),
	url('assets/fonts/Helvetica.ttf') format('truetype');
}


@font-face {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	src: url('assets/fonts/FontAwesome.eot');
	src: url('assets/fonts/FontAwesome.eot?#iefix') format('embedded-opentype'),
	url('assets/fonts/FontAwesome.woff2') format('woff2'),
	url('assets/fonts/FontAwesome.woff') format('woff'),
	url('assets/fonts/FontAwesome.ttf') format('truetype');
}
@font-face {
	font-family: yekanbold;
	font-style: normal;
	font-weight: 400;
	src: url('assets/fonts/iransans/iranyekanwebbold(fanum).eot');
	src: url('assets/fonts/iransans/iranyekanwebbold(fanum).eot?#iefix') format('embedded-opentype'),
	url('assets/fonts/iransans/iranyekanwebbold(fanum).woff2') format('woff2'),
	url('assets/fonts/iransans/iranyekanwebbold(fanum).woff') format('woff'),
	url('assets/fonts/iransans/iranyekanwebbold(fanum).ttf') format('truetype');
}
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	overflow-x:hidden;
}
a{
	text-decoration: none !important;
}
body h1 { font-family: Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 24px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 26.4px; }
body h3 { font-family: Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 15.4px; }
body p { font-family: Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px; }
body blockquote { font-family: Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 21px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 30px; }
body pre { font-family: Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 18.5667px; }
body a,body button,body h1,body h3,body p,body blockquote,body pre,body span,body div{
	font-family: Helvetica !important;
}

.darkoob_fa,.darkoob_fa button,.darkoob_fa a,.darkoob_fa h1,.darkoob_fa h2,.darkoob_fa p,.darkoob_fa blockquote,.darkoob_fa pre,.darkoob_fa span,.darkoob_fa div {
	font-family: iranSans !important;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */


a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

a.c-header__btn-login {
    /* border: 1px solid #dedede; */
    /* height: 10px; */
    color: #dedede;
    font-size: .8rem;
}
/*
***Mahdi Edit Css
 */
#masthead {
	position: absolute;
	z-index: 99999999;
	padding:70px 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display:inline-table;
	width: 100%;
}
.mega-indicator {
	position: absolute !important;
	left: 0;
}
#mega-toggle-block-1
{
    margin-right:20px !important;
}
.caption_salider a {

	line-height: 10vh;
	font-size: 1rem;
	color:#fff;

}
.caption_salider h5 {
    line-height: 5rem;
    font-size: 2rem;
}
.caption_salider p {
    line-height: 3rem;
    font-size: 1.4rem;
}
.mega-menu-wrap
{
	background: none !important;
}
.mega-menu-link
{
    text-shadow: 10px 3px 6px #000;
}
.menu_lang_fa .mega-menu.max-mega-menu.mega-menu-horizontal
{
	text-align: right !important;
}
i,svg{
	color: #F0AA1C !important;
}
header i,header svg
{
	height: 1.5em !important;
	font-size: 1.5rem !important;
	position: absolute;
}
.header_tel h4 div,.header_address h4
{
    line-height:30px;
}
.header_tel h4 div,.header_address h4 div
{
	opacity: 1;
	font-size: .9rem;
	color: #fff;
	padding: 0 31px;
	text-shadow: 10px 3px 6px #000;

}

.page_inside  .header_tel h4 div,.page_inside .header_address h4 div
{
    
    color: #fff !important;
}
.page_inside .mmeen
{
    background:#0068B6;
}
.header_address span,.header_tel span
{
	font-size: 1.3rem;
	color: #fff;
	display: block;
	padding: 0 31px;
	text-shadow: 10px 3px 6px #000;
}
.caption_salider {
	position: absolute;
	top: 40%;
	width: 100%;
	color: #fff;
	font-size: 3rem;
	text-align: center;
	z-index: 9999;
	
}
.tm_pb_more_button {
	border-color: #F0AA1C;
	background-color: #F0AA1C;
	color: #ffffff !important;
	font-size: 1.5rem;
	padding: 5px 29px;
	border-radius: 5px;
}
.tm_pb_more_button:hover {
	border-color: #0068B6;
	color: #ffffff !important;
}
video[poster] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section_video
{
	display: block;
	width: 100%;
	padding: 50px 0;
}
.tm_pb_video_play {
    border-color: #F0AA1C;
}
.tm_pb_video_play::before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f04b";
	text-align: center;
	vertical-align: middle;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 5;
}
.fal.fa-play-circle
{
    font-size: 6rem;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: none;
    cursor: pointer;
}
.desc_vvv
{
    line-height:36px;
}
.desc_vvv span
{
    display:block;
}
.section_img_fix p,.section_img_fix h1,.section_img_fix h2,.section_img_fix h3,.section_img_fix h4,.section_img_fix h5,.section_img_fix h6
{
    line-height:70px;
}

.tm_pb_video_play::after {
	content: '';
	width: 70px;
	height: 70px;
	opacity: .7;
	border-radius: 50%;
	display: block;
	position: absolute;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	left: 50%;
	top: 50%;
}
.tm_pb_with_background {
	width:100%;
	padding-top: 50px;
	padding-bottom: 105px;
}
.blog_darkoob_post {
	width: 100%;
	display: flex;
	background: #0068B6;
	padding-top: 50px;
	padding-bottom: 50px;
}
.blog_darkoob_post .post
{
	background: #fff;
	display: flow-root;
}
.blog_desc
{
	padding: 0 57px 50px;
	min-height: 285px;
	margin-top: 25px;
	font-size: 1rem;
	color: #959595;
}
.blog_desc .entry
{
	text-align: justify;
}
.-filters {
 text-align:center;   
}
.blog .title
{
	color: #000;
}
.portfolio_darkoob_post
{
	padding:50px 0;
	float:right;
}
.-links
{
	display: none;
}
.product_post .blog_desc{
	padding:10px
}
.product_post .title
{
	font-size: 1.4rem;
}
/*1c2129*/
.tm_pb_button_product {
	border: 1px solid #F0AA1C;
	border-radius: 3px;
	height: 50px;
	display: block;
	background: linear-gradient(to right, black 50%, #F0AA1C 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all .5s ease-out;
	margin: 0 auto;
}

.tm_pb_button_product:hover {
	background-position: left bottom;

}

.tm_pb_button_product {
	text-align: center;
	font-size: 1rem;
	line-height: 50px;
	color: black;
	transition: all .6s ease-out;
	display: block;
}

.tm_pb_button_product:hover {
	color: white;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
}

.sticky + .content {
	padding-top: 60px;
}
.btn_video
{
	width: auto;
	display: inline-block;
	padding: 0px 20px;
	font-size: 1rem;
	margin-top: 30px;
	float:right;
}
.darkoob_fa .btn_video
{
    float:left;
}
.product_post {
	background: #F5F7FA;
}
.entry {
	font-size: .8rem;
	line-height: 2rem;
}
.entry .post-link {
	color: #959595 !important;
}
.header_title {
	margin-bottom: 40px;
}
.tm_pb_divider_7::before {
	border-top-width: 3px;
	border-top-color: #F0AA1C;
	border-top-style: solid;
	width: 100%;
	margin-left: -50%;
}
.tm_pb_divider_7 {
	width: 50px;
	left: 50%;
	height: 3px;
	background: #F0AA1C;
}
.header_title.white
{
	color:#fff
}
.testimonial-section{
	background: #F5F7FA;
}
.form_contact_us
{
	opacity: .8;
}
.title_contact_us {
	font-size: 2rem;
	color: #fff;
	text-align: right;
	padding: 40px 0;
}
.title_contact_us {
	font-size: 2rem;
	color: #fff;
	padding: 40px 0;
	text-align: left;
}
.desc_contact_us {
	color: #fff;
	font-size: 1rem;
	padding: 20px 0;
}
.darkoob_fa .title_contact_us,.darkoob_fa .desc_contact_us
{
	text-align: right;
}
.form_contact_us input
{
	font-family: Helvetica;
	height: 55px;
	text-align: left;
	font-size: .9rem;
	direction: ltr;
}
.darkoob_fa .form_contact_us input
{
	font-family: IRANSans;
	height: 55px;
	text-align: right;
	direction: rtl;
}
.form_contact_us input[type="submit"]
{
	transition: all .3s ease .3s;
	cursor: pointer;
	background: #F0AA1C !important;
}
.form_contact_us input[type="submit"]:hover
{
	transition: all .3s ease .3s;
	background: #fff !important;
	color: #000 !important;
}
/*
****Single Product
 */

.darkoob_single_product.c-product {
	padding: 0 10px 20px 10px;
}
.c-product {
	background-color: #fff;
	border: 1px solid #e4e4e4;
	display: inline-flex;
	flex-direction: row-reverse;
	margin-bottom: 15px;
	width: 100%;
	text-align: right;
}
.c-product__gallery {
	flex-basis: 34%;
}
section.c-product__info {
	padding: 30px 20px;
	text-align:left;
}
.darkoob_fa section.c-product__info {
	text-align:right;
}
.c-product__info {
	flex-basis: 74%;
	flex: 1 1 0;
	padding: 0 15px 0 20px;
	border-right: 1px solid #f2f2f2;
}
.darkoob_single_product ol.flex-control-nav.flex-control-thumbs {
	display: flex;
	border-top: 1px solid #f4f4f4;
	list-style: none;
	padding: 11px 0 27px;
	width: 345px;
}
.darkoob_single_product ol.flex-control-nav.flex-control-thumbs li {
	border: 1px solid rgba(0, 0, 0, .1) !important;
	padding: 5px !important;
	margin: auto 7px !important;
	border-radius: 5px !important;
	cursor: pointer;
}
.p-tabs, .woocommerce-tabs.wc-tabs-wrapper {
	margin-top: 39px;
	position: relative;
	padding-top: 57px;
	line-height: 22px;
	text-align: right;
	background: #fff;
}
.c-box-tabs, .tabs.wc-tabs {
	display: flex;
	background-color: #f8f8f8;
	border: 1px solid #dfdfdf;
	border-bottom-color: rgb(223, 223, 223);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	line-height: 1.294;
	letter-spacing: -.4px;
	position: absolute;
	top: 0;
	width: 100%;
	padding: 0;
	border-bottom: 0;
	list-style: none;
}
.c-box-tabs, .tabs.wc-tabs {
	display: flex;
	background-color: #f8f8f8;
	border: 1px solid #dfdfdf;
	border-bottom-color: rgb(223, 223, 223);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	line-height: 1.294;
	letter-spacing: -.4px;
	position: absolute;
	top: 0;
	width: 100%;
	padding: 0;
	border-bottom: 0;
}
.tabs.wc-tabs li.active {
	border-top: 2px solid #00BFD6;
}
.tabs.wc-tabs li {
	padding: 15px 37px;
	border-left: 1px solid #dfdfdf !important;
}
.c-box-tabs, .tabs.wc-tabs {
	line-height: 1.294;
	letter-spacing: -.4px;
}
.tabs.wc-tabs a {
	font-size: 1.3em;
	font-weight: 400;
	color: #6f6f6f !important;
}
.tabs.wc-tabs a {
	font-size: 1.3em;
	font-weight: 400;
	color: #6f6f6f !important;
}
.woocommerce-Tabs-panel {
	padding: 58px 30px;
	line-height: 3rem;
	text-align: justify;
}
.header_page
{
    padding-top:0 !important;
	position: relative !important;
	background: #0068B6;
}
.page_inside .menutop {
	border-top: 1px solid rgba(236,236,238,.2);
	background: #0068B6;
	display: flex;
}
.menutop {
	border-top: 1px solid rgba(236,236,238,.2);
	display: flex;
}
.section_set
{
	margin-bottom: 20px;
	display: flex;
}
.header_page .section_set
{
	margin-top: 25px;
}
.mega-menu-item {
	min-width: 100px;
	height: 70px;
}
.darkoob_fa .mega-menu-item a{
	text-align: center !important;
}
.mega-menu-item:hover
{
	background: none !important;
	border-top: 2px solid #F0AA1C !important;
}
.mega-menu-item:hover a{
	background: none !important;
}
header .mega-menu,header .menutop,header .menutop ul
{
	line-height: 70px !important;
}
header .mega-menu li a
{
	line-height: 70px !important;
	height: 70px !important;
}

.woocommerce-product-gallery__trigger
{
	display:none
}
.c-gallery figure
{
	margin:0 !important;
}
.woocommerce-breadcrumb {
	margin: 15px !important;
	text-align: left;
}
.darkoob_fa .woocommerce-breadcrumb {
	text-align: right;
}
.data_cursor
{
	display: flex;
}
.data_cursor.col-md-12 div {
	transition: all .2s ease-in-out .2s;
	background: #dedede;
	border: 1px solid #fff;
	border-radius: 5px;
	cursor: pointer;
}
.darkoob_fa .data_cursor.col-md-12 div
{
    text-align:right;
}
.data_cursor.col-md-12 div:hover
{
	transition: all .2s ease-in .2s;
	background: #F0AA1C;
}
.data_cursor.col-md-12 h4 {
	text-align: center;
	font-size: 1rem;
	padding: 10px 0;
	border-bottom: 1px solid #f3f5f6;
}
.capacity_course {
	background: #dedede;
	padding: 15px;
	display: block;
	background: linear-gradient(to right, #F0AA1C 50%, #dedede 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all .5s ease-out;
	margin: 0 auto;
	min-height: 70px;
	border-radius: 5px;
	font-size:.9rem;
}
.price_count
{
	border-radius: 5px;
}
.price_count .capacity_course
{
	border:1px solid #dedede;
}
.capacity_course:hover {
	background-position: left bottom;
}
.stock.in-stock
{
	display: none;
}
.single_add_to_cart_button.button.alt {
	background: #F0AA1C !important;
}
.price_count .capacity_course:nth-child(2)
{
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
.price_count .capacity_course:nth-child(3):hover .single_add_to_cart_button.button.alt
{
	transition: all .5s ease-out;
	background: #fff !important;
	color:#000
}


.gform_body input
{
	width: 100% !important;
}
.gform_previous_button {
	margin: 15px 0 !important;
	width: auto !important;
}

/*
***My account
 */
.darkoob_fa #my-account-menu {
	float: right !important;
	text-align: right;
}
.darkoob_fa .myaccount-menu li a
{
	text-align: right !important;
	padding-right: 10px !important;
}
.c-profile-box {
	margin-bottom: 21px;
	background-color: #fff;
	box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
	border: 1px solid #dedede
}

.c-profile-box__header {
	position: relative;
	background-color: #00bfd6;
	height: 47px
}

.c-profile-box__avatar {
	width: 54px;
	height: 54px;
	background: 50% no-repeat #fff;
	background-size: contain;
	box-shadow: 0 0 0 4px hsla(0, 0%, 100%, .61);
	position: absolute;
	left: 50%;
	top: 12px;
	transform: translate(-50%);
	border-radius: 50%;
	overflow: hidden
}

.c-profile-box__btn-edit {
	width: 16px;
	height: 16px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
	border: 1px solid #e3e3e3;
	border-radius: 50%;
	position: absolute;
	top: 50px;
	left: 60%;
	margin-left: -52px;
	background: #fff
}

.c-profile-box__btn-edit::before {
	content: "\f044";
	font-family: fontawesome;
	font-size: 9px;
	color: #909090;
	position: absolute;
	left: 3px;
	top: 3px
}

.c-profile-box__username {
	padding: 23px 20px 19px;
	text-align: center;
	font-size: 1.7em;
	line-height: 1.2;
	font-weight: 400;
	letter-spacing: -.5px
}

.c-profile-box__tabs {
	display: flex;
	border-top: 1px solid #f1f1f1;
	background-color: #fcfcfc;
	min-height: 47px;
	text-align: center
}

.c-profile-box__tab:first-child {
	border-left: 1px solid #ebebeb
}

.c-profile-box__tab {
	flex: 0 0 50%;
	padding: 23px 10px 0;
	font-weight: 400;
	letter-spacing: -.3px;
	font-size: 1.3em;
	line-height: 2;
	color: #7b7b7b;
	position: relative
}

.c-profile-box__tab--access::before {
	content: "\f023";
	font-family: fontawesome;
	font-size: 17px;
	top: 8px
}

.c-profile-box__tab::before {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%)
}

.c-profile-box__tab--sign-out::before {
	content: "\f14d";
	font-family: fontawesome;
	font-size: 13px;
	top: 3px
}

.c-profile-menu {
	background-color: #fff;
	box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
	border: 1px solid #dedede;
	margin-bottom: 21px
}

.c-profile-menu__header {
	padding: 18px 39px 18px 0;
	border-bottom: 1px solid #f3f3f3;
	font-weight: 700;
	letter-spacing: .2px;
	color: #535353;
	font-size: .929rem;
	line-height: 1.692
}

.c-profile-menu__url.is-active,
.c-profile-menu__url:hover {
	background-color: #f6ffff;
	color: #009ec9
}

.c-profile-menu__url {
	display: flex;
	align-items: center;
	position: relative;
	padding: 12px 53px 12px 0;
	color: #5b5b5b;
	font-weight: 400
}

.c-profile-menu__url::before {
	position: absolute;
	color: #c7c7c7;
	font-family: fontawesome;
	font-size: 16px;
	top: 11px;
	right: 25px
}

.c-message-light,
.c-profile-recent-fav,
.o-headline,
.private-info--table {
	position: relative
}

.c-profile-menu__url--dashboard::before {
	content: "\f109"
}

.c-profile-menu__url--orders::before {
	content: "\f290"
}

.c-profile-menu__url--return::before {
	content: "\f04e"
}

.c-profile-menu__url--wishlist::before {
	content: "\f005"
}

.c-profile-menu__url--comments::before {
	content: "\f075"
}

.c-profile-menu__url--gifts::before {
	content: "\f06b"
}

.c-profile-menu__url--address::before {
	content: "\f2b9"
}

.c-profile-menu__url--notif::before {
	content: "\f0f3"
}

.c-profile-menu__url--notification::before {
	content: "\f0e0"
}

.c-profile-menu__url--personal::before {
	content: "\f2c2"
}

.c-profile-menu__url.is-active::before,
.c-profile-menu__url:hover::before {
	color: inherit
}

.profile-page .o-page__content {
	padding-left: 0;
	padding-right: 22px;
	flex: 0 0 79%
}

.c-message-light {
	font-size: .8rem;
	padding: 15px 32px;
	border-radius: 5px;
	line-height: 22px;
}

.o-page__content .c-message-light:first-child {
	margin-bottom: 20px
}

.c-message-light--info {
	background-color: #fffde4;
	border: 1px solid #f6e8a1;
	color: #a37731
}

.c-message-light__justify {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.btn-light:not(.disabled):not(.is-inactive):not([disabled]) {
	overflow: hidden
}

.btn-light {
	line-height: 1.467;
	border-radius: 8px;
	background-color: #00bfd6;
	padding: 13px 29px;
	color: #fff
}

.btn-light--verify {
	height: 35px;
	width: 151px;
	padding: 0 20px;
	line-height: 2.9;
	font-size: .8em;
	text-align: center
}

.btn-light--gray {
	background-color: #7a7a7a
}

.c-message-light--text {
	margin-left: 33px;
	font-size: .9em
}

.o-headline--profile {
	padding-left: 0;
	align-items: flex-end;
	color: #858585;
	margin: 10px 0 15px
}

.o-headline {
	margin: 26px 0 20px;
	padding: 0 30px;
	display: flex;
	align-items: center
}

.c-profile-recent-fav,
.private-info--table {
	border: 1px solid #dedede;
	margin-bottom: 23px;
	padding-bottom: 43px;
	height: calc(100% - 68px);
	background-color: #fff;
	box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1)
}

.user-main {
	display: flex;
	flex-wrap: wrap
}

.user-main>div {
	flex: 0 0 50%;
	padding-right: 10px;
	padding-left: 10px
}

.private-info--row,
.wishlit-item {
	border-bottom: 1px solid #f1f1f1;
	display: flex
}

.private-info--row {
	flex-wrap: wrap;
	margin-right: 0;
	margin-left: 0
}

.private-info--col:first-child {
	border-right: none
}

.private-info--col {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 100%;
	min-height: 1px;
	flex: 0 0 50%;
	max-width: 50%;
	border-right: 1px solid #f1f1f1;
	padding: 20px 30px
}

.private-info--col .col-title {
	font-size: 1.5em;
	line-height: 1.158;
	letter-spacing: -.5px;
	color: #aeabab;
	font-weight: 500;
	padding-bottom: 13px
}

.private-info--col .col-value {
	font-size: .929rem;
	line-height: 1.692;
	letter-spacing: -.3px;
	margin-bottom: 4px;
	font-weight: 600;
	color: #7d7c7c;
	overflow: auto
}

.c-profile-stats__action {
	padding: 14px 30px 17px;
	text-align: center;
	font-size: 1em;
	position: absolute;
	bottom: 6px;
	height: 54px;
	left: 0;
	right: 0
}

.wishlit-item {
	align-items: center;
	padding: 10px;
	position: relative
}

.wishlit-item img {
	max-width: 55%
}

.wishlit-item__title {
	display: flex;
	flex-direction: column;
	font-weight: 500;
	color: #000
}

.wishlit-item__title .out-stock {
	color: red;
	line-height: 3
}

.wishlit-item button {
	position: absolute;
	left: 12px;
	top: 28%;
	background-color: #fff;
	border: 1px solid #c5c5c5;
	width: 33px;
	height: 28px;
	border-radius: 8px;
	color: #929292
}

.c-table-orders {
	background-color: #fff;
	box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
	border: 1px solid #e7e7e7;
	margin-bottom: 20px;
	padding-bottom: 0;
	border-radius: 5px
}

.c-table-orders__show-more {
	line-height: 45px;
	letter-spacing: -.4px;
	color: #535353;
	width: 100%;
	border-radius: 0 0 5px 5px;
	background-color: #fafafa;
	height: 45px;
	vertical-align: middle;
	text-align: center;
	display: block;
	transition: background-color .3s ease-in-out;
	font-weight: 400
}
.yith-wcmap .user-image {
	position: relative;
	display: inline-block;
	overflow: hidden;
	cursor: pointer;
}
.darkoob-account-customize .user-image {
	border: 1px solid #00BFD6;
	border-radius: 100%;
	margin-top: -35px;
}
.more-link {
	display: none;
}
.price_courses {
	position: absolute;
	left: 0;
	padding: 10px;
	background: #F0AA1C;
	color: #000;
	border-bottom-right-radius: 3px;
	direction:rtl;
}
.copy_right {
	width: 100%;
	text-align: center;
	padding: 20px 0 0 0;
	background: #000;
}

/*
***End Single Product
 */

/*
****Footer
 */
footer {
	background: #0068B6;
	font-size: .9rem;
	color: #959595;
	display: flex;
	overflow: hidden;
	padding: 50px 0px 0 0;
}
.darkoob-footer-desc {
	text-align: center;
	color: #fff;
	padding: 0 20px;
}
.darkoob-footer-desc div
{
	margin: 0 auto;
}
.darkoob-footer-desc img {
	padding: 10px;
	border-radius: 5px;
}
.darkoob-footer-desc a {
	font-size: 1.8rem;
	color: #fff;
}
.darkoob-footer-contactus {
	color: #fff;
	line-height: 31px;
    text-align:left;
    direction:ltr;
}
.darkoob_fa .darkoob-footer-contactus {
    text-align:right;
    direction:rtl;
}
.darkoob-footer-title {
	font-size: 1.4rem;
	margin-bottom: 20px;
	display: block;
	color: #fff;
}
.ic {
	display: inline-flex;
	margin-left: 3px;
	margin-right: 8px;
	line-height: 33px;
	direction:rtl;
}
.last_product_footer {
	padding-right: 0;
}
.last_product_footer li {
	padding: 3px;
	padding-right: 3px;
	margin: 3px;
	display: flex;
}
.img_last_pro_footer img {
	background: #fff;
}
.img_last_pro_footer img {
	max-width: 100%;
	height: auto;
	float: right;
	border-radius: 3px;
	margin: 0 auto;
}
.title_last_pro_footer {
	height: auto;
	float: right;
	color: #fff;
	line-height: 40px;
}
.title_last_pro_footer a {
	color: #fff !important;
}
.Archive_product .item_post_blog
{
	border: 1px solid #dedede;
	padding: 0;
}
.Archive_product .blog_desc
{
	padding:0px
}
.Archive_product .entry
{
	padding: 10px;
}
.Archive_product .title {
	font-size: 1.4rem;
	color: #000;
}
.woocommerce-products-header__title.page-title {
	color: #fff;
	padding: 20px;
}
.Archive_product .c-pager__items
{
	margin: 0;
	padding: 0;
}
/*.c-product__gallery .c-gallery {*/
/*	display: flex;*/
/*	flex-direction: column;*/
/*	justify-content: space-between;*/
/*	height: 100%;*/
/*}*/
/*
***End footer
 */
/*
***Post page
 */
.entry-title
{
	color: #fff;
	padding: 10px 30px;
}
.darkoob_fa .entry-title
{
	text-align: right;
}
.entry-meta {
	display: none;
}
.post-thumbnail {
	text-align: center;
}
.post_thumb
{
	margin: 0 auto;
}
.entry-content p {
	padding: 0px 40px;
	margin:12px;
}
.darkoob_fa .entry-content {
	text-align: right;
}
.darkoob_fa .comment_po
{
	text-align: right;
}
.login-box 
{
    float:left;
}
.login_basket_darkoob
{
    float: right;
    padding-left: 0;
    height: 70px;
line-height: 70px;
}
.darkoob_fa .login_basket_darkoob
{
    float: left;
    padding-left: 0;
    height: 70px;
line-height: 70px;

}
.site-header .darkoob_fa .login_basket_darkoob
{
    position:fixed;
    top:0;
    left:0;
}
.site-header .login_basket_darkoob
{
    position:fixed;
    top:0;
    right:0;
}
.page_inside .site-header .login_basket_darkoob
{
    position:relative;
}
.site-header.container .login_basket_darkoob
{
    position:unset !important;
}
.cart_basket_menu
{
    padding-top:20px;
}
.mmeen
{
    padding-left:0;
    padding-right:0;
    position: absolute;
    left: 0;
    
}
.darkoob_fa .mmeen {
    padding-right: 0;
    float: right;
    position: absolute;
    right: 0;
}
.badge.badge-success {
    position: absolute;
    top: 0px;
    left: 30px;
}
.darkoob_fa .badge.badge-success {
    left:3px;
    right:unset;
}
.dropdown-item {
    font-size: .8rem;
    text-align:left;
}
.darkoob_fa .dropdown-item
{
    text-align:right;
}
.user-actions .dropdown-menu.show {
    padding: 0;
    background: #fff;
}
.dropdown-menu.show {
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.15);
    padding: 10px;
    font-size: 12px;
    line-height: 26px;
    color: #494a4a;
    border-color: #d7d8d9;
    border-radius: 0 0 3px 3px;
    margin-top: 10px;
}
.dropdown-item svg {
    font-size: .9rem !important;
    position: absolute;
    left: 4px;
}
.darkoob_fa .dropdown-item svg {
    font-size: .9rem !important;
    position: absolute;
    right: 4px;
}
.footer-padding.ps-footer-qa {
	text-align: left;
}
.darkoob_fa .footer-padding.ps-footer-qa {
	text-align: right;
}
.last_product_footer {
	padding-left: 0;
	margin-left: 0;
}
@media screen and (max-width: 600px) {
	.logo_top
	{
		max-width: 40%;
		margin-top:0 !important;
	}
	.time_date {
    	margin-top: 16px !important;
    	float: right;
    	display: block;
    	background: none;
    }
	.header_tel,.header_address
	{
		display: none;
	}
	#site-navigation {
		position: fixed;
		right: 0;
		display: inline-grid;
		padding: 0;
		top:0
	}
	#site-navigation.sticky
	{
		top: 0px;
		background: none !important;
	}
	.mega-toggle-blocks-right
	{
		padding-left: 10px;
	}
	#masthead
	{
		padding: 47px 0 0 0 !important;
	}
	.section_video {
		width: auto;
		z-index: 99999;
		position: relative;
	}
	.section_video .col-md-6:first-child
	{
		padding: 0 !important;
	}
	.blog_darkoob_post
	{
		padding-top: 0 !important;
	}
	.blog_desc {
		padding: 20px;
	}
	.section_video p {
		text-align: justify !important;
		padding: 0 20px;
		line-height: 2rem;
	}
	.footer-padding.darkoob-footer-contactus {
		padding: 20px 30px;
	}
	.footer-padding.ps-footer-qa {
		padding: 20px 30px 0 0;
	}
	.header_page
	{
		padding: 0 !important;
	}
	.header_page .section_set
	{
		display: none;
	}
	.page_inside .c-product
	{
		display: block !important;
	}
	.data_cursor
	{
		display: block;
	}
	.capacity_course:first-child
	{
		margin-top: 10px;
	}
	.capacity_course {
		margin: 1px 0;
	}
	#wpadminbar
	{
		display:none !important;
	}
	.c-product__gallery
	{
		display: inline-block;
	}
	.login_basket_darkoob
	{
	    display:none;
	}
}
.wpmslider-content p
{
    line-height:40px;
}
.location_p p,.location_p h1,.location_p h2,.location_p h3,.location_p h4,.location_p h5,.location_p h6
{
 line-height:35px;
 text-align: justify;
}
/*
***Register & login
*/
.login_page_darkoob
{
    text-align:right;
}
.account-box {
    margin: 15px auto;
}
.register-logo {
    margin-bottom: 18px;
}
.account-box .register {
    background: #fff;
    width: 400px;
    border: 1px solid #dedede;
    position: relative;
    margin: 0 auto;
}
.account-box .register, .c-product {
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
}
.account-box .headline {
    border-bottom: 1px solid #ececec;
    color: #656565;
    padding: 17px 40px;
    font-size: 1.3em;
    line-height: 1.222;
    font-weight: 700;
    text-align: center;
}
.account-box .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
}
.login_page_darkoob {
    margin: 0 !important;
    width: 100%;
}
.login_page_darkoob .u-column2
{
    display:none !important;
}
.register_page_darkoob .u-column1
{
    display:none !important;
}
.register.login .u-column1{
    width: 100% !important;
    float: right !important;
}
.register.login .u-column2{
    display: flex;
    background: none;
    box-shadow: none;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register
{
    border:none;
    padding:0 !important;
    margin-top:2rem !important;
    box-shadow:0 !important;
}
.register.login h2
{
    display:none;
}
.register.login input
{
    line-height:2rem !important;
}
.register.login .woocommerce-form-row 
{
    display:block;
}
.register.login a {
    color:#000;
}
.register.login .foot {
    text-align: center;
    color: #000;
    padding: 10px 0;
    background: #dedede;
}
.register.login .woocommerce-button {
	float: left;
	position: absolute;
	left: 0;
	background: #F0AA1C;
	color: #000;
}
.woocommerce-form.woocommerce-form-register.register {
    box-shadow: none !important;
}
.woocommerce-MyAccount-content {
	text-align: right;
	padding-right: 20px;
	color: #000;
}
.woocommerce-Message.woocommerce-Message--info.woocommerce-info {
    text-align: right;
}
.woocommerce-MyAccount-content {
	text-align: right;
}
.woocommerce-Message.woocommerce-Message--info.woocommerce-info {
	text-align: right;
}
legend {
    text-align: right;
}
.capacity_course a {
    font-size: .8rem;
}

/*
***Language
 */
.current-lang
{
	display:none
}
.lang-item img {
	width: 17px;
	margin: 0 5px;
}
.list-cursor
{
    padding-left:0;
}



.input-text.qty.text {
	display: none;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-2,.woocommerce-additional-fields__field-wrapper span {
    max-width:100% !important;
}
.woocommerce-additional-fields__field-wrapper span {
    width:100% !important;
}
.woocommerce-billing-fields span {
	width: 100% !important;
	max-width: 100%;
	display: n;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b
{
    left:98% !important;
}
.darkoob_fa .select2-container--default .select2-selection--single .select2-selection__arrow b
{
    left:unset !important;
    right:98% !important;
}
.darkoob_fa .checkout.woocommerce-checkout .col-1 {
	float: right !important;
}

.time_date {
	color: #fff;
	font-size: 0.8rem;
	direction: ltr;
	/* position: absolute; */
	border: 0;
	bottom: -18px;
	background: rgba(0,0,0,.5);
	width: auto;
	display: contents;
}

.item_post_blog img {
	max-height: 200px;
	width: 100%;
}
.item_post_blog .the_excerpt{
	min-height: 100px;
}
.rtl .header_address,.rtl .header_tel
{
    text-align:right !important;
    width:100%;
}
.rtl .header_address h4,.rtl .header_tel h4
{
    text-align:right !important;
    width:100%;
}
.logo_top.logo_fa {
    float: right;
}
.darkoob_en .header_tel h4 div
{
    direction:rtl;
}

/*
***my edit
*/
#site-navigation ul {
	padding: 0;
}
.mega-current-menu-item 
{
    margin-top:-2px !important;
    background:none !important;
}
.mega-current-menu-item a
{
    background:none !important;
    border-top:2px solid #f0aa1c !important;
}

#site-navigation.sticky {
	background: #0068B6 !important;
}
.col-12.col-md-12.p-0.section_aboutus {
	float: right;
}
.ps-footer-icons.text-center {
	float: right;
	text-align: center;
	width: 100%;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link
{
    background:none !important;
}
.mega-menu-item ul .mega-menu-link
{
    text-shadow:none !important;
}
/*.entry-content p:first-child {*/
/*	line-height: 6vh !important;*/
/*}*/
.logo_top {
	margin-top: 15px;
}
.aligncenter.wp-image-303.size-full {
	border: 2px solid #F0AA1C;
}
.aligncenter.wp-image-306.size-full
{
    border: 2px solid #F0AA1C;
}
.social_header ul {
	padding: 0;
}
.captcha-image
{
    border:none !important;
}
.captcha-image label input
{
    display:none;
}
.captcha-image {
	width: 100%;
}
h1.entry-title {
    color: #0068b6;
}
header.entry-header.header_page {
    background: none;
}

#notice_product_single {
	z-index: 999999999;
}

#exampleModal {
	z-index: 999999999;
}




body{font-family: IRANSans !important;}
.axsocial a img.alignnone{margin:0;}
.callback{position: fixed;z-index: 9999;left: 0; bottom: 0;width: 80px;
    border-radius: 50%;
    background-color: white;
    height: 80px;    box-shadow: 0 4px 10px 0 rgba(46,58,70,0.35);    left: 20px;
    bottom: 20px;}
.callback #black-studio-tinymce-10{float:left;}

.callback{font-size: 48px; color: #00BFA5;padding-top: 10px;padding-right: 15px;display: block;}
.axsocial,.knoww{display:none;}
#closee i{font-size: 19px;color:black;display:block;width:20px;height:20px;}
#closee i:hover{color:#00BFA5 !important;}
#socialBtn{font-size: 19px;color:black;display:block;width:20px;height:20px;text-align:center;margin:0 auto;}
.knoww{position: fixed; z-index: 9999; left: 0; bottom: 0; width: 242px;border: 1px solid lightgrey;padding: 7px;background-color: white;box-shadow: 0 4px 10px 0 rgba(46,58,70,0.35);left: 20px;
    bottom: 30px;}
.knoww p{text-align:center;line-height:2.3;}
.axsocial img{margin:7% !important;}
.axsocial img:hover{filter: grayscale(70%);}
.axsocial{border-top: 1px solid grey;}

.header_address h4 div{padding-left:0px !important;padding-right:0px !important;}
.float-lef.pr-3 .pr-3{padding-left:0px !important;padding-right:0!important;}
.rtl .header_address{padding-left:0px !important;padding-right:0px !important;}


.tm_pb_button.tm_pb_more_button{display:none !important;}
.desc_vvv span{text-align:justify !important;}
.ic {display: contents;}
.namad{position:fixed;right:0px;bottom:0px;z-index:9999;}
.c-product__right .c-product__directory {display:none !important;}
.portfolio_darkoob_post.testimonial-section{display:none !important;}

.post .entry-content {
padding: 10px 30px;
}

.entry-content #gform_wrapper_2{    width: 90%;margin: 0 auto}
.entry-content #gform_wrapper_2 .gform_title{display:none !important;}

.gform_variation_wrapper.gform_wrapper .product_totals{display:none !important;}
.woocommerce-MyAccount-content a:nth-child(2){display:none !important;}
.location_p p, .location_p h1, .location_p h2, .location_p h3, .location_p h4, .location_p h5, .location_p h6{font-family: "IRANSansWeb" !important;}
body{	font-family: IRANSansWeb !important;}