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

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

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

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

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

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

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

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

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

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

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

/* Sections
	 ========================================================================== */

/**
 * 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 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	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
--------------------------------------------------------------*/

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}



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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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




@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-display: swap;
}
@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-display: swap;
}
@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-display: swap;
}
@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-display: swap;
}
@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-display: swap;
}
@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-display: swap;
}
@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-display: swap;
}

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

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

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

body{ font-family: 'Heebo-Regular';}
body p{color: black; }



.main-menu ul{padding:0; text-align: left; margin: 0; margin-top:20px; float:right;}
.main-menu li a{
  padding: 9px 12px;
  font-size: 17px;
  position: relative;
  display: inline-block;
  outline: none;

  text-decoration: none; 
}
.sub-menu{margin-top:0 !important;padding-left: 10px !important;
    padding-right: 10px !important;}
.main-menu li{display:inline-block;}

.main-menu ul ul{position:absolute; width:250px; padding:10px 0; display:none; z-index:100;}
.main-menu li:hover> ul{
  display:block;
  float:left;
  width:246px;
  margin-right: 0px;
  box-shadow: 0 0 10px lightgrey;
  border-radius: 5px;
}
.main-menu li li{width:100%; padding-right: 10px; float:left; list-style-type:none; margin-right: 0; margin-left: 0;}
.main-menu li li a{text-align: left; font-size: 15px; text-decoration:none; width: 100%; color: black; padding: 5px;}
.main-menu ul ul ul{  margin: -44px 225px 0 190px !important;}

.up1{background: #c39d2e; color: white; font-size: 15px;    padding-top: 9px;
    padding-bottom: 9px;     float: right;
    width: 100%;}
.up1 .widget_text{    width: 25%; float: left; font-weight: 500;}
.up1 p{color:white;}
.up1 a{text-decoration:none;}
.up1 .widget_nav_menu{width: 25%; float: left;}
.up1 .widget_nav_menu ul{padding: 0px; margin:0px;text-align: right;}
.up1 .widget_nav_menu li{font-size: .1px;
    color: transparent;
    display: inline-block;
    margin-left: 10px;}
.up1 li, .linefoot1 li {
    font-size: .1px;
    color: transparent;
    display: inline-block;
    margin-right: 10px;
}
.up1 .menu-item-21 a:before{
    content: "\f232";
    font-family: "FontAwesome";
    font-size: 18px;
    color: white;
}

.up1 .menu-item-417 a:before, .linefoot1 .menu-item-417 a:before {
    content: "\f1d8";
    font-family: "FontAwesome";
    font-size: 18px;
    color: white;     text-decoration: none;
}

.up1 .menu-item-418 a:before, .linefoot1 .menu-item-418 a:before {
    content: "\f232";
    font-family: "FontAwesome";
    font-size: 18px;
    color: white;
}

.up1 .menu-item-621 a:before, .linefoot1 .menu-item-621 a:before {
    content: "\f08c";
    font-family: "FontAwesome";
    font-size: 18px;
    color: white;
}

.up1 .menu-item-419 a:before, .linefoot1 .menu-item-419 a:before {
    content: "\f16d";
    font-family: "FontAwesome";
    font-size: 19px;
    color: white;
}
.up1 .widget_text, .up1 .widget_nav_menu{margin-bottom:0;}
.up1 #text-2 a{    text-decoration: none;
    color: white;}

.up1 #text-3 a{color:white;}

.ll, .entry-title{text-align: center;font-size: 31px; margin-top: 30px;font-size: 27px;
    color: #c39d2e;
    margin-bottom: 30px;}

.entry-meta{display:none;}

.entry-footer{display:none;}

.sinn .navigation.post-navigation{display:none;}
.entry-content{ font-size: 17px;line-height: 2.3;color: #575656;text-align: justify;}
.sinn .post.type-post{padding: 0px 90px 100px;}
.sinn .post.type-post h2{font-size:22px; color: #c39d2e;}
.entry-title{   font-size: 27px; color: #c39d2e; margin-bottom: 30px;}

.menuu li a{font-size:16px !important;     font-weight: 500;
	transition-duration: .2s; color:#ad881d;}


.menuu{box-shadow: 0px 0px 4px lightgrey;padding-top: 10px;
    padding-bottom: 10px; clear: both; background:#2d2c28;}
.menuu .wpmm-search.search-open-icon{padding:0px !important;    margin-right: 15px !important;}
.menuu .wpmm-search.search-open-icon .fa.fa-search{content: "\f002";
    width: 36px !important;
    height: 36px !important;
    display: block !important;
    background: #c39d2e !important;
    line-height: 36px !important;
    border-radius: 50% !important;
    color: white;
    font-size: 18px !important;
    margin-top: 7px !important;}

#wp-megamenu-menu-1{background-color: transparent !important;}

.up1 #text-46 p:before{content: "\f041";font-family: "FontAwesome";
    font-size: 18px; color: white;margin-right:10px; vertical-align: middle;}

.up1 #text-2 p:before{content: "\f095";font-family: "FontAwesome";
    font-size: 18px; color: white; margin-right:10px; vertical-align: middle;}

.up1 #text-3 p:before{content: "\f003";font-family: "FontAwesome";
    font-size: 18px; color: white; margin-right:10px; vertical-align: middle;}

.up1 p{margin-bottom: 0px;}

#wp-megamenu-item-wpmm-search-icon{float: left !important;}

.wpmm_brand_logo_wrap{float:right !important;}
.wpmm_brand_logo_wrap img{ padding-top: 15px !important; padding-bottom: 4px !important;
 margin-right:0px !important; margin-top:0px !important;}
.menuu .wp-megamenu.nav-menu{padding-top:4px !important;}

.menuu.f-nav{background-color: rgba(0,0,0,0.7);
    position: fixed;
    z-index: 99999;
    width: 100%;
    top: 0;
    box-shadow: none;}
.menuu.f-nav li a{color:white !important;}


.slider img:before{position: absolute;
    left: 0;top: 0;right: 0;bottom: 0; content: "";
    z-index: -1;background-color: #00000070;}

.slider .seriousslider-light .seriousslider-caption-buttons a:nth-child(2n+1){    background-color: #c39d2e !important;border-color:#c39d2e !important; color:white !important;    margin-left: 15px !important;}
.slider .seriousslider-light .seriousslider-caption-buttons a{border-radius: 5px !important; text-decoration:none !important;}
.slider .seriousslider-light .seriousslider-caption-buttons a:nth-child(2n+1):hover{ background-color: white !important; color:#c39d2e !important;border-color:white !important;}
.slider .seriousslider-caption-text p{color:white !important;}
.slider .seriousslider-caption-title{font-size: 55px; font-weight: 900;}
.slider .seriousslider-caption-text p{font-weight: 900 !important;}

.services1, .services2{background: #c39d2e1a;}
.services1{padding-top:95px; padding-bottom: 1px; text-align:center;}
.services1 #text-4 p{font-size: 16px; font-weight: 500;}
.services1 #text-4{    width: 60%;text-align: center; margin: 0 auto;font-size: 16px;line-height: 2;}
.services2 .widget-title{color: black;  font-weight: 900; font-size:18px; display:flex;         display: flex;
    align-items: center;
    height: 55px;
    line-height: 1.7;}
.services2 .widget-title:hover{    color: #c39d2e;}
.services2 .widget_text{width: 32%; float: right; background: white; padding: 20px; position:relative; margin-top: 2%;
    margin-bottom: 0;    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 0%); padding-bottom:27px;     height: 310px;}
.services2 .textwidget{    font-size: 15px;
    color: black; overflow:hidden;
    line-height: 1.8; text-align: justify; }

.services2 #text-6, .services2 #text-9, .services2 #text-54{    margin-left: 2%;  margin-right: 2%;}

.services2 h2{    font-size: 19px;}

#text-10{background:transparent;}
#text-10:before{background:transparent;}

/* .services2 h2:before{font-family: "FontAwesome"; margin-right:15px;color: #c39d2e; vertical-align: middle;font-size: 37px; font-weight: 100;}

.services2 #text-6 h2:before{content: "\f209";}
.services2 #text-7 h2:before{content: "\f2a3";}
.services2 #text-8 h2:before{content: "\f19d";}
.services2 #text-9 h2:before{content: "\f0fe";}
.services2 #text-10 h2:before{content: "\f06e";}
.services2 #text-5 h2:before{content: "\f155";} */

.services2{padding-bottom:90px;}
.services2 .widget_text:after{    position: absolute;
    width: 100%;height: 2px;left: 0;bottom: 0;
    right: 0;margin: auto;content: ''; z-index: 2;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out; }
.services2 .widget_text:before{background: #c39d2e;position: absolute;width: 0;
    height: 2px;left: 0; bottom: 0; right: 0; margin: auto;
    content: '';z-index: 3;
    -webkit-transition: all .4s ease-out;transition: all .4s ease-out;}

.services2 .widget_text:hover:before {width: 100%;}
.services1 .widget-title{color: black; font-weight: 900; margin-bottom: 15px; font-size: 34px;}
.services1 .textwidget{    color: black;}

.services2 #text-10 h2{font-size: 21px; color: #c39d2e; margin-bottom: 0px;}
.services2 #text-10 h3{font-weight: 900;
    line-height: 1.8;
    font-size: 30px;
    margin-bottom: 10px;
    color: black;
    margin-top: 0;
    margin-bottom: 20px;}
.services2 #text-10 a{background: #c39d2e;
    text-decoration: none;
    color: white;  transition-duration: .5s;
    display: block;
    width: 120px;
    text-align: center;
    padding: 10px;
    margin-top: 45px;}
    .services2 #text-10 a:hover{background:black; transition-duration: .5s;}


.services2 .textwidget img{width: 100% !important; height: 220px !important; object-fit: cover;}


.services2 #text-10 .textwidget{    margin-top: 20px;}


/* .services2 .widget_text:hover img{    transition-duration: 0.3s;     transform: scale(1.1);}
.services2 .widget_text img{    transition-duration: 0.3s; } */


.services3{margin-top:70px; display:none;}
.services3 .pcp-section-title{text-align:center;}
.services3 .sp-pcp-title a{    font-size: 17px !important; font-weight: 900 !important;     color: #0a5889 !important;}
.services3 .sp-pcp-post-content p{color: #363636;line-height: 2; text-align: justify; font-size: 15px; height:160px;}
.services3 .sp-pcp-post .sp-pcp-post-content .sp-pcp-readmore a:before{font-family: "FontAwesome"; content: "\f177";
 font-size:16px !important; vertical-align: middle !important;}
.services3 .sp-pcp-post .sp-pcp-post-content .sp-pcp-readmore a:hover{color:#0a5889 !important;}
.services3 .swiper-slide{    border: 1px solid #ddd; padding: 0 10px; background: #fff;}
.services3 .sp-pcp-post .sp-pcp-post-thumb-area img{height: 235px;
    object-fit: cover;}

.services3 .pcp-section-title{display:none;}
.services3 #text-51{text-align: center;}
.services3 #text-51 h2{font-size: 21px; color: #c39d2e;}
.services3 #text-51 h3{font-weight: 900;line-height: 2;
    font-size: 23px;margin-top: 5px; margin-bottom: 10px;}
.services3 .pcp-carousel-wrapper .sp-pcp-carousel{padding-top: 20px;}
.services3 .pcp-readmore-link{font-size:14px !important;}

.videotext{padding-top:100px; padding-bottom:85px;}
.videoo{float:right;}
.videotext .row{align-items: center;}

.textt h2{    font-size: 21px;color: #c39d2e; margin-bottom:0px;}
.textt h3{font-weight: 900; line-height: 1.8; font-size: 30px;   
    margin-bottom: 10px;color: black;    margin-top: 0;     margin-bottom: 20px;}
.textt #text-13 p{font-size: 16px; line-height: 2; text-align: justify;font-weight: 500;}
.textt #text-14 p:before{font-family: "FontAwesome"; margin-right:10px;color: #c39d2e;vertical-align: middle;font-size: 26px;font-weight: 100;content: "\f101";}
.textt #text-14{font-size:15px;  margin-top:20px;}
.textt #text-14 p{margin-bottom:0px;color: black;}
.textt {    color: black; padding-left:25px;}


.textslidder .row{align-items: center;}
.textslider .widget_text, .picslider .widget_media_image{margin:0;}
.textslider .widget-title{ color: #c39d2e; font-size: 20px; font-weight: 900;}
.textslider h3{font-size: 30px;}
.textslider ul{margin:0;}
.textslider a{background: #c39d2e;
    text-decoration: none; transition-duration: .5s;
    color: white;
    display: block;
    width: 120px;
    text-align: center;
    padding: 10px;
    margin-top: 45px;}

.textslider a:hover{background: black; transition-duration: .5s;}
.textslider {    line-height: 2.2; padding-left:25px;}

.textslidder{    margin-top: 100px;}

.contactpart{background-image: url(https://yakuttrade.com/wp-content/uploads/contact-bg4.png);    background-position: center center;
    background-size: cover;       padding-top: 85px;
    padding-bottom: 30px;}

.contacti .widget_text{color: white; font-size: 15px;width: 86%; float: right;}

.contacti .wpcf7-form.init input{width: 100%; height: 45px; border-radius: 5px;
    outline: 0; margin-bottom: 23px; font-size: 15px;  text-align:left;padding: 0px 15px;}
.contacti textarea{width: 100%; border-radius: 5px;
    outline: 0; margin-bottom: 23px; font-size: 15px;  text-align:left;padding: 8px 15px;height: 130px;}
.contacti .wpcf7-form-control.wpcf7-captchar{width: 100px !important; float: left;}


.contacti .wpcf7-submit{   height: 50px; font-size: 18px;  width: 160px;}
.contacti .wpcf7-form-control.wpcf7-captchac{height: 45px;
    object-fit: contain;background: white;
    border-radius: 5px;
    box-shadow: 0px 0px 2px #ccc;}

.contacti #text-15 .widget-title{font-size: 18px;
    margin-bottom: 0px;}
.contacti #text-15 p{font-size: 39px;
    font-weight: 700; color:white; margin-bottom:20px;}

.contacti #text-14{margin-top:30px;}
.contacti .wpcf7-form-control.wpcf7-submit{color: white; border:0px !important;
    background-color:  #c39d2e;    font-size: 18px; text-align:center !important; font-weight: 900;    height: 50px;
    font-size: 17px;
    width: 170px;}
.contacti .wpcf7-form-control.wpcf7-submit:hover{background-color:  black; color:#c39d2e; font-weight: 900;}
.contacti{    order: 2;}

.numberss .widget_text{width: 33.333%;text-align: center;padding-top: 50px; padding-bottom: 50px; margin-bottom:0}
.numberss {display: flex; margin-right: auto; margin-left: auto; position: relative;border-bottom: 1px solid lightgrey; display:none;}
.numberss .numberss222{    display: flex; margin-right: auto; margin-left: auto; position: relative;}
.numberss .widget_text p{font-size: 24px; font-weight: 700; color:black; margin:0;}

.numberss #text-18{  border-left: 1px solid #DDDDDDC9; border-right: 1px solid #DDDDDDC9;}


.partss{padding-top: 95px;}

.partss1 #text-21{margin-top:40px;}
.partss1{    padding-right: 23px;}
.partss1 #text-20 .textwidget, .partss2 #text-22 .textwidget{height:100px;}

.partss2 #text-25,.partss2 #text-23, .partss2 #text-24{display:flex;    margin-bottom: 22px;
    line-height: 2;}
.partss2 #text-25:hover:before,.partss2 #text-23:hover:before, .partss2 #text-24:hover:before{color: #c39d2e; background:white; transition-duration: .3s;}
.partss2 #text-25:before{font-family: "FontAwesome";
    content: "\f046";font-size: 21px; margin-right: 20px;
    margin-top: 10px; width: 60px;height: 60px;
    background: #c39d2e;display: block;
    border-radius: 50%; font-size: 33px;color: white; text-align:center;
    line-height: 60px; font-size: 25px;transition-duration: .3s;}

.partss2 #text-23:before{font-family: "FontAwesome";
    content: "\f046";font-size: 21px; margin-right: 20px;
    margin-top: 10px; width: 60px;height: 60px;
    background: #c39d2e;display: block;
    border-radius: 50%; font-size: 33px;color: white; text-align:center;
    line-height: 60px; font-size: 25px;transition-duration: .3s;}


.partss2 #text-24:before{font-family: "FontAwesome";
    content: "\f046";font-size: 20px; margin-right: 20px;
    margin-top: 10px; width: 60px;height: 60px;
    background: #c39d2e;display: block;
    border-radius: 50%; font-size: 32px;color: white; text-align:center;
    line-height: 60px; font-size: 24px;transition-duration: .3s;}
.partss2 #text-25 h2, .partss2 #text-23 h2, .partss2 #text-24 h2{  font-size: 18px; font-weight: 900;margin-top:3px; color: black;}

.partss2 #text-25 .textwidget, .partss2 #text-23 .textwidget, .partss2 #text-24 .textwidget{    width: 84%;}
.partss1 .widget-title, .partss2 .widget-title{color: black; font-weight: 700; margin-bottom: 25px;     font-size: 27px;}
.partss1 #text-20 p, .partss2 #text-22 p{font-size: 17px; text-align: justify;font-weight: 500;}
.partss1 #text-20, .partss2 #text-22{    margin-bottom: 30px; line-height: 2;}

.partss1 .sp-easy-accordion .sp-ea-single{background-color: transparent !important;}
.partss1 .ea-header a{color: #222429 !important;font-size: 17px !important; padding: 9px !important;}
#sp-ea-35.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon.fa{color: #c39d2e !important;}
.sp-collapse.spcollapse p{line-height: 2;}
.ea-expand .ea-header a{color:#c39d2e !important;}




.bgpart #text-29, .bgpart #text-27, .bgpart #text-28{width:32%; display:inline-block; background: white; text-align: center;padding:35px;position: relative;}
.bgpart{background-color: #c39d2e1a; padding-top: 85px; margin-top: 80px; padding-bottom: 80px;}
.bgpart #text-26{width: 60%; margin: 0 auto; text-align: center;    font-size: 16px;
    line-height: 2; font-weight: 500;  margin-bottom: 40px;}
.bgpart .num{    color: #f4f4f473; position: absolute;
    top: 15px;
    right: 20%;
    font-size: 51px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-weight: 700;
    line-height: 1;top: 31px;
    left: auto;
    left: 53%;
    z-index: 999;
    -webkit-transition: .5s;
    transition: .5s;    font-size: 100px;}
.bgpart .widget_text:hover .num{    color: #c39d2e;}
.bgpart #text-28{margin-left:2%; margin-right:2%;}
.bgpart h2{ font-weight: 700; margin-bottom: 20px; font-size: 22px; margin-top: 0px;    color: black;}
.bgpart .textwidget{    font-size: 15px; line-height: 2; font-weight: 500;}
.bgpart #text-26 h2{font-size: 30px; }
.bgpart #text-29 h2:before{font-family: "FontAwesome";content: "\f086";display: block;font-size: 65px;margin-bottom: 20px;color:#c39d2e;}
.bgpart #text-27 h2:before{font-family: "FontAwesome";content: "\f1e5";display: block;font-size: 65px;margin-bottom: 20px;color:#c39d2e;}
.bgpart #text-28 h2:before{font-family: "FontAwesome";content: "\f046";display: block;font-size: 65px;margin-bottom: 20px;color:#c39d2e;}
.teamm{display:none;}
.bgpart p{    font-size: 17px;}

.picslider{float:right;}
.textslider{direction: ltr;}

.textslider .wppsgs-cover__background{background:transparent; display:none;}
.textslider .wppsgs-cover__inner-container{text-align:right;}
.textslider .wppsgs-cover__inner-container .wppsgs__post-title{    font-size: 20px !important; color: black;}
.textslider .wppsgs-cover__inner-container p{font-size: 16px;line-height: 28px;
    margin-bottom: 22px; color: black;}
.textslider .splide__pagination__page.is-active{background: #c39d2e !important;}
.textslider .splide__pagination__page, .splide__pagination__page.is-active{ outline: 2px solid #c39d2e !important;}
.textslider .splide__pagination__page, .splide__pagination__page.is-active{outline: 2px solid #c39d2e !important;}

.textslider .splide__pagination.splide__pagination--ltr{position: absolute; bottom: 50px;}


.gs_tm_theme1 .single-mem-desc-social, .gs_tm_theme1 .single-mem-desc-social p, .gs_tm_theme7 .single-mem-desc-social, .gs_tm_theme7 .single-mem-desc-social p{color:white !important;}
.teamm .sptp-section-title{display:none;}
.teamm{text-align: center; font-size: 18px;border-top: 1px solid #F3F3F3; padding-top: 70px; margin-top: 75px;}
.teamm #text-31 .widget-title, .blogg #text-33 .widget-title{ color: #c39d2e; font-size: 21px; font-weight: 700;}
.teamm #text-31 .textwidget, .blogg #text-33 .textwidget{font-size: 27px; font-weight: 700;}
.teamm .single-member--wrapper{    background-color: #F4F8F8;
    box-shadow: 0 0 30px 0 rgb(42 67 113 / 15%);}
.teamm .gs-member-name {padding-top: 25px;font-weight: 900;}
.teamm #text-31, .blogg #text-33{margin-bottom: 45px;}
.teamm #text-31 p{color: black;font-size: 30px;}
.gs-member-name a{    color: black !important; font-size: 20px;}
.gs-member-desig{color: #017E84; padding-bottom: 15px;}
.gs-member-desc a{display:none;}
.teamm .gs-team-social{text-align: center !important;}

.blogg ul{padding:0px; margin:0px;}
.blogg #text-33{text-align: center; color: black;}
.blogg li{width: 32%; display:inline-block; border-bottom:0px !important;transition: .5s;
    box-shadow: 0 5px 10px 0 rgb(50 65 141 / 7%);
    position: relative;
    overflow: hidden;}
.blogg li:nth-child(2){margin-left: 2%; margin-right: 2%;}
.blogg { background-color: #c39d2e1a; margin-top: 90px; padding-top: 85px;    padding-bottom: 70px;}
.blogg #text-33 p{font-size: 30px;}
.blogg .post-title.cat-post-title{        color: #222429; font-size: 17px;
    font-weight: 900; margin-bottom: 10px;}
.blogg .cat-post-thumbnail img{float: none; margin:0px;}
.blogg .joomir-desc{ background: white;padding: 19px; font-size: 15px;text-align: justify; line-height: 2;    height: 310px;}
.blogg .image-joomir:before{position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 1;    background: rgba(0,0,0,.5);}
.blogg .image-joomir img{    width: 100%;
    -webkit-transition: .5s;
    transition: .5s;height: 215px;
    object-fit: cover;}

.blogg li:hover .image-joomir:before{-webkit-transform: scale(1.2);
    transform: scale(1.2);}
.blogg .image-joomir{overflow: hidden; position: relative;}
.blogg li .cat-post-title{text-decoration: none;    color: black; font-weight: 700; padding: 10px !important; height: 80px;}
.blogg #category-posts-2 li .cat-post-title{padding-bottom:10px !important;}
.blogg li .cat-post-thumbnail{float:none !important; margin:0 !important; position: relative;
    overflow: hidden;}
.blogg li .cat-post-format-standard
.blogg li img{    height: 240px; width: 100%; object-fit: cover; display: block;}
.blogg li:nth-child(2){margin-left:2% !important; margin-right:2% !important;}
.blogg .post.type-post:hover .image-joomir:before{-webkit-transform: scale(1.2);
    transform: scale(1.2);}

.blogg li .post-title.cat-post-title:hover{color:#139daf; text-decoration: none;}
.blogg li .cat-post-thumbnail:before{position: absolute;
    content: "";     background: rgba(0, 0, 0, .5);
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    transform: scale(0);
    z-index: 1;
    transition: 0.5s;}

.blogg li .cat-post-thumbnail img{width: 100%; transition: 0.5s;     height: 215px;}
.blogg li{    position: relative; transition: 0.5s; overflow: hidden;}
.blogg li:hover{box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 4px 0px;}
.blogg li:hover .cat-post-thumbnail:before, .blogg li:hover .cat-post-thumbnail img{    transform: scale(1.2);}

.groupp .post.type-post{width: 31%; float: right; margin: 1%;}
.groupp .inner-box h2 a{font-size: 21px;color: black; font-weight: 900;}
.groupp .blogg .joomir-desc{padding-top: 2px;}
.groupp .blogg{background-color: transparent;    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;}



.logoshoww{padding-top: 40px;  padding-bottom: 35px;}


.home .foot{margin-top:0;}
.foot{background-color: #2d2c28;  color: white; font-size: 16px;    padding-top: 85px;
    padding-bottom: 75px;line-height: 1.8;     margin-top: 60px;}
.foot p{color:white !important;    font-size: 17px;
    font-weight: 100;}

.foot1 ul{padding: 0px; margin:0px;}
.foot1 ul li{display: inline-block;}
.foot1 li a{  font-size: .1px; color: transparent;}
.foot1 .menu-item-417 a:before{font-family: "FontAwesome";content: "\f1d8"; background: #c39d2e; 
color: #ffffff;  width: 40px; height: 40px; line-height: 40px;display: inline-block;text-align: center;
border-radius: 4px; margin-right: 10px; margin-bottom: 5px; font-size: 22px;}

.foot1 .menu-item-418 a:before{font-family: "FontAwesome";content: "\f232"; background: #c39d2e; 
color: #ffffff;  width: 40px; height: 40px; line-height: 40px;display: inline-block;text-align: center;
border-radius: 4px; margin-right: 10px; margin-bottom: 5px; font-size: 22px;}

.foot1 .menu-item-621 a:before{font-family: "FontAwesome";content: "\f08c"; background: #c39d2e; 
color: #ffffff;  width: 40px; height: 40px; line-height: 40px;display: inline-block;text-align: center;
border-radius: 4px; margin-right: 10px; margin-bottom: 5px; font-size: 22px;}

.foot1 .menu-item-419 a:before{font-family: "FontAwesome";content: "\f16d"; background: #c39d2e; 
color: #ffffff;  width: 40px; height: 40px; line-height: 40px;display: inline-block;text-align: center;
border-radius: 4px; margin-right: 10px; margin-bottom: 5px; font-size: 22px;}

.foot1 li a:hover:before{    background: #b59026;}

.foot1 .menu-item-22 a:hover:before, .foot1 .menu-item-21 a:hover:before, .foot1 .menu-item-20 a:hover:before{background:#c39d2e;}

.foot1 .textwidget{font-size: 15px;line-height: 2; text-align: justify;}
.tnp-widget-minimal input.tnp-submit{font-family: IRANSans !important; background-color: #c39d2e !important;}
.foot1 #text-52{    width: 80%;
    margin-top: 20px;
    margin-bottom: 20px;}


.foot .widget-title{font-size: 25px; font-weight: 700; margin-bottom: 30px;}
.foot2{line-height: 2.3;}
.foot2 a{color: white; font-size: 16px;}
.foot2 a:hover{text-decoration:none; color:#c39d2e;}
.foot3 ul{padding:0px; margin:0px;}
.foot3 .cat-post-thumbnail img{margin:0px; float:none; height: 60px;
    object-fit: cover;}
.foot3 .joomir-cat{width: 35%; float: right;    height: 58px;
    object-fit: cover;}
.foot3 .post-title.cat-post-title{width: 55%; float: left; color:white; font-size:15px;}
.foot3 .post-title.cat-post-title:hover{text-decoration: none; color:#c39d2e;}
.foot3 .cat-post-item{border-bottom:0px;     margin-bottom: 20px;}
.foot3 a{color:white;}
.foot3 img{width: 80px; height: 80px; object-fit: cover;}

.footnote{background-color: black;color: white;text-align: center;font-size: 16px;padding-top: 20px; padding-bottom: 2px;}
.footnote p{color:white !important;}
.foot1, .foot2, .foot3{float:right !important;}

.foot1 #text-44 p:before{    font-family: "FontAwesome"; content: "\f232";
    color: #c39d2e; margin-left: 12px;font-size: 24px; vertical-align: middle;}

.foot1 #text-45 p:before{    font-family: "FontAwesome"; content: "\f2a0";
    color: #c39d2e; margin-left: 12px;font-size: 24px; vertical-align: middle;}

.foot1 #text-46 p:before{    font-family: "FontAwesome"; content: "\f003";
    color: #c39d2e; margin-left: 12px;font-size: 24px; vertical-align: middle;}

.site-footer{clear:both;}

.foot4 .tnp-email{    width: 70% !important; float: right !important; border: 0px !important; border-radius: 0 !important;height: 44px;
    background: transparent !important; border: 1px solid #b0afaf !important; border-left: 0px !important; color:white !important;}

.foot4 .tnp-submit{width: 30% !important;
    height: 44px !important;}
.foot4 #text-36{margin-bottom:30px;}


.plpr .contacti{float: right !important;}
.map{width:50%; float:left; margin-bottom:85px;}
.contactus2{float:right !important; width:50%;}
.contactus2222{width: 67%; float: left;
    margin-left: 65px;}


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

.contactus2 h2 { font-size: 16px;font-weight: 900;margin-top: 14px;}
.contactus2 ul { margin: 0;padding: 5px 0px 10px 0px;}
.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-20 a:before {
    font-family: "FontAwesome";
    content: "\f1d8";
    font-size: 28px;
    color: #c39d2e;
}
.contactus2 li.menu-item-21 a:before {
    font-family: "FontAwesome";
    content: "\f232";
    font-size: 28px;
    color: #c39d2e;
}
.contactus2 li.menu-item-22 a:before {
    font-family: "FontAwesome";
    content: "\f16d";
    font-size: 28px;
    color: #c39d2e;
}
.contactus2 #text-40 .textwidget:before, .contactus2 #text-53 .textwidget:before {
    content: "\f095";
    font-family: "FontAwesome";
    font-size: 28px;
    vertical-align: middle;
    margin-left: 30px;
    display: inline-block;
    color: #c39d2e;
    position: absolute;
}
.contactus2 #text-41 .textwidget:before {
    content: "\f0e0";
    font-family: "FontAwesome";
    font-size: 28px;
    vertical-align: middle;
    margin-left: 30px;
    display: inline-block;
    color: #c39d2e;
    position: absolute;
}
.contactus2 #text-42 .textwidget:before, .contactus2 #text-54 .textwidget:before {
    content: "\f041";
    font-family: "FontAwesome";
    font-size: 28px;
    vertical-align: middle;
    margin-left: 30px;
    display: inline-block;
    color: #c39d2e;
    position: absolute;
}
.contactus2 .textwidget {
    position: relative;
    padding-left: 10px;
}

.contactus2 p {
    font-size: 16px;
    margin-right: 37px;
    line-height: 3;
}

.plpr .contacti #text-15{color: black !important;}
.plpr .contacti .widget_text{width:100%;}
.plpr .contacti #text-15 .widget-title{display:none;}
.plpr .contacti #text-14{margin-top: 8px;}



.plpr .contacti .wpcf7-form-control.wpcf7-textarea{    height: 180px;}


.map iframe{width:50%; height: 850px; width:100%;}

.contactus2222{width: 77%; float: left;     margin-top: 30px;}

.contactus2 #text-40{ width: 50%; float: right;}
.contactus2 #text-41{width: 50%; float: left;}
.contactus2 #text-42{width: 50%; float: left;}

.contactus2222 input{border:0px; border-bottom:1px solid lightgrey; width:100%; text-align: right; font-size: 14px;     font-family: IRANSans !important;    padding: 5px 0px;
    margin-bottom: 14px;}
.contactus2222 textarea{border: 0px;border-bottom: 1px solid lightgrey; height: 100px;
 font-size: 14px; font-family: IRANSans !important; margin-bottom:20px;}

.contactus2222 .wpcf7-submit{    padding: 10px; width: 100px;
    text-align: center;background: #c39d2e; color: white;}
.contactus2222 .wpcf7-form-control.wpcf7-captchar{width:90px;}
.contactus2222 #text-50 h2{font-size: 31px;
    margin-bottom: 40px;
    color: black;}

.contactus2222 .widget.widget_text{margin-bottom:20px;}

#post-129 .wpcf7 .textformm{    background: #c39d2e;color: white;
    padding: 2px 8px;    clear: both;margin-bottom: 40px; margin-top:20px;}
#post-129 .wpcf7 label{margin-bottom:0px; font-size: 14.5px;}
#post-129 .wpcf7 .formm1 input{width:100%; padding:10px;margin-bottom: 5px;}
#post-129 .wpcf7 .formm1{margin-bottom: 25px; float:right;}
#post-129 .wpcf7 .wpcf7-form-control-wrap.text-696 input{width:49%;}
#post-129 .wpcf7 .wpcf7-form-control.wpcf7-captchar{width:100px;}

#post-129 .wpcf7 .wpcf7-form-control.has-spinner.wpcf7-submit{    color: white;
    border: 0px !important;background-color: #c39d2e;
    font-size: 17px; text-align: center !important;
    font-weight: 900;width: 165px;font-family: IRANSans !important;}
.contactus2 #text-53{position: relative;
    clear: both;
    width: 50%;
    float: right;}
.contactus2 #text-54{width: 50%; float: left;}


.logoshoww .sp-lc-logo{border:0 !important;}

.foot2 ul{margin:0; padding:0;}
.foot2 li{list-style-type: none;}
.foot a{text-decoration:none;}
.foot1 #text-35{ width: 75%;}



.blogin2{width:30%;box-shadow: 0 0 10px lightgrey; padding: 10px;margin: 1%;;}
.blogin2 img{    height: 220px; object-fit: cover; width: 100%;}
.blogin2 .entry-title{text-decoration: none; text-align:left;}
.blogin2 .entry-title a{    text-decoration: none; color: black; font-size: 20px;}
.logoo .widget_media_image{    margin: 0;}

.page-header h1.page-title{text-align:center;}

.threecontact{margin-bottom: 80px;}
.threecontact .widget_text{    width: 31%;
    padding: 50px 30px 25px;text-align: center;box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 30px 0px; margin: 1%;}


.threecontact .widget-title:before{
    font-family: "FontAwesome";
    font-size: 28px; background:#c39d2e; border-radius: 5px;
    color: white; display:block; width:80px;height:80px;
    line-height:80px;  transition-duration: .5s;
    vertical-align: middle;
    margin: 0 auto;
    margin-bottom: 15px;}
.threecontact .widget_text:hover .widget-title:before{background:black; transition-duration: .5s;}
.threecontact .widget-title{font-size: 23px;
    color: black; font-weight:900;}

#text-48 .widget-title:before{content: "\f041";}
#text-49 .widget-title:before{content: "\f095";}
#text-50 .widget-title:before{content: "\f003";}
.threecontact a{color:black; text-decoration:none;}

.formicon, .post .wpcf7{      position: relative;
    background-size: cover;
    padding: 60px 35px 10px;
    border-radius: 10px;
    text-align: left;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 6%);}

.formm #text-51{text-align:center;}
.formm #text-51 .widget-title{    font-size: 23px; color: #c39d2e;}
.formm #text-51 p{    font-size: 33px; font-weight: 700;}

.formm input, .post .wpcf7 input{width: 100%; padding-left: 30px;
    height: 45px;
    border-radius: 5px;
    outline: 0;
    margin-bottom: 23px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(241, 241, 241);
    border-image: initial;}

.formm textarea, .post .wpcf7 textarea{border-width: 1px;
    border-style: solid;
    border-color: rgb(241, 241, 241);
    border-image: initial;     height: 150px;width: 100%;
    padding-left: 30px; margin-bottom:15px;}

.formm .wpcf7-captchar, .post .wpcf7 .wpcf7-captchar{width: 120px;}
.formm .wpcf7-submit, .post .wpcf7 .wpcf7-submit{    background: #c39d2e;
    color: white;font-size: 18px;font-weight: 700;}

.formm .wpcf7-submit:hover, .post .wpcf7 .wpcf7-submit:hover{background: black;}


.logo-carousel-free .sp-lc-logo img{    height: 190px;
    object-fit: cover;}
    
.services2 a{text-decoration:none; color:black;} 
    

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


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

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

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

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

}
@media only screen and (max-width:768px) {
.up1{display:none;}
.services2 .widget_text{width:98%;margin:1% !important; margin-bottom:10px !important;}
.services2 #text-6, .services2 #text-9, .services2 #text-54{margin:0px;}
.services1 #text-4{width: 95%;}
.services1 .widget-title{font-size: 25px; line-height: 1.7;}
.contacti .widget_text{width:100%;}
.contactpart{background-position: left center;}
.numberss222{display:block !important;}
.numberss .widget_text{width:100% !important;}
.partss1 #text-19 .textwidget, .partss2 #text-21 .textwidget{height:auto;}
.blogg li{width:100%;}
.blogg li:nth-child(2){margin:0px;}
.foot1, .foot2, .foot3, .foot4{width:100%;}
.menuu .wpmm_brand_logo_wrap{float:left !important;}
.wpmm_mobile_menu_btn.show-close-icon{float:right;}
.menuu .wp-megamenu.nav-menu{ margin-top: 58px !important; text-align: right !important;}
.menuu.f-nav li a { color: black !important;}
.wpmm_mobile_menu_btn.show-close-icon{position: relative !important; z-index: 999999999999;}
#wp-megamenu-menu-1.wpmm-mobile-menu a.wpmm_mobile_menu_btn{margin-top: 22px !important;}
.groupp .post.type-post{width:98% !important;    margin-bottom: 2% !important;}
.contactus2, .map{width:100% !important;}
.map iframe{height:300px !important;}
.contactus2222{    width: 95% !important; margin-left:1% !important; margin-right:1% !important;}
.blogg .joomir-desc{height:auto;}
.formm1 .checkbox-507 .wpcf7-list-item{width:100%;}
#post-129 .wpcf7 .formm1 .checkbox-507 .wpcf7-list-item input{width:100px;}
.contactus2 #text-41{width: 99%;}
#wp-megamenu-item-wpmm-search-icon{float:right !important;}
.seriousslider-caption-title{font-size: 30px !important;font-weight: 800 !important;}
.seriousslider-caption-text{font-size: 18px !important; font-weight: 900 !important;}
.bgpart #text-29, .bgpart #text-27, .bgpart #text-28{width:98%; margin:1%;}
.textslider{margin-top:25px;}
.partss1 #text-20 .textwidget, .partss2 #text-22 .textwidget{height:auto;}
.bgpart #text-26{width:90%;}
.main-menu{display:none;}
.blogg li:nth-child(2){margin-left:0 !important; margin-right:0 !important}
.blogin2{width:98%;}
}
@media only screen and (max-width:480px) {

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

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

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

}
