/*!
Theme Name: darkoob
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>darkoob</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
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
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * 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 {
	background: #eee;
	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 {
	background: #fff9c0;
	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 3em 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-right: 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 {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

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;
	background: #e6e6e6;
	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
--------------------------------------------------------------*/

@font-face {
    font-family: 'Roboto-Regular';
    src: url('fonts/Roboto-Regular.eot');
    src: url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('fonts/IRANSansWeb(FaNum)_Bold.eot');
    src: url('fonts/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
         url('fonts/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
         url('fonts/IRANSansWeb(FaNum)_Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
         url('fonts/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('fonts/IRANSansWeb(FaNum)_Medium.eot');
    src: url('fonts/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
         url('fonts/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
         url('fonts/IRANSansWeb(FaNum)_Medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
         url('fonts/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('fonts/IRANSansWeb(FaNum)_Light.eot');
    src: url('fonts/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
         url('fonts/IRANSansWeb(FaNum)_Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
         url('fonts/IRANSansWeb(FaNum)_Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
         url('fonts/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('fonts/IRANSansWeb(FaNum)_UltraLight.eot');
    src: url('fonts/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
         url('fonts/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
         url('fonts/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
         url('fonts/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('fonts/IRANSansWeb(FaNum).eot');
    src: url('fonts/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
         url('fonts/IRANSansWeb(FaNum).woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
         url('fonts/IRANSansWeb(FaNum).woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
         url('fonts/IRANSansWeb(FaNum).ttf') format('truetype');
}
@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/fontawesome-webfont.eot") format("embedded-opentype"),
    url("fonts/fontawesome-webfont.woff") format("woff"), 
    url("fonts/fontawesome-webfont.ttf") format("truetype"), 
    url("fonts/fontawesome-webfont.svg") format("svg");
}

@font-face {
    font-family: 'IRANYekan';
    src: url('fonts/IRANYekan.eot');
    src: url('fonts/IRANYekan.eot?#iefix') format('embedded-opentype'),
     url("fonts/IRANYekan.woff") format("woff"), 
        url("fonts/IRANYekan.ttf") format("truetype"), 
         url('fonts/IRANYekan.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
}

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


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

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

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

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

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

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

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	right: 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
--------------------------------------------- */
.sticky {
	display: block;
}

.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-right: auto;
	margin-left: 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;
	right: 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 {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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


body{  font-family: IRANSans !important;}
.headup .widget_text{width: max-content;display: inline-block;}
.headup{padding-top:29px;}

.logo{float:right !important;}
.logo img{    width: 95px;margin-bottom:7px;}

#text-2 p:before{font-family: "FontAwesome";content: "\f095"; font-size: 22px; color: white; margin-left: 10px; width: 35px;height: 35px; display: inline-block; background: #ec1922; text-align: center;padding-top: 2px;}
#text-3 p:before{font-family: "FontAwesome";content: "\f0e0"; font-size: 22px; color: white; margin-left: 10px; width: 35px;height: 35px; display: inline-block; background: #ec1922; text-align: center;padding-top: 2px;}
#text-4 p:before{font-family: "FontAwesome";content: "\f041"; font-size: 22px; color: white; margin-left: 10px; width: 35px;height: 35px; display: inline-block; background: #ec1922; text-align: center;padding-top: 2px;}
#text-10 a{background-color: #ec1922;display: block; padding: 10px;text-align: center;color: white;}
#text-10{width:14%;float:left;}
#text-2 , #text-3 , #text-4 {margin-left:2%;}
.up1 .widget{margin-bottom:0px;}
.up1 {padding-top: 7px;}

.up1 p{color: #666;font-size:13px;}


.up2{background-color:#222222 !important;}

.up2 .wp-megamenu.nav-menu .wpmm-social-link{float:left !important;}


.text1{background-image: url(https://karatejaratminab.com/wp-content/uploads/ai-patterm-1.png);padding-top: 60px;padding-bottom: 240px; background-position: center;margin-top: -21px;clear:both;}
.text1 .widget-title{text-align: center; font-size: 21px; color:#ec1922;}
.text1 .textwidget{color: white;text-align: center; width: 70%;margin: 0 auto;font-size: 24px;line-height: 2;}

.one {clear:both;margin-top:-220px;}
.one .widget_black_studio_tinymce{width:32%;float:right;text-align:center;}
.one #black-studio-tinymce-2 ol{padding:0px;}
.one .widget_black_studio_tinymce:nth-child(2){margin:0 2%;}
.one .imagee{overflow: hidden; position: relative;}
.one .imagee img{display: block; width: 100%;transform: scale(1.01);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;}

.one h3{font-size: 18px;    padding-top: 10px;}
.one h3:before{content: '\f085';
    font-family: "FontAwesome";
    font-size: 42px;
    color: white;
    margin-left: 10px;
    width: 80px;
    height: 80px;
    display: block;
    background: #ec1922;
    text-align: center;
    padding-top: 17px;
    margin: 0 auto;
    margin-bottom: -11px;
    position: relative;
    top: -40px;}
.one p{font-size:14px;color: #666;line-height: 2;}
.one .matn{background: #fff;
    box-shadow: 1px 1px 25px 0px rgb(83 95 159 / 15%);
    padding: 0 25px 25px 25px;
    position: relative;
    z-index: 1;
    top: -35px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;height: 430px;position:relative;}
.one .matn:before{content: '';
    border: 1px solid #ec1922;
    display: block;
    position: absolute;
    height: calc(100% - 15px);
    width: calc(100% - 30px);
    left: 15px;
    bottom: 15px;
    top: 0px;
    right: 15px;
    z-index: -1;
    border-top: none;}
.one .imagee:before{content: '';
    border: 1px solid #ec1922;
    display: block;
    position: absolute;
    height: calc(100% - 15px);
    width: calc(100% - 30px);
    left: 15px;
    bottom: 15px;
    top: 0px;
    right: 15px;
    z-index: 99;
    top: 15px;border-bottom: none;}
    
.one .matn ol{position: absolute; bottom: 31px; width: 70%;}
.one .widget_black_studio_tinymce:hover img{transform: scale(1.2);}
.one .widget_black_studio_tinymce:hover .matn{top: -45px;}

.page-id-606 .one{margin-top:0px;}



.two .widget.widget_text{text-align:center;}
.two .widget-title{color: #ec1922;font-size:18px;}
.two .widget.widget_text .textwidget{font-weight: 900;color:black;font-size:20px;}
.two .widget.widget_black_studio_tinymce{width: 32%; display: block; float: right; position: relative;z-index: 9;}
.two .widget.widget_black_studio_tinymce .textwidget{display: -webkit-box!important;
    display: -ms-flexbox!important; display: flex!important;}
.two .widget_black_studio_tinymce:nth-child(2){margin:0 2%;}
.two .widget_black_studio_tinymce br{display:none;}


.kk{ background: #ec1922; color: #ffffff;height: 24px; padding:2px;line-height: 24px;font-size: 14px; text-align: center;display: inline-block; position: relative; top: 6px;}
.kk:before{content: attr(data-content); position: absolute; font-size: 100px;
    color: #f7f7f7; line-height: 60px; z-index: -1; font-weight: bold;font-family: Rajdhani; opacity: 0.4;}
.kk:after{position: absolute;right: 35px;top: 12px; width: 40px;height: 1px;content: "";background: #ec1922;}

.kk2{margin-right:60px;margin-top:8px;}
.kk2 p{color: #666;}


.content1{margin-top:80px;}
.content1-part2 .textwidget:before{content: '';background: #ec1922; display: block; height: 50%; z-index: -1; position: absolute; width: calc(50% + 35px);top:-25px; left: 0px;}
.content1-part2{position: relative;}

.content1-part2 #black-studio-tinymce-10{display: inline-block;position: absolute;top: 0px; right: -15px;max-width: 60%;
    width: 100%; margin-top: 350px !important; align-items: center;background: #ec1922;
    box-shadow: 0 9px 35px 0 rgb(0 0 0 / 7%);padding: 25px 30px;}
.content1-part2 #black-studio-tinymce-10{display:none;}
.content1-part2 #black-studio-tinymce-10:before{position: absolute; right: 0;bottom: -30px;content: "";font-size: 46px;width: 0; border-top: 30px solid ##ec1922;
    border-right: 30px solid transparent;}
.h-one {position: absolute;display: block; width: 25px;
    height: 25px; box-sizing: border-box;border: 1px solid #fff; background-color: transparent;top: 10px;
    left: 10px;border-bottom: 0;border-right: 0;}
.h-two {position: absolute; display: block;width: 25px;height: 25px; box-sizing: border-box;
    border: 1px solid #fff; background-color: transparent; top: 10px; right: 10px;border-bottom: 0; border-left: 0;}
.h-three { position: absolute; display: block;
    width: 25px;height: 25px; box-sizing: border-box;border: 1px solid #fff;
    background-color: transparent; bottom: 10px;left: 10px; border-top: 0; border-right: 0;}
.h-four {position: absolute; display: block;width: 25px;
    height: 25px;box-sizing: border-box;border: 1px solid #fff; background-color: transparent;bottom: 10px;
    right: 10px;border-top: 0; border-left: 0;}

.content1-part2 .textwidget .mmatn{position: absolute;font-size: 19px;color: white; top: 45px;}



.content1-part1 .widget-title{font-size: 14px;color: #ec1922;}
.content1-part1 #black-studio-tinymce-8 span{font-size: 25px;font-weight: 900;}
.content1-part1 p{color: #666; line-height: 2;font-size: 15px;text-align: justify;}
.content1-part1 a{display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: transparent;
    color: white;
    border: 1px solid transparent;
    box-sizing: border-box;
    word-wrap: break-word;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    position: relative;
    top: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: normal;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;background-color: black;}
.content1-part1 a:before{content: '';
    width: 10px;
    height: 2px;
    background-color: #2e2e2e;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;background-color: #ec1922;}
.content1-part1 a:after{content: '';
    width: 2px;
    height: 10px;
    background-color: #2e2e2e;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;background-color:#ec1922;}
.content1-part1 a:hover{background-color: #ec1922;color: white;text-decoration: none;}
.content1-part1 a:hover:before, .content1-part1 a:hover:after{background-color:black;}

.content2-part2 #text-8 .widget-title {font-size: 14px;color: #ec1922;}
.content2-part2 #text-8 span {font-size: 25px;font-weight: 900;}

.content2-part2{background-color: #f5f5f5;padding-right: 30px;padding-left: 30px;}
.content2-part2 .widget_black_studio_tinymce{margin:2%;float:right;margin-top:5%;}
.content2-part2 .widget_black_studio_tinymce p{color: #666;line-height: 2;}
.content2-part2 .widget_black_studio_tinymce h2{font-size: 18px;}

.content2-part1{margin-top: -70px !important;
    background-image: url(https://karatejaratminab.com/wp-content/uploads/bg4.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;    padding-top: 455px;    padding-left: 0 !important;padding-right: 0 !important;padding-bottom:96px;}
.content2-part1 .widget_black_studio_tinymce{width: 100%;background-color: #2e2e2e; padding: 15px 20px;    float: right;position: relative;top:336px;}

.content2 .widget.widget_text{color: #666;line-height: 2;}
.content2-part1 p{margin-bottom:0px;}


.con-par2{width:50%; float:right;}

.content2-video{width:49%; float:left;}

.vp-a { width: 50%;float: left;}
.vp-img{height: 145px;object-fit: cover;}
#black-studio-tinymce-11 .kaj:before{content: "\f144"; font-family: "FontAwesome"; font-size: 45px; color: white;   position: absolute;
    top: 100px;
    right: 20px;transform: rotate(90deg);}
#black-studio-tinymce-11 .dd{width: 50%;float: right;color: white;padding-left: 15px;}
/*#black-studio-tinymce-11:after{position: absolute; left: 22px;top: 50px;width: 34px;*/
/*    height: 145px;  content: ""; background: #ec1922;}*/
#black-studio-tinymce-11 .kaj {position: absolute;transform: rotate(-90deg);display: inline-block;
    font-size: 17px;left: 0px; top: 95px;z-index: 9; font-weight: bold;color: #ffffff;padding: 13px;}

.flaticon-employee{font-size: 60px;line-height: 60px;color: #ec1922;position: relative;}
.flaticon-employee:before{ content: "\f21b";position: relative;left: 5px;font-family: "FontAwesome";}
.flaticon-employee:after{position: absolute;
    left: -30px; top: -10px;width: 60px;height: 60px;content: "";
    background: #ffffff; border-radius: 100px; z-index: -1;}
.content2-part2 h3{font-size: 20px;}
.content2-part2{margin-top:-21px;padding-top:35px;}
.content2-part2 #black-studio-tinymce-12, .content2-part2 #black-studio-tinymce-13{height: 285px;}

.content2{background: #f5f5f5;
    float: right;padding-bottom:15px;}
.content2-part1 iframe{height:200px;}

.contactt{background-image: url(https://khalaj.sitedar.com/tejari/wp-content/uploads/ai-patterm-1.png);clear:both;padding-top: 60px;
    padding-bottom: 60px;margin-top:80px;}
.contactt .widget-title{color: white;font-size: 20px;}
.contactt #text-9 p{color: #ec1922;font-size: 35px;}
.contactt #text-9 p:before{content: "\f095";font-family: "FontAwesome";font-size:45px;color:#ec1922;margin-left: 24px;
    vertical-align: middle;}
.contactt .widget.widget_black_studio_tinymce{width:25%;display:block;float:right;text-align: center;}
.contactt .widget.widget_black_studio_tinymce p{color:white;}
#black-studio-tinymce-18:before{content: "\f1b3";font-family: "FontAwesome";font-size:45px;color:white;}
#black-studio-tinymce-19:before{content: "\f003";font-family: "FontAwesome";font-size:45px;color:white;}
#black-studio-tinymce-20:before{content: "\f017";font-family: "FontAwesome";font-size:45px;color:white;}
#black-studio-tinymce-21:before{content: "\f041";font-family: "FontAwesome";font-size:45px;color:white;}
.contactt{display:none;}



.ea-card.sp-ea-single .ea-header a{background-color:white;color: #2e2e2e !important;}
/*.collapsed:before{content: "\f068";color: white; background-color: #fd5d14; width: 25px;
    display: block; height: 25px;padding-top: 6px;}*/
.query2 .ea-card.ea-expand .ea-header a{background-color: #2e2e2e !important;color: white !important;font-size: 17px;}
.query{background-color: #f5f5f5;padding-top: 100px;padding-bottom: 50px;}
.ea-body{background-color: #f5f5f5 !important;}
#sp-ea-40.sp-easy-accordion>.sp-ea-single{border:0px !important;}
.ea-body p{color: #666;font-size: 14px; line-height: 2;text-align: justify;}
.ea-header a{font-size: 16px !important;color:white !important;padding: 6px !important;}
.query2 .ea-card.ea-expand .ea-expand-icon:before{background-color: #ec1922 !important;
    color: white !important;display: block; width: 20px; height: 20px;
    padding-top: 4px; margin-top: 4px;}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body{padding:10px !important;}
.query2 .collapsed .ea-expand-icon:before { background-color: #f5f5f5 !important;color: #2e2e2e !important; display: block; width: 20px;height: 20px;
    padding-top: 4px; margin-top: 4px;}

.querytitle p{font-size: 25px;font-weight: 900; text-align: center;}


#black-studio-tinymce-23{background-image: url(https://karatejaratminab.com/wp-content/uploads/nyv-bg.jpg);position: relative;padding-top: 61px;
    padding-bottom: 60px;}
#black-studio-tinymce-23 p{color:white;}
.query1 #black-studio-tinymce-23 h3{color:white;}
.query1 #black-studio-tinymce-23 h3:before{    content: "\f098"; font-family: "FontAwesome";font-size: 45px;color: #ec1922;vertical-align: middle;    margin-right: 25px;}
.kaj{position: absolute;transform: rotate(-90deg); display: inline-block;
    font-size: 19px;left: -25px; top: 100px;z-index: 9;font-weight: bold;color: #ffffff;
    padding: 13px;}
#black-studio-tinymce-23:after{position: absolute;left: 0; top: 0; width: 50px; height: 100%; content: ""; background: #ec1922;}
#black-studio-tinymce-23 .textwidget{text-align: center;}
#black-studio-tinymce-23 span{    border-top: 1px solid grey;width: 59%; display: block;margin: 0 auto;padding-top: 10px;}
.query1 #black-studio-tinymce-22 .widget-title{ font-size: 18px;color: #ec1922;    margin-bottom: 20px;}
.query1 #black-studio-tinymce-22 p{font-size: 23px; font-weight: 900;}
.query1 #black-studio-tinymce-22 {margin-bottom:50px;}




.blogg ul{padding:0px;margin:0px;}
.blogg ul li{ width: 31%;float: right;background: #fff;
    box-shadow: 0 9px 35px 0 rgb(0 0 0 / 7%);padding:0px !important;    text-align: center;}
.blogg ul li:nth-child(2){margin:0 3.5% !important;}
.cat-post-item{border-bottom:0px;padding:0px;}
.blogg{background-color: #f5f5f5;padding-bottom:80px;}
.blogg .joomir-desc{padding: 25px 30px 25px;position: relative; text-align: center;clear:both;}
.blogg .post-title.cat-post-title{font-size: 17px;color: black;font-weight: 900; margin-bottom: 13px;}
.blogg p{color: #666;line-height: 2;    padding: 0px 30px 25px;}
.blogg ul li img{margin:0;float:none;height: 270px;
    object-fit: cover;-webkit-transition: all 0.3s ease-out 0.3s;
    -moz-transition: all 0.3s ease-out 0.3s;
    -ms-transition: all 0.3s ease-out 0.3s;
    -o-transition: all 0.3s ease-out 0.3s;
    transition: all 0.3s ease-out 0.3s;}
.blogg ul li:hover img{transform: scale(1.2);}
.blogg .image-joomir{overflow: hidden;}

.blogg .widget.widget_black_studio_tinymce{text-align: center;}
.blogg .widget.widget_black_studio_tinymce .widget-title, .postss .widget-title{    font-size: 18px;color: #ec1922;}
.blogg .widget.widget_black_studio_tinymce p, .postss .widget.widget_black_studio_tinymce p{font-size: 23px; font-weight: 900;color:black;}
.blogg .cat-post-thumbnail.cat-post-none{margin:0 !important;float: none !important;overflow: hidden;}
.blogg .cat-post-thumbnail.cat-post-none img{width:100%;}
.blogg .post-title.cat-post-title{margin-top: 20px;clear: both; display: block;    height: 80px;
    padding: 4px;}

.logos{background-color: #ec1922;padding-top: 25px;}
.logos .wp-post-image{padding:0 5px !important;}
.logos .slick-dots{display:none !important;}

.foot1, .foot2, .foot3, .foot4{float:right !important;}
.foott{background-image: url(https://karatejaratminab.com/wp-content/uploads/footer-bg.jpg);color:white;    padding-top: 60px;
    padding-bottom: 40px;}


.foott h2:before{position: absolute; height: 1px; width: 100%; background-color: #eee;
    left: 0;bottom: -1px;content: "";}
.foott h2:after{position: absolute;height: 3px; width: 40px;right: 0;bottom: -1px;
    content: "";background: #ec1922;}
.foott h2{position: relative;font-size: 20px; padding-bottom: 20px;}

.foot3 ul{padding:0px;margin:0px;}
.foot2 a:before{ color: #ec1922;content: "\f104";font-family: "FontAwesome";margin-left:6px;vertical-align: middle;}
.foot2 a{color:white;}
.foot3 li{border-bottom:0 !important;}
.foot3 li a{color:white;font-size:13px;}
.foot3 li a:hover{text-decoration:none;color:#ec1922;}
.foot3 a:before{ color: white;content: "\f104";font-family: "FontAwesome";margin-left:6px;vertical-align: middle;}
.foot2, .foot3, .foot4{line-height: 2;}

#black-studio-tinymce-29 p:before{color: #ec1922;content: "\f041";font-family: "FontAwesome";margin-left:6px;vertical-align: middle;font-size:17px;}
#black-studio-tinymce-30 p:before{color: #ec1922;content: "\f003";font-family: "FontAwesome";margin-left:6px;vertical-align: middle;font-size:17px;}
#black-studio-tinymce-31 p:before{color: #ec1922;content: "\f095";font-family: "FontAwesome";margin-left:6px;vertical-align: middle;font-size:17px;}

.foot1 .textwidget strong{font-size:19px;color:#ec1922;}
.foot1 a{ display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;   border-radius: 0;
    border-width: 2px;
    font-size: 15px;
    padding: 15px 20px;
    font-weight: 600;
    margin-top: 10px;
    box-shadow: none !important;    position: relative;    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;}
.foot1 a:before{    content: '';width: 10px; height: 2px;background-color: #2e2e2e; display: block;
    position: absolute; right: 10px; top: 10px;background-color: #fff;}
.foot1 a:after{content: ''; width: 2px;height: 10px; background-color: #2e2e2e;display: block; position: absolute;
    right: 10px;top: 10px;background-color: #fff;}
.footnote{background: #0d1c33;text-align: center;color: white; padding-top: 20px;}


.postss{direction: ltr;clear:both;overflow-x: hidden;}
.postss #black-studio-tinymce-16{text-align:center;margin-top: 85px; display: block;margin-bottom: 45px;}
.wppsac-post-categories, .wppsac-post-date{display: none;}

.wppsac-post-image-bg a:before{position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(9, 22, 42, 0.6);}
.wppsac-post-image-bg a:after{content: '';
    border: 1px solid #ec1922;
    display: block;
    position: absolute;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    left: 10px;
    bottom: 10px;
    top: 10px;
    right: 10px;}
.wppsac-carousel-slides > .wppsac-post-image-bg{display: block; width: 100%;position: relative;}
.wppsac-carousel-slides{position: relative;
    overflow: hidden;}
.wppsac-post-image-bg{object-fit:cover;height: 400px;}

.wppsac-post-content-position{text-align: right;
    position: absolute;
    bottom: 10px;
    right: 30px;width: calc(100% - 50px);
    transition: 1s all;color: white;}
.wppsac-sub-content{display:none;}
.wppsac-post-title a{color:white !important;}
.wppsac-readmorebtn{color:white !important;margin-top: 15px;display: block; width: 110px;text-align: right; float: right;opacity: 0;}

.wppsac-readmorebtn{display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: transparent;
    color: white;
    border: 1px solid transparent;
    box-sizing: border-box;
    word-wrap: break-word;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    position: relative;
    top: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: normal;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    padding: 10px 20px!important;
  background-color: #ec1922 !important;border:0px !important;}
.wppsac-readmorebtn:before{content: '';
    width: 10px;
    height: 2px;
    background-color: black;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;background-color: clack;}
.wppsac-readmorebtn:after{content: '';
    width: 2px;
    height: 10px;
    background-color: black;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;background-color: black;}
.wppsac-readmorebtn:hover{background-color: #ec1922 !important;color: white;text-decoration: none;}
.wppsac-readmorebtn:hover:before, .wppsac-readmorebtn:hover:after{background-color:black;}


.wppsac-carousel-slides:hover .wppsac-post-image-bg a:before{background-color: rgba(9, 22, 42, 1.0);}
.wppsac-carousel-slides:hover .wppsac-post-content-position{ bottom: 0;top: 50%; transform: translateY(-30%);}
.wppsac-carousel-slides:hover .wppsac-readmorebtn{opacity: 1;}
.wppsac-readmorebtn:hover{background-color: white !important;color:black !important;}





.contactus1{float:right;}
.contactus1 .formm-1{float:right;}
.contactus1 input, .contactus1 textarea{background-color: #efebeb;    border: 0px;padding: 10px;text-align:right;width:100%;}
.contactus1 input{margin-bottom:8px;}
.formm-3{float:right;}
.formm-4{float:left;}
.formm-4 .wpcf7-form-control.wpcf7-submit:hover{background-color:#2e2e2e;}
.khali{clear:both;}
.wpcf7-form-control.wpcf7-captchac{float:right;}
.wpcf7-form-control.wpcf7-submit{width:170px !important;text-align:center;background-color: #ec1922 !important;color:white !important;}
.wpcf7-form-control.wpcf7-captchar{width:100px;}
.contactus1 #black-studio-tinymce-23{text-align: center;}
.contactus1 #black-studio-tinymce-23 p{    font-size: 14px;color: grey;margin-bottom:35px;}
.contactus1 #black-studio-tinymce-23 h2{font-size:20PX;}

.contactus2{border-right:1px solid lightgrey;}

.contactus2 .widget_nav_menu, .contactus2 .widget_black_studio_tinymce{border-bottom: 1px solid lightgrey}
.contactus2 #black-studio-tinymce-34{border-bottom:0px !important;}
.contactus2 .menu-item-1240{display:none;}
.contactus2 ul {
    margin: 0;
    padding: 5px 0px 10px 0px;;
    text-align: right;
}
.contactus2 li {
    position: relative;
    padding-left: 20px;
    vertical-align: middle;
    display: inline-block;
    list-style: none;
}
.contactus2 li a {
    font-size: 0 !important;
    display: inline-block;
    text-decoration: none;
}
.contactus2 li.menu-item-58 a:before {
    font-family: "FontAwesome";
    content: "\f09a";
    font-size: 28px;
    color: #ec1922;
}
.contactus2 li.menu-item-57 a:before {
    font-family: "FontAwesome";
    content: "\f232";
    font-size: 28px;
    color: #ec1922;
}
.contactus2 li.menu-item-56 a:before {
    font-family: "FontAwesome";
    content: "\f08c";
    font-size: 28px;
    color: #ec1922;
}
.contactus2 li.menu-item-1449 a:before {
    font-family: "FontAwesome";
    content: "\f0d2";
    font-size: 28px;
    color: #ec1922;
}

.contactus2 li.menu-item-1135 a:hover:before, .contactus2 li.menu-item-1136 a:hover:before{color:black;}


.contactus2 h2{font-size:15px;font-weight:900;margin-top:14px;}
.contactus2 p{margin-bottom:5px;}

.contactus2 #black-studio-tinymce-35 p:before{ content: "\f095";font-family: "FontAwesome"; font-size: 28px; vertical-align: middle; margin-left: 30px;display: inline-block; color: #ec1922;}
.contactus2 #black-studio-tinymce-36 p:before{ content: "\f0e0";;font-family: "FontAwesome"; font-size: 28px; vertical-align: middle; margin-left: 30px;display: inline-block; color: #ec1922;}
.contactus2 #black-studio-tinymce-37 p:before{ content: "\f041";font-family: "FontAwesome"; font-size: 28px; vertical-align: middle; margin-left: 30px;display: inline-block; color: #ec1922;}
.contactus2 p{font-size:14px;}

.contactus1{float:right !important;}

.plpr{margin-top:40px;}

iframe{width:100%;}

.grouppp .post.type-post{width:30%;margin:1.5%;float:right; background: #fff;box-shadow: 0 9px 35px 0 rgb(0 0 0 / 7%); padding: 0px !important;text-align: center;}
.grouppp .image-joomir{margin: 0 !important;float: none !important;overflow: hidden;}
.grouppp .image-joomir img {
    margin: 0;
    float: none;
    height: 270px;
    object-fit: cover;
    -webkit-transition: all 0.3s ease-out 0.3s;
    -moz-transition: all 0.3s ease-out 0.3s;
    -ms-transition: all 0.3s ease-out 0.3s;
    -o-transition: all 0.3s ease-out 0.3s;
    transition: all 0.3s ease-out 0.3s;}

.grouppp .post.type-post:hover img {transform: scale(1.2);}
.grouppp .joomir-desc{color: #666; line-height: 2;padding: 0px 30px 25px;}
.grouppp .joomir-desc h2 a{font-size: 16px; color: black;}



.page-template{margin-bottom:0px;}

.headd a{    color: white !important;}
.headd .wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-social-link{float:left !important;}
.headd .widget_black_studio_tinymce{margin-bottom: 0px;}

#black-studio-tinymce-40{text-align:right;margin-bottom:0px;}
.ywcps-products.products.ywcps_products_slider{margin-bottom:0px !important;padding-bottom: 0px !important;}

#black-studio-tinymce-40 .woocommerce-loop-product__title{color: #ec1922;font-weight: 900;}

#black-studio-tinymce-40 .price,#black-studio-tinymce-40 .button.product_type_simple{display:none !important;}


#black-studio-tinymce-17{display:none !important;}


.woocommerce-store-notice.demo_store{display:none !important;}

#wpcf7-f678-p679-o1 input{    background: #fdfdfd;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    padding: 10px 15px!important;
    color: #999;
    transition: all 0.3s;
    height: 50px;}
    
.wpmm-sticky.wpmm-sticky-wrap{ background: #2e2e2e;padding-top: 5px;padding-bottom: 5px;}


.page.type-page .entry-content{text-align: justify;line-height: 2;}

.button.product_type_simple.add_to_cart_button, .button.product_type_simple{background: #ec1922 !important;color: white !important;}
.button.product_type_simple.add_to_cart_button:hover, .button.product_type_simple:hover{background-color: #2e2e2e !important;color: white !important;}
.woocommerce-loop-product__title{color:black !important;}

.mfp-wrap.mfp-gallery.mfp-close-btn-in.mfp-auto-cursor.mfp-ready{z-index: 9999999999999999999;}
.mfp-close{color:red !important;font-weight:900;}
.wplg-menu-navigation-wrap.menu{display:none !important;}

.branch{width: 180px; display: block; background: #ec1922; text-align: center;
    color: white !important; padding: 10px; margin: 0 auto;
    border-radius: 5px;border: 2px solid #ec1922;font-weight:900;}
.branch:hover{background-color:white;color:#ec1922 !important; text-decoration: none;font-weight:900;}


.woocommerce.woocommerce-page .entry-title{text-align: center; font-size: 24px; margin-top: 30px; margin-bottom: 30px;}
.woocommerce-product-details__short-description{line-height: 2;text-align: justify;}
.woocommerce-breadcrumb{margin-top:15px;}
.woocommerce-loop-product__title{direction: rtl;}


.aiovg-responsive-element{width:100% !important;object-fit:cover !important;}

.material-icons.wplg-next-page, .material-icons.wplg-first-page, .material-icons.wplg-prev-page, .material-icons.wplg-first-page{display:none !important;}
.wp-megamenu-sub-menu li a{color:black !important;}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu{text-align:right !important;right:0 !important;}
.wp-megamenu-sub-menu li a:hover{text-decoration:none !important;color:#ec1922 !important;}

.aigpl-gallery-album-wrp .aigpl-img{object-position: center !important;}

.post-1152 div img{height: 342px; width: 100%;object-fit: contain;margin-bottom:18px;}
.post-1152 div h2{text-align: center;font-size: 20px;color: #ec1922;}
.post-1152 .entry-content > div{margin-bottom:30px;float:right;}

.entry-meta, .entry-footer, .nav-links{display:none !important;}
.post.type-post{font-size:16px;}


.fa-instagram:before, .fa-whatsapp:before, .fa-telegram:before{font-size: 22px;}



#menu-social{padding:0px;margin:0px;}
#menu-social li{display:block;float:right;margin:10px;}
#menu-social li a{font-size:.1px;color:transparent;}
#menu-social .menu-item-1175 a:before{font-family: "FontAwesome";
    content: "\f232"; font-size: 20px;color: #ec1922; display: block; width: 40px; height: 40px;
    text-align: center; border-radius: 5px;padding-top: 4px;}
#menu-social .menu-item-1176 a:before{font-family: "FontAwesome";
    content: "\f124"; font-size: 20px;color: #ec1922; display: block; width: 40px; height: 40px;
    text-align: center; border-radius: 5px; padding-top: 4px;}
#menu-social .menu-item-1177 a:before{font-family: "FontAwesome";
    content: "\f16d"; font-size: 20px;color: #ec1922; display: block; width: 40px; height: 40px;
    text-align: center; border-radius: 5px;padding-top: 4px;}

.post.type-post .post-thumbnail img{width: 100%;}
.post.type-post .entry-content{text-align: justify; line-height: 2; }
.grouppp .entry-content{height:270px;}

.whatsapp { position: fixed;display: block;width: 55px; background-color: #29ac00;
    height: 55px;bottom: 25px;right: 13px;border-radius: 50%;
    text-align: center;z-index: 99999999999;}
.whatsapp .widget_text { width: max-content;}
.whatsapp a { font-size: .1px; color: transparent;}
.whatsapp a:before { content: "\f232";
    font-family: "FontAwesome"; font-size: 26px;color: white;
    text-align: center;margin-top: 8px; display: block;margin-right: 16px;}
    
.woocommerce-breadcrumb {margin-top: 10px;}
    
.aigpl-gallery-wrp .aigpl-img, .aigpl-gallery-album-wrp .aigpl-img{    object-position: center !important;}

.foot4 #black-studio-tinymce-31 a{color:white;}


.grouppp h2{height: 140px; display: block;}

.counter-hierarchy.ez-toc-counter, #ez-toc-container{overflow: hidden;}


.namad{    position: fixed;
    display: block;

    bottom: 25px;
    left: 13px;

    text-align: center;
    z-index: 99999999999;}
    
    
#post-2015 .mejs-poster.mejs-layer{background-size: contain;}
#post-2015 .wp-video{margin:0 auto;}

@media only screen and (max-width:1280px) {

}
@media only screen and (max-width:1200px) {
.up1{font-size:12px;}
}
@media only screen and (max-width:1140px) {

}
@media only screen and (max-width:1024px) {

}
@media only screen and (max-width:992px) {
#text-2, #text-3, #text-4{display:none;}
.content1-part1, .content1-part2{width: 100% !important;}
.content2-part1, .content2-part2{width: 100% !important;}
.grouppp .post.type-post{width: 47%;}
}
@media only screen and (max-width:768px) {
#text-10{ width: 120px;}
.up2 .wp-megamenu.nav-menu .wpmm-social-link{float:right !important;}
.wpmm-search.search-open-icon{padding: 10px 12px !important;}
.one .widget_black_studio_tinymce:nth-child(2), .two .widget_black_studio_tinymce:nth-child(2), .blogg ul li:nth-child(2){margin:0px !important;}
.one .widget_black_studio_tinymce, .two .widget.widget_black_studio_tinymce, .blogg ul li{display: block;margin: 1%;width: 98%;}
.kk:after{right: 20px;}
.contactt .widget.widget_black_studio_tinymce{width: 50%;}
.query1, .query2{width:100% !important;}
.foot1, .foot2, .foot3, .foot4{width:100%;}
.foott h2:before{width: 50%;right: 0;}
.content2-part1{margin-top:0px !important;}
.wp-megamenu.nav-menu a{color:black !important;text-align:right;}
.headd li a{ color: black !important;text-align: right;}
.one .matn{height:auto;}
.one .matn ol{position: initial;}
.content2-part2 #black-studio-tinymce-14, .content2-part2 #black-studio-tinymce-15{height:auto;}
.content2-part1{padding-top: 180px;}
.content2-part1 .widget_black_studio_tinymce{z-index: 9;}
.content2-part2{margin-top: 215px;}
.post.type-post .entry-content{    height: auto;}
.con-par2, .content2-video{width:99%;}
}
@media only screen and (max-width:600px) {
.content2-part2 .widget_black_studio_tinymce{width:98%;margin:1%;    margin-top: 6%;}
.grouppp .post.type-post{width: 97%;}
}
@media only screen and (max-width:480px) {
.content1-part2 #black-studio-tinymce-10{top: -145px;}
}
@media only screen and (max-width:320px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
       only screen and (min-resolution:144dpi) {

}