/*!
Theme Name: shahrood
Theme URI: http://shahrood.ir
Author: amihan_ir
Author URI: https://amihan.ir
Description: پوسته اختصاصی شهرداری شاهرود
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: shahrood
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

/*--------------------------------------------------------------
>>> 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.
 */
@font-face {
	font-family: 'IRANSans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('./assets/fonts/IRANSansWeb.eot');
	src: local('IRANSansWeb'),
	url('./assets/fonts/IRANSansWeb.eot?#iefix') format('IRANSansWeb-opentype'),
	url('./assets/fonts/IRANSansWeb.woff2') format('woff2'),
	url('./assets/fonts/IRANSansWeb.woff') format('woff'),
	url('./assets/fonts/IRANSansWeb.ttf') format('truetype');
}
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1; 
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
  margin-top: 15px
}
::-webkit-scrollbar-thumb {
  background: #ffe28d; 
  border-radius:10px
}
::-webkit-scrollbar-thumb:hover {
  background: #ffc000; 
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	margin-bottom:0 !important;
	overflow-x:hidden;
}

/**
 * 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;
	text-decoration:none !important;
}

/**
 * 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,
body,
h1,
h2,
h3,
h4,
h5,
h6,
textarea {
	font-family: 'IRANSans',-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
/* 	font-size: 1rem;
	font-size: 100%; */
	line-height: 1.5;
	margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

/**
 * 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;
}
label {
	    display: inline-block;
    background: #030d51;
    padding: 5px 15px;
    color: #ffc000;
    border-radius: 10px 10px 0px 0px;
}
/**
 * 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: #030d51;
}

a:visited {
	color: #000000;
}

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;
}

/* 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-previous a,
.posts-navigation .nav-previous a,
.post-navigation .nav-previous a,.comment-navigation .nav-next a,
.posts-navigation .nav-next a,
.post-navigation .nav-next a {
	    color: #d7b154;
    border: 1px dashed #030d51;
    padding: 8px;
    border-radius: 10px;
    box-shadow: 0px 0px 9px -2px #030d51 inset, 0px 0px 9px -2px #030d51;
	transition:all 0.4s;
	display:inline-block;
}
.comment-navigation .nav-previous a:hover,
.posts-navigation .nav-previous a:hover,
.post-navigation .nav-previous a:hover,.comment-navigation .nav-next a:hover,
.posts-navigation .nav-next a:hover,
.post-navigation .nav-next a:hover {
	    color: #030d51;
    border: 1px dashed #d7b154;
    padding: 8px;
    border-radius: 10px;
    box-shadow: 0px 0px 9px -2px #d7b154 inset, 0px 0px 9px -2px #d7b154;
	transition:all 0.4s;
}

.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;
}
.nav-item.dropdown.dropdown-mega {
    position: static;
}
.navbar-brand.site-branding img {
	filter: drop-shadow(1px 0px 1px #fff) drop-shadow(-1px 0px 1px #fff) drop-shadow(0px 1px 1px #fff) drop-shadow(0px -1px 1px #fff);
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
    width: 90%;
    top: auto;
    left: 5%;
}

.dropdown-menu.show {
    animation: fadeIn 0.3s alternate;
}

.menu-toggle {
	left: -8px;
    background: rgb(0 4 46 / 65%);
    width: 30px;
    height: 40px;
    border-radius: 0 55px 55px 0px;
    padding-right: 36px;
    border: 1px solid #00020f;
    box-shadow: 0 0 10px #3f58ff;
    top: 8px;
    outline: none;
    -webkit-backdrop-filter: blur(2px);
	backdrop-filter:blur(2px);
}
header#masthead , nav#desktop-menu {
	background: rgb(3 13 81 / 15%);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}
header#masthead{
	z-index: 10;
    position: fixed;
    top: 0;
    width: 100%;
	height:70px;
}
.main-content{
		box-shadow: inset 3px 3px 6px 0 rgb(204,219,232),inset 5px 5px 6px 1px rgba(255,255,255,0.5);
}
.before-title{
	font-size: 2em;
    font-weight: bolder;
}

.menu-toggle::-moz-focus-inner{border: 0;}
.menu-toggle:focus,.menu-toggle:active , .menu-toggle:hover{border: 1px dashed;}
.site-branding a.custom-logo-link {
	width: 150px;
}


.hc-offcanvas-nav.nav-position-right div.nav-container,.hc-offcanvas-nav.nav-position-right.nav-levels-overlap .nav-wrapper {
	box-shadow: 0px 0 15px #dea310, inset 3px 0px 10px #cacaca;
	background: #fdfdfd;
	border-radius: 20px 0 0 20px;
	border-left: 4px solid #fff2b8;
}


ul#menu-pc-menu > li.parent-li {
	padding: 5px;
    border-radius: 10px;
    text-shadow: 1px 0 #000000, -1px 0 #000000, 0 1px #000000, 0 -1px #000000;
    box-shadow: 0px 0px 4px #fff, 0px 0px 8px 2px #000, inset 0px 0px 10px #fff;
    background: rgba(255, 255, 255, 0.2);
}
ul#menu-pc-menu .child-li , ul#menu-pc-menu h3{
text-shadow:0 0;
}
ul#menu-pc-menu > li.parent-li > a {
	color:#ffc000;
	-webkit-backdrop-filter: blur(5px);
	-moz-backdrop-filter: blur(5px);
	-o-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}
ul#menu-pc-menu div.dropdown-menu.mega-content {
	background: rgb(3 13 81 / 44%);
    backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
    padding-bottom: 20px;
    padding-top: 20px;
    margin-right: auto;
}



.after-vid {
	position: absolute;
    width: 100%;
	top:2px;
}

.icons-slider{
	overflow:hidden;
}
.icons-slider .swiper-slide{
	padding:15px;
	width:auto;
	
	
}
.threedshadow {
	text-shadow:0.5px 0.5px 0px #e3e3e3, 1px 1px 0px #d5d5d5, 1.5px 1.5px 0px #dbdbdb, 2px 2px 0px #939393, 0px 1px 4px #656565, -9px -2px 8px #c4c4c4;
	
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 13px;
    border-radius: 0.7em;
    	font-size:140%;
	border-top:2px solid #020d6b;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 16px -8px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset,inset 0px 2px #020d6b;
	background-image:linear-gradient(90deg, #d5a77c 0%, #efbf8f 45%, #7c5231 100%);
}
h1#site-title {
	font-size:1em !important;
}
.vector-before{
	text-align: center;
    padding: 0;
    margin-bottom: -30px;
    overflow: hidden;
    height: 60px;
}
.vector-after{
	text-align: center;
    padding: 0;
    margin-top:-1px;
}
.vector-after img{
	transform: rotate(180deg);
	opacity:0.5;
}
.mob-icon img{
	border-radius: 1em;
    box-shadow: 0px -3px 3px #e1e4ff;
    padding: 5px;
}
.mob-icon{
	text-align:center;
	font-size:80%;
}
.hc-nav-trigger span, .hc-nav-trigger span::before, .hc-nav-trigger span::after{
	background:#ffc000 !important;
}
.eslimi-bg {
		    background-repeat: repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: 100px;
		background-image:url('./assets/img/eslimi.png');
	}
main.site-main{
		padding-top:70px;
	}
	.today-date{
		position: absolute;
    top: 59px;
    left: 0;
    background: rgb(3 13 81 / 56%);
    border-radius: 10px;
    padding: 5px;
    color: #fff;
	}

.video-parent {

	position:fixed;
	will-change:transform;
	transform:translatez(0);
	left:0;
	top:0;
	z-index:0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
	text-align:center;
}
	.purplebg{
		background:#030d51;
	}
	.video-parent::after {
		content: "";
    width: 100%;
    background: linear-gradient(180deg, transparent, #fff 60%);
    position: absolute;
    bottom: -20px;
    height: 60px;
    left: 0;
	}
	a{
		text-decoration:none !important;
	}
		.home-main-content {
			position: relative;
    width: 100%;
    z-index: 1;
    margin-top: 80vh;
			overflow:hidden;
		}

.video-parent video {
    display: inline-block;
    position: relative;
    left: 100%;
    margin-left: -200%;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: center; 
}
	.border-dashed-shadow{
		box-shadow: inset 0 0 2px #000, inset 0 0 10px 2px #030d51, 0 0 8px 2px #030d51;
    border: 5px dashed #030d51;
    border-bottom: 0;
    border-right: 3px dashed;
    border-left: 3px dashed;
	}

.curved-overlay {
left: 0;
    width: 100%;
    height: 100px;}
	.icons-slider .swiper-slide.swiper-slide-active .icons-slider-inner2
	{background: #030d51;
		color:#ffc000;
		transition:all 0.2s ease-in-out;
	}
	
	.icons-slider .swiper-slide.swiper-slide-prev .icons-slider-inner2,.icons-slider .swiper-slide.swiper-slide-next .icons-slider-inner2{background: rgba(255,255,255,0.7);

		transition:all 0.3s ease-in-out;
	}
	.icons-slider .swiper-slide:hover .icons-slider-inner2{

		transition:all 0.6s;
    box-shadow: 0px 0px 0px 5px #ffc000,0px 0px 8px 2px #ffc000, inset 0px 0px 5px #030d51;
		background:#fff;
		color:#ffc000;
		text-shadow:0px 0px 8px;
	}
	.icons-slider .swiper-slide .icons-slider-inner2{

		transition:all 0.3s;
		    text-align: center;
		color:#000;
    background: rgba(255,255,255,0.4);
    padding: 7px 0px 0px 0px;
    border-radius: 20px;
    line-height: 3;
    box-shadow: 0px 0px 0px 5px rgb(3 13 81 / 33%),0px 0px 8px 2px #585858, inset 0px 0px 5px #585858;
    min-width: 140px;
    min-height: 120px;
	}
	.main-h1{
		display:inline-block
	}
	.new-post-list h2{
		display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	}
	.icons-slider {
		position:relative;
		z-index:2;
		margin-bottom:-120px;
	}

	.icons-slider .swiper-slide .icons-slider-inner2 img{
		filter:drop-shadow(3px 0px 1px #fff) drop-shadow(-3px 0px 1px #fff) drop-shadow(0px 3px 1px #fff) drop-shadow(0px -3px 1px #fff) drop-shadow(2px -1px 2px #aaa);
	}
	

.news-slider-new {
    width: 100%;
    height: 320px;
    position: relative;
}
	


.news-slider-new .swiper-slide  {
    position: relative;
    display: flex;
    align-items: flex-end; 
    justify-content: center;
    text-align: center;
}


.news-slider-new .news-slider-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; 
}

.news-slider-new .news-slider-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

	.news-slider-new:hover .gradient-overlay-post{
		background: linear-gradient(to bottom, transparent 10%, rgba(3, 13, 81, 0.8) 70%);
	}

.news-slider-new .gradient-overlay-post {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 60%, rgba(3, 13, 81, 0.8) 120%);
    z-index: 2;
}


.news-slider-new .news-slider-title {
    position: relative;
    z-index: 3; 
    color: white; 
    margin: 0 20px 20px; 
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); 
}
	.news-slider-new .news-slider-title h2{
		font-size:1.5rem;
	}
	.news-slider-new .news-slider-title p.post-excerpt{
		height:0px;
		transition:all 1s;
		visibility:hidden;
		font-size:1rem;
		line-height:2;
	}
	.news-slider-new .news-slider-title p.post-excerpt .date-span {color:#ccc;background:#030d51;border:1px solid #fff;border-radius:10px;border-left: 0px;border-right: 0px;margin-left: 5px;}
	.news-slider-new:hover .news-slider-title p.post-excerpt{
		height:107px;
		visibility:visible;
		transition:all 1s;
	}


.news-slider-new .swiper-pagination {
    position: absolute;
    top: 20px; 
	left:21px;
    z-index: 4; 
    display: flex;
    justify-content: end;
	height: 15px;
}

 .news-slider-new .swiper-pagination-bullet {
    box-shadow: 0px 0px 4px #030d51;
    width: 10px;
    height: 10px;
    border: 2px solid #030d51;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease;
}
	#customModal{
		z-index:999999;
	}
	#customModal .modal-header {
		background: #030d51;
    color: #ffc000;
	}
	#customModal .modal-header .btn-close{
		background: #ffc000;
    opacity: 0.9;
	}
.news-slider-new .swiper-pagination-bullet-active {
    background: #030d51;
}
	.featured-item,	.featured-item .featured-item-image {
		position:relative;
		transition:all 1.3s;
	}
		.featured-item .featured-item-image img {
		width:100%;
	}
	
	.featured-item:hover .featured-item-image {
		position:relative;
		transform:scale(1.3);
		transition:all 1s ease-in-out;
	}
	.featured-item .gradient-overlay-post-list {
		width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(180deg, transparent 45%, #030d51 100%);
	}
	.featured-item h3	{
		position: absolute;
    z-index: 3;
    bottom: 0;
    font-size: 0.8rem;
		font-weight:bolder;
    color: #fff;
		padding-right:10px;
	}
	.top-title{
		background:linear-gradient(90deg, #d5a77c 0%, #efbf8f 45%, #7c5231 100%);
	}  
    
.threedshadow h2{
	font-size:1.5rem !important;
	transition:all 0.6s ease-in-out;
}
.threedshadow a{
	color: #000;
	text-decoration:none;
}
.threedshadow a:hover h2 {
	color:#ffc000;
	text-shadow:0px 0px 8px #ffc000;
	transition:all 0.3s ease-in-out;
} 

.circle-vector{
	text-align:center;
	margin-bottom:-115px;
	z-index:-1;
	position:relative;
}
.whitebg{
	background-color:#fff;
}
.circle-vector img{
	-webkit-animation:spin 20s linear 4;
    -moz-animation:spin 20s linear 4;
    animation:spin 20s linear 4;
}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}
.border-dashed-shadow.gradient{ background:linear-gradient(180deg, #fff 90%, rgb(3 13 81 / 39%) 120%);
}

.shahrood-text{
	filter:drop-shadow(0px 0px 4px #030d51)
}

.home-text{
	    line-height: 2;
    text-align: justify;
    overflow: hidden;
}
.home-text-more:hover {
	background:#ffffff !important;
	box-shadow:inset 0px 0px 10px 3px #030d51;
	color:#030d51 !important;
	transition:all 0.4s;
}
.home-text-more {
	background:#030d51 !important;
	box-shadow:0px 0px 10px 3px #030d51;
	color:#ffc000 !important;
	min-width:150px;
	transition:all 0.4s;
}
.media-gradient{
	background: linear-gradient(360deg, #ffffff 40%, rgba(0,8,68,0.75) 50%);
}
.media-slider {
  position: relative;
  width: 100%;
	padding:10px;
}
.media-slider .swiper-slide {
  position: relative;
  user-select: none;
  border-radius: 20px;
	
}
.media-slider .swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 20px 20px 0px 0px;
}
.media-slider a{
	text-decoration:none;
}
.media-slider .overlay {
  position: relative;
  width: 100%;
	border-radius:20px;
}

.media-slider .overlay h2 {
 font-size:110% !important;
    background: rgba(93, 95, 145, 0.85);
    border-top: 3px solid #ffc000;
    color: #fff;
    border-radius: 0 0 20px 20px;
    width: 100%;
    margin-top: -20px;
	padding:10px;
	box-shadow:0px -3px 8px #000;
	
}
.gozaresh-child h3 {
	font-size: 1.2rem;
    margin-top: auto;
    margin-bottom: auto;
    line-height: 1.7;
}
	.gozaresh-child a {
		box-shadow: inset 0px 0px 6px 1px #030d51;
    border: 2px double #030d51;
    border-width: thick;
	}
.golzaresh {
	max-height: 400px !important;
    overflow: hidden;
    overflow-y: scroll;
}
.new-post-list a{
	color:#000000;
	text-decoration:none;}
.new-post-list a h3{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	font-size: 1rem;
}
.new-post-list a span {
	font-size:0.9rem
}
.new-post-list .post-item{
	border-bottom:1px solid #cccccc
}
.new-post-list img{
	max-height: 90px;
    width: auto;
}
.project-slider {
  width: 95%;
  position: relative;
  max-width: 800px;
  margin: auto;
  background: linear-gradient(180deg, rgb(0 14 110 / 52%), rgb(255 255 255) 30% 60%,transparent 100%);
  box-shadow: 0px 10px 30px rgba(34, 35, 58, 0.9);
  padding: 25px;
  border-radius: 25px;
  height: 400px;
  transition: all 0.3s;
}

.project-slider__item {
  display: flex;
  align-items: center;
  text-align:right;
  direction:ltr;
}

.project-slider__item.swiper-slide-active .project-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}
.project-slider__item.swiper-slide-active .project-slider__content > * {
  opacity: 1;
  transform: none;
}
.project-slider__item.swiper-slide-active .project-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.project-slider__item.swiper-slide-active .project-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.project-slider__item.swiper-slide-active .project-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.project-slider__item.swiper-slide-active .project-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.project-slider__item.swiper-slide-active .project-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.project-slider__item.swiper-slide-active .project-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}

.project-slider__img {
  width: 300px;
  flex-shrink: 0;
  height: 300px;
  background-image: linear-gradient(147deg, #9163ea 0%, #030d51 74%);
  box-shadow: 4px 13px 30px 1px rgb(21 32 184 / 20%);
  border-radius: 20px;
  transform: translateX(-80px);
  overflow: hidden;
}

.project-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.3s;
}
.project-slider__content {
  padding-right: 25px;
}


.project-slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}
.project-slider__code {
  color: #fff;
	text-shadow:0px 0px 3px;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.project-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
}
.project-slider__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}
.project-slider__button {
  display: inline-flex;
  background-image: linear-gradient(147deg, #9163ea 0%, #030d51 74%);
  padding: 15px 35px;
  border-radius: 50px;
  color: #ffffff !important;
  box-shadow: 0px 14px 80px rgb(3 13 81 / 78%);
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}
	.project-slider__button:hover {
		background-image: linear-gradient(90deg, #d5a77c 0%, #efbf8f 45%, #7c5231 100%);
		border:2px solid #030d51;
	}

.project-slider .swiper-container-horizontal > .swiper-pagination-bullets, .project-slider .swiper-pagination-custom, .project-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.project-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}

.project-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}

.project-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}
.project-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #030d51;
  height: 30px;
  box-shadow: 0px 0px 20px rgba(55,6,179,100%);
}
@media screen and (max-width: 992px) {
  .project-slider {
    max-width: 680px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .project-slider {
    min-height: 500px;
    height: auto;
    margin: 180px auto -1px;
    
  }
  .project-slider__item {
    flex-direction: column;
  }
  .project-slider__img {
    transform: translateY(-50%);
    width: 90%;
  }
  .project-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
  .project-slider__pagination {
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .project-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
  .project-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .project-slider {
    height: 350px;
  }
  .project-slider__img {
    height: 270px;
  }
}

@media screen and (max-width: 576px) {
  .project-slider__img {
    width: 95%;
  }
  .project-slider__content {
    padding: 0;
  }
  .project-slider__button {
    width: 100%;
  }
}
	
	
	
@media (max-width: 768px) {
    .video-parent {
        height: 80vh;
    }
	.home-main-content{
		margin-top:55vh;
	}
	
	
	.top-title{
		background:rgba(255,255,255,0.4);
	}

   .video-parent video {
        height: 80vh; 
        width: auto; 
        object-position: center;
    }
}

nav#desktop-menu {
	height:70px !important;
}
@media (max-width: 768px) and (orientation: landscape) {
    .video-parent {
        height: 100vh; 
    }

    .video-parent video {
        height: 100%;
        width: 100%; 
        object-fit: cover; 
        object-position: center;
    }
}
	
	.shahrdar-wrapper {
      width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.shahrdar-main-element {
  
	position: relative;
    margin: 2% !important;
    display: block;
/*     height: 96%; */
    width: 96%;
/*     align-self: center; */
    background: #fff;
    z-index: 1;
}

.shahrdar-border {
  position: absolute;
    top: -50%;
    left: -50%;
    z-index: 0;
    display: block;
    height: 200%;
    width: 200%;
    transform: rotate(-45deg);
    overflow: hidden;
    background: linear-gradient(to right, #fff 20%, #fff 40%, #ECD08C 50%, #ECD08C 55%, #030d51 70%, #fff 100%);
    background-size: 200% auto;
  
  animation: shine 3s linear infinite;
}

/*Begin shimmer code*/

@keyframes shine {
    to {
      background-position: 200% center;
    }
  };	
	
	
	
main.site-main {
	padding-top:60px;
}
.br-20{
		overflow: hidden;
	border-radius:20px;
	}

/* --------blog ------*/
h2.card-header{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1.4rem;
}
.cat-image{
	    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -2;
}
.cat-image::after {
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    background: linear-gradient(180deg, rgb(3 13 81 / 15%), #fff 80% 100%);
    height: 120%;
}

nav.navigation.pagination div.nav-links a.page-numbers {
	background: #030d51;
    padding: 10px;
    color: #ffc000;
    border-radius: 8px;
}
nav.navigation.pagination div.nav-links span.page-numbers.current {
	background: #ffc000;
    padding: 15px;
    color: #030d51;
    border-radius: 8px;
	box-shadow: 0px 0px 16px #ffc000;
}
nav.navigation.pagination div.nav-links{
	width:100%;
	text-align:center;
}



.buttonw {
  position: relative;
  display: inline-block;
  padding: .625em 1.25em;
  color: #f9e589 !important;
  text-decoration: none;
  text-align: center;
  vertical-align: center;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .125em;
  border: none;
  border-radius: .375em;
  text-shadow: 0 .063em 0.125em #000;
  border-top: .031em solid #fadc88;
  border-left: .031em solid #9c7625;
  border-right: .031em solid #9c7625;
  border-bottom: .031em solid #9c7625;
  /*   outline-color: transparent; */
  overflow: hidden;
  z-index: 1;
  transition: all 0.2s ease;
  cursor: pointer;   
}

.buttonw .waves {
  position: absolute;
  width: 100%;
  /* height: 6.250em;
  top: -3.75em; */
  height: 200px;
  top: -60px;
  left: 0;
  background-color: #cfa020;
  box-shadow: inset 0 0 3.125em rgba(0, 0, 0, 0.5);
  z-index: -1;
  transition: .5s;
}

.buttonw .waves::after,
.buttonw .waves::before {
  content: '';
  position: absolute;
  width: 200%;
  height: 200%; 
  top: 0;
  left: 50%;
  transform: translate(-50%, -75%);
}

.buttonw .waves::before {
  border-radius: 45%;
  background: #030d51;
  animation: animate-btn 5s linear infinite;
}

.buttonw .waves::after {
  border-radius: 40%;
  background: rgba(20, 20, 20, 0.5);
  animation: animate-btn 10s linear infinite;
}

.buttonw:hover .waves,
.buttonw:focus .waves,
.buttonw:active .waves{
  /* top: -7.188em; */
  top: -115px;
}

.buttonw:hover,
.buttonw:focus,
.buttonw:active {
  color: #5c4003;
  text-shadow: .063em .063em .188em #ffcc00;
  border: .5px solid #fadc88;
  box-shadow: 0 0 .625em #fafac4,
              0 0 2.5em #fdd832,
              0 0 3.75em #f7b42f;
}

@keyframes animate-btn {
  0% {
    transform: translate(-50%, -70%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -70%) rotate(360deg);
  }
}
.shahrdar-text {
  background-image: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
  background-size: 150%;
  -webkit-background-clip: text;
	margin-bottom:-10px;
	position:relative;
	z-index:1;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 1px rgba(255, 200, 0, .3)) drop-shadow(0.006em 0.006em 0.007em #ffc000) drop-shadow(1px 1px 1px #be8c3c) drop-shadow(#faf0a0 1px 2px 1px) drop-shadow(#ccc 1px 3px 1px);
  animation: MoveBackgroundPosition 6s ease-in-out infinite;
}

@keyframes MoveBackgroundPosition { 
  0% {
      background-position: 0% 50%
  }
  
  50% {
    background-position: 100% 50%
  }
  
  100% {
    background-position: 0% 50%
  }
}
ol.comment-list {
	list-style:disclosure-closed
}
ol.comment-list > li article{
	border-radius: 2em 0em 2em 2em;
  box-shadow: inset 0px 0px 5px #ccc,-1px -4px 0px #f3f3f3,-2px -5px 11px #b7b7b7;
  overflow: hidden;
  padding: 8px;
  margin: 8px;
}
ol.comment-list > li .bypostauthor article{
	border: 2px solid #d3ad93;
  box-shadow: inset 0px 0px 10px #271a11;
}
ol.comment-list > li article .comment-metadata a{
	color:#d1a88d;
	font-size:0.8rem;	
}
ol.comment-list {
	padding-right:1px !important;
	margin-right:1em !important;
}
.comment-list .children{
	position:relative;
}
.comment-list .children:before{
	content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-right: 1px solid #030d51;
    border-bottom: 1px solid #030d51;
    top: 0;
    right: 19px;
    transform-origin: top;
}
.tourism-slide img{
	width:100%;
}
.tourism-slide h3{
position:relative;
	margin-top:-60px;
	text-align:center;
	color:#fff;
	text-shadow:1px 0px 1px #000,-1px 0px 1px #000,0px 1px 1px #000,0px -1px 1px #000,0px 0px 5px #000;
	font-size:1.2rem;
	font-weight:900;
}
footer.site-footer {
	position: relative;
    background: rgba(3,13,81,0.69);
}
footer.site-footer .site-info {
	color:#fff;
}

nav ol.breadcrumb {
	border-radius:0px 0px 20px 0px;
	margin-right:4%;
} 
.yelllowtext {
	color:#ffc000 !important;
	text-shadow:1px 0 1px #030d51,0px 1px 1px #030d51,0 -1px 1px #030d51,-1px 0px 1px #030d51;
}
.hashtag a {
	border: 1px dashed #fff;
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
    box-shadow: 0px 0px 4px #8e9cff, inset 0px 0px 4px #8e9cff;
    color: #eec58a;
    display: inline-block;
    margin: 1px;
}
.gozaresh-child {
	background: linear-gradient(transparent, rgb(3, 13, 81), transparent);
    border-radius: 20px;
    box-shadow: rgb(0, 0, 0) 0px 0px 15px 3px;
}


