/*!
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;
}
@font-face {
    font-family: 'booticon';
    src: url('icons/bootstrap-icons.woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gnews';
    src: url('icons/bootstrap-icons.woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'iranyekan-black';
    src: url('fonts/IRANYekanBlack.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'iranyekan-reg';
    src: url('fonts/IRANYekanRegular.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'iranyekan-bold';
    src: url('fonts/IRANYekanBold.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
    font-family: 'iranyekan-bold'!important;
}
strong{
    font-family: 'iranyekan-bold' !important;
}

p {
	margin-bottom: 1.5em;
    font-family: 'iranyekan-reg'!important;
}
a{
    font-family: 'iranyekan-reg' !important;

}

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{}

/* 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
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */



.seriousslider .seriousslider-inner > .item p{font-size:18px !important;color:#fff;}
.seriousslider-light .seriousslider-caption-title{font-family:"playfair";color:#0C5ADB !important;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

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

/* Navigation
--------------------------------------------- */
.visit-online{
	display: inline-block;
    float: left;
    margin: 25px 0px 0px 9px;
    border: 2px solid #0C5ADB;
    height: 35px;
    background: transparent;
    padding: 10px;
    line-height: 10px;
}
.back-searchtop{
 	display: block;
    width: 25%;
    position: absolute;
    right: 9%;
    top: 59px;
}
.alignnone{
	display: inline-block;
    float: right;
    margin: 18px 0px 0px 0px;
    background: transparent;
    padding:5px;
}
.fa-search{font-size: 20px;}
.fa-search:before{
	font-family: "FontAwesome";
	color:#a88d6d;
	font-size: 23px;
	content: "\f002";
}
/************cart menu***********/
li#wp-megamenu-item-2133{width: 42px; text-align: center;align-items: center;}
li#wp-megamenu-item-2133:before{
	content:"\f07a";
	font-family: "FontAwesome";
	color: #0C5ADB;
	font-size: 23px;
}
li#wp-megamenu-item-2133 > a:first-child{font-size: 0 !important;padding: 0 !important;}
li#wp-megamenu-item-2133 > a .fa.fa-caret-down{display: none;}
.button.wc-forward{
	background-color: #dab77d !important;
    color: #fff !important;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 15px;
}
.wpmm-item-title{
	    text-align: center;
    color: #0C5ADB;
}
.woocommerce-mini-cart__total.total{clear: both;text-align: center;}
/***************/
li#wp-megamenu-item-2131 a{
   	 margin-left: 75px;
    border: 1px solid #0C5ADB;
    padding: 0;
    background: #0C5ADB;
    color: #fff !important;
    padding:5px 18px;
    border-radius: 5px;
   	}
#mega-menu-wrap-menu-1 #mega-menu-menu-1{float: left;width: 100%;}
#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li.current-menu-ancestor>a{color:#000;}
#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu{

}
body .wp-megamenu-wrap .wpmm-nav-wrap > ul{top:11px;}
#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu{
	background-position: right bottom !important;
	background-size:  200px 200px !important;
	z-index: 99999 !important;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .3) !important;
}

#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li.wp-megamenu-item-2073>ul.wp-megamenu-sub-menu{
	background-position: right bottom !important;
    background-size: 120px 120px !important;
    max-height: 115px;
}
nav .wp-megamenu-item-2073 > ul{
		background-position: right bottom !important;
	background-size:  100px 100px !important;
	z-index: 99999 !important;
	height: 250px;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .3) !important;
}
.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;
}
a{color: #000;text-decoration: none;}
a:hover{color: #0C5ADB;}
ul{padding: 0;margin-left: 0;}
ul li {list-style: none;line-height: 32px;}
header{position: absolute;top:0;z-index: 9999;width: 100%;}
header .header-bottom.fixed{
	top: 0;
	background-color:#fff;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    position: fixed!important;
    z-index: 99999;
    transition: top 300ms ease;
    animation-name : insertBanner ;
    animation-duration : 1s , .5s;
    animation-delay : 0.12s , .1s;
    animation-fill-mode : backwards , none;
    animation-iteration-count : 1 , infinite;
    width: 100%;
    box-shadow: 0 5px 32px rgba(103, 122, 141, 0.17);
}
header .header-bottom.fixed .fa-search:before{
	color: #000;
}

@keyframes insertBanner {
     from { transform : translateY(-6em) }
     to   { transform : translateY(0em) }
}
#media_image-29{
  animation: MoveUpDown 2s linear infinite;
  position: absolute;
  left: 0;
  bottom: 0;
}
/* .cat-posts:before{
	content: "";
    position: absolute;
    left: 41px;
    top: 18px;
    background:url(./../../../wp-content/uploads/2021/04/circle-small.png);
    background-repeat: no-repeat;
    height: 270px;
    width: 270px;
    animation: MoveUpTop 2s linear infinite;
    z-index: -1;
        -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
} */
@keyframes MoveUpDown {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 70px;
  }
}
@keyframes MoveUpTop{
  0%, 100% {
    top: 0;
  }
  50% {
    top: 70px;
  }
}
/*****************boxing***********************/
.feature h3,.boxing h3{
	font-family: "playfair";
	font-size: 42px; 
	color: #ffffff !important;
	text-align: center;

}
.feature .feature-one,.feature .feature-two,.feature .feature-three{   
	 border: 1px solid #0c5adb;
    background-color: #ffffff;
    background: #ffffff;
    box-shadow: 0 0 5px rgb(0 0 0 / 7%);
    text-align: center;
    border-bottom: 3px solid #2663e4;
    border-radius: 6px 6px 6px 6px;
	margin: 30px 5px;
    padding: 30px;
   
}
.feature {text-align: center;background-color:#a88d6d;}
.feature h3{text-align: center;}
.feature{margin-bottom: 80px;}
.feature .widget.widget_media_image,
.feature .widget.widget_media_image img{overflow: hidden;}
.feature .widget.widget_media_image img{transition:0.5s ease;}
.boxing{padding: 80px 0;}

.why{
	background-image: url(./../../../wp-content/uploads/2020/12/abstract-luxury-wavy-lines-with-gold-circle-border_41814-455.jpg);
	background-position: center;
	width: 100%;
	background-size: cover;
	padding: 100px 0;
}
#media_image-29{
	position: absolute !important;
    bottom: -76px;
    z-index: -1;
    left: -72px;
}

/************book*************/
html{overflow-x:hidden;}
 body {
	
	 justify-content: space-between;
	 align-items: center;
	 margin: 0;
	 overflow-x: hidden;
	 font-family: "Montserrat";
	 font-size: 16px;
	 line-height:1.8em;

}
 h1 {
	 margin-top: 5px;
	 font-size: 3em;
}


/********************************divider***************/
.services h3{margin-bottom: 30px;font-family: "playfair";color: #0C5ADB;}
/*********Services********/
.services .col-md-3{
	text-align: center;
    padding:0;
}
.services h4{font-size:18px;margin-top: 25px;color:#000;font-family: "Montserrat";}
.services{padding:60px 0;text-align: center;padding: 0 0 60px 0;
    text-align: center;
    margin-top: -136px;}
.service-one,.service-two,.service-three,.service-four{  background-color: #fff;  box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
    border-radius: 30px;
    padding: 26px 30px 40px 30px;  border: 1px solid #fff;
    margin: 0 26px;min-height: 215px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
}
.service-one img,.service-two img ,.service-three img,.service-four img{margin:14px;}
.service-one p,.service-two p,.service-three p,.service-four p {margin-top:25px;display: none;color: #fff;}
.service-one:hover h4,.service-two:hover h4,.service-three:hover h4,.service-four:hover h4{display: none;}
.service-one:hover,.service-two:hover,.service-three:hover,.service-four:hover{border: 1px solid #0C5ADB;    background-image: linear-gradient( 
45deg
 , #0c5adb, #111a3a);color: #fff;}
.service-one:hover p,.service-two:hover p,.service-three:hover p,.service-four:hover p{display: block;transition: all 1.3s linear;}
.service-one:hover img,.service-two:hover img,.service-three:hover img,.service-four:hover img{display: none;}

.service-one:hover:before,.service-two:hover:before,.service-three:hover:before,.service-four:hover:before {
    top: 0;
    right: 0;
    opacity: 1;
   -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
/**********flip-card******/
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    /* border: 1px solid #D8E6B0;
    border-bottom: 3px solid #D8E6B0; */
    background-color: #ffffff;
    background: #ffffff;
    box-shadow: 0 0 5px rgb(0 0 0 / 7%);
    text-align: center;
    border-radius: 5%;
    margin: 30px 5px;
 	padding: 0 !important;
    height: 260px
}
.flip-card-back {
	border-radius: 5%;
    box-shadow: rgba(0, 0, 0, 0.8) 0px 3px 8px;
    color: #fff;
    padding: 30px 0;
    transform: rotateY(180deg); 
    display: none;
    background-color: #093555;
    height: 100%;
    /* background-size:cover; */
    /* background-image: url(./../../../wp-content/uploads/2021/04/servic1.jpg); */
}
#black-studio-tinymce-3 p{
    font-weight: 100;
    text-align: justify;
    /* font-size: 18px; */
    margin: 20px;
}
#black-studio-tinymce-5 p{
    font-weight: 100;
    text-align: justify;
    /* font-size: 18px; */
    margin: 20px;
}
#text-20 p{
	text-align: justify;
    /* font-size: 18px; */
	margin: 20px;
}
#text-21 p{
	text-align: justify;
    /* font-size: 18px; */
	margin: 20px;
}
#text-22 p{
	text-align: justify;
    /* font-size: 18px; */
	margin: 20px;
}
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}
.flip-card:hover .flip-card-back{display: block;transition-delay: 1.5s;}

.flip-card-inner .flip-card-front-1 h4{
	margin: 25px;
    width: 85%;
    border-radius: 5px;
    font-weight: 600;
    color: wheat;
    background: #093555;
    font-size: 22px;
    padding: 5px;
}
.flip-card-inner .flip-card-front-2 h4{
	margin: 25px;
    width: 85%;
    border-radius: 5px;
    font-weight: 600;
    color: wheat;
    background: #093555;
    font-size: 22px;
    padding: 5px;
}
.flip-card-inner .flip-card-front-3 h4{
	margin:25px;
    width: 85%;
    border-radius: 5px;
    font-weight: 600;
    color: wheat;
    background: #093555;
    font-size: 22px;
    padding: 5px;
}
.flip-card-inner .flip-card-front-4 h4{
	margin:  25px;
    width: 85%;
    border-radius: 5px;
    font-weight: 600;
    color: wheat;
    background: #093555;
    font-size: 22px;
    padding: 5px;
}
.flip-card-inner .flip-card-front-5 h4{
	margin: 25px;
    width: 85%;
    border-radius: 5px;
    font-weight: 600;
    color: wheat;
    background: #093555;
    font-size: 22px;
    padding: 5px;
}
.flip-card-inner .flip-card-front-6 h4{
	margin: 25px;
    width: 85%;
    border-radius: 5px;
    font-weight: 600;
    color: wheat;
    background: #093555;
    font-size: 22px;
    padding: 5px;
}





.flip-card-front-1 {
	box-shadow: rgba(0, 0, 0, 0.8) 0px 3px 8px;
	background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden; 
    border-radius: 5%;
    color: #000;
    padding: 30px 0;
    background-image: url(./../../../wp-content/uploads/2024/11/international-fright-shipping.webp);
}
.boxing{
    background-image: url(./../../../wp-content/uploads/2024/12/herd_cows_grazing_pasture_with_beautiful_green_trees_background.webp) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    
}
.flip-card-front-2 {
	box-shadow: rgba(0, 0, 0, 0.8) 0px 3px 8px;
	background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden; 
    border-radius: 5%;
    color: #000;
    padding: 30px 0;
	background-image: url(./../../../wp-content/uploads/2024/12/rice-paddy-field-with-agriculture-mountain-cottage-view_38407-153.jpg);
}
#media_image-32 img{
    border-radius: 5%;
    box-shadow: 0 8px 16px rgb(0, 0, 0);
}
.shop2 h3,
.insta-feed h3 {
    text-align: center;
    font-family: "playfair";
    font-size: 42px;
    color: #093555;
}
.flip-card-front-3 {
	box-shadow: rgba(0, 0, 0, 0.8) 0px 3px 8px;
	background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden; 
    border-radius: 5%;
    color: #000;
    padding: 30px 0;
	background-image: url(./../../../wp-content/uploads/2024/11/cows-grazing-farm_1048944-49273961-ezgif.com-webp-to-jpg-converter.jpg);
}
.flip-card-front-4 {
	box-shadow: rgba(0, 0, 0, 0.8) 0px 3px 8px;
	background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden; 
    border-radius: 5%;
    color: #000;
    padding: 30px 0;
	background-image: url(./../../../wp-content/uploads/2025/01/hands-meat-factory-worker-gathering-packed-meat-conveyor-belt_232070-22135.jpg);
}
.flip-card-front-5 {
	box-shadow: rgba(0, 0, 0, 0.8) 0px 3px 8px;
	background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden; 
    border-radius: 5%;
    color: #000;
    padding: 30px 0;
	background-image: url(./../../../wp-content/uploads/2024/12/industrial-line-production-sunflower-oil-automated-filling-line_97875-624.jpg);
}
@media (max-width: 20000px) {
    .wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap ul.wp-megamenu {
        margin-top: 50px;
        text-align: right !important;
    }
}
#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu,
#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu li.wpmm-type-widget .wp-megamenu-sub-menu li .wp-megamenu-sub-menu {
    margin-right: 30px;
    text-align: right;
    width: 220px;
    background-color: #fff;
    color: #093555;
}
.flip-card-front-6 {
	box-shadow: rgba(0, 0, 0, 0.8) 0px 3px 8px;
	background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden; 
    border-radius: 5%;
    color: #000;
    padding: 30px 0;
	background-image: url(./../../../wp-content/uploads/2025/01/industrial-port-container-yard_1112-1200.jpg);
}
/********embar*****/
.em-bar-main {
    margin: 18px 0 30px;display: block;
}
.em-bar.em-bar-big {
    height: 5px;
    width: 90px;
    background: #aec6ef;
    margin: 20px auto;
    position: relative;
    border-radius: 30px;

}
.em-bar.em-bar-big:before {
    content: "";
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #093555;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}
@keyframes MOVE-BG {
  0%,
  100% {
    left: 0;
  }

  50% {
    left: 90px;
  }
}
/***************shop*************/
.shop h3,.insta-feed h3{
	text-align: center;
	font-family: "playfair";
	font-size: 42px;
	color: #093555;
}
.shop .widget.widget_media_image{
display: inline-block;float: left;
}

.shop p {
    text-align: justify;
    margin-left: 35px;
}
.shop p.first{margin-left: 0;}
.shop {
	/* padding: 80px 0; */
    clear: both;
   	background: transparent url(./../../../wp-content/uploads/2021/04/about-bg.jpg) center center/cover no-repeat scroll;
    background-position: center;;
    background-position: center;
}
.btn-shape-rectangle{border:1px solid #0C5ADB;}
/*******cat-posts*********/
.cat-posts h3.widget-title{color:#0C5ADB;font-family:"playfair";text-align: center;margin-bottom: 30px;}
.cat-posts{
	/* padding: 80px 0; */
	clear: both;
	position: relative; 
	overflow: hidden;

}
.carousel-slider__post-excerpt {
    font-size: 1.5rem !important;
    /* line-height: 1.6; */
    margin: 1rem 1rem 2rem !important;
    text-align: right !important;
}

.cat-posts h2 {
    text-align: right;
    font-size: 18px;
}
.cat-posts ul{
	margin:0;
	padding: 0;
}
#category-posts-3-internal .cat-post-item{  
	  width: 31%;
	      transition: all 1s ease-in-out;
    float: right;
    position: relative;
    overflow: hidden;
    margin:0 1% !important;
    padding: 0 !important;
    min-height: 550px;
    border:1px solid #ebebeb;
}
#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu, #wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu li.wpmm-type-widget .wp-megamenu-sub-menu li .wp-megamenu-sub-menu {
    margin-right: 30px;
    text-align: right;
    width: 250px !important;
    background-color: #fff;
    color: #093555;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu {
    position: absolute;
    left: unset;
    width: 300px;
    top: 100%;
    text-align: right; 
    visibility: hidden;
    transition: all 300ms ease-in-out;
    background: #f5f5f5;
    right: auto;
    padding: 0;
    border: none;
    opacity: 0;
    z-index: -1;
    display: none;
    list-style: none;
    margin: 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}
 .cpwp-excerpt-text{
padding: 0 25px 30px 25px;
 }
 #category-posts-3-internal .cat-post-title{  clear: both;  padding: 25px 30px 25px;
    font-weight: 600;color:#000;text-decoration:none;display: block !important;}

 #category-posts-3-internal .cat-post-item img{width: 100%;margin:0;    transition: all 1s ease-in-out;}
 #category-posts-3-internal .cat-post-item:hover img{   transform: scale(1.4);  transition: all 1s ease-in-out;}
 #category-posts-3-internal .cat-post-thumbnail{margin:0!important;overflow: hidden;float: right;transition: transform 0.4s;}
 #category-posts-3-internal li > div{margin:0 !important;}
footer{background-color:#111A3A;border-top:1px solid #0C5ADB;background-position:left;clear:both;padding:100px 0; color: #fff;background-image: url(./../../../wp-content/uploads/2021/04/footer-bg.png);background-repeat: no-repeat;}

.footer-bottom h3{padding-bottom: 5px;font-family: 'playfair';text-align: right;}
.footer-bottom hr{
    width: 65%;
    height: 3px;
    background-color: #fff;
    opacity: 1;
    float: left;
    display: block;
    text-align: left;
}

#wp-megamenu-menu-1{
	text-align: right !important;
}

.footer-menu .widget_text .textwidget,
#text-3.widget_text .textwidget,
#text-10.widget_text .textwidget,
#text-8.widget_text .textwidget{
	display: ruby;
}
.footer-menu .widget_text,
#text-3.widget_text,
#text-10.widget_text,
#text-8.widget_text{
	margin: 0 !important;
}


a:hover{text-decoration: none;color:#0C5ADB; }
.footer-bottom ul{clear: both;}
.footer-bottom ul li a{color:#fff;}
.footer-bottom #text-3 p{clear: both;}
.footer-top{background-color: #093555;}
.footer-one img{
	margin-bottom: 2em;
}
.footer-bottom .footer-one p{padding: 0 25px 0 0;text-align: justify;}
#black-studio-tinymce-5 h4,#newsletterwidget-2 h4{color:#fff;font-size: 30px;font-family: "playfair";}

.newsletter-form{
	background: #093555;
    padding: 1.5rem;
    margin: -3rem 0 0;
    position: relative;
    text-align: center;
    color: #fff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 49%);
}
.newsletter-form h4,.newsletter-text h4{color:#fff;}
.newsletter-form:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 100%;
    width: 20px;
    height: 48px;
    background: #0C5ADB;
    -webkit-clip-path: polygon(100% 0,100% 100%,0 100%);
    clip-path: polygon(100% 0,100% 100%,0 100%);
}
.tnp-field.tnp-field-button:before{
	font-size: 18px;
    position: absolute;
    padding-right: 10px;
    z-index: 1; 
    width: 30px;
    line-height: 42px;
    text-align: center;
    vertical-align: middle;
    color: #0C5ADB;
    right: 52%;
    content: "\f003";
    font-family: "FontAwesome";
    padding-left: 10px;
}
.tnp.tnp-widget .tnp-email{width: 70%;margin: 0 auto;}
.tnp-widget{padding-top: 14px;text-align: center;}
.tnp-widget label{padding-bottom: 10px;color: #fff !important;}

input.tnp-submit{text-align: right;}
.tnp-widget input.tnp-submit{
	background-color: #fff !important;
	color: #0C5ADB!important;
	border: 1px solid #a88d6d !important;
}
.tnp-field.tnp-field-button{

    width: 11%;
    height: 40px;
    z-index: 9999;
    text-align: center;
    padding: 0 11px;
    border-radius: 0;
    text-align: right;
    margin: 0 auto;
}
.newsletter-text{padding: 50px 0; color: #fff;}
.site-info{padding: 20px 0;text-align: center;    border-top: 1px solid #515151;
    background-color: #111a3a;color:#fff;font-size: 14px;}
footer h3{text-align: left;color:#fff;}
/********underline footer************/

/* .footer-bottom .footer-two li a:after,#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:after{
	content: "";
    transition: .2s;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    width: 100%;
    height: 1px;
    background: #0C5ADB;
    transform: translateX(-101%);

} */
.footer-bottom li a:hover:after,#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover:after{
transform: translateX(0);

}
.footer-bottom li a:hover,#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover{
	color: #0C5ADB;
    opacity: 1;
}
.footer-bottom li a,#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
	    position: relative;
    display: inline-block;
    overflow: hidden;
}
.footer-bottom .footer-one ul li,#nav_menu-4 li{
    display: inline-block;
    position: relative;
    text-align: center;
    z-index: 0;
    margin-right: 0.75rem;
}
 .footer-bottom #nav_menu-3 ul li a,#nav_menu-4 ul li a{
    font-size: 0;
    color: #303030;
}
#nav_menu-4 ul li{margin-right: 0;}
.footer-bottom #menu-social{text-align: right;}

.footer-bottom #nav_menu-3 ul li a:before,
#nav_menu-4 ul li a:before {
    font-family: "FontAwesome";
    font-size: 20px;
    position: relative;
    background-color: #fff;
    /* padding: 10px; */
    width: 50px;
    height: 50px;
    /* line-height: 50px; */
    text-align: center;
    border-radius: 50%;
    color: #093555;
    margin-left: 10px;
}
.post-template-default .container{
	width: 1100px !important;
}
.flip-card-back #text-19 p{
	margin: 20px;
	text-align: justify;
    /* font-size: 22px; */
}
 #nav_menu-4 ul li a::after{color: #fff;background-color: transparent;line-height: 30px;padding: 0;}
#nav_menu-2 li a::after{
	content: "\f100";
    font-family: "fontAwesome";
    font-size: 16px;
    color: #fff;
    padding-right: 10px;
}
.footer-bottom #nav_menu-3 ul li{width: 11%;}

#nav_menu-4 ul{text-align: left;margin: 0;}
.footer-bottom .footer-menu ul li a:hover:before{color:#fff;transition: 0.5s;}
.menu-item-1872 a:before{
    content: "\f16d";
}
.menu-item-2835 a:before{
content:"\f08c";
}
.menu-item-2836 a:before{
content:"\f081";
}

.menu-item-1871 a:before{
   content:"\f082";
}
.opening-hour p{margin-bottom: 0 !important;}
.opening-hour p:nth-child(2),.opening-hour p:nth-child(3){margin-left: 20px;}
li.opening-hour:before{    display: inline-block;
    float: left;font-size: 20px; font-family: "FontAwesome"; content:"\f017"; margin-right:5px;color:#0C5ADB;}
li.elementor-icon-list-item-phone::after{  font-size: 20px; font-family: "FontAwesome"; content:"\f095"; margin-left:5px;color:#fff; }
li.elementor-icon-list-item-map::before{  font-size: 20px; font-family: "FontAwesome"; content:"\f041";  margin-left:14px;color:#fff; }
li.elementor-icon-list-item-mail::before{  font-size: 20px; font-family: "FontAwesome"; content:"\f003";  margin-left:5px;color:#fff; }

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #0C5ADB;
  color: white;
  cursor: pointer;
	width: 50px;
	height: 50px;
  border-radius: 50px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 28%)
}
#myBtn:before{
	content:"\f106";font-family: "FontAwesome"; color: #fff; font-size: 22px;
}
#myBtn:hover {
  background-color: #000;
}
.menu-footer-menu-container ul,
#text-9.widget.widget_text .textwidget ul{
	margin: 0 !important;
}
/***********************internal pages************/
body.page header,.archive header,.single header,.search header{position:relative;}

 .single .entry-header {

}
.search h1{
    text-align:center;
}
.search article {
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 30%);
    padding: 20px;
    border: 1px solid #dedede;
    margin: 20px 0;
}
@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%;
}
/******************blog *************/
.entry-content .col-md-6{padding: 0;}
.section-entry-content.even{
	    margin-right:-40px;
	        margin-top: 50px;
    z-index: 9999;
}
.section-entry-content.odd{
	    margin-left:-40px;
	        margin-top: 50px;
    z-index: 9999;
}
.archive.category article .entry-content,.section-entry-content{
	box-shadow: 0 0 4px rgb(0 0 0 / 39%);
    transition: box-shadow .6s ease;
    padding:10px;
    text-align: center;
    background-color: #fff;
    min-height: 260px;
	}
.archive.category article .entry-content {    margin-right:-40px;}
.archive.category article .entry-content p{
    color: #595959;line-height: 31px;	
}

.single .nav-links{
	border-top: 1px solid #ccc;
    padding: 20px;
    border-bottom: 1px solid #ccc;
}
.archive.category article .entry-content:hover:before,.section-entry-content:hover:before{
	 top: 30px;
    left: 20px;
    opacity: 1;
   -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
/* #black-studio-tinymce-2 .widget{
	margin: 0 !important;
} */
.section-entry-content.odd:before{left:unset;right:-30px;}
.section-entry-content.odd:hover:before{
    	 right: 20px;
}
.archive.category article:nth-child(even) .entry-content:before
 {
right: -30px;left: unset;
}
.archive.category article:nth-child(even) .entry-content:hover:before{
	 right: 20px;
}
.seriousslider.seriousslider-caption-animation-slide .seriousslider-caption-title, .seriousslider.seriousslider-caption-animation-slide .seriousslider-caption-text, .seriousslider.seriousslider-caption-animation-slide .seriousslider-caption-buttons{
	text-align: center;
}
.seriousslider.seriousslider-caption-animation-slide .seriousslider-caption-title, .seriousslider.seriousslider-caption-animation-slide .seriousslider-caption-text, .seriousslider.seriousslider-caption-animation-slide .seriousslider-caption-buttons span{
	color: #ffff !important;
}
#wp-megamenu-menu-1.wpmm-mobile-menu a.wpmm_mobile_menu_btn{
	background-color: #093555;
}
.archive.category article{margin-top:20px;}
.archive.category article:hover .thumb img{filter: brightness(0.5); transition: 0.5s ease;}
.archive.category article:nth-child(even) .co-en{float: right;}
.archive.category article:nth-child(even) .thumb{float: left;}
.archive.category article:nth-child(even) .co-en .entry-content{ margin-left:-40px;margin-right: unset;}
.archive.category .thumb {z-index: -1;}
.archive.category .thumb img{width: 100%;height: auto;max-height: 360px;}
.archive.category .blog-date{
	    position: absolute;
    top: 15px;
    right: 30px;
    z-index: 2;
    padding:5px;
    display: inline-block;
    min-width: 53px;
    background-color: #FFF;
    box-shadow: 0 0 9px rgba(0,0,0,.1);
    color: #333;
    text-align: center;
    line-height: 1.5;
}
.archive.category article:nth-child(even) .blog-date{left:30px;right:unset;}
.archive.category a{text-decoration: none;}
.archive.category h2 a{text-decoration: none;font-family: "playfair";}
.archive.category .entry-content .byline:before {
	content:"\f2bd";
	font-family: "FontAwesome";
	font-size: 20px;
}
.nav-next,.nav-previous{position: relative;}
.nav-next a:after{
	content:"\f138";	font-family: "FontAwesome";
	position: absolute;
    top: 6%;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    transition:0.5s;
}
.nav-previous a:before{
	content:"\f137";	
	font-family: "FontAwesome";
	position: absolute;
    top: 6%;
    width: 40px;
    height: 40px;
    text-align: center;
    right:100%;
    font-size: 25px;
    line-height: 30px;
    transition: 0.5s;
}
.archive.category .nav-previous a:before{right: 80%;}
.sidebar h4{font-weight: bolder;font-family: "playfair";}
.widget.widget_search{
	 padding: 30px 0;
    border-bottom: 1px solid #ccc;
}
.widget.widget_search h4{margin-bottom: 20px;}
#category-posts-4{
	padding: 30px 0;
}
#category-posts-4-internal li{border-bottom: 1px solid #ccc;}
#category-posts-4-internal .cat-post-current .cat-post-title{font-weight: normal !important;}
#category-posts-4-internal .cat-post-thumbnail {position: relative;}
header#masthead {

    z-index: 9999999999;
    padding: 0;
    margin: 0;
}
.header-top .widget.widget_black_studio_tinymce{
display: inline-block;float: revert;padding-left: 30px;
}
@media screen and (min-width: 992px){
    .header-top {
        height: 30px;
        background-color: #a88d6d;
        color: #fff;
        /* line-height: 30px; */
        /* padding-top: 7px; */
        }
}
.header-top {

    background-color: #a88d6d;
    color: #fff;
    line-height: 30px; 

}
.page h1 ,.archive.category .page-header h1{
    margin: 50px 0;
    /* padding: 150px; */

    margin: 0;
}

.page .entry-header{
    background-image: url(http://localhost/sherkatidarkoob/wp-content/uploads/2021/04/call-bg.png);
    background-size: cover;
    background-position: center center;
    background-color: #093555;
    color: #fff;
}
.page .entry-header h1, .archive.category h1{
    text-align:center;font-size:30px;color: #fff;
}
.archive.category .page-header{
	margin: 0;padding: 0;
    background-image: url(http://localhost/sherkatidarkoob/wp-content/uploads/2021/04/call-bg.png);
    background-size: cover;
    background-position: center center;
    background-color: #0c5adb;
    color: #fff;
}
.archive.category .thumb img{
	border:1px solid #ccc;
}
.single.single-post .entry-header,.woocommerce header.site-header{

}
#wpsm_counter_b_row_2213 .wpsm_counterbox .wpsm_count-icon i{font-size:60px!important;}

.page-content, .entry-content, .entry-summary{text-align: justify;line-height: 33px;}
h1.entry-title{font-family: "playfair";}
.benefits p:before{
	content: "\f138";
    font-family: "FontAwesome";
    font-size: 18px;
    margin-right: 5px;
    color: #0C5ADB;
}
.entry-single-post{margin-top: 30px;}
.entry-meta{margin-bottom: 15px;}
.archive.category .simplesocialbuttons{display: none;}
.archive.category .nav-next.alignright,.archive.category .nav-previous.alignleft{
	 margin: 10px 0;
    padding: 5px 32px;
  
	}  
	input[type="submit"]{font-size: 100%;}
/************laser page************/
.entry-content h2{font-family:"playfair";}

.appointment-back{
	background-position: center;
	background-size:cover;
	background-attachment: fixed;
	padding: 120px 0;
	line-height: 33px;
	 border-top: 5px solid #0C5ADB;
    border-bottom: 5px solid #0C5ADB;
	margin-top: 80px;
	background-image: url(./../../../wp-content/uploads/2021/01/section-bg-3.jpg);
}

.section-text-appointment{width: 50%;}
/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {

}

.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;
}
.infobox-inner{
	    border: 1px solid #ccc;
    text-align: center;
    background: #ccc;
    min-height: 268px;
    padding: 30px;
}
.contact-form{margin-top: 20px;}
.contact-text{text-align: center;}
.contact-form h3,.contact-form p:first-child{text-align: center;}
.contact-form h3{font-family: "playfair";}
.wpcf7 input[type="text"],.wpcf7 input[type="email"],.wpcf7 textarea{   
	 width: 100%;
    background: #fbfbfb;
    border: 1px #e2e2e2 solid;
    padding: 8px 0;
    margin: 10px 0;
}

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */


.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;
}
/***********about us***************/
.team-sec{padding-top: 50px;}
.about-internal{text-align: center;}
.work-steps .sec-one:hover img,.work-steps .sec-two:hover img,
.work-steps .sec-three:hover img,.work-steps .sec-four:hover img{
 border-bottom: 10px solid #0C5ADB;
 transition: 0.5s ease;
}
.offer-sec{padding: 50px 0;}
.work-steps{
	margin:80px 0;
}
.work-steps img{
	max-width: 100%;
    height: 270px;
    width: 270px;
    background: #fff;
    border: 1px dashed #d2d4d6;
    border-radius: 50%; 
   border-bottom: 10px solid #f3e5d8;
}
.work-steps {text-align: center; 
    background-repeat: no-repeat;background-size:contain;}
.work-steps-header{text-align: center;}
.mission h3,.vision h3{
	color: #fff;
}
.mission,.vision{
	background: #f3e5d8;
	background-image: linear-gradient( 
45deg
 , #aebaec, #ff96a2);
	padding:15px 50px;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 535px;
	background-position: center;
}
.vision{	min-height: 535px;}
.mission{min-height: 577px;}
.image-mission,.image-vision{padding: 0;}
.count{
	background-image: url(./../../../wp-content/uploads/2021/02/Untitled-1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment:fixed;
	padding:80px 0;
}
.count p{font-size:14px;}
.count{text-align:center;}
/**********insta-feed*******/
.insta-feed{
    margin-bottom:80px;
}
.text-insta {
    text-align:center;
}
.entry-content ul {
    list-style: circle;
    margin-right: 20px;
}

.info-box-team{
    background-color:#f3e5d8;min-height:380px;
}
.page-id-2504 .col-md-4{padding:0;}
.more-btn {
    text-decoration:none;
    display: block;
    width: 30px;
    line-height:30px;
    height: 30px;
    background: #0C5ADB;
    font-size: 25px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
}
.more-btn:hover{ text-decoration:none !important; color: #FFF;}
.more-btn.opened span {
       text-decoration:none;
     color: #FFF;
  display:block;
      -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}
.more-btn.opened:hover{text-decoration:none !important;}
.member-info-plus {
    display: none;
}
/*--------------------------------------------------------------
# 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
--------------------------------------------- */
#woocommerce_product_categories-2 h3{font-size:20px;}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
   min-height: 104px;
}
#woocommerce_product_categories-2 .product-categories li{
        padding: 10px 0;
    border-bottom: 1px solid #0C5ADB;
}
#woocommerce_product_categories-2 .product-categories li a{font-size:14px;}
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.footer-one .widget.widget_media_image{display:block;clear:both;}
.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;
}
.cryout-serious-slider .seriousslider-indicators-inside{display: none;}
.aigpl-columns{border:1px solid #e1e1e1;}
.aigpl-columns:hover .aigpl-img-title.aigpl-center{color:#0C5ADB;transition:0.5s ease;}
@media(max-width:1200px){
#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li>a{
    font-weight: 500;
    font-size:21px;
    padding-right:10px;
    padding-left:10px;
}
li#wp-megamenu-item-2131 a{
    margin-left:0;
}
}
@media(max-width:1000px){
      #wp-megamenu-item-2133,#wp-megamenu-item-2406{width:auto;display:inline-block;}
    #wp-megamenu-item-wpmm-search-icon a{position: relative;
top: -24px;
left: 11px;}
#wp-megamenu-item-2406 a{
    top: -20px;
    left: 3px;
    position: relative;
}
}
@media(max-width:800px){
.mega-menu.max-mega-menu.mega-menu-horizontal{width: 100% !important;left:unset!important;}
body.page.page-id-1793 header{position: relative;}
.site-branding .widget.widget_media_image{text-align: center;}


.back-searchtop{
	display: block;
    position: relative;
    clear: both;
    width: 100%;
    right: unset;
    top: unset;
}
#nav_menu-4 ul,.header-top{text-align: center;}
#category-posts-3-internal .cat-post-thumbnail{width: 100%;}
#category-posts-3-internal .cat-post-thumbnail .cat-post-crop img{height:auto !important;}
#category-posts-3-internal .cat-post-item{width: 98%;}
}

@media(max-width: 768px){
	.services{
		padding: 60px 0;
		margin-top: 0;
	}
body .seriousslider-light .seriousslider-caption-title{font-size: 24px;}

	.internal .card .card__head{min-width: 50%;}
	.internal .card:hover .card__head{min-width: 100%;}
	.internal .card:hover .card__head {
    top: calc(100% - 2.5em);
	}
	.internal{display: block;}
	.visit-online,.alignnone{margin: 5px 0;}
	.footer-bottom #nav_menu-3 ul li{width:unset;}
	#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu{background-size:50px !important;    height: auto;
    max-height: initial;}
    .wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap ul.wp-megamenu{margin-top:70px;border:5px solid #0C5ADB;}
  li#wp-megamenu-item-2131 a{margin:0;text-align:center;}
    header#masthead{position:relative !important;}
}
@media(max-width:500px){
   .service-one:before,.service-two:before,.service-three:before,.service-four:before{display:none;}
    .c-frame-tl,.c-frame-br{display:none;}
    .newsletter-form{margin:10px;}
    .tnp-field.tnp-field-button{width:33%;}
    .tnp-field.tnp-field-button::before{right:59%;}


.testimonial-first h3:first-child{padding-top:50px;}

.service-one, .service-two, .service-three, .service-four{margin-bottom:10px;}
.footer-menu ul li{width:auto;padding-right:5px;}
.page h1, .archive.category .page-header h1,.page .entry-header h1, .archive.category h1{padding: 40px 15px;font-size:20px;}
.archive.category article .entry-content{margin-right:0;}
}






.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%;
}
#black-studio-tinymce-2 ,
#black-studio-tinymce-6,
#nav_menu-4{
	margin: 0 !important;
}
#black-studio-tinymce-2 .textwidget p{
	margin: 0 !important;
}

/* 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;
}
/*--------------------------------------------------------------
# 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;
}
.contact-box {
    box-shadow: 0 8px 16px rgb(102 102 102 / 7%);
    padding: 60px;
    background: #fff;
    position: relative;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 0 0 30px;
    text-align: center;
}
.contact-box::before {
    position: absolute;
    content: "";
    border-left: 4px solid #093555;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 160px;
    width: 5px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.contact-icon {
    font-size: 100px;
    color: #093555;
    line-height: 1;
    position: relative;
    display: inline-flex;
    margin: 0 0 25px;
}
.fa-map:before {
    content: "\F47F";
    font-family: "booticon";
    color: #093555;
}
.contact-box::after {
    position: absolute;
    content: "";
    border-left: 4px solid #093555;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 160px;
    width: 5px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.contact-box {
    box-shadow: 0 8px 16px rgb(102 102 102 / 7%);
    padding: 60px;
    background: #fff;
    position: relative;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 10px;
    text-align: center;
}

.fa-map:before {
	font-style: normal !important;
    content: "\F47F";
    font-family: "booticon";
    color: #093555;
}
.fa-phone:before {
	font-style: normal !important;
    content: "\F5B4";
    font-family: "booticon";
    color: #093555;
}
.fa-earth:before {
	font-style: normal !important;
    content: "\F884";
    font-family: "booticon";
    color: #093555;
}
.fa-check:before {
    content: "\f00c";
}
.fa-check:before {
    content: "\F270";
    font-family: "booticon";
    color: goldenrod;
    font-size: 20px;
}
.fa-envelope:before {
    color: #093555 !important;
    content: "\f0e0";
}
.post-thumbnail img{
	border-radius: 8px;
}
.cat-post-crop{
	border-radius: 8px;
}
.threadBody,
.first,
.shop p {
    /* font-size: 22px; */
    text-align: justify;
}
#black-studio-tinymce-7 strong{
    font-size: 26px;
    font-weight: 600;

}
#media_image-7 img{
    border-radius: 5%;
    box-shadow: 0 8px 16px rgb(0, 0, 0);
}
.serious-slider-19-rnd6598{
    height: 490px !important;
}
.carousel-slider-outer{
    direction: ltr;
}
.carousel-slider__post-meta{
    display: none !important;
}
.cat-posts h3 {
    font-size: 42px;
    color: #093555;
    text-align: center;
    font-family: 'iranyekan-bold' !important;
}

.carousel-slider__post {
    margin: 25px 10px;
    border-radius: 5%;
    box-shadow: 0 8px 16px rgb(0, 0, 0);
    position: relative;
    width: 100%;
}
#wp-megamenu-menu-1>.wpmm-nav-wrap .wpmm_brand_logo_wrap img {
    position: relative;
    bottom: 10px;
    margin-right: 0;
    margin-left: 10px;
}