/*!
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; }


.up{background-color: #006a93;padding-top: 7px;padding-bottom: 2px;font-size:14px;}
.up .widget.widget_text{display:inline-block;}
.up #text-4 .phonee, .up #text-4 .emaill{display:inline-block;color:#ececeb;}
.up #text-4 .phonee{width:29%;}
.up #text-4 .emaill{width:70%; text-align:center;}
.up #text-4 .phonee:before{font-family: "FontAwesome"; content: "\f095";font-size: 20px; color: #fea84b;margin-left: 10px;vertical-align: middle;}
.up #text-4 .emaill:before{font-family: "FontAwesome"; content: "\f041";font-size: 20px; color: #fea84b;margin-left: 10px;vertical-align: middle;}
.up #text-3{text-align: center;color: white;width:35%;}
.up #text-2{    color: #c2dfee;}
.up #text-2, .up #text-4{width:55%;}

.up .widget_media_image img{ width: 75px;}

.phonee{text-align:left;}

.up a{color:white;}

.widget{margin-bottom:0px;}

.up p{margin-bottom:0px !important;}

.up .widget_media_image{width: 10%; display:inline-block;}

.logoo{float:right !important;}
body p{font-size:14px;}

.catt ul{padding:0px;margin:0px;}
.catt li{width: 30%; margin: 1%;display: block;float:right;border-bottom:0px;background-color: white; padding: 25px;box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);position: relative;}
.catt li img{float:none;margin:0px;}
.catt li .joomir-desc{text-align:center;}
.catt li .post-title.cat-post-title{color: #006a93; font-size: 22px; margin-top: 30px;margin-bottom: 15px;font-weight:900;}
.catt li .post-title.cat-post-title:hover{color: #fea84b;text-decoration:none;}
.catt li p{color: #78a6bf;line-height: 1.7;font-size:14px;}

.slider .item{z-index: -9 !important;}
.slider .seriousslider-caption-title{color: rgb(0, 106, 147) !important;}

.catt{    margin-top: -75px;z-index: 999999999999;}
.catt li:nth-child(2){margin-top:-40px !important;}
.catt li .cat-post-thumbnail{position:relative;}
.catt li .cat-post-thumbnail:after{    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    opacity: 0;
    transition: opacity .7s ease;}
.catt li:hover .cat-post-thumbnail:after{    opacity: 1;}

.content1 .widget_media_image{width:50%;float:left;}
.content1 .widget_black_studio_tinymce{width:50%;float:right;}




.cd-image-container {

  width: 104%;
  max-width: 768px;
  margin: 0em auto;
}
.cd-image-container img {
  display: block;
}

.cd-image-label {
  position: absolute;
  font-weight: 500;
  letter-spacing: 1px;
  top: 0;
  right: 0;
  color: #ffffff;
  padding: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}
.cd-image-label.is-hidden {
  visibility: hidden;
}
.is-visible .cd-image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}
.cd-resize-img .cd-image-label {
  right: auto;
  left: 0;
}
.is-visible .cd-resize-img {
  width: 49%;
  /* bounce in animation of the modified image */
  -webkit-animation: cd-bounce-in 0.7s;
  -moz-animation: cd-bounce-in 0.7s;
  animation: cd-bounce-in 0.7s;
}

@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@-moz-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
.cd-handle {
  position: absolute;
  height: 44px;
  width: 44px;
  /* center the element */
  left: 49%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border-radius: 50%;
  background: #000000 url("") no-repeat center center;
  cursor: move;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  -moz-transform: translate3d(0, 0, 0) scale(0);
  -ms-transform: translate3d(0, 0, 0) scale(0);
  -o-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
}
.cd-handle.draggable {
  /* change background color when element is active */
  background-color: #445b7c;
}
.is-visible .cd-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}



.content1 .widget_black_studio_tinymce .widget-title {font-size:16px;color: #78a6bf;}
.bluepart-2 .widget_black_studio_tinymce .widget-title{font-size:28px;color: #006a93;}
.content1 .widget_black_studio_tinymce .btitle, .bluepart-2 .widget_black_studio_tinymce .btitle{font-size:25px;color: #006a93;font-weight: 900;}
.content1 .widget_black_studio_tinymce span:before, .bluepart-2 .widget_black_studio_tinymce span:before{ content: "\f00c"; font-family: "FontAwesome";font-size: 14px; color: #fea84b;
    margin-left: 10px; vertical-align: middle; transition-duration: .2s;}
.bluepart-2 .widget-title:after{display: block; background: #fea84b; height: 3px; width: 80px; content: ""; margin-top: 30px;margin-bottom: 30px;}
.content1 .widget_black_studio_tinymce .textwidget, .bluepart-2 .widget_black_studio_tinymce .textwidget{color: #78a6bf;line-height: 2;}
.content1 .widget_black_studio_tinymce span, .bluepart-2 .widget_black_studio_tinymce span{color: #006a93;}
.content1 .widget_black_studio_tinymce, .bluepart-2 .widget_black_studio_tinymce{margin-top: 70px;}
.content1 .widget_black_studio_tinymce .btitle p{margin-bottom:0px;font-size:28px;}
.bluepart-2 .widget_black_studio_tinymce .btitle p{color: #78a6bf; font-size:16px;}
.content1 .widget_black_studio_tinymce .widget-title{margin-bottom:20px;  font-size: 20px;}
.content1 ul{padding:0; margin:0;}
.content1 .widget-title{margin-bottom:20px;}
.content1 .widget_black_studio_tinymce a{width: 230px;
    display: block;
    background-color: #fea84b;
    color: white;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    margin-top: 25px;}
    
.content1 .widget_black_studio_tinymce a:hover {
    transition: all 0.05s linear 0s;
    color: #fff;
    background-color: #006a93;
    border-color: #006a93;
    text-decoration: none;}
    
.content1 .container{display: flex;
    align-items: center;
    justify-content: center;}

.content1 .widget_black_studio_tinymce .textwidget{font-size: 14px; line-height: 2.3;}

.content1 .widget_text{ width: 37%; float: left; order:2;}
.content1{    margin-top: 100px;}

.bluepart{background-color: #e7f0f5;padding-top: 70px; padding-bottom: 70px;}
.bluepart-1{float:right !important;}
.bluepart-2 .widget_black_studio_tinymce{margin-right: 40px;}
.bluepart-2 .widget_black_studio_tinymce a{width: 150px;display: block;background-color: #fea84b;color: white;  text-align: center; padding: 10px;border-radius: 5px;margin-top: 25px;}
.bluepart-2 .widget_black_studio_tinymce a:hover{transition: all 0.05s linear 0s;    color: #fff;
    background-color: #006a93; border-color: #006a93;text-decoration:none;}


.partss .widget_black_studio_tinymce .widget_text{text-align:center;color: #006a93; font-size: 20px;}
.partss .widget_black_studio_tinymce{width: 30%;display: block; float: right;margin:1.5%;text-align: center;}
.partss .widget.widget_text{text-align:center;}
.partss #text-6 .widget-title{font-size: 17px; color: #78a6bf;}
.partss #text-6 p{font-size: 31px;color: #006a93;font-weight: 900;}
.partss #text-6 p:after{   margin:0 auto; display: block; background: #fea84b; height: 3px;width: 80px; content: ""; margin-top: 30px;margin-bottom: 30px;}
.partss .widget_black_studio_tinymce .widget-title {font-size: 16px;color: #006a93;}
.partss .widget_black_studio_tinymce p{color: #78a6bf;}
.partss{padding-top: 70px; padding-bottom: 70px;}
.partss a{color: #006a93;font-size:18px;font-weight:900;}
.partss a:hover{color: #fea84b;text-decoration:none;}

#black-studio-tinymce-4:before{margin:0 auto; display: block; color: #fea84b;font-family: "FontAwesome"; content: "\f091"; font-size:42px; display:none;}
#black-studio-tinymce-5:before{margin:0 auto; display: block; color: #fea84b;font-family: "FontAwesome"; content: "\f0ac"; font-size:42px; display:none;}
#black-studio-tinymce-6:before{margin:0 auto; display: block; color: #fea84b;font-family: "FontAwesome"; content: "\f0c0"; font-size:42px; display:none;}
#black-studio-tinymce-7:before{margin:0 auto; display: block; color: #fea84b;font-family: "FontAwesome"; content: "\f248"; font-size:42px; display:none;}
#black-studio-tinymce-8:before{margin:0 auto; display: block; color: #fea84b;font-family: "FontAwesome"; content: "\f086"; font-size:42px; display:none;}
#black-studio-tinymce-9:before{margin:0 auto; display: block; color: #fea84b;font-family: "FontAwesome"; content: "\f219"; font-size:42px; display:none;
}
@keyframes scaleDisappear {
	0% {
		opacity: 1;
		transform: scale(1);
	}
	60% {
		opacity: 0;
		transform: scale(1.3);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
#black-studio-tinymce-9:hover:before, #black-studio-tinymce-8:hover:before, #black-studio-tinymce-7:hover:before, #black-studio-tinymce-6:hover:before, #black-studio-tinymce-5:hover:before, #black-studio-tinymce-4:hover:before{    -webkit-animation: scaleDisappear 0.5s;
    -moz-animation: scaleDisappear 0.5s;
    -ms-animation: scaleDisappear 0.5s;
    -o-animation: scaleDisappear 0.5s;
    animation: scaleDisappear 0.5s;}

.formm .yt{color:white;}
.formm{background-image: url("https://dr-soltaninejad.ir/wp-content/uploads/bg_02.jpg");padding-top:70px;padding-bottom:70px;     padding-top: 70px;
    padding-bottom: 70px;     color: white;
    background-color: #11111299;     background-blend-mode: overlay;}
.formm #text-7 .widget-title{font-size: 17px;color: #c2dfee;}
.formm #text-7 p{font-size: 30px;color: white;font-weight: 900;}
.formm #text-7 p:after { margin: 0 auto; display: block; background: #fea84b; height: 3px; width: 80px; content: ""; margin-top: 30px;margin-bottom: 30px;}
.formm #text-7{text-align: center;}
.formm #black-studio-tinymce-10{width: 70%;margin: 0 auto;text-align: center; color: #c2dfee; font-size: 17px;}
.tr input{height: 50px; display: block;width: 100%;margin-bottom:20px !important;text-align: right;padding-right: 34px;font-family: IRANSans !important;font-size:14px;}
.tr textarea{height:100px;margin-bottom: 20px;font-family: IRANSans !important;margin-bottom: 20px !important;
    text-align: right;
    padding-right: 34px;
    font-family: IRANSans !important;position:relative;padding-top:10px;font-size:13px;}
.trrr{text-align: center;}
.trrr input{width: 85px;display: inline-block;height: 30px; border: 0px;margin-right: 10px;padding-right: 30px;}
.rtr{text-align: center; margin: 0 auto; display: block;width: 100% !important;}
.rtr input{width: 200px; margin: 0 auto; display: block; margin-top: 20px;background-color: #fea84b;color:white;border: 1px solid transparent !important;height: 50px !important;  font-family: IRANSans !important;    font-size: 16px;}
.rtr input:hover{background-color:#006a93;color:white ;}
.tr{float:right !important;}
.wpcf7-form-control-wrap.your-name:before{margin: 0 auto; display: block;color: #fea84b;font-family: "FontAwesome"; content: "\f007";  font-size: 20px; position: absolute;
    right: 10px;top: 10px;    z-index: 9;}
.wpcf7-form-control-wrap.your-email:before{margin: 0 auto; display: block;color: #fea84b;font-family: "FontAwesome"; content: "\f0e0";  font-size: 20px; position: absolute;
    right: 10px;top: 10px;    z-index: 9;}
.wpcf7-form-control-wrap.text-480:before{margin: 0 auto; display: block;color: #fea84b;font-family: "FontAwesome"; content: "\f095";  font-size: 20px; position: absolute;
    right: 10px;top: 10px;    z-index: 9;}
.gg:before{margin: 0 auto; display: block;color: #fea84b;font-family: "FontAwesome"; content: "\f086";  font-size: 20px; position: absolute;
    right: 20px;top: 19px;    z-index: 9;}
.wpcf7-form-control.wpcf7-file{padding-right:0px;}
.yt{font-size:13px;}

.servicess #text-8 .widget-title{font-size: 17px; color: #78a6bf;}
.servicess #text-8 p{font-size: 30px;color: #006a93;font-weight: 900;}
.servicess #text-8 p:after{   margin:0 auto; display: block; background: #fea84b; height: 3px;width: 80px; content: ""; margin-top: 30px;margin-bottom: 30px;}
.servicess #text-8{text-align:center;}
.servicess .widget_black_studio_tinymce{width:30%;display:block;float:right;    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);margin: 1.5%;}
.servicess .widget_black_studio_tinymce h2{background-color: #006a93;color: white;
    margin: 0;
    padding: 22px;
    font-size: 22px;
    text-align: center;font-weight:900;}
.servicess .widget_black_studio_tinymce .textwidget{    color: #78a6bf;text-align:center;padding: 29px 29px;line-height: 2;}
.servicess .widget_black_studio_tinymce .textwidget p{border-bottom: 1px solid rgba(0, 106, 147, 0.1);
    padding-bottom: 10px;}
.servicess .widget_black_studio_tinymce .textwidget p:nth-last-child(1){border-bottom: 1px solid transparent;}


.blogg{background-color: #f0f7fa;padding-top: 70px;
    padding-bottom: 75px;}
.blogg .cpwp-excerpt-text{    padding: 15px !important;}
.blogg #text-9{text-align:center;}
.blogg #text-9 .widget-title{font-size: 17px; color: #78a6bf;}
.blogg #text-9 p{font-size: 30px;color: #006a93;font-weight: 900;}
.blogg #text-9 p:after{   margin:0 auto; display: block; background: #fea84b; height: 3px;width: 80px; content: ""; margin-top: 30px;margin-bottom: 30px;}
.blogg ul{padding: 0px;margin:0px}
.blogg li img{float:none;margin:0px;}
.blogg li .cat-post-thumbnail{position:relative;}
.blogg li .cat-post-thumbnail:after{content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    opacity: 0;
    transition: opacity .7s ease;}
.blogg li:hover .cat-post-thumbnail:after {
    opacity: 1 !important;
}
.blogg li{width: 30%; display: block;float: right;    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%); background-color: white;margin: 1.5% !important; text-align: center;    padding: 0px;}
.blogg li .joomir-desc{padding:30px;}
.blogg li .post-title.cat-post-title{ color: #006a93;font-size:20px;font-weight: 900;margin-top:20px;margin-bottom:15px;}
.blogg li p{color: #78a6bf;line-height: 2;}
.blogg li .post-title.cat-post-title:hover{text-decoration:none;color: #fea84b;}
.blogg li .cat-post-thumbnail img{ height: 300px; object-fit: cover !important; width:100% !important;}
.blogg li .cat-post-thumbnail{float:none !important; margin: 0 !important;}
.blogg li .cat-post-title{font-size: 14px; color: black; font-weight: 900;
    padding-top: 10px; padding-bottom: 10px !important; height:60px !important;}

.linee{background-color:#3fb7e9;color:white;text-align:center;padding-top: 55px;padding-bottom: 40px;font-size:20px; display:none;}
.linee p{font-size:20px;}

.foot3 .widget_text{width: 20%; display: inline-block;    padding-top: 10px;}
.foot3 p{margin-bottom:0px;}
.foot3 #menu-social{padding: 0px; margin: 0px;}
.foot3 a {font-size: 0 !important; display: inline-block; text-decoration: none;}
.foot3 #black-studio-tinymce-25 a{ position: relative;padding-right: 7px; vertical-align: middle;display: inline-block; list-style: none;}
.foot3 .socaial1:before {font-family: "FontAwesome"; content: ""; font-size: 20px; color: #42bf51; width: 40px; height: 40px; display: block; padding-right: 10px; padding-top: 5px;background-image:url(https://dr-soltaninejad.ir/wp-content/uploads/whatsapp.png);}
.foot3 .socaial2:before {font-family: "FontAwesome"; content: "\f2a0"; font-size: 41px; color: #258b3f; width: 40px; height: 40px; display: block;  padding-right: 10px; margin-top:-17px;}
.foot3 .socaial3:before {content: ""; font-size: 20px;  width: 40px; height: 40px; display: block; padding-right: 10px; padding-top: 5px;background-image:url(https://dr-soltaninejad.ir/wp-content/uploads/instagram.png);}
.foot3 .socaial5:before {content: ""; font-size: 20px;  width: 40px; height: 40px; display: block; padding-right: 10px; padding-top: 5px;background-image:url(https://dr-soltaninejad.ir/wp-content/uploads/bale.png);}
.foot3 .socaial4:before {font-family: "FontAwesome"; content: "\f041"; font-size: 45px; color: #e61a23; width: 40px; height: 40px;  display: block;  padding-right: 10px; margin-top:-26px;}
.foot3 br{display:none;}
.foot3{margin-top:5px;}
.foot3 #black-studio-tinymce-25{margin-top:30px;}
.manuu2{float:right !important; margin-top: 5px;}

.foot1, .foot2, .foot3{float:right !important;}

.foot2 li img{margin:0px;width: 75px;
    float: right;
    margin-left: 14px;border-radius: 5px;height: 70px;
    object-fit: cover;}
.foott{background-color: #006a93;padding-top: 90px;
    padding-bottom: 90px; color:white; margin-top:30px;}
.foott .widget-title{color:white;font-size:20px;}
.foot2 li a{font-size: 16px;color: #c2dfee;}
.foot2 li{border-bottom:0px !important;}
.foot2 ul{padding:0px;margin:0px;}

.foot1 p{color: #c2dfee;}

.foot3 #black-studio-tinymce-16 p:before{margin: 0 auto; color: #fea84b;font-family: "FontAwesome"; content: "\f041";  font-size: 20px;    vertical-align: middle;
    margin-left: 10px;}
.foot3 #black-studio-tinymce-17 p:before{margin: 0 auto; color: #fea84b;font-family: "FontAwesome"; content: "\f095";  font-size: 20px;    vertical-align: middle;
    margin-left: 10px;}
.foot3 #black-studio-tinymce-18 p:before{margin: 0 auto; color: #fea84b;font-family: "FontAwesome"; content: "\f0e0";  font-size: 20px;    vertical-align: middle;
    margin-left: 10px;}
.foot3 p{color:white;}

.foot3 ul{padding:0px;margin:0px;}

.foot1 #text-10{margin-top: 30px;line-height: 3;}
.foot3 li {
    position: relative;
    padding-right: 20px;
    vertical-align: middle;
    display: inline-block;
    list-style: none;
}

.foot3 li a {
    font-size: 0 !important;
    display: inline-block;
    text-decoration: none;
}

.foot3 .menu-item-47 a:before {
    font-family: "FontAwesome";
    content: "\f124";
    font-size: 20px;
    color: white;
    width: 40px;
    height: 40px;
    border: 1px solid;
    display: block;
    border-radius: 50%;
    padding-right: 10PX;
    padding-top: 5px;
}
.foot3 .menu-item-48 a:before {
    font-family: "FontAwesome";
    content: "\f232";
    font-size: 20px;
    color: white;
    width: 40px;
    height: 40px;
    border: 1px solid;
    display: block;
    border-radius: 50%;
    padding-right: 10PX;
    padding-top: 5px;
}
.foot3 .menu-item-49 a:before {
    font-family: "FontAwesome";
    content: "\f16d";
    font-size: 20px;
    color: white;
    width: 40px;
    height: 40px;
    border: 1px solid;
    display: block;
    border-radius: 50%;
    padding-right: 10PX;
    padding-top: 5px;
}
.foot3 #nav_menu-2{margin-top:35px;}

.contactus2 .widget_text{ display: inline-block;    padding-top: 10px;}
.contactus2 p{margin-bottom:0px;}
.contactus2 #menu-social{padding: 0px; margin: 0px;}
.contactus2 a {font-size: 0 !important; display: inline-block; text-decoration: none;}
.contactus2 #black-studio-tinymce-26 a{ position: relative;padding-right: 15px; vertical-align: middle;display: inline-block; list-style: none;}
.contactus2 .socaial1:before {font-family: "FontAwesome"; content: ""; font-size: 20px; color: #42bf51; width: 40px; height: 40px; display: block; padding-right: 10px; padding-top: 5px;background-image:url(https://dr-soltaninejad.ir/wp-content/uploads/whatsapp.png);}
.contactus2 .socaial2:before {font-family: "FontAwesome"; content: "\f2a0"; font-size: 41px; color: #258b3f; width: 40px; height: 40px; display: block;  padding-right: 10px; margin-top:-17px;}
.contactus2 .socaial3:before {content: ""; font-size: 20px;  width: 40px; height: 40px; display: block; padding-right: 10px; padding-top: 5px;background-image:url(https://dr-soltaninejad.ir/wp-content/uploads/instagram.png);}
.contactus2 .socaial5:before {content: ""; font-size: 20px;  width: 40px; height: 40px; display: block; padding-right: 10px; padding-top: 5px;background-image:url(https://dr-soltaninejad.ir/wp-content/uploads/bale.png);}
.contactus2 .socaial4:before {font-family: "FontAwesome"; content: "\f041"; font-size: 45px; color: #e61a23; width: 40px; height: 40px;  display: block;  padding-right: 10px; margin-top:-26px;}
.contactus2 br{display:none;}
.contactus2 #black-studio-tinymce-26{padding-bottom:20px;}


.contactus2 iframe{    height: 300px;}

.footnote {text-align:center;color: #78a6bf;padding-top:30px;padding-bottom:15px;}


.contactus1{float:right !important;border-left:1px solid lightgrey;}


.contactus2 #black-studio-tinymce-21 p:before{ content: "\f095";font-family: "FontAwesome"; font-size: 28px; vertical-align: middle; margin-left: 30px;display: inline-block; color: #fea84b;}
.contactus2 #black-studio-tinymce-22 p:before{ content: "\f0e0";;font-family: "FontAwesome"; font-size: 28px; vertical-align: middle; margin-left: 30px;display: inline-block; color: #fea84b;}
.contactus2 #black-studio-tinymce-23 p:before{ content: "\f041";font-family: "FontAwesome"; font-size: 28px; vertical-align: middle; margin-left: 30px;display: inline-block; color: #fea84b;}
.contactus2 p{font-size:14px;}
.contactus2 .widget-title{font-size: 20px;}
.contactus2 .widget{border-bottom:1px solid lightgrey;}


.contactus2 ul{padding:0px;margin:0px;}
.contactus2 li {
    position: relative;
    padding-right: 20px;
    vertical-align: middle;
    display: inline-block;
    list-style: none;
}

.contactus2 li a {
    font-size: 0 !important;
    display: inline-block;
    text-decoration: none;
}

.contactus2 .menu-item-47 a:before {
    font-family: "FontAwesome";
    content: "\f124";
    font-size: 20px;
    color: #fea84b;
    width: 40px;
    height: 40px;
    border: 1px solid;
    display: block;
    border-radius: 50%;
    padding-right: 10PX;
    padding-top: 5px;
}

.contactus2 .menu-item-48 a:before {
    font-family: "FontAwesome";
    content: "\f232";
    font-size: 20px;
    color: #fea84b;
    width: 40px;
    height: 40px;
    border: 1px solid;
    display: block;
    border-radius: 50%;
    padding-right: 10PX;
    padding-top: 5px;
}

.contactus2 .menu-item-49 a:before {
    font-family: "FontAwesome";
    content: "\f16d";
    font-size: 20px;
    color: #fea84b;
    width: 40px;
    height: 40px;
    border: 1px solid;
    display: block;
    border-radius: 50%;
    padding-right: 10PX;
    padding-top: 5px;
}


.plpr{margin-top:40px;}
.contactus1 #black-studio-tinymce-20{text-align:center;margin-bottom:30px;}
.contactus1 #black-studio-tinymce-20 .widget-title{font-size:25px;}


.entry-title, .ll, .contactushead .widget-title{background-image: url(https://dr-soltaninejad.ir/wp-content/uploads/breadcrumbs.jpg);text-align: center;
    color: white; padding-top: 50px; padding-bottom: 50px;margin-top:0px;}
.ll, .entry-title{font-size: 34px;}

.menuu{padding-top: 10px; padding-bottom: 8px;}


.manuu2, .wp-megamenu-wrap{padding-left:0px !important;}

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

.groupp{margin-bottom:25px;position:relative;}
.groupp ul{padding:0px;margin:0px;}
.groupp .post.type-post{width:31%;margin:1%;float:right;border-bottom: 0px;margin-bottom:30px;}
.groupp .post-title.cat-post-title{font-size:16px;display:block;color:#286c9f;font-weight:900;margin-bottom:10px;}
.groupp .post.type-post p{text-align:justify;line-height: 1.6;}
.groupp .post.type-post .cat-post-excerpt-more{display: block;
    font-weight: 900;color:#286c9f;margin-top:10px;}
.groupp h3{ text-align: right; font-weight: 900;color: #e93633; font-size: 25px; margin-top: 25px;margin-bottom: 20px; text-shadow: 2px 2px 2px black;}
.groupp .cat-post-thumbnail img{float:none;margin:0px;margin-bottom:10px;}
.groupp *{ transition: all 700ms ease;}
.groupp .image-joomir{ position: relative;overflow: hidden;width: 100%; z-index: 1;}

.groupp .image-joomir img{position: relative;display: block; width: 100%;transform-style: preserve-3d; height: auto;}
.groupp .image-joomir .tesst{position: absolute;right: -100px;top: 100%; width: 250%;height: 150%; z-index: 1; background: #fcfcfc;transform: rotate(-13deg);-webkit-transform: rotate(-13deg);-moz-transform: rotate(-13deg);-ms-transform: rotate(-13deg);-o-transform: rotate(-13deg);}
.groupp .image-joomir:after{content: '';position: absolute;left: 0px;top: -100%;width: 100%;height: 100%;display: block;background: #1e5279;opacity: 0.50; z-index: 0;transition: all 700ms ease;}

.groupp .joomir-desc{ position: relative;top: 0px;margin: -44px 30px 0px;z-index: 2;}
.groupp .joomir-desc:before{ position: absolute;right: 0px;top: -36px;background: #ffffff;content: "";height: 96%;width: 100%; border: 1px solid #f1f1f1;z-index: 0;transform: skewY(-13deg);transition: all 700ms ease;}
.groupp .joomir-desc .inner-box{position: relative;background: #ffffff;border: 1px solid #f1f1f1;border-top: none;padding: 0px 30px 30px;z-index: 5;}
.groupp .joomir-cat:hover .tesst{transform: rotate(0deg);}

.groupp .joomir-cat:hover .image-joomir:after {top: 0%;}
.groupp .joomir-cat:hover .joomir-desc {top: 46px;}
.groupp .joomir-cat:hover .inner-box, .maghalat  .joomir-cat:hover .joomir-desc:before{border-color: #1e5279;}
.groupp .inner-box .post-title.cat-post-title, .dakhelimaghalat .inner-box .post-title.cat-post-title{border-right: 5px solid #FF5722;padding-left: unset;padding-right: 5px;font-size: 15px;font-weight: 800;text-transform: uppercase;line-height: 30px; margin-bottom: 15px;position: relative;text-align: right;}
.groupp .post.type-post h2{position: inherit;padding:0;background-color: transparent;font-size:14px;}
.groupp .post.type-post h2 a{color:#006a93;}



.floater{animation-name:floater;-webkit-animation-name:floater;animation-duration:1.5s;-webkit-animation-duration:1.5s;-webkit-animation-iteration-count:infinite}.floater,.wiggle{animation-iteration-count:infinite}@keyframes floater{0%,100%{transform:translateY(0)}50%{transform:translateY(8%)}}@-webkit-keyframes floater{0%,100%{-webkit-transform:translateY(0)}50%{-webkit-transform:translateY(8%)}}
[data-title]:after{content: attr(data-title); background-color: black; color: #ffffff; position: absolute; padding: 4px 8px 4px 8px; visibility: hidden; left: 20px; top: 32px; width: 122px; text-align: center;font-size:13px;z-index: 99999999999;}
[data-title]:hover:after{visibility: visible;} 
.floater span{position: relative;}
.floater span:after{
  content: "";
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ecb602;
  position: absolute;
  bottom: 28px;
  z-index: 9999999;
  right: 64px;
  transform: rotate(-90deg);
  visibility: hidden;
}
.floater:hover span:after{visibility: visible;} 
.sociall .widget_text{width: 20%; display: inline-block;    padding-top: 10px;}
.sociall p{margin-bottom:0px;}
.sociall #menu-social{padding: 0px; margin: 0px;text-align:left;}
.sociall a {font-size: 0 !important; display: inline-block; text-decoration: none;}
.sociall #black-studio-tinymce-24 a{ position: relative;padding-right: 7px; vertical-align: middle;display: inline-block; list-style: none;text-align:left;}
.sociall .socaial1:before {font-family: "FontAwesome"; content: ""; font-size: 20px; color: #42bf51; width: 40px; height: 40px; display: block; padding-right: 10px; padding-top: 5px;background-image:url(https://dr-soltaninejad.ir/wp-content/uploads/whatsapp.png);}
.sociall .socaial2:before {font-family: "FontAwesome"; content: "\f095"; font-size: 41px; color: #258b3f; width: 40px; height: 40px; display: block;  padding-right: 5px; margin-top:-17px;}
.sociall .socaial3:before {content: ""; font-size: 20px;  width: 40px; height: 40px; display: block; padding-right: 10px; padding-top: 5px;background-image:url(https://dr-soltaninejad.ir/wp-content/uploads/instagram.png);}
.sociall .socaial5:before {content: ""; font-size: 20px;  width: 40px; height: 40px; display: block; padding-right: 10px; padding-top: 5px;background-image:url(https://dr-soltaninejad.ir/wp-content/uploads/bale.png);}
.sociall .socaial4:before {font-family: "FontAwesome"; content: "\f041"; font-size: 45px; color: #e61a23; width: 40px; height: 40px;  display: block;  padding-right: 10px; margin-top:-26px;}
.sociall br{display:none;}
.sociall{float:left !important;text-align:left;margin-top:1px;}
.manuu2{float:right !important;margin-top:1px;}



.sliderr .seriousslider-caption-title{color: rgb(0, 106, 147) !important; filter: blur(0px); width: 50%;margin: 0 auto;}
.sliderr .seriousslider-caption-text p{font-size: 25px; width: 60%; line-height: 2;color: rgb(31, 35, 43); font-weight: 900;     margin-top: 115px !important;}
.sliderr .seriousslider-button{min-width: 180px !important;max-width: 180px !important;line-height: 60px !important; font-weight: 700;
    color: rgb(255, 255, 255) !important; border-style: solid !important; border-width: 1px 2px 2px !important; border-radius: 4px !important; outline: none !important;
    box-shadow: rgb(153 153 153) 0px 0px 0px 0px !important;padding: 0px !important;background-color: rgb(254, 168, 75) !important;
    border-color: rgb(254, 168, 75) !important;}
.sliderr .seriousslider-caption-buttons a:hover{background-color: rgb(0, 106, 147) !important; border-color: rgb(0, 106, 147) !important;text-decoration:none;}
.seriousslider-indicators{display:none !important;}



.sp-easy-accordion .ea-header a{color: #78a6bf !important;background-color: #f0f7fa;padding: 13px !important;font-size: 16px !important;}
.sp-easy-accordion .ea-header a .fa-plus:before{color: #3fb7e9 !important;}
.sp-easy-accordion .ea-header a:hover{    background-color: #fea84b!important;color:white !important;}
.ea-expand .ea-header a{ background-color: #fea84b!important;color:white !important;}
.sp-easy-accordion .ea-header a .fa-minus:before{color:white !important;}
.sp-collapse spcollapse p{color: #78a6bf !important;font-weight: 900 !important;}


.sptp-member-desc, .sptp-member-profession, .sptp-member-name{font-family: IRANSans !important;}
#sptp-70 .sptp-member-name .sptp-member-name-title{color: #006a93 !important;}
#sptp-70 .sptp-member-profession .sptp-jop-title{color: #fea84b !important;}
#sptp-70 .sptp-section-title{display:none;}
.sptp-list-style{display: flow-root !important;}
.sptp-member-avatar-area{float: left; display: block !important;}
.sptp-info{    float: right;
    display: block !important;}
    
.post, .page{margin-bottom:0px;}



.manuu2 ul{padding:0; text-align: right; margin: 0;}
.manuu2 li a{
  padding: 9px 12px;
  font-size: 15px;
  position: relative;
  display: inline-block;
  outline: none;
  color: #006a93;
  text-decoration: none; 
}
.manuu2 li:first-child a{padding-right: 0;}
.manuu2 li:last-child a{padding-left: 0;}
.manuu2 li{display:inline-block;}
.manuu2 li a:hover{color: #fea84b;}
.manuu2 ul ul{position:absolute; width:250px; padding:10px 0; display:none; z-index:100;}
.manuu2 li:hover> ul{
  display:block;
  float:left;
  width:246px;
  margin-right: 0px;
  background: #3a3a3b;
}
.manuu2 li li{width:100%; padding-right: 10px; float:left; list-style-type:none; margin-right: 0; margin-left: 0;}
.manuu2 li li a{text-align: left; font-size: 14px; text-decoration:none; width: 100%; color: #fff; padding: 5px;}
.manuu2 ul ul ul{  margin: -44px 225px 0 190px !important;}

#rmp_menu_trigger-84{background-color: #006a93 !important;}

.entry-meta{display:none;}

.seriousslider-caption-text p{    background-color: #006a93 !important; color:white !important;}

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

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

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

.catt li img{margin: 0 auto;text-align: center;display: block;}
.content1 .widget_media_image, .content1 .widget_black_studio_tinymce{width:98%;margin:0 auto;}
.partss .widget_black_studio_tinymce{width:47%;}
.servicess .widget_black_studio_tinymce, .blogg li{width:97%;}
.foot1, .foot2, .foot3, .bluepart-1, .bluepart-2{width:100% !important;}
.catt li:nth-child(2){margin-top:0px;}
.groupp .post.type-post{width:98%;}
.groupp .joomir-desc:before{ height: 74%;}
.contactus1, .contactus2{width:100% !important;}
.manuu2, .up{display:none;}
.sociall{width:100% !important;text-align:left; margin-top: 2px; margin-bottom: 10px;}
.logoo{float:left !important;margin-top:10px;}
.catt{margin-top:20px;}
.seriousslider-caption{display:none;}
.catt li:nth-child(2){margin-top:0px !important;}
.catt li{width:98%;margin-bottom:10px !important;}
.rmp-menu-additional-content{display:none !important;}
.rmp-menu li a{text-align:right !important;}
.rmp-search-box{display:none;}
.entry-content ul{padding:0;}
.content1 .container{    display: block;}
.content1 .widget_text{    width: 100%;}
}
@media only screen and (max-width:480px) {
.partss .widget_black_studio_tinymce{width:97%;}
}
@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) {

}
