/*!
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: 'Mj_Dinar One Light_0';
    src:  url('fonts/Mj_Dinar One Light_0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BMitra';
    src:  url('fonts/BMitra.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:Mj_Dinar One Light_0 !important; background-color: #f4f4f4; }


.cat-post-thumbnail img{float:none; margin:0px;}



.up{background-color: #06817f;padding: 5px 0px;}
.up ul, .contactus2 ul{padding:0px;margin:0px;    float: left;}
.up ul li,  .contactus2 ul li{list-style: none; float: left;}
.up ul li a,  .contactus2 ul li a{color: #a4a4a4; font-size: 0;}
.up ul li a:before, .contactus2 ul li a:before {font-family: "FontAwesome";font-size: 15px;
    padding: 8px;color: #fff;background: #06817f; border: 1px solid #056665;}

.innericon{background: #039f9c !important;     border-right: 1px solid #ffffff7d;}
.probox{background: #039f9c !important;}

.up ul li.menu-item-19 a:before, .contactus2 ul li.menu-item-19 a:before{content: "\f16d";}
.up ul li.menu-item-20 a:before, .contactus2 ul li.menu-item-20 a:before {content: "\f082";}
.up ul li.menu-item-21 a:before, .contactus2 ul li.menu-item-21 a:before {content: "\f1d8";}
.up ul li.menu-item-22 a:before, .contactus2 ul li.menu-item-22 a:before {content: "\f099";}
.contactus2 ul li, .contactus2 ul {float:none !important;}


.up2{background-image:url(https://sadatebrahimi.ir/wp-content/uploads/head.jpg);height: 135px;
    background-position: center center;
    background-size: contain;}

.up3{background: #06817f; padding: 10px 0px;}

.menuu{float:right; margin-top:3px;}
.menuu li a{color:white;font-size:17px;padding: 0px 7px 0px 7px !important;}

.part1-1{float:right;}
.part1-1 .widget_media_image, .part1-2 .widget_media_image{overflow: hidden; margin-bottom:0px; }
.part1-1 .widget_media_image img, .part1-2 .widget_media_image img{transition: all 700ms ease-in;}
.part1-1 .widget_media_image:hover img, .part1-2 .widget_media_image:hover img{    width: 100%;
    transform: scale(1.1); transition: 0.5s; opacity: .7;z-index: 2;
    -webkit-transition: all .3s ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1); transition: all 700ms ease-in;}
.part1{margin-top:15px;}


.cat-post-thumbnail{float:none !important; margin:0px !important;}
.cat-post-item{margin:0px;} 

.cat .cat-post-tax-category {position: relative; top: -40px;}
.cat .cat-post-tax-category a, .line2 .cat-post-tax-category a, .line5 .cat-post-tax-category a,  .line6 #category-posts-23 .cat-post-tax-category a {
    font-size: 12px;
    background-color: #06817f;
    color: #ffffff;
    padding: 2px 6px;
    margin-top: 5px;
    text-shadow: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-right: 5px;
}
.cat ul{padding:0px; margin:0px;}

.cat .cat-post-item {border-bottom: none !important; padding: 0px !important;
    width: 24%;list-style: none; overflow: hidden; float: right; margin:.5% !important; background:white;}
.cat .cat-post-title {font-size: 16px !important;
    font-weight: 600;color: #000;padding: 10px;float: right; margin-top: -20px; background: #fff;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);height: 88px; width: 100%;}
.cat li img{height: 210px; object-fit: cover;}

.part2-1 ul{padding:0px;margin:0px;}
.part2-1 {float:right;}
.part2-1, .part2-2, .line3{margin-top:20px;}
.line4{margin-top:25px;}
.line3 h2{margin-bottom: 14px;}

.cat .cat-post-item:nth-child(1) {margin-right: 0px !important;}
.cat .cat-post-item:nth-child(4) {margin-left: 0px !important;}


#category-posts-16-internal .cat-post-item{margin:0px !important; border-bottom:0px !important;}
.cat2 ul{padding:0px; margin:0px;}
.cat2 li{width: 24%;float: right; margin: .5% !important;border-bottom:0px;}
.cat2 li .cat-post-title{font-size: 15px;
    font-size: 16px !important;
    font-weight: 600;
    color: #000;
    padding: 10px;
    float: right;
    padding-right: 0px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    height: 88px;
    width: 100%;}
.cat2 li img{ height: 220px; object-fit: cover;}
.cat2 #category-posts-16-internal .cat-post-item{margin: .5% !important;}


.footnote{background-color: #333333; padding-top: 15px; padding-bottom: 15px;}
.footnote ul{padding:0px; margin:0px;}
.footnote ul li {list-style: none;float: left;}
.footnote li a {color: #a4a4a4;font-size: 0;}
.footnote li a:before {margin-left: 5px;font-family: "FontAwesome";font-size: 18px;
    padding: 3px;color: #bbb;}
.footnote li.menu-item-19 a:before {content: "\f16d";}
.footnote li.menu-item-20 a:before {content: "\f082";}
.footnote li.menu-item-21 a:before {content: "\f1d8";}
.footnote li.menu-item-22 a:before {content: "\f099";}


.footnote .widget_black_studio_tinymce{width: 50%; float:right; color:#bbbbbb; font-size: 16px; margin-bottom: 0px;}
.footnote .widget_nav_menu{width:50%;float:left; margin-bottom: 0px;}
.footnote .widget_black_studio_tinymce p{margin-bottom: 0px;}


.foot{ background: #393939; color: #bbbbbb;    padding-top: 50px;
    padding-bottom: 35px;}
.foot1, .foot2, .foot3, .foot4{float:right;}

.foot2 ul, .foot3 ul, .foot4 ul{padding:0px; margin:0px;}
.foot2 .cat-post-title, .foot3 .cat-post-title, .foot4 .cat-post-title {
    float: left; width: 60%;color: #bbbbbb;
    text-decoration: none;     font-size: 15px;}
.foot2 img, .foot3 img, .foot4 img{float:none; margin:0px;width: 100px; float: right;     height: 75px;
    object-fit: cover;}
.foot1 h2, .foot2 h2, .foot3 h2, .foot4 h2{font-size: 20px; margin: 10px 0px;font-weight: 600;
    border-right: 4px solid #06817f; padding: 5px 15px; color: #fff; margin-bottom: 25px;}
.foot2 li, .foot3 li, .foot4 li{border-bottom: 0px !important; margin: 15px 0 !important;}
.foot1 p{font-size: 15px !important;}

.foot1 ul{padding:0px; margin:0px;    list-style: none;}
.foot1 li {list-style: none;}
.foot1 li a {color: #bbbbbb;text-decoration: none; font-size:16px;}
.foot1 ul li:before {content: "\f00c";font-family: "FontAwesome"; font-size: 16px;
    color: #fff;padding-left: 10px;}


.part2 h2, .cat h2, .cat2 h2, .part1-2 h2{font-size: 20px;margin: 5px 0px;
    font-weight: 600; border-right: 4px solid #06817f;padding: 10px 15px;}


.part2-2 ul, .part1-2 ul{width: 100%;float: right;padding: 0; margin: 0;padding-left: 0px; margin-top: 5px !important;}
.part2-2 ul img, .part1-2 ul img{    margin: 0px; width: 100px;float: left;     height: 75px;
    object-fit: cover;}
.part2-2 li, .part1-2 li{border-bottom: 1px solid #ccc;
    list-style: none;list-style-type: none;margin: 3px 0; padding: 3px 0;
    margin-bottom: 15px !important; background: #fff; box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    overflow: hidden;padding: 10px !important; height: 112.3px;}

.part2-2 .cat-post-title, .part1-2 .cat-post-title{    float: right; width: 71%;text-align: justify;font-size: 16px !important; font-weight: 600;color: #000;
   float: right; padding-right: 0px; }
.part2-2 ul li > div, .part1-2 ul li > div{clear:initial !important;}





.part2-1 ul img{float:none;margin:0px;object-fit: cover;}
.line1 #category-posts-17{    width: 50%;padding-left: 15px;float: right;}
.line1 #category-posts-18{   width: 50%; padding-right: 15px; float: left; margin-top:49px;}
.line1 #category-posts-17 .post-title.cat-post-title{font-size: 16px !important;
    font-weight: 600; color: #000; float: right; padding-right: 0px;width:100%; margin-top:10px;}
.line1 #category-posts-17 li{padding:10px;overflow: hidden;float: right;margin: 0px !important;background: #fff;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    min-height: calc(100% - 14px);border-bottom: 1px solid #ccc !important; padding-bottom: 11px !important;}
.line1 #category-posts-17 p{font-family: BMitra !important;
    font-size: 19px !important;clear:both;}
.line1 #category-posts-18 li{order-bottom: 1px solid #ccc;
    list-style: none;
    list-style-type: none;
    margin: 3px 0;
    padding: 3px 0;
    margin-bottom: 15px !important;
    background: #fff;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 10px !important;
    height: 112.3px;}

.line1 #category-posts-18 li .cat-post-title {
    float: right;
    width: 71%;
    text-align: justify;
    font-size: 16px !important;
    font-weight: 600;
    color: #000;
    float: right;
    padding-right: 0px;
}

.line1 #category-posts-18 li img {
    margin: 0px; width: 100px;
    float: left;    height: 75px;
    object-fit: cover;
}
.line1 .cat-post-tax-category a, .line3 .cat-post-tax-category a, .line4 .cat-post-tax-category a,  .line6 #category-posts-24 .cat-post-tax-category a, .part2-2 .cat-post-tax-category a{
    
    font-weight: 600;
    font-size: 13px;
    color: #06817f;
    padding: 2px 6px;
    margin-top: 5px;
    text-shadow: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-right: 5px;
}

.line1 .cat-post-title {
    font-size: 16px !important;
    font-weight: 600;
    color: #000;
    padding: 10px;
    float: right;
    padding-right: 0px;
    padding: 10px;
}
#category-posts-18-internal li > div{clear:none !important;}
.line1 .cat-post-tax-category{  position: relative; top: 5px;}




.line2 ul .cat-post-item {float: right;width: 50%;overflow: hidden;    border-bottom: none !important;margin: 0px !important;height: 259px;}

.line2 ul .cat-post-item:nth-child(1) { padding-left: 15px !important;}
.line2 ul .cat-post-item:nth-child(2) { padding-right: 15px !important;}
.line2 ul .cat-post-title {text-shadow: 4px 3px 3px black; position: relative;font-size: 16px !important;
    display: block;font-weight: 600;color: #fff;padding-right: 20px;
    text-align: justify; padding-left: 10px; padding-bottom: 20px;padding-top: 10px;}
.line2 ul .cat-post-thumbnail{margin-bottom: -135px !important;}
.line2 li img{  height: 259px; object-fit: cover;}

#category-posts-19-internal .cat-post-thumbnail{float:left !important;}


.line3 img{object-fit: cover;
    max-width: 100%;height: 300px;
    transition: 0.9s;}

.line3 .cat-post-thumbnail {float: left; margin: 0 !important;width: 434px;overflow: hidden;}

.line3 .cat-post-title {font-size: 16px !important;font-weight: 600;color: #000;padding: 10px;
    float: right;padding-right: 0px;padding: 10px;width: 47%;}

.line3 p {padding-right: 10px;width: 47%;text-align: justify;font-family: BMitra !important;
    font-size: 20px !important;}
.line3 li{    margin: 0px !important;padding: 0px !important;background: #fff;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);border-bottom: 1px solid #ccc !important;}

#category-posts-20-internal li > div{margin:0px !important; clear: initial !important;}

.line3 .cat-post-thumbnail.cat-post-none{width: 50%; display: block;float: left !important;}

.line4 .cat-post-item {
    padding: 0px !important;
    background: #fff;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #ccc !important;
    float: right;
    width: 49%;
    margin-top: 15px !important;
}
.line4 li img{height: 90px;object-fit: cover;}
.line4 .cat-post-item:nth-child(1), .line4 .cat-post-item:nth-child(3) { margin-left: 15px !important;}
.line4 .cat-post-thumbnail {overflow: hidden;}
.line4 .cat-post-thumbnail  {object-fit: cover; max-width: 100%;height: 114px;width: 150px;transition: 0.9s; float: left;}
.line4 .cat-post-title {width: 62%;
    font-size: 15px;font-size: 16px !important;
    font-weight: 600; color: #000; float: right;
    padding-right: 0px;padding: 10px; text-align: justify;}
.line4 .cat-post-thumbnail.cat-post-none{width: 130px; display: block;  float: left !important;}
#category-posts-21-internal li > div{clear: initial !important;}





.line5 .cat-post-item {
    overflow: hidden;
    float: right;
    margin: 0px !important;
    background: #fff;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #ccc !important;
    padding-bottom: 24px !important;
    width: 49%;
    height: 500px;padding: 0px !important;
}
.line5 .cat-post-item:nth-child(1) {margin-left: 15px !important;}

.line5 .cat-post-thumbnail {overflow: hidden;margin: 0px !important;
    margin-bottom: -40px !important;width: 100% !important;}

.line5 .cat-post-title , .line6 .cat-post-title{ width: 100%;font-size: 15px;font-size: 16px !important;
    font-weight: 600;color: #000;padding: 10px;float: right;
    padding-right: 0px;padding: 10px;margin-top:10px;}
.line5 p{font-family: BMitra !important; font-size: 20px !important;    padding-right: 10px;
    padding-left: 10px;}
.line5 li img{    height: 250px; object-fit: cover;}
.line5 .cat-post-tax-category{position: relative; top: -40px;}
.line5 {margin-top:20px;}


.line6 #category-posts-23{    width: 50%;padding-left: 15px;float: right;}
.line6 #category-posts-24{   width: 50%; padding-right: 15px; float: left; margin-top:54px;}
.line6 #category-posts-23 .post-title.cat-post-title{font-size: 16px !important;
    font-weight: 600; color: #000; float: right; padding-right: 0px;width:100%; margin-top:10px;}
.line6 #category-posts-23 li{padding:10px;overflow: hidden;float: right;margin: 0px !important;background: #fff;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    min-height: calc(100% - 14px);border-bottom: 1px solid #ccc !important; padding-bottom: 11px !important;}
.line6 #category-posts-23 p{font-family: BMitra !important;
    font-size: 20px !important;}
.line6 #category-posts-24 li{order-bottom: 1px solid #ccc;list-style: none; list-style-type: none;
    margin: 3px 0;padding: 3px 0;
    margin-bottom: 15px !important;background: #fff;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); overflow: hidden;
    padding: 10px !important;height: 112.3px;}

.line6 #category-posts-24 li .cat-post-title { float: right;  width: 71%; text-align: justify;font-size: 16px !important;
    font-weight: 600;color: #000;float: right; padding-right: 0px;}

.line6 #category-posts-24 li img { margin: 0px;width: 100px; float: left; height: 75px;}
.line6{margin-top: 20px;}
.part2 h2{margin-bottom: 10px;}


#category-posts-9-internal li > div, #category-posts-11-internal li > div, #category-posts-12-internal li > div{clear:initial !important;}



.contactus1{float:right;}
.contactus1 .formm-1{float:right;}
.contactus1 input, .contactus1 textarea{background-color: #efebeb;    border: 0px;padding: 10px;text-align:right;width:100%;font-size: 13px;}
.contactus1 input{margin-bottom:15px;}
.formm-3{float:right;}
.formm-4{float:left;}
.formm-4 .wpcf7-form-control.wpcf7-submit:hover{background-color:black;}
.khali{clear:both;}
.wpcf7-form-control.wpcf7-captchac{float:right;}
.wpcf7-form-control.wpcf7-submit{width:100%;text-align:center;background-color: #06817f;color:white;}
.wpcf7-form-control.wpcf7-captchar{width:100px;}
.contactus1 #black-studio-tinymce-36{text-align: center;}
.contactus1 #black-studio-tinymce-36 p{    font-size: 14px;color: grey;margin-bottom:35px;}
.contactus1 #black-studio-tinymce-36 h3{font-size:20PX;}
.contactus1 p, .contactus2 p, .contactus1 p a, .contactus2 p a{font-family: BMitra !important; font-size: 18px !important; color:black;margin-bottom: 10px;}
.contactus1 #black-studio-tinymce-4{text-align:center;}
.formm-2 textarea{height: 170px;}

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

.contactus2 .widget_nav_menu, .contactus2 .widget_black_studio_tinymce{border-bottom: 1px solid lightgrey}
.contactus2 #black-studio-tinymce-34{border-bottom:0px !important;}
.contactus2 .menu-item-1240{display:none;}
.contactus2 ul {
    margin: 0;
    padding: 5px 0px 10px 0px;;
    text-align: right;
}
.contactus2 li {
    position: relative;
    padding-left: 20px;
    vertical-align: middle;
    display: inline-block;
    list-style: none;
}
.contactus2 li a {
    font-size: 0 !important;
    display: inline-block;
    text-decoration: none;
}
.contactus2 li.menu-item-1136 a:before {
    font-family: "FontAwesome";
    content: "\f16d";
    font-size: 28px;
    color: #06817f;
}
.contactus2 li.menu-item-1135 a:before {
    font-family: "FontAwesome";
    content: "\f232";
    font-size: 28px;
    color: #06817f;
}
.contactus2 li.menu-item-1448 a:before {
    font-family: "FontAwesome";
    content: "\f08c";
    font-size: 28px;
    color: #06817f;
}
.contactus2 li.menu-item-1449 a:before {
    font-family: "FontAwesome";
    content: "\f0d2";
    font-size: 28px;
    color: #06817f;
}

.contactus2 li.menu-item-1135 a:hover:before, .contactus2 li.menu-item-1136 a:hover:before{color:black;}


.contactus2 h2{font-size:15px;font-weight:900;margin-top:14px;}
.contactus2 p{margin-bottom:5px;}

.contactus2 #black-studio-tinymce-6 p:before{ content: "\f095";font-family: "FontAwesome"; font-size: 28px; vertical-align: middle; margin-left: 30px;display: inline-block; color: #06817f;}
.contactus2 #black-studio-tinymce-7 p:before{ content: "\f1ac";font-family: "FontAwesome"; font-size: 28px; vertical-align: middle; margin-left: 30px;display: inline-block; color: #06817f;}
.contactus2 #black-studio-tinymce-8 p:before{ content: "\f0e0";;font-family: "FontAwesome"; font-size: 28px; vertical-align: middle; margin-left: 30px;display: inline-block; color: #06817f;}
.contactus2 #black-studio-tinymce-9 p:before{ content: "\f041";font-family: "FontAwesome"; font-size: 28px; vertical-align: middle; margin-left: 30px;display: inline-block; color: #06817f;}
.contactus2 p{font-size:14px;}

.bc-contactus3 {background-image: url(https://sadatebrahimi.ir/wp-content/uploads/bc-contactus3.jpg);background-size: cover;}
.contactus3, .contactus4{font-size:13px;text-align:center;}
.bc-contactus3 h3{font-size:20px;font-weight:900;}
.contactus3 .textwidget, .contactus3 .textwidget{line-height: 2;}

.map p{margin:0px;}
.bc-contactus3 .plpr{margin-top:30px; padding-bottom: 25px; padding-top: 15px;}

.plpr{margin-top:60px;}


.proinput .orig{text-align:right;}
.searchh .widget-title{display:none;}
.searchh .AjaxSearchLiteWidget{margin-bottom: 0px;}

#media_image-6, .side .cat-post-widget {  border: 1px solid #cac8c8; margin-bottom: 20px;
    padding: 30px;}
.side .widget-title { font-size: 20px;padding: 20px 0px; border-bottom: 1px solid #cac8c8;
    font-weight: 600; margin-top:0px;}
.side .widget-title:after { content: ""; background: #2c2f34;width: 40px;
    height: 2px; position: absolute; right: 0;margin-top: 41px;margin-right: 46px;}

.side ul{padding:0px; margin:0px;}
.side #category-posts-26 li div:nth-child(1){    width: 100px; display: block; float: right; margin-left: 10px !important;}
.side #category-posts-26 li > div, #category-posts-28-internal li > div, #category-posts-29-internal li > div, #category-posts-30-internal li > div{    clear: none !important; }
.side #category-posts-26 li .cat-post-title{color:black !important;}


.side .cat-post-thumbnail.cat-post-none{ width: 100px;display: block;float: right;margin-left: 10px !important;}

.side .cat-post-crop{width: 100px; display: block; float: right;margin-left: 10px !important;}
.side .cat-post-title{color:black; font-weight: 900;}
.side li img{    height: 80px;object-fit: cover;}
.side li{padding-bottom:10px;}


.cat1-1 { margin-bottom: 50px;float: right;border: 1px solid #cac8c8;padding-top: 20px; padding: 30px;}
.cat1-1 .entry-title a{color: black; font-weight: 900;}
.cat1-1 .entry-content{display:none;}
.cat1-1 .entry-footer{display:none;}

.category article {padding: 40px 0px; border-bottom: 1px solid #d0d0d0;}
.byline{display:none;}
.posted-on{color:transparent;}
.posted-on a{color:black !important; font-size:15px;}

.page-content, .entry-content, .entry-summary { margin: 1.5em 0 0;}
.part8-2 p {text-align: justify;    font-family: BMitra !important;
    font-size: 20px !important;}
.part8-2{border: 1px solid #cac8c8;
    float: right;
    padding: 30px;
    font-size: 15px;
    line-height: 2;}

.page .entry-content{font-size: 20px; line-height: 2;    font-family: BMitra !important; text-align: justify;}



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

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

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

}
@media only screen and (max-width:768px) {
.up2{background-size: cover;}
.cat .cat-post-item{ width: 99%;}
.line1 #category-posts-17{    width: 100%; padding-left: 0px;}
.line1 #category-posts-18{ width: 100%;     padding-right: 0;}
.line1 #category-posts-18 li .cat-post-title{width: 65%;}
.line1 #category-posts-18 li{height:auto;}
.line2 ul .cat-post-item{width: 100%;}
.line2 ul .cat-post-item:nth-child(1){padding:0 !important;}
.line2 ul .cat-post-item:nth-child(2){padding:0 !important;}
.line3 p{    width: 99%;}
.line3 .cat-post-thumbnail.cat-post-none{float:none !important; width:100%;}
.line3 .cat-post-thumbnail img{object-fit: cover; width: 100%; height: 200px;}
.line3 .cat-post-title, .line4 .cat-post-item, .line5 .cat-post-item{width:100% !important;}
.line4 .cat-post-item:nth-child(1), .line4 .cat-post-item:nth-child(3), .line5 .cat-post-item:nth-child(1){margin-left:0;} 
.cat2 li{width:100% !important;}
.part2-2 .cat-post-title, .part1-2 .cat-post-title{float:none;}
.line6 #category-posts-23 {width: 100%;     padding-left: 0;}
.line6 #category-posts-24{width:100%;padding-right: 0px;
    float: none;}  
.line6 #category-posts-24 li .cat-post-title{    float: none; display:block;}
.menuu{display:none;}
  .up ul li a:before, .contactus2 ul li a:before{font-size: 29px;}
}
@media only screen and (max-width:600px) {

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

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

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

}