/*!
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: 'PoppinsLatin-Regular';
    src: url('asset/fonts/PoppinsLatin-Regular.eot');
    src: url('asset/fonts/PoppinsLatin-Regular.eot?#iefix') format('embedded-opentype'),
         url('asset/fonts/PoppinsLatin-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
     font-display: swap;
}

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

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

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

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


@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("asset/fonts/fontawesome-webfont.eot") format("embedded-opentype"),
    url("asset/fonts/fontawesome-webfont.woff") format("woff"), 
    url("asset/fonts/fontawesome-webfont.ttf") format("truetype"), 
    url("asset/fonts/fontawesome-webfont.svg") format("svg");
     font-display: swap;
}


body{ font-family: IRANSans !important;}

.upp{   position: inherit;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1001;
    background-color: transparent;
    padding: 0 100px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; padding-bottom: 2px;}
.f-nav .upp{ padding: 0px 50px;     background: #fff; position:fixed; width:100%; top:0;}
.logoo .wp-caption-text{display:none}

.up2 .row{background: white; padding-top:2px; padding-bottom:3px;}

.logoo img{width: 155px;}
.logoo .widget_media_image{margin:0;}
.logoo{right:0;}



.main-menu ul{padding:0; text-align: right; margin: 0;}
.main-menu .main-navigation{margin-top:21px;}
.main-menu li a{
  padding: 9px 12px;
  font-size: 16px;
  position: relative;
  display: inline-block;
  outline: none;
  color: black;
  text-decoration: none; 
}
.main-menu .menu-item-10592 a{padding-right: 0;}
.main-menu li:last-child a{padding-left: 0;}
.main-menu li{display:inline-block;}
.main-menu li a:hover{color:rgb(3, 127, 253);}
.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: right; font-size: 14px; text-decoration:none; width: 100%; color: black; padding: 5px;}
.main-menu ul ul ul{  margin: -10px 225px 0 190px !important;}
 
.main-menu ul.menu.nav-menu{text-align: center;
    display: inline-block;
    list-style: none;
    background: rgb(219, 232, 241);
    padding: 10px 23px;
    border-radius: 80px;}

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

.sliderr{background-image:url('https://www.drsadeghiclinic.com/wp-content/uploads/Dr-Elahe.png'); height: 834px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;}


	.main-menu li:hover> ul {
		display: block;
		float: left;
		width: 246px;
		margin-right: 0px;
		background: white;
		border-radius: 10px;
		box-shadow: 0 0 10px #d3d3d399;
	}

	.main-menu ul ul {
		position: absolute;
		width: 250px;
		padding: 10px 0;
		display: none;
		z-index: 100;
	}

.quotee .widget_text{margin-top:30px;}
.quotee{padding-right:0; padding-left:0;}
.quotee a{color: rgb(255, 255, 255);width: 100%;
    text-align: center;
    display: inline-block; text-decoration:none;
    position: relative;
    z-index: 1; font-size:15px;
    font-weight: 600;
    padding: 10px;
    background: rgb(12, 90, 219);
    border-radius: 4px;
    transition: 0.5s;}
.quotee a:before{position: absolute;
    content: ""; 
    text-align: center;
    text-decoration: none;
    z-index: -1;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    transform: scale(0);
    border-radius: 3px;
    background: rgb(18, 102, 241);
    transition: 0.5s;}
.quotee a:hover:before{transform: scale(1);}

.blogg .widget-title{color:black; font-size: 17px;}
.blogg ul{padding:0; margin:0}
.blogg #text-24 h3{  text-align: center;
    font-size: 35px;
    color: black;     margin-bottom: 30px;
    width: 50%;
    margin: 0 auto;
    font-weight: 900;}
.blogg li{width:31%; float:right;     background: white;
    padding: 20px 20px 10px !important;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    text-align: left;    margin: 1% !important;
    border: 1px solid #CDE5FF;}
.blogg li > div{margin:0 !important;}
.blogg .cat-post-thumbnail{margin:0 !important; float:none !important;}

.blogg li img{    margin: 0 auto; width:100% !important;}
.blogg .cat-post-title{color:black; text-align:center; text-decoration:none; font-weight: 900;     margin-top: 20px;
    margin-bottom: 20px; font-size: 24px;}

.blogg .widget_text{text-align: center; margin-bottom:0;}

.blogg{    padding-top: 95px; padding-bottom:60px;     background-color: #F7FAFF;}

.footi{    background-image: url(https://www.drsadeghiclinic.com/wp-content/uploads/2025/10/footer-bg-1.png); color:white;    padding-top: 100px;
    padding-bottom: 40px; background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;     border-radius: 15px 15px 0 0;}
.footi a{color:white; text-decoration:none;}
.footi .widget-title{ color:white; font-size: 23px;
    margin-bottom: 35px;}

.foot1 ul{padding:0; margin:0; position:relative; text-align:center;}

.foot1 ul:before {
    position: absolute;
    content: "";
    top: 15px;
    right: 0;
    height: 2px;
    width: 125px;
    background: #fff;
}
.foot1 li{display:inline-block;position: relative;}
.foot1 li a{font-size:.1px; color:transparent;}
.menu-item-10582 a:before{content: "\f1d9";
    font-family: "FontAwesome";
    font-size: 18px;
    color: #19354f;
    width: 35px;
    display: inline-block;
    height: 35px;
    background: white;
    line-height: 35px;
    border-radius: 4px;}
.menu-item-10583 a:before{content:"\f232"; font-family: "FontAwesome";     font-size: 18px;
    color: #19354f;
    width: 35px;
    display: inline-block;
    height: 35px;
    background: white;
    line-height: 35px;
    border-radius: 4px;}
.menu-item-10584 a:before{content:"\f16d"; font-family: "FontAwesome";     font-size: 18px;
    color: #19354f;
    width: 35px;
    display: inline-block;
    height: 35px;
    background: white;
    line-height: 35px;
    border-radius: 4px;}

.menu-item-10630 a:before{content:"\f08c"; font-family: "FontAwesome";     font-size: 18px;
    color: #19354f;
    width: 35px;
    display: inline-block;
    height: 35px;
    background: white;
    line-height: 35px;
    border-radius: 4px;}

.menu-item-10631 a:before{display: inline-block;
    content: "";
    
    width: 23px;
    background: url(https://www.drsadeghiclinic.com/wp-content/uploads/aparat9.png);
    text-align: center;
  
	background-size: contain;
	 display: inline-block;
    height: 23px;
    background-color: white;     position: relative;
    top: 5px;}

.menu-item-10631 a{width: 35px;
    height: 35px;
    display: block;
    background: white;
    text-align: center;
    line-height: 35px;
    border-radius: 3px;}

.menu-item-10632 a:before{content:"\f16a"; font-family: "FontAwesome";     font-size: 18px;
    color: #19354f;
    width: 35px;
    display: inline-block;
    height: 35px;
    background: white;
    line-height: 35px;
    border-radius: 4px;}


.footnote11{background-color: #253E54;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 90px;
    margin-bottom: 0px;
    border-radius: 10px 10px 10px 10px;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 1px;}

.footnote11 p{margin-bottom: 18px !important;}
.footnote11 .widget_text{margin-bottom: 15px !important;}

	.marquee {
		height: auto;
		line-height: 4.5;
		max-width: 100%;
		overflow: hidden;
		position: relative;
		width: 100vw
	}
	
	.marquee .track {
		animation: marquee 100s linear infinite
	}
	
	.marquee .text-track,.marquee .track {
		white-space: nowrap;
		will-change: transform
	}
	
	.marquee .text-track {
		animation: marquee 10s linear infinite
	}
	
	.marquee .track-2 {
		animation: marquee-left 100s linear infinite;
		white-space: nowrap;
		will-change: transform
	}
	
	@keyframes marquee {
		0% {
			transform: translateX(0)
		}
	
		to {
			transform: translateX(-50%)
		}
	}
	
	@keyframes marquee-left {
		to {
			transform: translateX(0)
		}
	
		0% {
			transform: translateX(-50%)
		}
	}


.videoo{    background-color: #F7FAFF;
    padding-top: 95px;
    padding-bottom: 50px;}

.videoo .widget_media_image{    position: relative;}
.videoo .widget_media_image:before{position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 0%;
    width: 0%;
    background: #037FFD;
    border-radius: 10px;
    opacity: 0.3;
    transition: 0.5s;}
.videoo .widget_media_image img{border: none;
		border-radius: 0;     width: 100%;
		box-shadow: none;
		height: auto;
		max-width: 100%;}

.videoo .widget_media_image:hover:before {
			height: 100%;
			width: 100%;}

.videoo2 .widget-title, .videoo1 .widget-title{     color: black;
    font-weight: 900;
    margin-bottom: 20px;
    font-size: 26px;}

.videoo p{color: rgb(0, 6, 12);
    line-height: 2;}

.faaliat p{margin:0;}
.faaliat .widget_text {
	width: 31%; 
	margin: 1%;
	float: right;
	text-align: center;
	position: relative;
	padding: 0;
	border-radius: 10px;
	border-radius: 10px;
	}

.faaliat img {
		height: 430px;     width: 100%;
		border-radius: 10px;
		object-fit: cover;
	}

.faaliat a{    background: #1A3550;
		width: 85%; text-align:right;
		position: absolute;
		bottom: 0; text-decoration: none;
		border-radius: 10px 0px 0px 0;
		right: 0; padding: 20px;
		color: #ffffff;
		font-weight: 900;
		font-size: 20px;
		transition: .3s;
		z-index: 0;     padding-top: 40px;
		opacity: 1;}
.faaliat a:before{content: "\f067";
    font-family: "FontAwesome";
    font-size: 16px;
    position: relative;
    left: 0;
    font-weight: 800;
    transform: scale(1);
    transition: 0.9s;
    height: 60px;
    width: 60px;
    line-height: 60px;
    background: #037FFD;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    right: 15px;
    top: -30px;}

.faaliat #text-20{width:100%;}
.faaliat #text-20 p{font-size: 37px; color: black;     margin-bottom: 20px;
    width: 45%;  margin: 0 auto; font-weight: 900;}
.linka{position:relative; z-index:9;}
.faaliat .textwidget:before{position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    height: 93%;
    width: 0%;
    transition: 0.9s;
    background: #16383A;
    border-radius: 10px;
    transform: scale(0);
    z-index: 2;
    opacity: 0.3;}
.faaliat .textwidget:hover:before{    width: 95%;
    transform: scale(1);}

.faaliat .textwidget{position: relative;
    background: transparent;
    box-shadow: none;
    border-radius: 10px;
    transition: 0.9s;
    margin-bottom: 0;
    padding: 0;
    overflow: hidden;}

.faaliat #text-12 {width:100%; margin: 0 !important;}
.faaliat #text-12 .textwidget:before{display:none;}
.faaliat #text-12 p{font-size: 30px; font-weight: 900;    }
.faaliat #text-12 .widget-title{    font-size: 18px; color:black; margin-bottom: 15px;}

.faaliat {margin-top: 85px; margin-bottom:80px;}
.faaliat #text-12 p{font-size: 35px; color: black; width: 49%;
    margin: 0 auto; font-weight: 900;  margin-bottom: 20px;}

.twopart1 .widget_media_image, .twopart1 .widget_media_image img{    height: 100% !important;}
.twopart .widget{margin:0;}
.twopart2{background-image:url("https://www.drsadeghiclinic.com/wp-content/uploads/video2.png");color: white;  align-items: center;
    text-align: justify;padding:20px; line-height:2; border-radius: 10px; padding-top: 65px; display:flex; padding-bottom: 50px;}

.twopart2 h2{font-size: 17px; font-weight: 900;}
.twopart2 h3{font-size:30px; font-weight: 900; margin-top:20px; margin-bottom:20px; }
.twopart{margin-top:40px;}
.twopart2 h2:before, .faaliat #text-12 .widget-title:before, .newstitle .widget-title:before,
.blogg .widget-title:before, .blog h3:before, .about2 h3:before, .moshtarian h2:before{display: inline-block;
    content: "";
    height: 5px;
    width: 35px;
    background: url(https://www.drsadeghiclinic.com/wp-content/uploads/arrow2-1.png) ;
    text-align: center;
    margin-left: 10px;}

.blogg img{height:210px; border-radius:10px;}
.blogg .cat-post-thumbnail{position:relative}
.blogg .cat-post-thumbnail:before{position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 98%;
    width: 100%;
    background: #037FFD;
    border-radius: 10px;
    transition: 0.5s;
    opacity: 0.3;
    transform: scale(0);}

.blogg li:hover .cat-post-thumbnail:before {
		transform: scale(1);
	}

.blogg li:before {
		position: absolute;
		content: "";
		bottom: 0;
		left: 0;
		height: 5px;
		width: 100%;
		transition: 0.5s;
		background: #037FFD;
		border-radius: 0 0 7px 7px;
		transform: scale(0);
	}

	.blogg li:hover:before {
		transform: scale(1);
	}
.blogg .cat-post-title{margin-top: 30px;}

.twopart2 .widget_text{width: 59%; margin-left: 3%;}
.twopart2 .widget_media_image{    width: 40%; float: left;}
.twopart2 .widget_media_image .wp-caption-text{display:none;}
.twopart2 img{border: 2px solid black; border-radius: 7px;}
.twopart2 .widget_media_image img{height: 290px;
    object-fit: cover;}





.twopart1 img{border-radius: 10px;     height: 100% !important;
    object-fit: cover;}


.ne{    position: relative;  z-index: 1; overflow: hidden; height:450px}
.ne a{background: #037FFD;
    border-bottom: 5px solid #fff;
    border-radius: 5px;
    padding: 12px 20px 9px;
    position: relative;display:block;
    font-size: 16px; text-decoration:none;
    line-height: 27px;
    color: #ffffff;
    font-weight: 400;}
.ne a:after{content: "\f067";color:white; float: left;
		font-family: "FontAwesome";}
.ne:before {
    position: absolute;
    content: "";
    left: 0;
    height: 45%;
    width: 100%;
    background: #26465D;
    z-index: 2;
    border-radius: 50px 50px 0 0;
    bottom: 0;
    opacity: 0.9;
    transition: 0.5s;
}
.ne:after{    position: absolute;
    content: "";
    left: 0;
    height: 5px;
    width: 100%;
    background: #26465D;
    border-radius: 0 0 5px 5px;
    bottom: 0;
    opacity: 0.9;
    transition: 0.5s;
    z-index: 1;}

.ne .widget_media_image:before{position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #0247FA;
    border-radius: 10px;
    opacity: 0.4;
    transform: scale(0);
    transition: 0.5s;}
.ne .widget_media_image img{    width: 100%;
    border-radius: 10px 10px 0 0;}
.ne:hover:before {height: 100%;border-radius: 0;}

.ne:hover:after {
    background: #037FFD;
    z-index: 2;
}


.ne .widget_media_image{position: relative;}

.ne .widget_text{color:white;
    padding: 40px 30px 0;
    position: absolute;
    bottom: -170px;
    z-index: 2;
    border-radius: 50px 50px 0 0;
    transition: 0.5s;}

	.ne:hover .widget_text {
		bottom: 42px; 
		z-index: 2;
		border: none;
	}
.ne h2{font-size: 22px; font-weight: 900; margin-bottom: 34px;}
.ne p{opacity: 0;}
.ne:hover p{opacity:.8;}

.ne #text-7 h2:before{display: block; content:""; height: 65px;
    width: 65px;
    border-radius: 50%;
    background: #94A2AE;
	background-image:url(https://www.drsadeghiclinic.com/wp-content/uploads/ser-icon-1.png);
	background-repeat: no-repeat;
    text-align: center;
    background-position: center;
    margin-bottom: 23px;}


.ne #text-8 h2:before{display: block; content:""; height: 65px;
		width: 65px;
		border-radius: 50%;
		background: #94A2AE;
		background-image:url(https://www.drsadeghiclinic.com/wp-content/uploads/ser-icon2.png);
		background-repeat: no-repeat;
		text-align: center;
		background-position: center;
		margin-bottom: 23px;}


		
.ne #text-9 h2:before{display: block; content:""; height: 65px;
	width: 65px;
	border-radius: 50%;
	background: #94A2AE;
	background-image:url(https://www.drsadeghiclinic.com/wp-content/uploads/ser-icon3.png);
	background-repeat: no-repeat;
	text-align: center;
	background-position: center;
	margin-bottom: 23px;}

.about2 h3{ font-size: 17px;color: black; margin-bottom: 20px;}
.about2 h2{font-size: 37px;color: black; margin-bottom: 20px;}
.about2 .textwidget p{margin: 20px 0 0; opacity: 0.702; font-size: 16px;
    line-height: 2; color: #00060c;}
.about2 p{text-align:justify;}
.about2 a, .lastnews a{display: inline-block;
    background: #037FFD; text-decoration:none;
    padding: 10px 30px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    letter-spacing: 0;
    margin: 20px 0 0;
    box-shadow: none;
    border: 1px solid #037FFD;
    font-size: 16px;
    line-height: 27px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;}

.about1 .wp-caption-text{display:none;}


.about2 a:before, .lastnews a:before{ content: "\f196"; vertical-align: middle; text-decoration: none; font-size: 30px;
	font-family: "FontAwesome"; color:white; display:inline-block; margin-left:10px; }
.about2 a:after, .lastnews a:after{position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0%;
    transition: 0.5s;
    background: #101010;
    z-index: -1;}

.about2 a:hover:after, .lastnews a:hover:after{width: 100%; left: 0;}
.about1 #text-4{width: 200px; display:block; border:2px solid #037ffd; position: absolute; left: 100px;   
	padding: 10px; animation: 8s ease 0s infinite alternate none running dance3; border-radius:5px; margin: 0;
    bottom: 12px; background: #ffffffcc;}
.about1{position:relative;}
.sal{font-weight: 900; font-size:44px;}


.about1 #text-4 .textwidget:before{font-family: "FontAwesome"; content: "\f2a0";  
	font-size:30px; display:inline-block; background:#037ffd;width:50px; height:50px; line-height:50px;
text-align:center; color:white;     border-radius: 5px;     margin-left: 20px;}

.about1 #text-4 .shomare{width:115px; float:left;     margin: 0;}
.about1 #text-4 p{margin-bottom: 0;}
.about1 .textwidget{    display: flex; align-items: center;}


.about2-2-1{    text-align: center; border: none;
    transition: 0.5s;border-radius: 5px; position: relative;
    z-index: 1;  background: #037FFD; padding: 20px 20px;
    width: 80%; color: white !important; margin-top: 145px;}
.about2-2-1 p{color:white !important; text-align:center; opacity:1 !important;     margin-top: 0 !important;}

.about2-2{width:50%; float:left;}

.about2-1{width:50%; float:right;}



@keyframes dance3{
	0% {
		transform: scale(0.5);
	}
	100% {
		transform: scale(1);
	}
}


.about2 ul{padding:0; margin:0; margin-top:10px; line-height: 2;}
.about2 ul li{list-style-type: none;}
.about2 ul li:before{font-family: "FontAwesome"; content: "\f060";   color: rgb(3, 127, 253); margin-left:20px;}

.aboutt{background-color: #F7FAFF; padding-top: 80px; padding-bottom: 90px;}
.aboutt .widget{margin-bottom:0;}

.sliderr .widget_text, .sliderr .flexslider{margin-bottom:0 !important;}


.newstitle{margin-top:90px;}
.newstitle .widget_text{text-align:center;}
.newstitle .widget-title{ font-size: 17px;
    color: black; margin-bottom: 20px;}

.newstitle #text-6 p{font-size: 35px; color: black;
    width: 45%; margin: 0 auto; font-weight: 900;}

.lastnews a{    margin: 0 auto; display: block; display:none;
    width: 175px;  margin-top: 45px;}

.lastnews{margin-bottom:25px;}








	
.linee2 {

	  display: flex;
	  align-items: center;
	  justify-content: center;
padding-top:30px; padding-bottom:30px;
	  font-weight: 900;

	}
	
	.marquee {
	  overflow: hidden;
	  box-sizing: border-box;
	  position: relative;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  height: 50px;
	  width: 100%;
	  border-radius: 22px;
	  overflow: hidden;
	  white-space: nowrap;
	}
	
	.marquee--inner {
	  display: block;
	  width: 200%;
	  position: absolute;
	  animation: marquee 10s linear infinite;
	  &:hover {
		animation-play-state: paused;
		color: red;
	  }
	}
	
	.marquee--inner span {
	  float: left;
	  width: 50%;     font-size: 30px;
	  overflow: hidden; color:white;
	}
	
	@keyframes marquee {
	  0% {
		left: 0;
	  }
	  100% {
		left: -100%;
	  }
	}
	
.marquee--inner div{color:white; font-size:37px;}



.linee2{    background-color: #1A3550; color:white;     margin-top: 70px;
    margin-bottom: 30px;}



.blogin2 {
    width: 31.3%;
    margin: 1%;
    float: right;
}
.blogin2 .post.type-post {
    box-shadow: 0px 0px 11px lightgrey;
    padding: 10px;
}

.blogin2 .post.type-post img {
    height: 210px;
    object-fit: cover;
    display: block;
}

.post.type-post h2 {
    color: rgb(12, 90, 219);
    font-size: 23px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blogin2 .entry-title {
    background-image: none;
    background: white;
    padding-top: 10px;
    margin: 0;
    height: 95px;
    padding-bottom: 10px;
    color: #052c65;
    text-align: right;
}

.blogin2 .entry-title a {
    color: rgb(12, 90, 219);
    font-size: 18px;
    text-decoration: none;
}

.blogin2 .entry-meta {
    display: none;
}
.blogin2 .entry-footer{display:none;}
.navigation.posts-navigation{clear:both;}


.pagination {
	text-align: center;
	margin: 30px 0;
  }
  
  .pagination .page-numbers {
	display: inline-block;
	padding: 8px 14px;
	margin: 0 3px;
	background: #f3f3f3;
	color: #333;
	border-radius: 4px;
	text-decoration: none;
  }
  
  .pagination .current {
	background: #0073aa;
	color: #fff;
  }
  
  .nav-links .nav-next, .nav-links .nav-previous{display:none;}


.aboutline1 img{height:320px; object-fit: cover;}
.entry-content{text-align:justify; line-height: 2;}

.page.type-page h1.entry-title, .entry-header h1, .page-title.screen-reader-text{background-image:url(https://www.drsadeghiclinic.com/wp-content/uploads/breadcurmb.jpg);
text-align:center; color:white; padding-top:85px; padding-bottom:85px; margin:0; background-size: cover; background-repeat: no-repeat;
background-attachment: scroll;
background-position: center center;}

.part1about{    background: #0000ff24;padding: 15px; border-radius: 15px;}
.part1about h2 a{    font-size: 24px; text-decoration: none;}
.part1about .wp-container-core-columns-is-layout-9d6595d7:nth-child(2){ display: flex;
	flex-direction: row-reverse;}

.certi {
		text-align: center;
		width: max-content;
		margin: 0 auto;
		color: rgb(12, 90, 219);
		margin-top: 30px;
		font-size: 24px;
		position: relative;
	}

.certi:before {
		width: 100px;
		border-style: solid;
		border-color: #000000;
		border-bottom-width: 1px;
		content: "";
		display: block;
		position: absolute;
		top: 60%;
		border-width: 0;
		right: 100%;
		height: 1px;
		background-color: rgb(12, 90, 219);
		margin-right: 10px;
	}

.certi:after {
		width: 100px;
		border-style: solid;
		border-color: #000000;
		border-bottom-width: 1px;
		left: 100%;
		content: "";
		display: block;
		position: absolute;
		top: 60%;
		border-width: 0;
		height: 1px;
		background-color: rgb(12, 90, 219);
		margin-left: 10px;
	}

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

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

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

.clockk:before{		font-family: "FontAwesome";
	content: "\f017";
	margin-left: 15px;
	color: #3d4197;
	font-size: 20px;}

	.bgcontact {
		background: rgb(12 90 219 / 13%);
		border-radius: 20px;
		padding: 35px 45px;
		margin-bottom: 60px;
		padding-bottom: 0px;
		margin-bottom: 140px;
	}

.bgcontact .wpcf7-form input{    width: 100%;  padding: 10px;}
.bgcontact .wpcf7-captchar{    width: 200px !important;}
.bgcontact .wpcf7-submit{background:#3d4197; color:white;}



.post-thumbnail img{margin: 0 auto;
    display: block; margin-top: 10px;}
.entry-content ol{margin:0}

.post, .page{margin:0;}

.page-id-55 .wp-element-caption{display:none;}

.single.single-post .post.type-post .post-thumbnail img {margin-top:0 !important;}
.page.type-page h2{    color: rgb(12, 90, 219); font-size: 27px;}
.page.type-page h3{   color: rgb(16 58 129); font-size: 24px;}


.post.type-post .entry-content .post-thumbnail{    width: 49%; float: right; margin-bottom:20px; }
.post.type-post .entry-content  #ez-toc-container{ width: 49%; float: left;  margin-bottom:20px;}
.post.type-post .entry-content h2, .post.type-post .entry-content h1, .post.type-post .entry-content p, .post.type-post .entry-content h3{clear:both;}

.ez-toc-list a{margin-bottom:8px !important; font-size:14px !important;}
.ez-toc-title{cursor: inherit;
    color: rgb(12, 90, 219);
    margin-bottom: 25px;
    display: inline-block;
    text-align: right;}

.post.type-post .entry-content .wp-caption{text-align:center; margin: 0 auto;}

.post.type-post .entry-footer{display:none;}


.moshtarian .widget-title {
    font-size: 18px;
    color: black; text-align:center;
    margin-bottom: 15px;
}

.moshtarian h3 {    text-align: center;
    font-size: 35px;
    color: black;
    width: 45%;
    margin: 0 auto;
    font-weight: 900;
}


.moshtarian{    margin-top: 85px;     margin-bottom: 65px;}
.moshtarian h3{    margin-bottom: 25px;}


.about1 #media_image-3 {
  position: relative;
  overflow: hidden;
}
.about1 #media_image-10 {
  position: absolute;
  left: 67%;
  transform: translateX(-50%);
  bottom: 0px;
  background: rgb(255, 255, 255);
  padding: 10px;
}
.about1 #media_image-10 img {
  width: 100%;
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}


.about1 {
  position: relative;
  display: block;
  padding-bottom: 48px;
  padding-right: 6%;
}


.foot2 iframe{width:100%;    height: 400px;}
.lastnews{display:none;}


@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) {
.about2{margin-top:50px;}
.about2 h2{font-size: 26px;     line-height: 1.7;}
.newstitle #text-6 p{    width: 98%;     font-size: 26px;}
.ne, .twopart1{margin-bottom: 20px;}
.twopart2 > .widget{width:100%;}
.twopart2{display:block; background-size: cover;}
.faaliat #text-12 p, .moshtarian h3, .blogg #text-5 p{width: 98%; font-size: 26px;}
.faaliat .widget_text{    width: 98%;}
.marquee--inner span{width: 100%; font-size: 19px;}
.marquee--inner{    width: auto; position: initial;}
.blogg li{width: 98%;}
.foot1 ul:before{width: 100px;}
.main-menu, .quotee{display:none}
.logoo{text-align:left}
.upp, .f-nav .upp{    padding: 0 25px;}
.page.type-page h1.entry-title, .entry-header h1, .page-title.screen-reader-text{font-size: 20px; line-height: 2;}
.about2-1, .about2-2{width:100%; float:none;}
about2-2-1{margin-top: 20px;}
.ne{height:400px;}
.blogg #text-24 h3{width: 98%; font-size: 26px; margin-bottom:20px;}
.about1 #text-4{left:32px;}
.about2-2-1{margin-top: 30px;}
.ne:before{height: 50%;}
.linee2{display:none;}
.sliderr{height: 200px; background-size: contain;}
.blogin2{width:97%;}	
}
@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) {

}