@charset "UTF-8";
:root {
--primary-color: #464646;
--secondary-color: #febd02;
--white:#ffffff;
--black:#000000;
--light-black:#4a4a4a;
--gray:#444444;
--dark-gray:#333333;
--hover:#23527c;
--hover-orange:#feb901;
--color1: #383838;
--color2: #fcb908;
--color3:#7e7e80;
--color4:#fcb803;
--color5:#999999;
--color6:#333333;
--color7:#b4b4b4;
--bg-footer:#febf00;
}

.text__primary {
color: var(--primary-color);
}
.text__secondary {
color: var(--secondary-color);
}
.text__black {
color: var(--black);
}
.text__light_black {
color: var(--light-black);
}
.text__white {
color: var(--white);
}
.text__gray {
color: var(--gray);
}
.text__dark_gray {
color: var(--dark-gray);
}
.text__color1 {
color: var(--color1);
}
.text__color2 {
color: var(--color2);
}
.text__color3 {
color: var(--color3);
}
.text__color4 {
color: var(--color4);
}
.text__color5 {
color: var(--color5);
}
.text__color6 {
color: var(--color6);
}
.text__color7 {
color: var(--color7);
}
.text__9 {
font-size: 0.5625em;
}
.text__10 {
font-size: 0.625em;
}
.text__11 {
font-size: 0.6875em;
}
.text__12 {
font-size: 0.75em;
}
.text__13 {
font-size: 0.8125em;
}
.text__14 {
font-size: 0.875em;
}
.text__15 {
font-size: 0.9375em;
}
.text__16 {
font-size: 1em;
}
.text__17 {
font-size: 1.0625em;
}
.text__18 {
font-size: 1.125em;
}
.text__19 {
font-size: 1.1875em;
}
.text__20 {
font-size: 1.25em;
}
.text__22 {
font-size: 1.375em;
}
.text__23 {
font-size: 1.4em;
}
.text__24 {
font-size: 1.5em;
}
.text__25 {
font-size: 1.5625em;
}
.text__26 {
font-size: 1.625em;
}
.text__28 {
font-size: 1.75em;
}
.text__30 {
font-size: 1.875em;
}
.text__32 {
font-size: 2em;
}
.text__34 {
font-size: 2.125em;
}
.text__36 {
font-size: 2.25em;
}
.text__38 {
font-size: 2.375em;
}
.text__40 {
font-size: 2.5em;
}
.text__42 {
font-size: 2.625em;
}
.text__48 {
font-size: 3em;
}
.text__50 {
font-size: 3.125em;
}
.text__black_w {
font-weight: 900;
}
.text__bold {
font-weight: 700;
}
.text__medium {
font-weight: 500;
}
.text__extra_b {
font-weight: 800;
}
.text__regular {
font-weight: 400;
}
.text__light {
font-weight: 300;
}
.text__thin {
font-weight: 100;
}

.line-clamp__1 {
display: -webkit-box !important;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
}
.line-clamp__2 {
display: -webkit-box !important;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.line-clamp__3 {
display: -webkit-box !important;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.line-clamp__4 {
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
}
.line-clamp__5 {
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
overflow: hidden;
}
.line-clamp__6 {
display: -webkit-box;
-webkit-line-clamp: 6;
-webkit-box-orient: vertical;
overflow: hidden;
}
.line-clamp__7 {
display: -webkit-box;
-webkit-line-clamp: 7;
-webkit-box-orient: vertical;
overflow: hidden;
}
.line-clamp__8 {
display: -webkit-box;
-webkit-line-clamp: 8;
-webkit-box-orient: vertical;
overflow: hidden;
}
.line-clamp__9 {
display: -webkit-box;
-webkit-line-clamp: 9;
-webkit-box-orient: vertical;
overflow: hidden;
}

.bg__primary {
background-color: var(--primary-color);
}
.bg__secondary {
background-color: var(--secondary-color);
}
.bg__white {
background-color: var(--white);
}

.cover-link {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 999;
}

.flex__column {
display: flex;
flex-wrap: wrap;
flex-direction: column;
}
.flex__row {
display: flex;
flex-wrap: wrap;
flex-direction: row;
align-items: center;
}
.flex__center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}

.gap__4 {
gap: 4px;
}
.gap__5 {
gap: 5px;
}
.gap__6 {
gap: 6px;
}
.gap__7 {
gap: 7px;
}
.gap__8 {
gap: 8px;
}
.gap__10 {
gap: 10px;
}
.gap__12 {
gap: 12px;
}
.gap__14 {
gap: 14px;
}
.gap__15 {
gap: 15px;
}
.gap__16 {
gap: 16px;
}
.gap__20 {
gap: 20px;
}
.gap__25 {
gap: 25px;
}
.gap__30 {
gap: 30px;
}
.gap__40 {
gap: 40px;
}
.gap__60 {
gap: 60px;
}

.border__radius_5 {
border-radius: 5px;
}
.border__radius_8 {
border-radius: 8px;
}
.border__radius_10 {
border-radius: 10px;
}
.border__radius_15 {
border-radius: 15px;
}
.border__radius_20 {
border-radius: 20px;
}
.border__radius_25 {
border-radius: 25px;
}
.border__radius_30 {
border-radius: 30px;
}

.img-box {
position: relative;
overflow: hidden;
}
.img-box img {
min-width: 100%;
min-height: 100%;
max-width: 100%;
max-height: 100%;
object-fit: cover;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transition: 0.3s;
}

a {
cursor: pointer;
transition: all 0.2s linear;
}

.row-reverse {
flex-direction: row-reverse;
}

body {
font-family: vazir;
}

@media (max-width: 1460.98px) {
.container {
max-width: 80%;
}
}
@media (max-width: 1360.98px) {
.container {
max-width: 85%;
}
}
@media (max-width: 1200.98px) {
.container {
max-width: 90%;
}
}
@media (max-width: 1100.98px) {
.container {
max-width: 95%;
}
}
@media (min-width: 1460px) {
.container {
max-width: 1170px;
}
}
.container {
margin: 0 auto;
}

.img-box img {
transition: 0.5s;
}

@media (max-width: 1080px) {
.text__11 {
font-size: 10px;
}
.text__12 {
font-size: 0.635rem;
font-size: clamp(0.635rem, 0.635rem + 0vw, 0.635rem);
}
.text__13 {
font-size: 0.6875rem;
}
.text__14 {
font-size: 0.75rem;
}
.text__15 {
font-size: 0.8125rem;
}
.text__16 {
font-size: 0.75rem;
font-size: clamp(0.75rem, 0.725rem + 0.125vw, 0.875rem);
}
.text__17 {
font-size: 0.8125rem;
font-size: clamp(0.8125rem, 0.7875rem + 0.125vw, 0.9375rem);
}
.text__18 {
font-size: 0.875rem;
font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
}
.text__19 {
font-size: 0.9375rem;
font-size: clamp(0.9375rem, 0.9125rem + 0.125vw, 1.0625rem);
}
.text__20 {
font-size: 1rem;
font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
}
.text__22 {
font-size: 1.125rem;
font-size: clamp(1.125rem, 1.1rem + 0.125vw, 1.25rem);
}
.text__24 {
font-size: 1.25rem;
font-size: clamp(1.25rem, 1.225rem + 0.125vw, 1.375rem);
}
.text__26 {
font-size: 1.375rem;
font-size: clamp(1.375rem, 1.35rem + 0.125vw, 1.5rem);
}
.text__28 {
font-size: 1.375rem;
font-size: clamp(1.375rem, 1.325rem + 0.25vw, 1.625rem);
}
.text__30 {
font-size: 1.5rem;
font-size: clamp(1.5rem, 1.45rem + 0.25vw, 1.75rem);
}
.text__32 {
font-size: 1.625rem;
font-size: clamp(1.625rem, 1.575rem + 0.25vw, 1.875rem);
}
}
nav#menu-1 {
background: white;
padding: 10px;
}

@media (max-width: 992.98px) {
.sm {
display: none !important;
}
div#mainMenu-trigger {
margin-inline-start: auto;
}
.mburger {
margin-inline-start: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.mburger b {
background-color: var(--color6);
height: 3px;
width: 25px;
border-radius: 8px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.mburger b:not(:last-child) {
margin-bottom: 5px;
}
}
.header__menu, .desktop_megamenu {
height: 100%;
display: flex;
align-items: center;
}

.header__bottom {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}

.color-back {
position: fixed;
left: 0;
top: 0;
width: 0;
height: 100%;
background-color: rgba(0, 0, 0, 0.2);
-webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
z-index: 98;
}

.color-back--open {
width: 100%;
cursor: url("../images/close.png"), auto;
}

.accessibility__btn {
z-index: 700;
width: 60px;
height: 60px;
border-radius: 0px 15px 15px 0px;
background: var(--primary-color);
position: fixed;
left: 0px;
top: calc(50% - 20px);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
color: #efe2d9;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}

.accessibility__btn i {
font-size: 2em;
}

.accessibility__btn:hover {
color: white;
}

.accessibility__btn:hover .accessibility__tooltip {
opacity: 1;
visibility: visible;
}

.accessibility__tooltip {
opacity: 0;
visibility: hidden;
min-width: -webkit-max-content;
min-width: -moz-max-content;
min-width: max-content;
padding: 5px 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 14px;
color: white;
background-color: var(--primary-color);
border-radius: 5px;
position: fixed;
left: 65px;
top: calc(50% - 17px);
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.accessibility__tooltip::after {
content: "";
width: 0;
height: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
position: absolute;
left: -7px;
border-right: 10px solid var(--primary-color);
}

.accessibility__filter-container {
position: fixed;
left: 0;
top: 0;
width: 100vw;
height: 100vh;
z-index: 999;
pointer-events: none;
}

.accessibility__menu {
padding-right: 20px;
padding-left: 20px;
}

.accessibility__menu .text-custom-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.accessibility__menu .text-custom-info .item {
-ms-flex-preferred-size: calc(50% - 7.5px);
flex-basis: calc(50% - 7.5px);
}

.accessibility__menu .text-custom-info .item input {
width: 100%;
margin-top: 5px;
}

.accessibility__menu .font-resize {
border-radius: 5px;
overflow: hidden;
margin-bottom: 15px;
}

.accessibility__menu .font-resize a {
height: 38px;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}

.st-menu-wrap {
padding: 15px 0;
}

.st-menu-wrap h4 {
color: #fff;
font-size: 16px;
font-weight: 400;
border-bottom: 1px solid #434343;
display: block;
padding-bottom: 10px;
}

.p-radio > input[type=radio] + .p-radio-style {
float: right;
}

.p-radio > span:first-child {
margin-left: 0;
margin-right: 10px;
}

.st-menu-area {
background: #1f2024;
padding: 15px;
margin-bottom: 2px;
}

.st-menu-area .st-menu-item {
padding: 3px 0;
}

.st-menu-item .p-radio > span:first-child {
color: #fff;
font-size: 16px;
}

.st-menu-item .p-radio > span:first-child:hover {
color: #ffb20e;
}

.st-menu-hr {
background: #ff3486;
}

.alert .close span {
display: block;
}

.font-resize {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0;
}

.font-resize > button {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: center;
font-size: 1.5em;
color: #fff;
margin-bottom: 0;
border: 1px solid #000;
cursor: pointer;
}

.font-resize > button:hover {
background: #ffb20e;
color: #fff;
}

label.p-radio {
display: block;
cursor: pointer;
margin-bottom: 0 !important;
}

.alert > p {
padding-left: 0;
text-align: justify;
color: #000;
}

.alert > h4 {
text-shadow: 0 2px 0 #fff;
color: #000;
}

.reset-colors {
background: #ff9103;
border-radius: 10px;
padding: 0 5px;
color: #000;
font-size: 14px;
cursor: pointer;
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s;
}

.reset-colors:hover {
background: #444;
color: #fff;
}

.alert .close {
color: #000;
font-weight: 300;
padding: 0 5px;
font-size: 26px;
text-shadow: 0 0 0 #000;
}

.color-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}

.color-box span {
width: 80px;
height: 80px;
background: #000;
border: 2px solid #fff;
-webkit-box-shadow: 1px 1px 1px black;
box-shadow: 1px 1px 1px black;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-transition: all ease-in 0.3s;
transition: all ease-in 0.3s;
-webkit-transition: all ease-in 0.2s;
-moz-transition: all ease-in 0.2s;
-ms-transition: all ease-in 0.2s;
-o-transition: all ease-in 0.2s;
}

.color-box span:hover {
border: 2px solid #ffb20e;
}

.color-box span i {
height: 14px;
}

.color-box span {
position: relative;
cursor: pointer;
}

.color-box span::after,
.color-box span::before {
content: "";
position: absolute;
left: 50%;
width: 50%;
height: 50%;
}

.color-box span.website-color-1 {
background: #16528e;
}

.color-box span.website-color-1::before {
top: 0;
background: #e54b4b;
}

.color-box span.website-color-1::after {
bottom: 0;
background: #0082c8;
}

.color-box span.website-color-2 {
background: #ff7062;
}

.color-box span.website-color-2::before {
top: 0;
background: #a9e2ff;
}

.color-box span.website-color-2::after {
bottom: 0;
background: #32a2ad;
}

.color-box span.website-color-3 {
background: #fff;
}

.color-box span.website-color-3::before {
top: 0;
background: #1f1f1f;
}

.color-box span.website-color-3::after {
bottom: 0;
background: #404042;
}

body.website-color-1 .header-menu {
background: #16528e;
}

body.website-color-1 .box-area .content .portfolio-content h2 a:hover,
body.website-color-1 .list-news .content ul li a:hover,
body.website-color-1 .post-item .post-item-description > h2,
body.website-color-1 .post-item .post-item-description > h2 > a,
body.website-color-1 .post-thumbnail-list .post-thumbnail-entry .post-thumbnail-content a:hover {
color: #004e88;
}

body.website-color-1 .post-item .post-image .post-meta-category {
background-color: #e54b4b;
}

body.website-color-1 #espritmenu ul li:hover,
body.website-color-1 .box-area .title.back-color h2,
body.website-color-1 .ms-tabs .ms-thumb-frame-selected {
background: #e54b4b;
}

body.website-color-1 .box-area #espritmenu ul > li > a::before {
border-top: 5px solid #e54b4b;
}

.svg-wrapper svg g > a:hover path,
body.website-color-1 .svg-wrapper svg a.selected path,
body.website-color-1 .svg-wrapper svg > a:hover path {
border-top: 5px solid #e54b4b;
}

body.website-color-1 .box-area .title,
body.website-color-1 .box-area .title a.link-archive:hover {
border-bottom: 1px solid #0082c8;
}

body.website-color-1 .bazresi-address-phone i,
body.website-color-1 .list-news .content ul li::before,
body.website-color-1 .portfolio-item .portfolio-zoom-icon i {
color: #0082c8;
}

body.website-color-2 .header-menu {
background: #ff7062;
}

body.website-color-2 .box-area .content .portfolio-content h2 a:hover,
body.website-color-2 .list-news .content ul li a:hover,
body.website-color-2 .post-item .post-item-description > h2,
body.website-color-2 .post-item .post-item-description > h2 > a,
body.website-color-2 .post-thumbnail-list .post-thumbnail-entry .post-thumbnail-content a:hover {
color: #ff7062;
}

body.website-color-2 .post-item .post-image .post-meta-category {
background-color: #a9e2ff;
}

body.website-color-2 #espritmenu ul li:hover,
body.website-color-2 .box-area .title.back-color h2,
body.website-color-2 .ms-tabs .ms-thumb-frame-selected {
background: #a9e2ff;
}

body.website-color-2 .box-area #espritmenu ul > li > a::before {
border-top: 5px solid #a9e2ff;
}

.svg-wrapper svg g > a:hover path,
body.website-color-2 .svg-wrapper svg a.selected path,
body.website-color-2 .svg-wrapper svg > a:hover path {
border-top: 5px solid #a9e2ff;
}

body.website-color-2 .box-area .title,
body.website-color-2 .box-area .title a.link-archive:hover {
border-bottom: 1px solid #32a2ad;
}

body.website-color-2 .bazresi-address-phone i,
body.website-color-2 .list-news .content ul li::before,
body.website-color-2 .portfolio-item .portfolio-zoom-icon i {
color: #32a2ad;
}

body.website-color-3 .st-content {
background: #282828;
}

body.website-color-3 #header.header-sticky .header-inner {
background-color: #505050 !important;
}

body.website-color-3 #header[data-transparent=true].header-sticky.sticky-active .header-inner {
background-image: none;
}

body.website-color-3 .sticky-active .logo-bazresi {
background: 0 0;
}

body.website-color-3 .sticky-active .logo-bazresi a > img {
-webkit-filter: brightness(0) invert(1);
filter: brightness(0) invert(1);
}

body.website-color-3 .parallax-container {
background: #39393b url("") !important;
}

body.website-color-3 #footer .footer-content {
background: #1c1c1c url("") no-repeat center center;
}

body.website-color-3 #footer .copyright-content {
background-color: #131313;
}

body.website-color-3 .header-menu {
background-color: #1f1f1f;
}

body.website-color-3 #espritmenu > ul > li > a:hover {
color: fff !important;
}

body.website-color-3 #espritmenu ul > li > a::before {
border-top: 5px solid #fff;
}

body.website-color-3 .services-links {
background: #404042;
}

body.website-color-3 .services-links a {
color: #fff !important;
}

body.website-color-3 #header[data-transparent=true].dark .header-inner {
background-color: #505050;
background-image: none;
}

body.website-color-3 .logo-bazresi {
background: url(../img/header-center-logo-black.png) no-repeat center top;
}

body.website-color-3 #topbar {
border-bottom: 3px solid #4f4f4f;
margin-bottom: 0;
}

body.website-color-3 #header .header-inner #logo a > img {
-webkit-filter: brightness(0) invert(1);
filter: brightness(0) invert(1);
}

body.website-color-3 .box-area .content {
background: #404042;
}

body.website-color-3 .news-slider .card {
background: #404042;
}

body.website-color-3 .main-news-slider.post-sub-site-item .post-item-description h3,
body.website-color-3 .main-news-slider.post-sub-site-item .post-item-description h2,
body.website-color-3 .main-news-slider.post-sub-site-item .post-item-description h2 a,
body.website-color-3 .main-news-slider.post-sub-site-item .post-item-description p {
color: #fff;
}

body.website-color-3 .ms-tabs .ms-thumb-frame {
background-color: #1c1c1c;
color: #fff;
}

body.website-color-3 .ms-tabs.ms-has-thumb .ms-tab-context p {
color: #fff;
}

body.website-color-3 .ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame-selected .ms-thumb-ol {
border-left-color: #1f1f1f;
}

body.website-color-3 .ms-tabs .ms-thumb-frame-selected {
-webkit-box-shadow: 2px 0 0 #1f1f1f inset;
box-shadow: 2px 0 0 #1f1f1f inset;
}

body.website-color-3 .post-item .post-item-wrap {
background-color: #404042;
}

body.website-color-3 .ms-tabs .ms-thumb-frame {
background-color: #1f1f1f;
border: solid -1px #fff;
}

body.website-color-3 .box-area .title a.link-archive {
color: #fff;
}

body.website-color-3 .box-area .title.back-full-color {
background: #404042;
}

body.website-color-3 .box-area .title h2 {
background: #404042;
color: #fff;
}

body.website-color-3 .btn.btn-danger {
background-color: #404042;
border-color: #404042;
}

body.website-color-3 .other-links .item h3 a {
color: #fff;
}

body.website-color-3 .box-area .content .portfolio-content h2 a,
body.website-color-3 .list-news .content ul li a,
body.website-color-3 .post-item .post-item-description > h2,
body.website-color-3 .post-item .post-item-description > h2 > a,
body.website-color-3 .post-thumbnail-list .post-thumbnail-entry .post-thumbnail-content a {
color: #fff;
}

body.website-color-3 .post-item .post-image .post-meta-category {
background-color: #000;
}

body.website-color-3 #espritmenu ul li:hover,
body.website-color-3 .box-area .title.back-color h2,
body.website-color-3 .ms-tabs .ms-thumb-frame-selected {
background: #404042;
}

body.website-color-3 .box-area #espritmenu ul > li > a::before {
border-top: 5px solid #000;
}

.svg-wrapper svg g > a:hover path,
body.website-color-3 .svg-wrapper svg a.selected path,
body.website-color-3 .svg-wrapper svg > a:hover path {
border-top: 5px solid #000;
}

body.website-color-3 .box-area .title,
body.website-color-3 .box-area .title a.link-archive:hover {
border-bottom: 1px solid #000;
}

body.website-color-3 .bazresi-address-phone i,
body.website-color-3 .list-news .content ul li::before,
body.website-color-3 .portfolio-item .portfolio-zoom-icon i {
color: #fff;
}

body.website-color-3 {
background: #fdbe2d;
}

body.website-color-3 {
background: #e83b5d;
}

.st-container,
.st-content,
.st-pusher {
height: 100%;
}

.st-content {
background: #f9f9f9;
}

.st-content,
.st-content-inner {
position: relative;
}

.st-container {
position: relative;
overflow: hidden;
}

.st-pusher {
position: relative;
left: 0;
z-index: 99;
height: 100%;
-webkit-transition: -webkit-transform 0.5s;
transition: -webkit-transform 0.5s;
transition: transform 0.5s;
transition: transform 0.5s, -webkit-transform 0.5s;
}

.st-pusher::after {
position: absolute;
top: 0;
right: 0;
width: 0;
height: 0;
background: rgba(40, 53, 70, 0.4);
content: "";
opacity: 0;
-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
z-index: 999;
}

.st-menu-open .st-pusher::after {
width: 100%;
height: 100%;
opacity: 1;
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s;
}

.st-menu::after {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
background-color: transparent;
content: "";
opacity: 1;
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s;
}

.st-menu-open .st-menu::after {
width: 0;
height: 0;
opacity: 0;
-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.st-effect-1.st-menu {
visibility: visible;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}

.st-effect-1.st-menu-open .st-effect-1.st-menu {
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}

.st-effect-1.st-menu::after {
display: none;
}

.st-effect-4.st-menu-open .st-pusher {
-webkit-transform: translate3d(300px, 0, 0) !important;
transform: translate3d(300px, 0, 0) !important;
cursor: url(../images/close.png), pointer;
}

.st-effect-4.st-menu {
z-index: 1;
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0);
position: fixed;
}

.st-effect-4.st-menu-open .st-effect-4.st-menu {
visibility: visible;
-webkit-transition: -webkit-transform 0.5s;
transition: -webkit-transform 0.5s;
transition: transform 0.5s;
transition: transform 0.5s, -webkit-transform 0.5s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
background: #000;
overflow: auto;
}

.st-effect-4.st-menu::after {
display: none;
}

.no-csstransforms3d .st-pusher,
.no-js .st-pusher {
padding-left: 300px;
}

.modal-xlg {
max-width: 1400px;
}

.modal {
top: 50%;
}

.modal-content {
background-color: transparent;
border: 0 solid rgba(0, 0, 0, 0.2);
}

.modal-backdrop.show {
opacity: 0.9;
}

.modal-open .modal {
height: 100vh;
}

.modal-top-links .card-body a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
background: #fff;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 50px 15px;
}

a.btn {
min-width: 200px;
width: auto;
padding: 18px 0;
/*! position:static; */
/*! top:50%; */
/*! left:50%; */
-webkit-transform: translate(-50%, -50%);
transform: translate(0, 0);
border-radius: 0;
background: #f4f8fb;
background-color: #f4f8fb;
}

.modal-top-links .card-deck {
margin: 0 -15px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}

.modal-top-links .card-deck .card {
margin: 0 0 1rem;
}

.classes_list .button-item {
display: block;
padding: 0.75em;
margin: 0 0 5px;
border-radius: 2px;
-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: -webkit-box-shadow 0.2s ease-out;
transition: -webkit-box-shadow 0.2s ease-out;
transition: box-shadow 0.2s ease-out;
transition: box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
text-decoration: none;
border-bottom: none !important;
font-size: 16px;
background: #f4f8fb;
width: 100%;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}

.classes_list .button-item:hover {
color: white;
background-color: var(--secondary-color);
}

.classes_list .button-item.active {
-webkit-box-shadow: none;
box-shadow: none;
background: var(--secondary-color);
}

body.zones {
-webkit-box-shadow: inset 0 0 0 1px rgba(128, 0, 128, 0.1) !important;
box-shadow: inset 0 0 0 1px rgba(128, 0, 128, 0.1) !important;
}

body.zones:hover {
-webkit-box-shadow: inset 0 0 0 1px purple !important;
box-shadow: inset 0 0 0 1px purple !important;
}

body.zones * {
-webkit-box-shadow: inset 0 0 0 1px rgba(255, 0, 0, 0.1) !important;
box-shadow: inset 0 0 0 1px rgba(255, 0, 0, 0.1) !important;
}

body.zones :hover {
-webkit-box-shadow: inset 0 0 0 1px red !important;
box-shadow: inset 0 0 0 1px red !important;
}

body.zones * + * {
-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 255, 0.1) !important;
box-shadow: inset 0 0 0 1px rgba(0, 0, 255, 0.1) !important;
}

body.zones * + :hover {
-webkit-box-shadow: inset 0 0 0 1px #00f !important;
box-shadow: inset 0 0 0 1px #00f !important;
}

body.zones * + * + * {
-webkit-box-shadow: inset 0 0 0 1px rgba(0, 128, 0, 0.1) !important;
box-shadow: inset 0 0 0 1px rgba(0, 128, 0, 0.1) !important;
}

body.zones * + * + :hover {
-webkit-box-shadow: inset 0 0 0 1px green !important;
box-shadow: inset 0 0 0 1px green !important;
}

body.zones * + * + * + * {
-webkit-box-shadow: inset 0 0 0 1px rgba(128, 0, 128, 0.1) !important;
box-shadow: inset 0 0 0 1px rgba(128, 0, 128, 0.1) !important;
}

body.zones * + * + * + :hover {
-webkit-box-shadow: inset 0 0 0 1px purple !important;
box-shadow: inset 0 0 0 1px purple !important;
}

body.zones * + * + * + * + * {
-webkit-box-shadow: inset 0 0 0 1px rgba(255, 0, 0, 0.1) !important;
box-shadow: inset 0 0 0 1px rgba(255, 0, 0, 0.1) !important;
}

body.zones * + * + * + * + :hover {
-webkit-box-shadow: inset 0 0 0 1px red !important;
box-shadow: inset 0 0 0 1px red !important;
}

body.zones * + * + * + * + * + * {
-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 255, 0.1) !important;
box-shadow: inset 0 0 0 1px rgba(0, 0, 255, 0.1) !important;
}

body.zones * + * + * + * + * + :hover {
-webkit-box-shadow: inset 0 0 0 1px #00f !important;
box-shadow: inset 0 0 0 1px #00f !important;
}

body.zones * + * + * + * + * + * + * {
-webkit-box-shadow: inset 0 0 0 1px rgba(0, 128, 0, 0.1) !important;
box-shadow: inset 0 0 0 1px rgba(0, 128, 0, 0.1) !important;
}

body.zones * + * + * + * + * + * + :hover {
-webkit-box-shadow: inset 0 0 0 1px green !important;
box-shadow: inset 0 0 0 1px green !important;
}

body.grayscale,
body.zones.grayscale {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}

.wrapper.colorblind1,
body.zones.colorblind1 {
-webkit-filter: url(../img/filters.svg#protanopia) grayscale(0) !important;
filter: url(../img/filters.svg#protanopia) grayscale(0) !important;
}

body _:-moz-tree-row(hover),
.wrapper.colorblind1,
body.zones.colorblind1 {
filter: url(../img/filters.svg#protanopia) grayscale(0) !important;
}

.wrapper.colorblind2,
body.zones.colorblind2 {
-webkit-filter: url(../img/filters.svg#protanomaly) grayscale(0) !important;
filter: url(../img/filters.svg#protanomaly) grayscale(0) !important;
}

body _:-moz-tree-row(hover),
.wrapper.colorblind2,
body.zones.colorblind2 {
filter: url(../img/filters.svg#protanomaly) grayscale(0) !important;
}

.wrapper.colorblind3,
body.zones.colorblind3 {
-webkit-filter: url(../img/filters.svg#deuteranopia) grayscale(0) !important;
filter: url(../img/filters.svg#deuteranopia) grayscale(0) !important;
}

body _:-moz-tree-row(hover),
.wrapper.colorblind3,
body.zones.colorblind3 {
filter: url(../img/filters.svg#deuteranopia) grayscale(0) !important;
}

.wrapper.colorblind4,
body.zones.colorblind4 {
-webkit-filter: url(../img/filters.svg#deuteranomaly) grayscale(0) !important;
filter: url(../img/filters.svg#deuteranomaly) grayscale(0) !important;
}

body _:-moz-tree-row(hover),
.wrapper.colorblind4,
body.zones.colorblind4 {
filter: url(../img/filters.svg#deuteranomaly) grayscale(0) !important;
}

.wrapper.colorblind5,
body.zones.colorblind5 {
-webkit-filter: url(../img/filters.svg#tritanopia) grayscale(0) !important;
filter: url(../img/filters.svg#tritanopia) grayscale(0) !important;
}

body _:-moz-tree-row(hover),
.wrapper.colorblind5,
body.zones.colorblind5 {
filter: url(../img/filters.svg#tritanopia) grayscale(0) !important;
}

.wrapper.colorblind6,
body.zones.colorblind6 {
-webkit-filter: url(../img/filters.svg#tritanomaly) grayscale(0) !important;
filter: url(../img/filters.svg#tritanomaly) grayscale(0) !important;
}

body _:-moz-tree-row(hover),
.wrapper.colorblind6,
body.zones.colorblind6 {
filter: url(../img/filters.svg#tritanomaly) grayscale(0) !important;
}

.wrapper.colorblind7,
body.zones.colorblind7 {
-webkit-filter: url(../img/filters.svg#achromatopsia) grayscale(0) !important;
filter: url(../img/filters.svg#achromatopsia) grayscale(0) !important;
}

body _:-moz-tree-row(hover),
body.colorblind7,
body.zones.colorblind7 {
filter: url(../img/filters.svg#achromatopsia) grayscale(0) !important;
}

.wrapper.colorblind8,
body.zones.colorblind8 {
-webkit-filter: url(../img/filters.svg#achromatomaly) grayscale(0) !important;
filter: url(../img/filters.svg#achromatomaly) grayscale(0) !important;
}

body _:-moz-tree-row(hover),
.wrapper.colorblind8,
body.zones.colorblind8 {
filter: url(../img/filters.svg#achromatomaly) grayscale(0) !important;
}

.st-menu .btn-group a.btn {
min-width: auto !important;
left: 0;
top: 0;
font-size: 1.2em;
margin: 0 !important;
}

.st-menu .btn-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}

.news-info-wrap .news-tools li.font-resize a.btn {
min-width: auto;
left: 0;
top: 0;
padding: 6px 12px 3px;
margin: 0 !important;
font-size: 16px;
}

.ostan-menu {
background-color: #00bbda;
height: 30px;
}

.ostan-menu ul li {
list-style: none;
float: right;
border-left: 1px solid #009bb5;
}

.ostan-menu a {
color: #004e88 !important;
}

.ostan-menu ul li a {
display: block;
line-height: 22px;
padding: 4px 10px;
font-weight: 500;
font-size: 13px;
-webkit-transition: margin 0.4s ease, padding 0.4s ease;
transition: margin 0.4s ease, padding 0.4s ease;
}

.ostan-menu ul li::before {
/*! content: ''; */
/*! position: absolute; */
/*! left: 0px; */
/*! top: 50%; */
/*! width: 0px; */
/*! height: 30px; */
/*! background: #00365e; */
/*! transform: translateY(-50%); */
}

.ostan-menu ul li a:hover {
color: #fff !important;
}

.ostan-menu ul li:last-child {
border-left: 0;
}

.search-form .form-control {
color: #fff;
}

.es-search-result strong {
background-color: #47b0de;
padding: 1px;
}

.main-nav:after {
clear: both;
content: " ";
display: block;
height: 0;
font: 0/0 serif;
overflow: hidden;
}

.nav-brand {
float: left;
margin: 0;
}

.nav-brand a {
display: block;
padding: 12px 12px 12px 20px;
color: #555;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 22px;
font-weight: 400;
line-height: 17px;
text-decoration: none;
}

#miz-main-menu {
clear: both;
}

@media (min-width: 992.88px) {
.sm-simple > li > a {
display: flex;
gap: 8px;
align-items: center;
}
}
@media (min-width: 768px) {
#miz-main-menu {
float: right;
clear: none;
}
}
.main-menu-btn {
float: right;
margin: 6px 10px;
position: relative;
display: inline-block;
width: 29px;
height: 29px;
text-indent: 29px;
white-space: nowrap;
overflow: hidden;
cursor: pointer;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.main-menu-btn-icon,
.main-menu-btn-icon:after,
.main-menu-btn-icon:before {
position: absolute;
top: 50%;
left: 2px;
height: 2px;
width: 24px;
background: #555;
-webkit-transition: all 0.25s;
transition: all 0.25s;
}

.main-menu-btn-icon:before {
content: "";
top: -7px;
left: 0;
}

.main-menu-btn-icon:after {
content: "";
top: 7px;
left: 0;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
height: 0;
background: 0 0;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
top: 0;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
top: 0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

#main-menu-state {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
border: 0;
padding: 0;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
}

#main-menu-state:not(:checked) ~ #miz-main-menu {
display: none;
}

#main-menu-state:checked ~ #miz-main-menu {
display: block;
}

@media (min-width: 768px) {
.main-menu-btn {
position: absolute;
top: -99999px;
}
#main-menu-state:not(:checked) ~ #miz-main-menu {
display: block;
}
}
[class*=mm-menu_fx-listitems-] .mainmenu-mobile .mm-listitem:last-child {
background: #fbbc05;
color: #000;
}

.alert-browser-check {
position: fixed;
bottom: 30px;
right: 30px;
color: #fff;
font-size: 21px;
padding: 20px 30px 20px 30px;
}

.alert-browser-check .close {
color: #fff;
left: auto;
right: 0;
opacity: 1;
}

.journals .es-post-dis .es-book-img {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}

#st-trigger-effects button {
position: fixed;
top: 240px;
left: 0;
z-index: 99;
background: 0 0;
border: 0 solid;
background: #ff9f0b;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
padding: 10px;
line-height: 0;
transition: all linear 0.3s;
-webkit-transition: all linear 0.3s;
-moz-transition: all linear 0.3s;
-ms-transition: all linear 0.3s;
-o-transition: all linear 0.3s;
cursor: pointer;
}

#st-trigger-effects button:hover {
padding: 10px 15px;
background: #ff9b00;
}

#st-trigger-effects button i {
font-size: 2em;
}

#menu-1 {
-webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
left: -100%;
}

.menu-1--open {
visibility: visible;
left: 0 !important;
z-index: 99 !important;
top: 0 !important;
-webkit-transform: unset !important;
transform: unset !important;
}

.color-back {
position: fixed;
left: 0;
top: 0;
width: 0;
height: 100%;
background-color: rgba(0, 0, 0, 0.2);
-webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
z-index: 98;
}

.color-back--open {
width: 100%;
cursor: url("../images/close.png"), auto;
}

.text-customize {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
border-radius: 5px;
overflow: hidden;
margin-bottom: 15px;
}

.text-customize button {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
border: 0;
padding: 7px 0;
background-color: #f4f8fb;
font-size: 0.8em;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
font-family: vazir;
text-align: center;
}

.text-customize button:hover {
background-color: var(--secondary-color);
}

.text-customize button[disabled] {
opacity: 0.6;
}

.text-customize button:not(:last-child) {
border-left: 0.5px solid #d4d4d4;
}

.text-custom-info {
font-size: 15px;
color: #fff;
margin-bottom: 10px;
}

.filter-holder {
position: fixed;
left: 0;
top: 0;
z-index: 999;
width: 100vw;
height: 100vh;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.rvfs-decrease,
.rvfs-increase {
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}

.rvfs-decrease:hover,
.rvfs-increase:hover {
background-color: var(--secondary-color);
}

.alert > p {
color: white !important;
}

.alert-info {
color: white;
background-color: var(--secondary-color);
border-color: #e7e7e7;
font-size: 1em;
padding-top: 24px;
position: relative;
}

.alert-info button {
position: absolute;
right: 5px;
top: 5px;
}

.bgcolorbtns {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 10px 0 0 0;
overflow: hidden;
border-radius: 5px;
}

.bgcolorbtndef {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
border: 0;
height: 35px;
border: none;
font-family: vazir;
text-align: center;
}

.bgcolorbtn {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
border: none;
}

.menu-1--open + .accessibility a {
-webkit-transform: translateX(-250px) translateY(-50%);
transform: translateX(-250px) translateY(-50%);
}

@media (max-width: 1369.98px) and (min-width: 1200px) {
.accessibility__btn {
width: 45px;
height: 45px;
font-size: 0.7em;
}
}
@media (max-width: 1199.98px) and (min-width: 992.99px) {
.accessibility__btn {
width: 45px;
height: 45px;
font-size: 0.7em;
}
}
@media (max-width: 992.98px) {
.accessibility__btn {
width: 45px;
height: 45px;
font-size: 0.7em;
}
}

/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/
.sm {
box-sizing: border-box;
position: relative;
z-index: 9999;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sm, .sm ul, .sm li {
display: block;
list-style: none;
margin: 0;
padding: 0;
line-height: normal;
direction: ltr;
text-align: left;
}

.sm-rtl, .sm-rtl ul, .sm-rtl li {
direction: rtl;
text-align: right;
}

.sm > li > h1, .sm > li > h2, .sm > li > h3, .sm > li > h4, .sm > li > h5, .sm > li > h6 {
margin: 0;
padding: 0;
}

.sm ul {
display: none;
}

.sm li, .sm a {
position: relative;
}

.sm a {
display: block;
}

.sm a.disabled {
cursor: default;
}

.sm::after {
content: "";
display: block;
height: 0;
font: 0px/0 serif;
clear: both;
overflow: hidden;
}

.sm *, .sm *::before, .sm *::after {
box-sizing: inherit;
}

.sm-simple.sm-rtl > li:last-child > a {
padding-left: 0;
margin-left: 0;
}

.sm-simple {
background: #f2f5ff;
}

.sm-simple a,
.sm-simple a:hover,
.sm-simple a:focus,
.sm-simple a:active {
color: #000;
text-decoration: none;
}

.sm-simple a.current {
background: #555555;
color: #fff;
}

.sm-simple a.disabled {
color: #cccccc;
}

.sm-simple a .sub-arrow {
position: absolute;
top: 50%;
margin-top: -17px;
left: auto;
right: 4px;
width: 34px;
height: 34px;
overflow: hidden;
font: bold 14px/34px monospace !important;
text-align: center;
text-shadow: none;
background: rgba(0, 0, 0, 0.08);
}

.sm-simple a .sub-arrow::before {
content: "+";
}

.sm-simple a.highlighted .sub-arrow::before {
content: "-";
}

.sm-simple > li:first-child {
border-top: 0;
}

.sm-simple ul {
background: #fff;
}

.sm-simple ul a,
.sm-simple ul a:hover,
.sm-simple ul a:focus,
.sm-simple ul a:active {
font-size: var(--font-size);
}

@media (min-width: 768px) {
/* Switch to desktop layout
-----------------------------------------------
These transform the menu tree from
collapsible to desktop (navbar + dropdowns)
-----------------------------------------------*/
/* start... (it's not recommended editing these rules) */
.sm-simple ul {
position: absolute;
width: 12em;
}
.sm-simple li {
float: left;
}
.sm-simple.sm-rtl li {
float: right;
}
.sm-simple ul li,
.sm-simple.sm-rtl ul li,
.sm-simple.sm-vertical li {
float: none;
}
.sm-simple a {
white-space: nowrap;
}
.sm-simple ul a,
.sm-simple.sm-vertical a {
white-space: normal;
}
.sm-simple .sm-nowrap > li > a,
.sm-simple .sm-nowrap > li > :not(ul) a {
white-space: nowrap;
}
/* ...end */
.sm-simple {
background: transparent;
}
.sm-simple a {
padding: 11px 20px;
}
.sm-simple a,
.sm-simple a:hover,
.sm-simple a:focus,
.sm-simple a:active,
.sm-simple a.highlighted {
padding-right: 0;
padding-left: 20px;
padding-right: 20px;
color: var(--text-color);
}
.sm-simple ul a,
.sm-simple ul a:hover,
.sm-simple ul a:focus,
.sm-simple ul a:active,
.sm-simple ul a.highlighted {
color: #000;
width: 100%;
}
.sm-simple ul a {
padding-right: 10px;
}
.sm-simple ul {
background-color: #fff;
}
.sm-simple > li > a {
background: none !important;
}
.sm-simple > li > a {
display: flex;
align-items: center;
padding-top: 0;
padding-bottom: 0;
margin-inline-start: 0;
margin-inline-end: 0;
font-weight: 500;
color: var(--black) !important;
font-size: 14px;
gap: 4px;
padding: 4px 15px 5px 15px !important;
}
}
@media (min-width: 768px) and (max-width: 1200px) {
.sm-simple > li > a {
padding: 4px 10px 5px 10px !important;
}
}
@media (min-width: 768px) {
.sm-simple > li > a:hover {
color: #919191 !important;
}
.sm-simple li:last-child > a {
border-left: none;
}
.sm-simple a.current {
background: #555555;
color: #fff;
}
.sm-simple a.disabled {
background: #fff;
color: #cccccc;
}
.sm-simple li > a .sm-simple a .sub-arrow {
top: 50%;
margin-top: -8px;
right: 20px;
width: 8px;
height: 16px;
font: 14px/16px monospace !important;
background: transparent;
}
.sm-simple a.highlighted .sub-arrow::before {
content: "+";
}
.sm-simple > li {
border-top: 0;
}
.sm-simple > li:first-child {
border-left: 0;
}
.sm-simple ul {
background: #fff;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.sm-simple ul a {
border: 0 !important;
}
.sm-simple ul a .sub-arrow {
left: 8px;
right: auto;
}
.sm-simple ul > li {
border-left: 0;
border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.sm-simple ul > li:first-child {
border-top: 0;
}
.sm-simple .scroll-up,
.sm-simple .scroll-down {
position: absolute;
display: none;
visibility: hidden;
overflow: hidden;
background: #023047;
height: 20px;
}
.sm-simple .scroll-up-arrow,
.sm-simple .scroll-down-arrow {
position: absolute;
top: -2px;
left: 50%;
margin-left: -8px;
width: 0;
height: 0;
overflow: hidden;
border-width: 8px;
border-style: dashed dashed solid dashed;
border-color: transparent transparent #555555 transparent;
}
.sm-simple .scroll-down-arrow {
top: 6px;
border-style: solid dashed dashed dashed;
border-color: #555555 transparent transparent transparent;
}
.sm-simple.sm-rtl a .sub-arrow {
position: unset;
margin-right: 7px;
}
.sm-simple.sm-rtl.sm-vertical a .sub-arrow {
left: auto;
right: 8px;
}
.sm-simple.sm-rtl > li:last-child {
border-left: 0;
}
.sm-simple.sm-rtl ul a .sub-arrow {
left: auto;
right: 8px;
}
.sm-simple.sm-vertical a .sub-arrow {
left: 8px;
right: auto;
}
.sm-simple.sm-vertical li {
border-left: 0;
}
.sm-simple.sm-vertical > li:first-child {
border-top: 0;
}
}
.sm-simple ul a {
padding-top: 15px;
padding-bottom: 15px;
}


.sm-simple ul {
left: 30px !important;
top: 36px !important;
}

.sm-simple .niafam {
display: inline-block;
font-size: 8px;
vertical-align: middle;
}
.sm-simple .niafam:before {
content: "\e940";
font-family: tpph;
}
.sm-simple .niafam ul li .niafam {
transform: rotate(0);
}

.sm-simple li li .niafam {
transform: rotate(-90deg);
margin-left: auto;
}

.sm-simple.sm-rtl li li .niafam {
transform: rotate(0);
margin-left: 0;
margin-right: auto;
}

.sm-simple > li > a,
.sm-simple li li {
transition: all 0.2s linear;
}

.sm-simple > li > a {
color: black;
}

.sm-simple > li > a.highlighted {
color: var(--secondary-color);
}

.sm-simple li li a {
display: flex;
align-items: center;
justify-content: space-between;
padding-left: 15px;
}

.sm-simple ul {
border-radius: 15px;
}

.sm-simple ul li:first-child {
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}

.sm-simple ul li:last-child {
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
}

.desk_megamenu li,
.desk_megamenu ul li,
.dotsMenu__item {
list-style: none;
}

dotsMenu,
.dotsMenu__text::before {
transform: translateY(-50%);
top: 50%;
}

.header-style .header__menu {
align-items: center;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
}

.header-style .header__menu > a {
text-decoration: none;
}

.header-style .header__menu > a i {
color: #fff;
font-size: 2.1rem;
margin-inline-end: 20px;
}

.header-style .header__menu > a:hover i {
color: #ef5654;
}

.header-style .header__menu .sm-simple > li > a {
color: #fff;
font-size: 16px;
font-weight: 500;
}

.header-style .header__menu .sm-simple > li > a:hover {
text-shadow: 0 3px 15px rgba(33, 85, 205, 0.3);
}

.header-style .header__menu .sm-simple > li ul {
min-width: 14em !important;
}

.header-style .header__menu .sm-simple > li ul li span {
font-family: niafam;
transform: rotate(0);
}

.header-style .bg-white {
background: #fff;
border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #eb1e25;
border-style: solid;
border-width: 117px 0 0 70px;
height: 117px;
position: absolute;
inset-inline-start: 0;
top: 3px;
width: 545px;
}

.highlighted,
.sm-simple li li:hover > a {
color: #184b88 !important;
}

.mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
font-size: 16px;
}

@media (max-width: 992.98px) {
.mm-wrapper_opening .mm-menu_position-bottom .sm,
.mm-wrapper_opening .mm-menu_position-front .sm,
.mm-wrapper_opening .mm-menu_position-top .sm {
display: flex !important;
flex-direction: column;
}
.mm-wrapper_opening .mm-menu_position-bottom .sm li.desk_megamenu-item,
.mm-wrapper_opening .mm-menu_position-front .sm li.desk_megamenu-item,
.mm-wrapper_opening .mm-menu_position-top .sm li.desk_megamenu-item {
align-items: center;
background: #fff;
display: flex;
justify-content: center;
padding: 10px 20px 10px 0;
text-align: center;
width: 100%;
}
.js-mega-desk_megamenu-categories-options ul.mm-listview {
line-height: 46px;
padding-inline-start: 10px;
}
.js-mega-desk_megamenu-categories-options ul.mm-listview a {
font-size: 1.4rem;
}
}
[dir=rtl] .mm-listitem:after {
left: 0;
right: 0;
}

.js-mega-desk_megamenu-category {
color: var(--secondary-color) !important;
font-weight: 700;
line-height: 35px;
}

button.close {
background: rgba(0, 0, 0, 0);
border: none;
}

.st-menu,
.sticky_menu_item p {
background-color: var(--light-gray);
}

.alert.alert-info.fade.show {
border-radius: 5px;
margin-bottom: 15px;
padding: 30px 8px 12px;
}

.st-menu .btn-group a.btn {
border-inline-end: 0.5px solid #d4d4d4;
color: var(--primary-color);
font-family: "Vazir FD";
font-size: 1rem;
text-decoration: none;
width: 33%;
font-family: vazir;
}

@media (max-width: 575px) {
header .container {
padding: 0;
width: 99% !important;
}
}
.desk_megamenu {
align-items: center;
display: flex;
height: 90px;
}

@media (max-width: 992.98px) {
.header-style {
height: 85px;
}
.header-style .logo__img {
height: 78px;
}
.header-style .bottom .col-12,
.header-style .bottom .container {
margin: 0;
padding: 0;
}
.header-style .bottom .mburger b {
background-color: var(--color6);
}
}
.accessibility {
z-index: 9;
position: relative;
}

.accessibility i.niafam-settings-01 {
color: white;
}

.show__icon i {
color: white;
}

@media (max-width: 992.99px) {
.header__top.header-top, .header-bottom__inner {
padding: 0 10px;
}
}
.accessibility__menu {
z-index: 999 !important;
}

@media (max-width: 1850px) {
.header .header-top::before,
.header .header-bottom::before {
right: calc(100% - 8vw);
height: 70px;
}
.header .header-top::after,
.header .header-bottom::after {
left: calc(100% - 8vw);
height: 70px;
}
}
@media only screen and (min-width: 1440px) and (max-width: 1540px) {
.header .header-top::before,
.header .header-bottom::before {
right: calc(100% - 6vw);
}
.header .header-top::after,
.header .header-bottom::after {
left: calc(100% - 6vw);
}
}
@media (max-width: 1366px) {
.header .header-top::before,
.header .header-top::after,
.header .header-bottom::before,
.header .header-bottom::after {
display: none;
}
.link-card__icon img {
width: 54px;
height: 54px;
}
}
@media (max-width: 1365.98px) {
.scroll-nav-item {
width: 30px;
height: 30px;
}
}
#menu-1 .sec {
background-color: var(--light-gray) !important;
}

#menu-1 {
font-family: vazir;
}

#menu-1 .sec button:hover, .button-item:hover {
color: white;
}

div#menu-1 {
z-index: 9999999 !important;
}

[dir=ltr] .sm-simple .sm-nowrap > li > a {
text-align: left;
}
.sm-simple .sm-nowrap > li > a span {
transform: rotate(90deg) !important;
}

div#menu-1 {
background-color: var(--secondary-color);
}
div#menu-1 a, div#menu-1 p, div#menu-1 span, div#menu-1 div {
font-family: iranSans;
font-weight: bold;
}
div#menu-1 a, div#menu-1 span, div#menu-1 div {
color: var(--blue);
}
div#menu-1 .classes_list .button-item {
background-color: white;
}
div#menu-1 .classes_list .button-item:hover,
div#menu-1 .text-customize button:hover {
background-color: white;
color: var(--green);
}
div#menu-1 .text-custom-info {
display: flex;
flex-flow: column wrap;
gap: 10px;
}
div#menu-1 .text-custom-info p {
color: white !important;
}
div#menu-1 .text-custom-info .item {
width: 100%;
}
div#menu-1 .text-custom-info .reset_color button {
background-color: white;
color: black;
font-weight: 700;
font-family: iranSans;
border: none;
padding: 10px;
border-radius: 5px;
}

.st-menu::after {
display: none;
}

@font-face {
font-family: "tpph";
src: url("/uploads/tpph/assets/fonts/tpph.ttf") format("ttf"), url("/uploads/tpph/assets/fonts/tpph.woff") format("woff"), url("/uploads/tpph/assets/fonts/tpph.svg") format("svg");
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^=niafam-], [class*=" niafam-"] {
font-family: "tpph" !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.niafam-link:before {
content: "\e93b";
}

.niafam-call:before {
content: "\e93c";
}

.niafam-email2:before {
content: "\e93d";
}

.niafam-map-1:before {
content: "\e93e";
}

.niafam-calendar_gray .path1:before {
content: "\e933";
color: rgb(69, 69, 69);
}

.niafam-calendar_gray .path2:before {
content: "\e934";
margin-left: -0.875em;
color: rgb(69, 69, 69);
opacity: 0.4;
}

.niafam-calendar_gray .path3:before {
content: "\e935";
margin-left: -0.875em;
color: rgb(69, 69, 69);
}

.niafam-calendar_gray .path4:before {
content: "\e936";
margin-left: -0.875em;
color: rgb(69, 69, 69);
}

.niafam-calendar_gray .path5:before {
content: "\e937";
margin-left: -0.875em;
color: rgb(69, 69, 69);
}

.niafam-calendar_gray .path6:before {
content: "\e938";
margin-left: -0.875em;
color: rgb(69, 69, 69);
}

.niafam-calendar_gray .path7:before {
content: "\e939";
margin-left: -0.875em;
color: rgb(69, 69, 69);
}

.niafam-calendar_gray .path8:before {
content: "\e93a";
margin-left: -0.875em;
color: rgb(69, 69, 69);
}

.niafam-lightning-1 .path1:before {
content: "\e931";
color: rgb(255, 200, 80);
}

.niafam-lightning-1 .path2:before {
content: "\e932";
margin-left: -1em;
color: rgb(255, 219, 99);
opacity: 0.987;
}

.niafam-Soroush:before {
content: "\e92f";
}

.niafam-sign-in:before {
content: "\e930";
}

.niafam-globe:before {
content: "\e92e";
}

.niafam-cross:before {
content: "\e900";
}

.niafam-pie-chart:before {
content: "\e901";
}

.niafam-play-button-arrowhead:before {
content: "\e902";
}

.niafam-film-strip:before {
content: "\e903";
}

.niafam-login-svgrepo-com:before {
content: "\e904";
}

.niafam-aparat:before {
content: "\e905";
}

.niafam-accessibility:before {
content: "\e906";
}

.niafam-add:before {
content: "\e907";
}

.niafam-bale:before {
content: "\e908";
}

.niafam-bisphon:before {
content: "\e909";
}

.niafam-calendar:before {
content: "\e90a";
}

.niafam-down-arrow:before {
content: "\e90b";
}

.niafam-eita:before {
content: "\e90c";
}

.niafam-envelope-2:before {
content: "\e90d";
}

.niafam-envelope:before {
content: "\e90e";
}

.niafam-facebook:before {
content: "\e90f";
}

.niafam-fax:before {
content: "\e910";
}

.niafam-gap:before {
content: "\e911";
}

.niafam-home-page:before {
content: "\e912";
}

.niafam-home:before {
content: "\e913";
}

.niafam-instagram-2:before {
content: "\e914";
}

.niafam-instagram:before {
content: "\e915";
}

.niafam-left-arrow-2:before {
content: "\e916";
}

.niafam-left-arrow:before {
content: "\e917";
}

.niafam-linkedin:before {
content: "\e918";
}

.niafam-minus:before {
content: "\e919";
}

.niafam-phone-02:before {
content: "\e91a";
}

.niafam-phone-03:before {
content: "\e91b";
}

.niafam-phone-call:before {
content: "\e91c";
}

.niafam-photo-camera:before {
content: "\e91d";
}

.niafam-pin:before {
content: "\e91e";
}

.niafam-play-button:before {
content: "\e91f";
}

.niafam-play:before {
content: "\e920";
}

.niafam-right-arrow-2:before {
content: "\e921";
}

.niafam-right-arrow:before {
content: "\e922";
}

.niafam-rss:before {
content: "\e923";
}

.niafam-rubika:before {
content: "\e924";
}

.niafam-search:before {
content: "\e925";
}

.niafam-sitemap:before {
content: "\e926";
}

.niafam-soroush:before {
content: "\e927";
}

.niafam-telegram:before {
content: "\e928";
}

.niafam-time:before {
content: "\e929";
}

.niafam-twitter:before {
content: "\e92a";
}

.niafam-up-arrow-2:before {
content: "\e92b";
}

.niafam-video-camera:before {
content: "\e92c";
}

.niafam-whatsapp:before {
content: "\e92d";
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
position: relative;
}

.flickity-enabled:focus {
outline: 0;
}

.flickity-viewport {
overflow: hidden;
position: relative;
height: 100%;
}

.flickity-slider {
position: absolute;
width: 100%;
height: 100%;
}

.flickity-enabled.is-draggable {
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
cursor: move;
cursor: -webkit-grab;
cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
cursor: -webkit-grabbing;
cursor: grabbing;
}

.flickity-button {
position: absolute;
background: hsla(0, 0%, 100%, 0.75);
border: none;
color: #333;
}

.flickity-button:hover {
background: #fff;
cursor: pointer;
}

.flickity-button:focus {
outline: 0;
box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
opacity: 0.6;
}

.flickity-button:disabled {
opacity: 0.3;
cursor: auto;
pointer-events: none;
}

.flickity-button-icon {
fill: currentColor;
}

.flickity-prev-next-button.previous {
left: 10px;
}

.flickity-prev-next-button.next {
right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
left: auto;
right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
right: auto;
left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
position: absolute;
left: 20%;
top: 20%;
width: 60%;
height: 60%;
}

.flickity-page-dots {
position: absolute;
width: 100%;
bottom: -25px;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
line-height: 1;
}

.flickity-rtl .flickity-page-dots {
direction: rtl;
}

.flickity-page-dots .dot {
display: inline-block;
width: 10px;
height: 10px;
margin: 0 8px;
background: #333;
border-radius: 50%;
opacity: 0.25;
cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
opacity: 1;
}

/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
pointer-events: none;
z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
pointer-events: auto;
z-index: 1;
}

.header {
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100%;
z-index: 99;
padding-top: 15px;
}
.header::after {
content: "";
background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(1, 1, 1, 0) 100%);
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
}
.header .logo {
margin-inline-end: 20px;
height: 67px;
position: relative;
z-index: 9;
}
.header .sm-simple > li > a {
color: var(--white) !important;
font-size: 1em;
gap: 3px;
padding: 0 !important;
margin-inline-end: 15px;
transition: 0.5s;
}
.header .sm-simple > li > a:hover {
color: var(--secondary-color) !important;
}
.header .sm-simple > li > a .niafam:before {
content: "\e917";
transform: rotate(-90deg);
display: flex;
}
.header__center {
z-index: 9;
position: relative;
padding-bottom: 20px;
border-bottom: 1px solid #FFFFFF;
flex: 3;
}
.header__center .links__header {
margin-inline-start: auto;
flex-wrap: wrap;
flex-direction: row-reverse;
gap: 7px;
}
.header__center .links__header_item a {
transition: 0.5s;
}
.header__center .links__header_item a:hover {
color: var(--secondary-color);
}
.header .shoar {
margin-inline-start: 20px;
position: relative;
z-index: 9;
}

#search-popup {
background-color: rgba(26, 26, 37, 0.87);
position: fixed;
width: 100%;
height: 100%;
z-index: 9999;
top: 0;
left: 0;
display: none;
}
#search-popup .search-close-btn {
top: 80px;
position: absolute;
inset-inline-start: 60px;
background-color: transparent;
box-shadow: none;
border: none;
}
#search-popup .search-close-btn .niafam {
color: var(--secondary-color);
font-size: 40px;
}
#search-popup .search-form-wrapper {
width: 60%;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
#search-popup form.search-form {
width: 100%;
justify-content: center;
display: flex;
align-items: center;
max-width: 500px;
position: relative;
}
#search-popup input {
font-family: vazir;
font-size: 16px;
font-weight: 500;
}
#search-popup form.search-form .niafam-search {
background-color: transparent;
color: var(--secondary-color);
position: absolute;
inset-inline-end: 22px;
top: 50%;
transform: translateY(-50%);
}
#search-popup form.search-form .form-control {
background: rgba(255, 255, 255, 0.1);
border: 1px solid var(--secondary-color);
border-radius: 16px;
width: 100%;
height: 45px;
}
#search-popup input[type=search]::-webkit-search-decoration,
#search-popup input[type=search]::-webkit-search-cancel-button,
#search-popup input[type=search]::-webkit-search-results-button,
#search-popup input[type=search]::-webkit-search-results-decoration {
display: none;
}

.header--fixed {
position: fixed;
top: 0;
left: 0;
margin-top: 0;
padding-bottom: 5px;
right: 0;
z-index: 9999;
background-color: #696968;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.header--fixed .header__main .logo {
height: 45px;
width: auto;
}

@media (max-width: 1460px) {
.header .sm-simple > li > a {
font-size: 0.92em !important;
margin-inline-end: 10px !important;
}
.header .time {
font-size: 0.875em;
}
.header .links__header_item .niafam {
font-size: 0.875em;
}
}
@media (max-width: 1360px) {
.header .logo {
margin-inline-end: 10px;
height: 56px;
}
.header .logo img {
height: 56px;
width: fit-content;
}
.header .links__header_item .niafam {
font-size: 0.875em;
}
.header .shoar {
margin-inline-start: 10px;
}
.header .shoar img {
height: 50px;
width: fit-content;
}
}
@media (max-width: 1280px) {
.header .sm-simple > li > a {
font-size: 0.87em !important;
margin-inline-end: 8px !important;
}
.header .time {
font-size: 0.83em;
}
.header .lan {
font-size: 0.87em;
}
.header .links__header_item .niafam {
font-size: 0.83em;
}
}
@media (max-width: 1200px) {
.header .logo {
margin-inline-end: 5px;
height: 48px;
}
.header .logo img {
height: 48px;
width: fit-content;
}
.header .shoar {
margin-inline-start: 5px;
}
.header .shoar img {
height: 40px;
width: fit-content;
}
}
@media (max-width: 1150px) {
.header .sm-simple > li > a {
font-size: 0.82em !important;
}
.header .time {
font-size: 0.82em;
}
.header .lan {
font-size: 0.85em;
}
.header .links__header_item .niafam {
font-size: 0.82em;
}
.time {
display: none;
}
}
@media (max-width: 992.98px) {
.mburger b {
background-color: var(--white);
height: 2px;
}
.header .logo {
margin-inline-end: 10px;
}
.header .shoar {
margin-inline-start: 10px;
}
.header__center {
padding-bottom: 8px;
}
.header .sm-simple > li > a {
font-size: 0.9em !important;
}
.header .time {
font-size: 0.9em;
}
.header .lan {
font-size: 0.9em;
}
.header .links__header_item .niafam {
font-size: 0.9em;
}
}
@media (max-width: 520.98px) {
.mburger b {
background-color: var(--white);
height: 2px;
width: 20px;
}
.header .logo {
margin-inline-end: 5px;
}
.header .shoar {
margin-inline-start: 5px;
}
}
.container {
padding: 0;
}

@media (min-width: 1460px) {
.container {
max-width: 1400px;
}
}
@media (max-width: 1460px) {
.container {
max-width: 95% !important;
}
}
@media (max-width: 1200px) {
.container {
max-width: 98% !important;
}
}
.footer {
position: relative;
padding-top: 40px;
}
.footer::before, .footer::after {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
width: 100%;
height: 100%;
}
.footer::after {
background: linear-gradient(0deg, rgba(26, 54, 87, 0.8), rgba(26, 54, 87, 0.8));
}
.footer::before {
background-image: url("/uploads/tpph/assets/images/subdomain/bg__footer.jpg");
background-size: cover;
background-position: center;
opacity: 0.8;
}
.footer > .container {
align-items: start;
gap: 0 60px;
z-index: 12;
position: relative;
}
@media (max-width: 992.98px) {
.footer > .container {
gap: 0 30px;
}
}
.footer .footer_cel {
padding-inline-start: 10px;
}
@media (max-width: 890.98px) {
.footer .footer_cel:first-child {
width: 100%;
margin-bottom: 24px;
}
.footer .footer_cel:nth-child(3) {
margin-inline-start: 60px;
}
}
@media (max-width: 687.98px) {
.footer .footer_cel:nth-child(3) {
margin-inline-start: 30px;
}
}
@media (max-width: 650.98px) {
.footer .footer_cel:nth-child(3) {
margin-inline-start: 0;
margin-top: 24px;
}
}
.footer .footer_cel .head {
margin-bottom: 15px;
}
.footer .footer_cel .list .contant_us {
margin-bottom: 10px;
line-height: 22px;
}
.footer .footer_cel .list .links {
line-height: 22px;
margin-bottom: 12px;
position: relative;
transition: 0.5s;
}
.footer .footer_cel .list .links:hover {
color: var(--secondary-color);
}
.footer .footer_cel .list .view {
margin-bottom: 15px;
line-height: 22px;
}
.footer .footer_cel:first-child .head {
margin-bottom: 26px;
}
@media (max-width: 992.98px) {
.footer .footer_cel > .flex__row.gap__60 {
gap: 30px;
}
}
@media (max-width: 440.98px) {
.footer .footer_cel > .flex__row.gap__60 {
gap: 10px;
}
}
@media (min-width: 1460px) {
.footer .footer_cel > .flex__row.gap__60 .list {
width: 250px;
}
.footer .footer_cel:first-child {
width: 362px;
}
}
.footer .footer_cel .socialMeida {
margin-top: 20px;
}
.footer .footer_cel .socialMeida_item {
position: relative;
transform: 0.5s;
}
.footer .footer_cel .socialMeida_item:hover {
color: var(--secondary-color);
}
.footer__bottom {
width: 100%;
padding-top: 80px;
padding-bottom: 40px;
position: relative;
}
.footer__bottom .line {
position: absolute;
width: 100%;
height: 2px;
top: 40px;
inset-inline-end: 0;
background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, #ffffff 50%, rgba(255, 255, 255, 0.1) 100%);
border-radius: 100px;
}
.footer__bottom .details {
justify-content: center;
}
.footer .copyRight {
position: relative;
z-index: 12;
height: 71px;
display: flex;
align-items: center;
justify-content: center;
flex-flow: column wrap;
}
.footer .copyRight::before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
width: 100%;
height: 100%;
background-image: url("/uploads/tpph/assets/images/subdomain/copyRight.svg");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.footer .copyRight p, .footer .copyRight a {
z-index: 9;
position: relative;
color: #2A2A2A;
line-height: 22px;
}
.footer .copyRight p {
margin-bottom: 5px;
}

footer a, header a {
text-decoration: none;
transition: all 0.3s linear;
display: inline-block;
}
footer a:hover, header a:hover {
text-decoration: none;
}
footer p, footer h1, footer h2, footer h3, footer h4, footer h5, footer a, footer span, footer div, footer *, header p, header h1, header h2, header h3, header h4, header h5, header a, header span, header div, header * {
text-align: start;
margin: 0;
}
footer *, footer ::after, footer ::before, header *, header ::after, header ::before {
box-sizing: border-box;
}
footer ul, header ul {
list-style: none;
padding-inline-start: 0;
}

body {
text-align: start;
font-family: vazir;
margin: 0;
position: relative;
background-color: #f5f8fd;
}

.inneral-page-2 .content {
box-shadow: rgba(0, 0, 0, 0.125) 0px 1px 5px 0px;
background-color: rgb(255, 255, 255);
min-height: 700px;
height: auto;
padding: 30px;
border-radius: 10px;
}

.inneral-page-2 .penta-links-inneral .items {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.inneral-page-2 .penta-links-inneral .items .item {
flex: 100%;
position: relative;
display: flex;
align-items: center;
justify-content: start;
transition: 0.3s;
margin-bottom: 15px;
background: #FFE081;
border: 1px solid #FFFFFF;
box-shadow: 0px 15px 15px -10px rgba(255, 182, 64, 0.3);
border-radius: 20px;
padding: 5px;
height: 64px;
gap: 15px;
margin-bottom: 15px;
flex-flow: row wrap;
transition: 0.5s;
}
.inneral-page-2 .penta-links-inneral .items .item .img_box {
background: #FFB640;
border: 1px solid #FFFFFF;
border-radius: 15px;
width: 54px;
height: 54px;
display: flex;
align-items: center;
justify-content: center;
}
.inneral-page-2 .penta-links-inneral .items .item .img_box .icons {
width: 15px;
height: 15px;
bottom: 10px;
right: 10px;
position: absolute;
}
.inneral-page-2 .penta-links-inneral .items .item .img_box .icons img {
width: 15px;
height: 15px;
min-width: 15px;
max-width: 15px;
}
.inneral-page-2 .penta-links-inneral .items .item .img_box img {
width: 30px;
height: 30px;
}
.inneral-page-2 .penta-links-inneral .items .item h2 {
width: calc(100% - 54px - 15px);
}
.inneral-page-2 .penta-links-inneral .items .item:hover h2 {
transform: scale(1.02);
font-weight: 600;
}

@media (max-width: 1199.98px) {
.inneral-page-2 .penta-links-inneral .item {
flex: 0 0 100%;
flex-direction: row;
}
}
@media (max-width: 991.98px) {
.inneral-page-2 .penta-links-inneral .item {
flex: 0 0 48%;
}
}
@media (max-width: 767.98px) {
.inneral-page-2 .penta-links-inneral .item:not(:last-child) {
flex-direction: column;
}
}
.quick__access {
background-color: white;
padding: 30px;
border-radius: 20px;
margin-top: 30px;
}
.quick__access h3 {
font-size: 14px;
font-weight: 500;
padding-bottom: 10px;
border-bottom: 2px solid #FFE081;
position: relative;
}
.quick__access h3::before {
content: "";
bottom: -1px;
inset-inline-start: 0;
background: #FFB640;
width: 80px;
height: 2px;
position: absolute;
}
.quick__access .sidebar__cat {
margin-top: 15px;
}
.quick__access .sidebar__cat ul {
padding: 0;
}
.quick__access .sidebar__cat .child__list {
margin-inline-start: 0;
border-inline-start: 1px solid rgb(228, 228, 228);
margin-bottom: 10px;
}
.quick__access .sidebar__cat li {
padding-bottom: 5px;
position: relative;
padding-inline-start: 18px;
text-align: start;
}
.quick__access .sidebar__cat > nav > ul {
display: block !important;
height: 246px;
overflow-y: scroll;
overflow-x: hidden;
margin-inline-end: 0 !important;
padding-inline-end: 0 !important;
padding-block-start: 0 !important;
}
.quick__access .sidebar__cat > nav > ul::-webkit-scrollbar-thumb, .quick__access .sidebar__cat > nav > ul::-webkit-scrollbar-track, .quick__access .sidebar__cat > nav > ul::-webkit-scrollbar {
background-color: transparent;
color: transparent;
}
.quick__access .sidebar__cat > nav > ul > li {
margin-bottom: 10px;
padding-inline-start: 0;
}
.quick__access .sidebar__cat > nav > ul > li img {
margin-inline-end: 3px;
}
.quick__access .sidebar__cat > nav > ul > li a {
font-size: 14px;
font-weight: 500;
color: black;
transition: 0.3s;
}
.quick__access .sidebar__cat > nav > ul > li a:hover {
color: #556477;
}
.quick__access .sidebar__cat > nav > ul > li ul {
padding-bottom: 10px;
}
.quick__access .sidebar__cat > nav > ul > li ul li {
margin-bottom: 5px;
padding-inline-start: 5px !important;
}
.quick__access .sidebar__cat > nav > ul > li ul li a {
padding-inline-start: 8px;
font-weight: 400;
transition: 0.3s;
}
.quick__access .sidebar__cat > nav > ul > li ul li::before {
content: "";
width: 13px;
height: 2px;
background-color: rgb(200, 200, 200);
position: absolute;
inset-inline-start: 0px;
top: 10px;
transition: 0.3s;
}
.quick__access .sidebar__cat > nav > ul > li ul li:after {
content: "";
width: 6px;
height: 6px;
background-color: rgb(200, 200, 200);
position: absolute;
inset-inline-start: -3px;
top: 8px;
border-radius: 50%;
transition: 0.3s;
}
.quick__access .sidebar__cat > nav > ul > li ul li:hover a {
color: #556477;
}
.quick__access .sidebar__cat > nav > ul > li ul li:hover::before, .quick__access .sidebar__cat > nav > ul > li ul li:hover:after {
background-color: var(--yellow);
}

.inneral-page-2 .sidebar .tab {
background-color: white;
padding: 5px 5px 30px 5px;
margin-top: 15px;
}
.inneral-page-2 .sidebar .tab .sec__tab__list {
padding: 10px;
background: #F5F5F5;
display: flex;
align-items: center;
gap: 5px;
margin-bottom: 15px;
border-radius: 15px;
}
.inneral-page-2 .sidebar .tab .sec__tab__list li {
width: calc(50% - 3px);
background-color: white;
opacity: 0.8;
display: flex;
align-items: center;
justify-content: center;
height: 34px;
border-radius: 10px;
transition: 0.3s;
}
.inneral-page-2 .sidebar .tab .sec__tab__list li a {
text-decoration: none;
color: #000;
}
.inneral-page-2 .sidebar .tab .sec__tab__list li:hover {
background: #FFD148;
opacity: 1;
}
.inneral-page-2 .sidebar .tab .sec__tab__list .active {
background: #FFD148;
opacity: 1;
}
.inneral-page-2 .sidebar .tab .sec__tab__content {
padding: 0 15px;
}
.inneral-page-2 .sidebar .tab .sec__tab__content .sec__tab__pane {
display: none;
margin-bottom: 10px;
justify-content: start;
align-items: center;
}
.inneral-page-2 .sidebar .tab .sec__tab__content .sec__tab__pane_item {
position: relative;
}
.inneral-page-2 .sidebar .tab .sec__tab__content .sec__tab__pane_item p {
transition: 0.3s;
}
.inneral-page-2 .sidebar .tab .sec__tab__content .sec__tab__pane_item .first_line {
width: 3px;
height: 3px;
background-color: #000;
border-radius: 50%;
transition: 0.3s;
}
.inneral-page-2 .sidebar .tab .sec__tab__content .sec__tab__pane_item .last_line {
width: 9px;
height: 3px;
background-color: #000;
margin-inline-start: 1px;
margin-inline-end: 5px;
transition: 0.3s;
}
.inneral-page-2 .sidebar .tab .sec__tab__content .sec__tab__pane_item:hover p {
font-weight: 600;
}
.inneral-page-2 .sidebar .tab .sec__tab__content .sec__tab__pane.show {
display: block;
}

body .niafam, [class^=niafam-], [class*=" niafam-"] {
font-family: "tpph" !important;
}

.inneral-page-2 .parent_content {
justify-content: space-between;
align-items: start;
gap: 30px;
}

.inneral-page-2 .content {
width: calc(100% - 300px - 30px);
background: #FFFFFF;
box-shadow: 0px 15px 60px -10px rgba(0, 46, 99, 0.1);
border-radius: 20px;
padding: 15px;
}
.inneral-page-2 .content .breadcrumb-area {
background: #F5F5F5;
border-radius: 10px;
padding: 12px 20px;
}
.inneral-page-2 .content .breadcrumb-area .container {
display: flex;
align-items: center;
justify-content: start;
}
.inneral-page-2 .content .breadcrumb-area ul {
margin: 0;
padding: 0;
margin-inline-start: 15px;
}
.inneral-page-2 .content .breadcrumb-area ul li {
font-size: 12px;
font-weight: 400;
}
.inneral-page-2 .content .breadcrumb-area ul li:not(.inneral-page-2 .content .breadcrumb-area ul li:first-child)::before {
padding: 0;
color: #000;
content: "\e948";
font-family: "tpph";
transform: rotate(-180deg);
display: inline-flex;
font-size: 12px;
margin-inline-end: 6px;
margin-inline-start: 4px;
}

.inneral-page-2 {
padding-top: 30px;
}

.inneral-page-2 .sidebar {
width: 30%;
max-width: 300px;
}

@media (max-width: 1200px) {
.inneral-page-2 .parent_content {
gap: 15px;
}
.inneral-page-2 .content {
width: calc(100% - 270px - 15px);
}
.inneral-page-2 .sidebar {
max-width: 270px;
}
}
@media (max-width: 1080px) {
.inneral-page-2 .parent_content {
gap: 10px;
}
.inneral-page-2 .content {
width: calc(100% - 240px - 10px);
}
.inneral-page-2 .sidebar {
max-width: 240px;
}
}
@media (max-width: 768px) {
.inneral-page-2 .parent_content {
gap: 30px;
}
.inneral-page-2 .content {
flex: 100%;
max-width: 100%;
}
.inneral-page-2 .sidebar {
flex: 100%;
max-width: 100%;
margin-top: 40px;
}
}
footer {
padding: 0;
background-color: transparent;
}

i.niafam {
font-family: tpph !important;
}
.mburger b:nth-of-type(1) {
bottom: 2px !important;
}

@media (min-width: 200.98px) {
.mburger b:not(:last-child) {
margin-bottom: 4px !important;
}
}
.item__style .img_box {
position: relative;
width: 75px;
height: 75px;
}

.item__style .img_box .icons img {
position: absolute;
object-fit: cover;
min-width: 100%;
min-height: 100%;
max-height: 100%;
max-width: 100%;
margin-bottom: 0;
left: 0;
top: 0;
transform: translate(0, 0);
}

.inneral-page-2 {
padding-bottom: 30px;
}

.access ul li a {
text-decoration: none;
}
.access ul li a:hover {
color: var(--primary-color);
font-weight: 500;
}

.access ul li {
margin-bottom: 16px;
}

.footer {
margin-top: 50px;
}

.news-tools ul {
list-style: none;
padding: 0;
}

.news-tools ul a {
text-decoration: none;
color: var(--primary-color);
}

.news-info-wrap ul {
padding: 0;
}

.news-info-wrap .row {
display: flex;
align-items: center;
}

.img-fluid {
border-radius: 10px;
}

.inneral-page-2 .parent_content {
margin-top: 30px;
}

.es-archive-list a {
background: #ffd148;
border-radius: 10px;
}

.es-archive-list a:hover {
background: #eabc33;
font-weight: 600;
}

.header::after {
content: "";
background: #333333;
}

.inner-page-wrapper {
margin-top: 116px;
}

*, body * {
/*font-family: vazir;*/
}

.header__center.flex__row {
border-bottom: none;
padding-bottom: 0;
}

.breadcrumb-container {
box-shadow: rgba(0, 0, 0, 0.1) 2px 3px 5px;
background: rgb(255, 255, 255);
border-style: solid;
border-color: rgb(255, 171, 34);
border-radius: 8px;
transition: transform 0.25s;
margin-bottom: 30px;
}

.news-info-wrap.check_page {
margin-bottom: 16px;
}

.news-info-wrap.check_page .news-info li {
border-inline-end: 1px solid rgba(128, 128, 128, 0.7098039216);
padding-inline-end: 5px;
}

.news-info-wrap.check_page .news-info li:last-child {
border: none;
}

.news-tools li a {
box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
position: relative;
background: rgba(255, 255, 255, 0.5);
border-radius: 20px;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
}

.news-tools li a:hover {
background-color: var(--secondary-color);
}

.news-head h6 {
font-size: 1.04em;
margin-bottom: 5px;
color: #23527c;
}

.news-head h2 {
font-size: 1.2em;
line-height: 34px;
margin-bottom: 20px;
}

.news-lead {
line-height: 30px;
font-size: 1em;
margin-bottom: 20px;
}

.news-img #photo-face-tag {
max-width: 650px;
float: left;
margin-inline-start: 20px;
}

div#photo-face-tag img {
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
border: 1px solid var(--secondary-color);
}

button.btn-shorturl-wrap {
background: var(--secondary-color);
text-align: center;
font-weight: bold;
}

button.btn-shorturl-wrap:hover {
background-color: var(--bg-footer);
}

input#shorturlitem {
border: none;
}

.es-news-tags ul li a {
padding: 10px 15px;
background: #b4b4b4;
font-size: 14px;
border-radius: 10px;
text-decoration: none;
display: block;
color: #fefefe;
transition: 0.4s;
}

.es-news-tags ul li a:hover {
background: var(--secondary-color);
color: white;
}

button.submit-button {
width: fit-content;
border-radius: 10px;
background: var(--secondary-color);
padding: 0 10px;
}

button.submit-button:hover {
background-color: var(--bg-footer);
}

.review-area {
border-top: none;
}
.news-info ul {
display: flex;
flex-flow: row wrap;
}
@media (max-width:1260px){
.news-img #photo-face-tag {
max-width: 450px;
}
}
@media (max-width:992px){
.news-img #photo-face-tag {
max-width: 100%;
float: none;
margin-inline-start: 0;
margin-bottom:20px;
}
.news-img #photo-face-tag img {
height: 300px;
min-width: 100%;
max-width: 100%;
object-fit: cover;
}
.news-head h2 {
font-size: 1em;
line-height: 26px;
}
.news-head h6 {
font-size: 0.94em;
}
}
.noUi-value.noUi-value-horizontal.noUi-value-large {
margin-top: 10px;
}
.niafam-accessibility__item label {
margin-bottom: 6px;
}
.container.container__style.container__sidebar {
display: flex;
flex-flow: row wrap;
align-items: start;
justify-content: space-between;
}
aside.sidebar.inner_page_sidebar {
width: 29%;
}
.main__box {
width: 69%;
}
@media (max-width:992px){
aside.sidebar.inner_page_sidebar ,.main__box {
width: 100%;
}
aside.sidebar.inner_page_sidebar{order: 3;}
.main__box {margin-bottom: 30px;}
}
.inner_page_sidebar {
  position: sticky;
  top: 24px;
}

.last__news {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
}
.head__sidebar {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.head__sidebar h4 {
  padding: 6px 12px;
  border-radius: 8px;
  color: var(--primary-color);
}

.head__sidebar a {
  transition: color .25s ease;
}

.head__sidebar a:hover {
  color: #003366;
}

.last__news__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* Item */
.last__news__list_item {
  position: relative;
  padding: 12px 12px 12px 8px;
  border-radius: 12px;
  background: #f9f9fc;
  transition: all .3s ease;
  overflow: hidden;
}

.last__news__list_item::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: #003366;
  opacity: 0;
  transition: opacity .3s ease;
}

.last__news__list_item:hover {
  background: #f1f4fb;
  transform: translateY(-2px);
}

.last__news__list_item:hover::before {
  opacity: 1;
}

/* clickable overlay */
.last__news__list_item .cover-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}

/* Date */
.last__news__list_item .date {
  margin-bottom: 6px;
  align-items: center;
}

.last__news__list_item .date i {
  opacity: .7;
}

/* Title */
.last__news__list_item p {
  line-height: 1.6;
  transition: color .25s ease;
}

.last__news__list_item:hover p {
  color: #003366;
}

/* Mobile */
@media (max-width: 992px) {
  .inner_page_sidebar {
    position: static;
  }
}
form.es-form-horizontal.es-form-simple.es-commenting-form {
    background: white;
    padding: 12px;
    border-radius: 12px;
    box-shadow: 0 5px 13px rgba(0, 0, 0, 0.05);
}
.product-reviews-inner.es-col-12 {
    padding: 0;
}
body,.wrapper{background-color: white;}