/*!
Theme Name: darkoob
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>darkoob</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: darkoob
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

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

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




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

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

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

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

body{ font-family: IRANSans !important; margin:0 !important;}
body p{font-size:15px; line-height:1.7;}


.up1{ padding-top: 5px; padding-bottom: 5px; box-shadow: 0 0 10px lightgrey;
    z-index: 9999;
    position: relative;
    width: 100%;
    background: white;}

.menu.nav-menu{margin-top: 20px;}

.sociall ul{padding:0px; margin:0px;text-align: left; padding-top: 9px;}
.sociall li a{font-size:.1px; color:transparent;}
.sociall li{display:inline-block;margin-right: 15px;}
.sociall .menu-item-20 a:before{font-size: 25px; content:"\f16d";  font-family: "FontAwesome"; color: #464040;}
.sociall .menu-item-21 a:before{font-size: 25px; content:"\f232";  font-family: "FontAwesome"; color: #464040;}
.sociall .menu-item-22 a:before{font-size: 25px; content:"\f1d8";  font-family: "FontAwesome"; color: #464040;}
.sociall .widget_nav_menu{margin-bottom:0px;}

.main-menu ul{padding:0; text-align: right; margin: 0;}
.main-menu li a{
  padding: 11px 12px;
  font-size: 16px;
  position: relative;
  display: inline-block;
  outline: none;
  color:black;
    font-weight: 900;
  text-decoration: none; 
}
.main-menu li:nth-child(1) {border-right:0px;}


.main-menu li{display:inline-block;}
.main-menu li a:hover{color: #0c2c69;}
.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;
  background: #3a3a3b;
}
.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: 14px; text-decoration:none; width: 100%; color: #fff; padding: 5px;}
.main-menu ul ul ul{  margin: -44px 225px 0 190px !important;}


.main-navigation ul{display: block !important;}

.logoo{ width: 12%; float: right;}


.main-menu{width:83%; float:left;}
.menu-menu-1-container{float:left; width:100%;     margin-top: 6px;}


#menu-item-18{background:#0c2c69;  border-radius: 10px; float:left;     width: 160px;
    text-align: center;}
#menu-item-18 a{color: white !important;}
#menu-item-18 a:before{ content: "\f104";font-family: "FontAwesome";
    margin-left: 10px; font-size: 16px;
    width: 20px; height: 20px;
    display: inline-block; background:white;
    color:#0c2c69;text-align: center;
    vertical-align: middle;line-height: 20px; border-radius: 50%;}

.logoo .widget_media_image{margin-bottom:0px;}
.logoshoww{display:none;}

.logoshoww .wpwax-lsu-item-inner{padding:0px !important; border:0px !important;}

.logoshoww .widget.widget_text{background: #0c2c69; width: 97%;
    margin: 0 auto; margin-top: -65px; z-index: 999999;
    position: relative; border-radius: 10px;}

.picpart img{    max-width: 100%;
    height: auto;
    width: 95%;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 30px 30px 0px 0px #0c2c69;}

.twopart .picpart .widget_text{    background-color: #0c2c69;
    width: 41%;    
    background-transition: 0.3s;
    border-radius: 8px 0px 0px 0px;
    margin-top: -115px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 0em;
    padding-right: 0em;
    z-index: 999;  margin-right: 7px;
    position: relative;}

.picpart .widget_text p{margin-bottom:0px;    margin-bottom: 0px;
    font-size: 22px; font-weight: 900; color:white;}

.picpart .numtext{    font-size: 38px; font-weight: 900;}
.picpart .widget_text{text-align: center;}


.twopart{margin-top:5px;}

.picpart{float:right;}
.picpart .widget_media_image{text-align: left;}


.textpart #text-5 .widget-title{color: #0c2c69; font-size: 19px;}
.textpart .textwidget h3{color: #0c2c69; font-size: 30px; line-height: 1.7; margin-bottom:20px;}
.textpart #text-5 p{    color: #7a7a7a; font-size: 16px; line-height: 2; margin-bottom:35px;}

.textpart #text-6 { background: #0c2c69; padding: 15px; border-radius: 10px; display: flex; padding-top: 33px;
    padding-bottom: 17px; margin-bottom:20px; }

.textpart #text-6 .widget-title:before{content: "\f00c"; font-family: "FontAwesome";
    font-size: 16px;color:#0c2c69; width: 45px;height: 45px;    margin-top: -15px;
    background: white; display: block; text-align: center; line-height: 45px; border-radius: 50%;}

.textpart #text-6 h2{ font-size: 18px; font-weight: 900; margin-bottom: 15px; margin-top: 0;}
.textpart #text-6 .widget-title{ font-size: .1px;  color: transparent;}
.textpart #text-6 .textwidget{width: 88%; margin: 0 auto; line-height: 2.4; color:white;}
.textpart #text-6 p{margin-bottom:0px;}
.textpart {padding-right:35px; text-align:justify;}




.textpart #text-7 { background: #0c2c69;  padding: 15px;border-radius: 10px; display: flex; padding-top: 33px;
    padding-bottom: 17px;     color: white;}

.textpart #text-7 .widget-title:before{content: "\f00c"; font-family: "FontAwesome";
    font-size: 16px;color: #0c2c69; width: 45px;height: 45px;    margin-top: -15px;
    background: #0c2c69; display: block; text-align: center; line-height: 45px; border-radius: 50%;}

.textpart #text-7 h2{ font-size: 18px; font-weight: 900; margin-bottom: 15px; margin-top: 0;}
.textpart #text-7 .widget-title{ font-size: .1px;  color: transparent;}
.textpart #text-7 .textwidget{width: 88%; margin: 0 auto; line-height: 2.4;}
.textpart #text-7 p{margin-bottom:0px;color: #D1D1D1;}

.partstitle{text-align: center;    padding-top: 7px; }
.partstitle .widget-title{color: #0c2c69; font-size: 19px;}
.partstitle .textwidget p{ font-size: 27px; font-weight: 900;}

.ttt{background:#f1f1f1; margin-top:115px;  padding-bottom: 90px;
    padding-top: 70px;   }
    
.ttt .table{font-size:13px;}

.part1, .part2, .part3, .part4, .part5, .part6{width:31.3%; float:right; margin: 1%; border:1px solid lightgrey; border-radius:10px; background:#c4c5c7;}
.part1:hover, .part2:hover, .part3:hover, .part4:hover, .part5:hover, .part6:hover{box-shadow: -7px 7px 0px 0px #0c2c69; 
    border: 1px solid #0c2c69;}

.part3 .widget-title{ font-size: 21px;}
.part3 .textwidget{height:0px;transition-duration: 1s;}
.part3 .widget_text:hover{ transition-duration: 1s;}
.part3 .widget_text.inverse:hover .textwidget{opacity: 1;     transition: opacity .4s ease;}
.part3 .widget_text .textwidget{opacity: 0;     transition: opacity .4s ease;}


.part1 .widget-title{ font-size: 21px;}
.part1 .textwidget{height:0px;transition-duration: 1s;}
.part1 .widget_text:hover{transition-duration: 1s;}
.part1 .widget_text.inverse:hover .textwidget{opacity: 1;     transition: opacity .4s ease;}
.part1 .widget_text .textwidget{opacity: 0;     transition: opacity .4s ease;}

.part2 .widget-title{ font-size: 21px;}
.part2 .textwidget{height:0px;transition-duration: 1s;}
.part2 .widget_text:hover{transition-duration: 1s;}
.part2 .widget_text.inverse:hover .textwidget{opacity: 1;     transition: opacity .4s ease;}
.part2 .widget_text .textwidget{opacity: 0; transition: opacity .4s ease;}
/*.partss .part1:hover{height:800px !important;}
.partss .part1:hover + .part2{height:800px !important;}
.partss .part1:hover ~ .part3{height:800px !important;}
.partss .part2:hover ~ .part1{height:800px !important;}
.partss .part2:hover + .part3{height:800px !important;}
.partss .part3:hover ~ .part1{height:800px !important;}
*/
.partss .widget-title, .partss2 .widget-title{background: #0c2c69; margin: 0; padding: 25px 10px !important; border-radius: 10px 10px 0 0;    color: white;
    text-align: center;font-size: 19px; font-weight:900;
    border-radius: 10px; width: 80%; margin: 0 auto;}
.partss .widget-title:hover{border-radius:10px 10px 0 0 ;}
.partss .textwidget{    background: #0c2c69; width: 80%;
    background: #0c2c69;
    margin: 0 auto;
    color: white;
    text-align: center;
    line-height: 2;
    padding: 0 10px;
    border-radius: 0 0 10px 10px;}
    
.partss2 img, .partss img{    height: 290px !important;
    object-fit: contain;     margin-bottom: 20px;}


.partss .inverse .textwidget{    height: 240px; transition-duration: .3s;}

.partss .textwidget a{background: white;
    color: #0c2c69;
    padding: 10px;
    text-decoration: none;
    border-radius: 10px;}



.partss .widget_media_image{margin-bottom:0px;}
.partss .widget_text,.partss2 .widget_text {margin-bottom:30px;}


.part4 .widget-title{ font-size: 21px;}
.part4 .textwidget{height:0px;transition-duration: 1s;}
.part4 .widget_text:hover{ transition-duration: 1s;}
.part4 .widget_text.inverse2:hover .textwidget{opacity: 1;     transition: opacity .4s ease;}
.part4 .widget_text .textwidget{opacity: 0;     transition: opacity .4s ease;}


.part5 .widget-title{ font-size: 21px;}
.part5 .textwidget{height:0px;transition-duration: 1s;}
.part5 .widget_text:hover{transition-duration: 1s;}
.part5 .widget_text.inverse2:hover .textwidget{opacity: 1;     transition: opacity .4s ease;}
.part5 .widget_text .textwidget{opacity: 0;     transition: opacity .4s ease;}

.part6 .widget-title{ font-size: 21px;}
.part6 .textwidget{height:0px;transition-duration: 1s;}
.part6 .widget_text:hover{transition-duration: 1s;}
.part6 .widget_text.inverse2:hover .textwidget{opacity: 1;     transition: opacity .4s ease;}
.part6 .widget_text .textwidget{opacity: 0; transition: opacity .4s ease;}


.partss2 .widget-title{background: #0c2c69; margin: 0; padding: 16px 10px; border-radius: 10px 10px 0 0; 
 color: white;
    text-align: center;font-size: 19px;
    border-radius: 10px; width: 80%; margin: 0 auto;}
.partss2 .widget-title:hover{border-radius:10px 10px 0 0 ;}
.partss2 .textwidget{    background: #0c2c69; width: 80%;
    background: #0c2c69;
    margin: 0 auto;
    color: white;
    text-align: center;
    line-height: 2;
    padding: 0 10px;
    border-radius: 0 0 10px 10px;}


.partss2 .inverse2 .textwidget{    height: 240px; transition-duration: .3s;}

.partss2 .textwidget a{background:white;
    color: #0c2c69;
    padding: 10px;
    text-decoration: none;
    border-radius: 10px;}




.picpart2 img{max-width: 100%; height: auto; width: 95%;
    border-radius: 8px 8px 8px 8px; box-shadow: -30px 30px 0px 0px #0c2c69;}
.picpart2 .widget_text{    background-color: #0c2c69;
    width: 41%;
    border-radius: 8px 0px 0px 0px;
    margin-top: -150px;
    margin-bottom: 0px;
    margin-left: 5px;
    margin-right: 0px;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 0em;
    padding-right: 0em;
    z-index: 9999;
    position: relative;
    color: black;
    font-weight: 900;
    text-align: center; float: left;    border-radius: 10px; line-height: 2.2;}
.picpart2 .widget_text p{    margin-bottom: 0px; font-size: 19px; font-weight: 900;}
.picpart2 .widget.widget_text a{width: 100px;display: block;background: black; color: white;
    margin: 0 auto;padding: 3px; border-radius: 10px;     margin-top: 10px;}

.textpart2 #text-15 h2{color: #0c2c69; font-size: 19px;}
.textpart2 #text-15 .textwidget p{color: #0c2c69; font-size: 30px;line-height: 1.7;
    margin-bottom: 20px; font-weight: 900;}

.textpart2 #text-16 p{color: #7a7a7a; font-size: 16px; line-height: 2; margin-bottom: 35px;}

.textpart2 #text-17, .textpart2 #text-19{border-radius: 8px 8px 8px 8px; padding: 1em 1em 1em 1em;background: #0c2c69;
    width: 45%; float: right; font-weight: 900; font-size: 15px;}

.textpart2 #text-18, .textpart2 #text-20{padding: 1em 1em 1em 1em;  background-color: : #0c2c69;
    border-radius: 8px 8px 8px 8px;  background: #0c2c69;
    width: 45%;float: left;font-weight: 900; font-size: 15px;}

.textpart2 #text-20{background-color:black; color: white;}
.textpart2 #text-17 p:before{     content: "\f104";
    font-family: "FontAwesome";
    width: 45px;
    display: inline-block;
    height: 45px;
    background: black;
    text-align: center;
    font-size: 24px;
    border-radius: 50%;
    line-height: 45px;
    color: white;
    margin-left: 10px;
    vertical-align: middle;}

.textpart2 #text-18 p:before{     content: "\f104";
    font-family: "FontAwesome";
    width: 45px;
    display: inline-block;
    height: 45px;
    background: black;
    text-align: center;
    font-size: 24px;
    border-radius: 50%;
    line-height: 45px;
    color: white;
    margin-left: 10px;
    vertical-align: middle;}

.textpart2 #text-19 p:before{     content: "\f104";
    font-family: "FontAwesome";
    width: 45px;
    display: inline-block;
    height: 45px;
    background: black;
    text-align: center;
    font-size: 24px;
    border-radius: 50%;
    line-height: 45px;
    color: white;
    margin-left: 10px;
    vertical-align: middle;}

.textpart2 #text-20 p:before{      content: "\f104";
    font-family: "FontAwesome";
    width: 45px;
    display: inline-block;
    height: 45px;
    background: #0c2c69;
    text-align: center;
    font-size: 24px;
    border-radius: 50%;
    line-height: 45px;
    color: black;
    margin-left: 10px;
    vertical-align: middle;}

.textpart2 #text-20 p, .textpart2 #text-19 p, .textpart2 #text-18 p, .textpart2 #text-17 p{font-size: 19px; }

.underpartss{    padding-top: 45px;
    padding-bottom: 100px; display:none;}


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


.bigpic{background-color: #11111299;background-image: url(https://adakpalayesh.ir/wp-content/uploads/excavator-PYE6GE2.jpg); background-attachment: fixed;
    background-position: center; background-blend-mode: overlay;   text-align: center;
    color: white; clear: both;       padding-top: 90px;
    padding-bottom: 75px;}
.bigpic a{background-color: #0c2c69; width: 150px; color:black;    display: block;
    margin: 0 auto; padding: 10px;
    border-radius: 10px; font-size: 15px;}

.bigpic a:hover{text-decoration: none; background: #ebac23;}

.bigpic a:before{    content: "\f104";
    font-family: "FontAwesome";
    width: 20px;
    display: inline-block;
    height: 20px;
    background: white;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    line-height: 20px;
    margin-left: 10px; color:#0c2c69;
    vertical-align: middle;}


.bigpic h2{    font-size: 18px; color: white;}

.bigpic p{    margin-top: 23px; font-size: 26px; font-weight: 900; line-height: 2.2;}

.bigpic .widget_text{width: 70%;  margin: 0 auto;}



.aboutpic{float:right;}
.abouttext{float:left;     color: #7A7A7A; line-height: 2;}


.abouttext #text-40 .widget-title {color: #0c2c69; font-size:30px;     font-weight: 900;
    margin-bottom: 30px;}

.bigtitle{font-size: 26px; font-weight: 900; color:black;}



.aboutttt{background:#fafafa;     padding-top: 90px;
    padding-bottom: 55px;}

.abouttext #text-41, .abouttext #text-42, .abouttext #text-43{display:flex;}
.abouttext #text-41 h2, .abouttext #text-42 h2, .abouttext #text-43 h2{color:black; font-size: 21px; margin-top: 7px;
    margin-bottom: 16px;}
.abouttext #text-41:before{content: "\f17b";
    font-family: "FontAwesome";
    background: #0c2c69;
    color: black;
    font-size: 30px;
    width: 85px;
    height: 73px;
    display: block;
    text-align: center;
    border-radius: 50%;
    line-height: 73px;}

.abouttext #text-42:before{content: "\f17b";
    font-family: "FontAwesome";
    background: #0c2c69;
    color: black;
    font-size: 30px;
    width: 85px;
    height: 73px;
    display: block;
    text-align: center;
    border-radius: 50%;
    line-height: 73px;}


.abouttext #text-43:before{content: "\f17b";
    font-family: "FontAwesome";
    background: #0c2c69;
    color: black;
    font-size: 30px;
    width: 85px;
    height: 73px;
    display: block;
    text-align: center;
    border-radius: 50%;
    line-height: 73px;}

.abouttext #text-41 .textwidget, .abouttext #text-42 .textwidget, .abouttext #text-43 .textwidget{    margin-right: 23px;}

.abouttext p{    font-size: 20px;}

.nazaratt #text-45 h2{    color: #0c2c69; font-size: 19px; margin-bottom: 25px;}
.nazaratt #text-45{position: relative;}
.nazaratt .textwidget p{ color: black;
    font-weight: 900;
    font-size: 34px; margin-bottom: 0px;}
.nazaratt{background:#f1f1f1; padding-bottom: 60px; display:none;}
.nazaratt #text-45{position: relative; padding-top: 76px; padding-bottom: 23px;}
.nazaratt #text-45 a{float: left; font-size: 15px;
    color: #000; position: absolute;
    left: 0; top: 135px; background: #0c2c69;
    width: 120px; text-align: center;
    padding: 12px 0; border-radius: 10px;}


.nazaratt .single-item-wrapper{box-shadow: 9px 11px 14px 0 rgb(0 0 0 / 10%);}
.nazaratt .single-item-wrapper, .nazaratt .item-content-wrapper{    background: #fafafa !important;}

.nazaratt .tss-wrapper .tss-carousel3 .item-content {z-index: 99999; position: relative;}
.nazaratt .tss-wrapper .tss-carousel3 .item-content-wrapper:before{color: #eaeaead1 !important; top: -15px !important; font-size: 145px !important;     left: 17px !important;}
.nazaratt #text-44{clear:both;}


.blogg ul{padding:0px; margin:0px;}
.blogg li{width: 31.6%; float: right;background: #f1f1f1; margin:0px !important; padding:0px !important; border-radius:15px;}
.blogg li:nth-child(2){margin-left:2.6% !important; margin-right:2.6% !important; }

.blogg .cat-post-thumbnail.cat-post-none{float:left !important; margin:0 !important;}
.blogg .cat-post-format.cat-post-format-standard{margin-bottom: 20px;}
.blogg .cat-post-title{ color: #0c2c69; font-size: 15px; font-weight: 900; margin-top: 10px; display: block; padding: 0 15px;}
.blogg .cpwp-wrap-text-stage{padding: 0 15px;}
.blogg .cpwp-excerpt-text.cpwp-wrap-text{ color: #7a7a7a; line-height: 2;}

.blogg #category-posts-2-internal li > div{margin: 0 0 0 0 !important;}

.blogg{background: #fafafa;     padding-top: 25px;}


#category-posts-2-internal .cat-post-item .cpwp-wrap-text{margin-bottom:20px;}


.blogg #text-22{text-align:center;     margin-bottom: 55px;}
.blogg .widget-title{font-size: 19px; color: #0c2c69;}
.blogg #text-22 p{ font-size: 28px; font-weight: 900;}
.blogg li img{border-radius: 15px 15px 0 0;}


.faqq{margin-top:100px; padding-top: 110px; display:none;}
.faqq1 .ea-card .ea-header a{color:white !important; font-size: 17px !important;}
.faqq1 .ea-icon-expand-plus:before,.faqq1 .ea-icon-expand-minus:before{color: white !important;}

.faqq2 #text-24 h2{color: #0c2c69; font-size: 17px;}
.faqq2 #text-24 h3{font-size: 23px; font-weight: 900; line-height: 2;}
.faqq2 p{ color: #7a7a7a; line-height: 2; font-size:15px; text-align:justify;}
.faqq1 .ea-card.sp-ea-single{border-radius: 10px;}
.faqq2 a{width: 100px; display: block; background: #0c2c69;
    text-align: center;color: black; padding: 5px;font-weight: 900;font-size: 17px; border-radius: 10px;}
.faqq1 .sp-collapse p{    color: #7a7a7a; line-height: 2; font-size: 15px;}
.faqq2{padding-right: 35px;}
#sp-ea-56.sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body{background: #f1f1f1 !important;}


.faqq1 .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body{line-height: 2 !important;padding: 30px !important; border-radius: 0 0 10px 10px !important;}
.faqq1 .ea-header a{padding: 15px 30px !important;}
.faqq1 .ea-card.sp-ea-single.ea-expand a{background: #0c2c69; color: black !important;}

.formm h2{color: #0c2c69; font-size: 17px;}
.mapp iframe{width:100%; height: 540px; border-radius: 10px;}
.formm #text-30 p{font-size: 25px; font-weight: 900; margin-top: 22px;}
.formm input, .formm textarea{width: 100%; border: 1px solid #b4b4b4; padding: 10px; background: #e7e7e7; border-radius: 4px; font-family: IRANSans !important; font-size:14px;}
.formm .wpcf7-form-control.wpcf7-captchar{width: 100px;}
.formm textarea{height: 135px;}
.formm{float: right;}
.mapp{float: left; margin-top:10px;}
.formm .wpcf7-form-control.has-spinner.wpcf7-submit{background: #0c2c69;border: 0; font-size: 14px; width: 125px; font-family: IRANSans !important;font-weight: 900;
    padding: 14px; color:white;}
.formm .wpcf7-form-control.has-spinner.wpcf7-submit:hover{background: #ECA300;}
.formm .formi{text-align: left;}
.formi1{float:right;}


.threepartt #text-27, .threepartt #text-25{background:white; width: 31%; float: right; color:#0c2c69; margin:1%; border-radius:10px; display: flex;    padding-right: 20px;
    padding-left: 20px;    padding-top: 7px; height:140px;
    padding-bottom: 7px;}
.threepartt #text-26{background:#0c2c69; width: 32%; float: right; color:white; margin:1%; border-radius:10px;    padding-right: 20px;
    padding-left: 20px; display:flex;    padding-top: 7px;
    padding-bottom: 7px; height:140px;}
.threepartt .textwidget{width: 78%; margin: 0 auto;}
.threepartt #text-27 .widget-title:before{content: "\f095"; font-family: "FontAwesome";    width: 53px;
    height: 53px; display: block;text-align: center;
    font-size: 21px; line-height: 53px; background: #0c2c69;
    border-radius: 50%; color: white;}

.threepartt #text-26 .widget-title:before{content: "\f232"; font-family: "FontAwesome";    width: 53px;
    height: 53px; display: block;text-align: center;
    font-size: 21px; line-height: 53px; background: white;
    border-radius: 50%; color:#0c2c69;}

.threepartt #text-25 .widget-title:before{content: "\f041"; font-family: "FontAwesome";    width: 53px;
    height: 53px; display: block;text-align: center;
    font-size: 21px; line-height: 53px; background: #0c2c69;
    border-radius: 50%; color:white;}

.threepartt .textwidget p{    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.7;
    margin-top: 15px;
    padding-bottom: 18px;    font-weight: 900;}

.threepartt .widget-title{font-size:.1px; color: transparent;}
.threepartt {    margin-top: 90px;     padding-top: 80px;}

.mapform{margin-top: 100px;     padding-bottom: 70px;}

.bgcolor{background-color: #f1f1f1;}




.footline2{background-color: #0c2c69;}

.footline1 {background: #004a8b;color: white;}

.footline11{width:60%; float:left; display: flex;}

.footline11 #text-32{    width: 37%;}
.footline11 #text-31{width: 63%;}
.footline11 p, .footline11 .widget_text{margin-bottom:0px;}
.footline11{ padding-top: 40px; padding-bottom: 40px;}
.footline11 #text-31 p{    font-size: 19px; line-height: 2;}
.foot1{ width: 32%;  color: black;
    font-weight: 900;
    font-size: 25px; border-radius: 0 0 10px 10px;}

.foot2{width:30%; margin-top:50px;}
.foot2 img{width:170px;}
.foot3{width:21%; margin-top:50px;}
.foot3 a:hover, .foot4 a:hover{text-decoration:none; color:white;}

.foot4{width:17%; margin-top:50px;}

.footline11 #text-32 a{    border-radius: 8px 8px 8px 8px;
    padding: 15px 30px 15px 30px;
    background: #0c2c69;
    color: white; float: left;     font-weight: 900;}
.footline11 #text-32 a:before{content: "\f104";
    font-family: "FontAwesome";
    width: 20px;
    display: inline-block;
    height: 20px;
    background: white;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    line-height: 20px;
    margin-left: 10px;
    color: #0c2c69;
    vertical-align: middle;}


.footline11 #text-32 a:hover{text-decoration: none; background: #ebac23;}
.footline2 .row{display: flex;     max-width: 1280px; margin: 0 auto;}
.footline11 #text-32{margin-top:12px;}
.site-footer{    position: relative;}

.foot1{   background: white;  margin-top: -156px;     padding: 45px;}
.foot1 p:before{    content: "\f0e0";
    font-family: "FontAwesome";
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    font-size: 28px;
    line-height: 60px;
    background: #0c2c69;
    border-radius: 50%;
    color: white; margin-bottom: 25px;}

.foot1 .tnp-widget-minimal input.tnp-submit{padding: 17px !important;
    border-radius: 10px !important;     font-family: IRANSans !important;}

.foot1 p{    font-size: 24px; line-height: 2;}

.foot1 .widget-title{font-size:16px; color:black;}

.foot1 .tnp-email{border: 1px solid #8f8484; border-radius: 10px;margin-bottom: 15px;
    min-height: 59px;  padding: 7px 20px;}

.foot2 {width: 30%; padding-right: 66px;color: #d1d1d1; line-height: 2;}

.foot3{padding-right: 66px;}

.foot4{    padding-right: 55px;}

.footline2{    color: #d1d1d1;     padding-bottom: 50px;}
.footline2 h2{ font-size: 20px;     margin-bottom: 25px; color:white;}
.footline2 a{color: #d1d1d1;}


.foot2 ul{padding:0px; margin:0px;}
.foot2 ul li{display:inline-block; margin-left: 15px;}
.foot2 ul li a{font-size:.1px; color:transparent;}
.foot2 .menu-item-24 a:before{ content: "\f1d8"; font-family: "FontAwesome"; color:white;width: 39px;
    height: 39px; display: block; background: #0c2c69; border-radius: 50%;font-size: 19px;
    text-align: center; line-height: 39px;}

.foot2 .menu-item-25 a:before{ content: "\f232"; font-family: "FontAwesome"; color:white;width: 39px;
    height: 39px; display: block; background: #0c2c69; border-radius: 50%;font-size: 19px;
    text-align: center;line-height: 39px;}

.foot2 .menu-item-26 a:before{ content: "\f230"; font-family: "FontAwesome"; color:white;width: 39px;
    height: 39px; display: block; background: #0c2c69; border-radius: 50%;font-size: 19px;
    text-align: center; line-height: 39px;}


.footnote{border-top: 1px solid #4c4a4a; padding-top:25px;}

.footline3{    background: #021c4e;}



.footnote #text-36 a{color: white; font-weight: 900;}

.footnote .widget_text{margin-bottom:0px;}
.footnote p , .footnote a{font-size:15px; color: white;
    text-align: center;}


.foot3 a:before, .foot4 a:before{content: "\f104"; font-family: "FontAwesome"; color:white;    font-size: 22px;
    font-weight: 900; margin-left: 10px; vertical-align: middle;}
.foot3 p, .foot4 p{margin-bottom:8px;}


.inverse{height:300px;transition-duration: 1s;}
.inverse:hover .widget-title{border-radius: 10px 10px 0px 0px;}



.single-item-wrapper, .item-content-wrapper{background:white !important; padding-top: 30px;
    padding-bottom: 30px; border-radius: 17px !important;}
.tss-wrapper .tss-layout3 .item-content, .tss-wrapper .tss-isotope1 .item-content, .tss-wrapper .tss-carousel3 .item-content{font-size: 15px;
    line-height: 2.3; color: #7a7a7a;}


.tss-wrapper .single-item-wrapper h3.author-name{color: black;}

.faqq1 .sp-collapse p{text-align:justify;}

.groupp .post.type-post{width: 30%; box-shadow: 1px 1px 2px lightgrey;  margin: 1%;}

.products.columns-4 .woocommerce-loop-product__title{    color: black !important;
    font-size: 15px !important; }
    
.products .button.product_type_simple{    background: #0c2c69; color:white; font-size:15px;margin-bottom:20px !important;}

.products.columns-4 li{    border: 1px solid lightgrey; text-align: center; padding: 10px;}


.related.products > h2{color: white;
    text-align: center;
    font-size: 21px;
    margin-bottom: 25px;
    background: #0c2c69;
    padding: 15px;}


h1.entry-title, .page-header h1{background-image:url('https://adakpalayesh.ir/wp-content/uploads/excavator-PYE6GE2.jpg');     background-color: #11111299; background-attachment: fixed;
background-color: #11111299; background-attachment: fixed; background-position: center;
    background-blend-mode: overlay; text-align: center; color: white;
    clear: both; padding-top: 70px; padding-bottom: 70px; margin: 0;}
    
.page-header {margin:0;}

.blogin2{    width: 30%; margin: 1.6%; padding:10px; box-shadow: 0px 0px 7px lightgrey; float:left;}
.entry-meta{display:none;}

.blogin2 .entry-title{ font-size: 19px;}

.blogin2 .entry-content, .product_meta{display:none;}


.woocommerce .woocommerce-ordering select{ font-family: IRANSans !important; font-size: 14px;}
.summary.entry-summary{font-size: 15px;}

.post.type-post .post-thumbnail{margin: 0 auto; display: block;
    text-align: center; margin-top: 20px;}
    
.blogin2 .post.type-post .post-thumbnail{margin-top:0 !important;}
    
.post.type-post .entry-content{text-align:justify;}

.f-nav{position: fixed; top: 0;}


.callus:before {
    font-family: "FontAwesome";
    content: "\f095";
    margin-left: 15px;
    color: #004a8b;
    font-size: 20px;
}

.mailus:before {
    font-family: "FontAwesome";
    content: "\f0e0";
    margin-left: 15px;
    color: #004a8b;
}

.addressus:before {
    font-family: "FontAwesome";
    content: "\f041";
    margin-left: 15px;
    color: #004a8b;
    font-size: 20px;
}

.bgcontact {
    background: #2f2e322e;
    border-radius: 20px;
    padding: 35px 45px;
    margin-bottom: 60px;
    padding-bottom: 0px;
    margin-bottom: 140px;
}

.wpcf7-form input {
    width: 100%;
    background: #ffffff57;
    padding: 10px;font-size: 15px;
}

.wpcf7-form textarea {
    width: 100%;font-size: 15px;
    background: #ffffff57;
    padding: 10px;
    height: 210px;
}

.entry-content .wpcf7-submit {
    background: black !important;
    color: white !important;
    font-weight: 600;
}

.wpcf7-form .wpcf7-submit {
    background: #af000a;
    font-family: IRANSans !important;
}

.bgcontact .wpcf7-captchar {
    width: 120px;
}

.entry-content{font-size: 14px; line-height: 2;text-align: justify;}


.twopic .widget_media_image{width:50%; float:right;     text-align: center;}



@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) {
.footline2 .row{display:block;}
.foot1, .foot2, .foot3, .foot4{width:100%;}
.footline11{width: 100%;  float: none; display: block;}
.foot1{top:0; position: initial; padding: 15px;}
.foot2, .foot3, .foot4{padding-right:0;}
.footline11 #text-31, .footline11 #text-32{width:100%;}
.foot1 p {font-size: 19px;}
.footline11 #text-32 a{float:none;display: block; width: 180px; text-align: center;}
.formm .wpcf7-form-control.has-spinner.wpcf7-submit{    margin: 0 auto; display: block;}
.formm .formi{text-align:center;}
.formm{padding:0;}
.formm #text-30 p{ font-size: 19px;}
.threepartt #text-27, .threepartt #text-25, .threepartt #text-26{width:100%;    padding-right: 10px; padding-left: 10px; height:auto;}
.threepartt .textwidget p{font-size: 16px;}
.faqq1 .ea-card .ea-header a{    font-size: 14px !important;}
.faqq2 #text-24 h3{font-size: 18px;}
.faqq2 {padding-right: 15px;}
.blogg li{width:100%; margin-bottom: 10px !important;}
.blogg li:nth-child(2){    margin-left: 0 !important; margin-right: 0 !important;}
.nazaratt #text-45 a{position: initial; float:none;    width: 120px;
    display: block; margin-top: 15px;}
.nazaratt .textwidget p{font-size: 20px;}
.blogg #text-22 p{font-size: 20px;}
.aboutpic, .abouttext{padding:0px;}
.bigpic .widget_text{width: 95%;}
.bigpic p{    font-size: 19px;}
.bigpic h2{line-height: 2;}
.textpart2 #text-17, .textpart2 #text-19{width:100%;}
.textpart2 #text-18, .textpart2 #text-20{width:100%;}
.textpart2 #text-15 .textwidget p{font-size: 19px;}
.textpart2 #text-16 p{    text-align: justify;}
.picpart2 .widget_text{width: 60%;}
.part1, .part2, .part3, .part4, .part5, .part6{width: 100%;         margin-bottom: 20px;}
.textpart{padding-right: 15px;}
.textpart .textwidget h3{    font-size: 19px;}
.textpart #text-6 .widget-title:before, .textpart #text-7 .widget-title:before{display:none;}
.textpart{margin-top: 60px;}
.main-menu{display:none;}
.logoo{    width: 40%; float: left;}
.logoshoww{z-index: 9; position: relative;}
.blogin2{width: 97%;     margin: 1.5%;}
.logoo img{float:left;}
.foot1{    margin-top: 0;}
.ttt{    margin-top: 60px;padding-top: 55px;}
.abouttext img{width:100%;}
.blogg{padding-top: 0px;}
.blogg #text-22{margin-bottom: 30px;}
.mapform{margin-top: 40px;padding-bottom: 30px;}
.bgcontact{    padding: 35px 12px;}
.twopic .widget_media_image{width:100%;   text-align: center;}
}
@media only screen and (max-width:480px) {

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

}
@media only screen and (max-width:375px) {
.woocommerce .woocommerce-ordering select, .woocommerce .woocommerce-result-count{font-size:12px;}
}
@media only screen and (max-width:320px) {

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

}