/*
Theme Name: mz
Text Domain: محمد حسین لطفیان
Version: 2.7
Tested up to: 6.0
Requires at least: 4.7
Requires PHP: 5.2.4
Description: یک قالب پیشرفته برای شرکت شیلتون
Tags: شیلتون
Author: محمد حسین لطفیان
Author URI: #
Theme URI: #
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: 0;
}
@font-face{font-family:'iransans';
    src:url('fonts/IRANSansWeb.ttf') format('truetype'), url('fonts/IRANSansWeb.woff') format('woff');}
body {
    direction: rtl;
    font-size: 14px;
    text-align: right;
    color: #303030;
    line-height: 30px;
    font-family: 'iransans';
    overflow-x: hidden;
}
.element-section {
    background: #f7eee5;
}
.box-slider-mobile{
	display: none;
	width:100%;
	direction: ltr;
}
html[lang="en-GB"] body {
    text-align: left !important;
}
html[lang="en-GB"] body p {
    text-align: left !important;
}
html[lang="en-GB"] body h4,
html[lang="en-GB"] body span{
    direction: ltr;
}
html[lang="en-GB"] .check-content{
    direction: ltr;
    margin: 0;
}
html[lang="en-GB"] .check-content i{
    margin-right: 8px;
}
img {
    border: 0;
}
a{
    transition: all .2s ease-in-out;
    text-decoration: none;
}
.container {
    max-width: 1366px;
    margin: auto;
    width: 100%;
}
/* .header::before{
    width: 100%;
    display: flex;
    background: #000000;
    height: 30px;
    content: '';
    z-index: -1;
} */
.header {
    width: 100%;
    background: var(--bak-head-color);
    position: sticky;
    z-index: 1000;
    top: 0;
    transition: .9s;
}
.header::after{
    width: 100%;
    display: flex;
    background: #e31e24;
    height: 10px;
    content: '';
    position: absolute;
    z-index: -1;
}
.box-slider .owl-stage-outer{
	border-bottom: 1px solid #8888;
}
.top-menu{
    display: flex;
    background: var(--opt-top-menu-color);
}
.top-menu .menu-left {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.phone-topmenu .fab.fa-whatsapp{
    font-weight: 700;
}
.border-topmenu {
    padding: 0 0 0 15px;
    margin: 9px 0 9px 9px;
    border-left: 1px solid #ffffff;
}
.top-menu .menu-left .mail-topmenu {
    display: flex;
    color: #ffffff;
}
.top-menu .menu-left i span{
    padding-left: 7px;
}
.top-menu .menu-left .phone-topmenu{
    display: flex;
    align-items: center;
    color: #ffffff;
}
.divheader{
    display: flex;
    width: 100%;
    align-items: center;
}
.header-right {
}
.header-left {
    margin-right: auto;
}
.logo {
    text-align: right;
    padding: 22px 0;
}
.header .logo img {
    position: absolute;
    max-width: 125px;
    top: -14px;
    height: auto;
}
.hide{
    transform: translateY(-130%);
}
.show{
    transform: translateY(0);
    transition: .5s;
    display: block;
    -webkit-box-shadow: 0 0 4px #999;
    box-shadow: 0 0 4px #999;
}
.main-menu {
}
.main-menu .menu{
    display: flex;
    align-items: center;
}
.main-menu > ul > li {
    position: relative;
    list-style: none;
}
.main-menu > ul > li:hover::after {
    position: absolute;
    width: 100%;
    display: flex;
    background: #ffffff;
    height: 10px;
    content: '';
    transition: all .2s ease-in-out;
}
.main-menu ul li ul {
    position: absolute;
    width: 250px;
    background: #ffffff;
    top: 141px;
    right: 0;
    box-shadow: 0 1px 6px #e6e6e6;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
    z-index: 999;
    overflow: hidden;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.main-menu ul li ul li {
    list-style: none;
}
.main-menu ul li ul li a {
    padding: 2px 15px;
    display: block;
    font-weight: normal;
    color: #000000;
    font-size: 13px;
    border-bottom: 1px solid #e9e9e9;
}
.main-menu  ul  li  a {
    padding: 25px 22px;
    display: inline-block;
    font-size: 15px;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    /* margin: 10px 0 0 5px; */
}
.main-menu ul li ul li a:hover {
    background: #e31e24;
    color: #ffffff;
}
.main-menu ul li a:hover{
    color: #e31e24;
}
.main-menu > ul > li:hover ul {
    opacity: 1;
    visibility: visible;
    top: 90px;
}
.menu li {
    list-style: none;
}
.menu {
}
/************slider**********/
.box-slider {
    width: 100%;
    direction: ltr;
    /*margin-bottom: 20px;*/
}
.owl-carousel .owl-item img{
    height: auto;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded{
    height: auto;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 33%;
    font-size: 60px;
    padding: 15px !important;
    opacity: 0.4;
    color: #8b8b8b;
    display: none;
}
.owl-carousel .owl-item img {
    max-width: 100% !important;
}
.owl-carousel .owl-nav button.owl-next {
    right: 0;
}
.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}
.related-post .owl-carousel .owl-nav button.owl-next, .related-post .owl-carousel .owl-nav button.owl-prev{
    display: none;
}
.owl-theme .owl-dots .owl-dot {
    display: none;
}
.owl-theme .owl-nav{
    margin-top: 0 !important;
}
.owl-carousel.owl-drag .owl-item{
    height: auto !important;
}
/***********خط جدا کننده*********/
.line-down-slider{
    width: 100%;
    height: 0.5px;
    background: #eee;
    margin: 16px 0 0;
}
.line-down-slider-bottom{
    margin-bottom: 16px;
    margin-top: 0;
}
.line {
    width: 100%;
    height: 1px;
    background: #eee;
    margin: 35px 0;
}
/******************************************منوی تصویری وسط صفحه********************************************/
.menu-bac{
    display: flex;
    background: var(--opt-color-menu-bac);
    width: 100%;
}
.box-menu {
    display: block;
    width: 100%;
    margin-top: 15px;
}
.product-img-menu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.menu-box-title i{
    margin-left: 10px;
    font-size: 18px;
}
.menu-box-title-en i {
    margin-right: 10px;
    font-size: 18px;
}
.box-title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}
.box-title-en{
    float: left;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}
.img-link {
    position: relative;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 1rem;
    box-sizing: border-box;
}
.img-link:nth-child(1) {
    flex: 0 0 18.33%;
    width: 18.33%;
}
.img-link:nth-child(2) {
    flex: 0 0 18.33%;
    width: 18.33%;
}
.img-link:nth-child(3) {
    flex: 0 0 18.33%;
    width: 18.33%;
}
.img-link:nth-child(4) {
    flex: 0 0 18.33%;
    width: 18.33%;
}
.img-link:nth-child(5) {
    flex: 0 0 18.33%;
    width: 18.33%;
}
.img-link:nth-child(6) {
    flex: 0 0 18.33%;
    width: 18.33%;
}
.img-link:nth-child(1):hover, .img-link:nth-child(2):hover, .img-link:nth-child(3):hover, .img-link:nth-child(4):hover, .img-link:nth-child(5):hover, .img-link:nth-child(6):hover{
    opacity: 0.5;
}
.product-img-menu .img-link img{
    border-radius: 10px;
    vertical-align: middle;
}
.img_tutyre{
    width: 100%;
    height: auto;
}
/********************************************************/
.about .image-about {
    width: 65%;
    border-radius: 20px;
    box-shadow: -4px 4px 12px rgba(0, 0, 0, 0.1);
}
.aboutus-box {
    background: #fff;
    border-radius: 20px;
    width: 50%;
    position: absolute;
    right: 0;
    top: 50px;
    bottom: 50px;
    height: fit-content;
    margin: auto;
    z-index: 1;
    padding: 35px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    text-align: right;
    transition: 400ms;
}
.aboutus-box:hover{
    transform: translate(0,-4px);
}
.aboutus-box .about-box-title {
    font-family: IRANSans,sans-serif;
    font-size: 22px;
    margin: 0 0 20px 0;
    font-weight: bold;
    line-height: normal;
    display: block;
}
.aboutus-box .about-box-text {
    font-size: 15px;
    line-height: 27px;
    text-align: justify;
    font-weight: normal;
    margin: 0;
    display: block;
}
.about{
    width: 100%;
    text-align: left;
    position: relative;
}
.about img.image-about{
    transition: 400ms;
    width: 65%;
    border-radius: 20px;
    -webkit-box-shadow: -4px 4px 12px  rgba(0, 0, 0, 0.1);
    -moz-box-shadow:-4px 4px 12px  rgba(0, 0, 0, 0.1);
    box-shadow: -4px 4px 12px rgba(0, 0, 0, 0.1);
}
.about img.image-about:hover{
    transform: translate(0,-4px);
}
.aboutus-box{
    background: #fff;
    border-radius: 20px;
    width: 50%;
    position: absolute;
    right: 0;
    top: 50px;
    bottom: 50px;
    height: fit-content;
    margin: auto;
    z-index: 1;
    padding: 35px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    text-align: right;
}
.aboutus-box .about-box-title{
    font-family: IRANSans,sans-serif;
    font-size: 22px;
    margin:0 0 20px 0;
    font-weight: bold;
    line-height: normal;
    display: block;
}
.aboutus-box .about-box-text{
    font-size: 15px;
    line-height: 27px;
    text-align: justify;
    font-weight: normal;
    margin: 0;
    display: block;
}
.bg-brown{
    background: #866e4f!important;
}
.about.text-right {
    text-align: right!important;
}
.about.text-right .aboutus-box{
    left: 0;
    right: auto;
}
/************************about us************************/
.section-about{
    display: flex;
    background: var(--opt-color-section-about-bac);
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}
.about-us-box {
    margin-top: 15px;
    border-radius: 15px;
    display: flex;
    width: 100%;
    background: var(--opt-color-box-about-us);
    /* box-shadow: 0 0 17px 0 rgb(187 178 178 / 73%) !important; */
}
.about-us-box-lr {
    display: flex;
    flex-direction: row;
    align-content: space-between;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 50%;
}
.about-us-right {
    display: flex;
}
.about-us-right-en p{
    direction: ltr;
}
.about-box {
    width: 100%;
    display: flex;
    text-align: justify;
    align-items: flex-start;
    flex-direction: column;
}
.section-pdf{
    width: 50%;
    margin-top: 15px;
}
.section-pdf-en{
    width: 50%;
    margin-top: 15px;
}
.section-pdf-en h4{
    font-size: 18px;
    margin-right: 78px;
    display: flex;
    flex-direction: row-reverse;
}
.section-pdf-en h4 span i{
    margin-right: 10px;
}
.section-pdf h4 {
    font-size: 18px;
    margin-right: 78px;
}
.section-pdf h4 span i{
    margin-left: 10px;
}
.box-pdf {
    display: flex;
    flex-direction: row;
    margin-top: 15px;
    margin-bottom: 15px;
    justify-content: space-evenly;
}
.box-pdf h4{
    margin: 0 0 24px 0;
}
.box-pdf .pdf {
    margin: 0 10px;
    display: flex;
    margin-top: 15px;
    width: 18%;
    justify-content: center;
}
.box-pdf .pdf a {
	width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.box-pdf .pdf a img {
    max-width: 100%;
    height: auto;
    border-radius: 7px;
    transition: all .2s ease-in-out;
    border: 2px solid #c9bebe;
}
.box-pdf .pdf a img:hover{
    opacity: 0.5;
}
.box-pdf .pdf .title-pdf {
    font-size: 13px;
    font-weight: 700;
    color: #656565;
    border-bottom: 2px solid #c9bebe;
    width: 100%;
    display: block;
    padding: 10px 0;
}
.box_arsh {
    display: flex;
    flex-direction: column;
    margin: 0 0 24px 0;
}
.box_arsh i{
    margin-left: 10px;
    font-size: 18px;
}
.about-box-en{
    direction: ltr;
}
.box_arsh-en i{
    margin-right: 10px;
    font-size: 18px;
}
.box_arsh-en{
    width: 100%;
    margin: 0 0 24px 0;
}
.box_arsh-en h1 span{
    float: left;
    direction: rtl !important;
}
html[lang="en-GB"] .section-pdf-en span, html[lang="en-GB"] .section-pdf-en h4{
    direction: rtl !important;
}
.about-us-left {
    width: 44%;
    display: flex;
    justify-content: center;
}
.img-about {
    display: flex;
    width: 70%;
    flex-direction: column;
    align-items: center;
}
.tag-a-about {
    float: none;
    text-align: center;
    display: block;
}
.tag-a-about a:hover{
    background: #d7060d;
}
.img-about img {
    width: 100%;
    height: auto;
}
.about-more {
    text-align: left;
    width: 100%;
    margin-top: 16px;
}
.about-more-en{
    text-align: right;
    width: 100%;
    margin-top: 16px;
}
.about-more-en a {
    color: var(--opt-main-color);
}
.about-more a {
    color: var(--opt-main-color);
}
/************************************************/
.video {
    box-shadow: 0 0 6px 0 #131213;
    display: grid;
    justify-content: center;
    position: relative;
    background-color: var(--opt-main-color);
    background-image: url("img/back.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.video p {
    text-align: center;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    margin-top: 26px;
}
.video-box {
    justify-content: center;
    margin: 30px 0;
    border: 20px solid #ecf0f1;
    border-radius: 14px;
    background: #ffff;
}
.video-element {
    justify-content: center;
    width: 600px;
    height: 400px;
    border-radius: 14px;
}
.onvan-video p {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
/*********start tv*********/
.section-tv {
    display: flex;
    background: var(--opt-color-section-tv-bac);
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}
.tv {
    background: var(--opt-color-tv-bac);
    display: flex;
    border-radius: 15px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
    padding: 15px;
    /*box-shadow: 0px 0px 17px 0px rgb(187 178 178 / 73%) !important;*/
    flex-direction: column;
}
.tv .tv-head {
    display: flex;
    width: 100%;
    /*border-bottom: 2px solid #d5d5d5;*/
    padding-bottom: 10px;
    justify-content: space-between;
    align-items: center;
}
.tv .tv-head-en {
    display: flex;
    width: 100%;
    /* border-bottom: 2px solid #d5d5d5; */
    padding-bottom: 10px;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}
.tv .tv-head .tv-title {
}
.tv .tv-head .tv-title h2 {
    color: #FFFFFF;
    font-size: 23px;
}
.tv .tv-head-en .tv-title h2 {
    color: #FFFFFF;
    font-size: 23px;
}
.tv .tv-head .tv-title h5 {
    font-size: 15px;
    color: #5d5d5d78;
}
.tv .tv-head-en .tv-title h5 {
    font-size: 15px;
    color: #5d5d5d78;
}
/*.tv .tv-head .tv-link {*/
/*    margin-top: 5px;*/
/*}*/
/*.tv .tv-head .tv-link a {*/
/*    border: 2px solid var(--opt-main-color);*/
/*    color: var(--opt-main-color);*/
/*    text-decoration: none;*/
/*    padding: 5px 15px;*/
/*    display: inline-block;*/
/*    border-radius: 5px;*/
/*}*/
.tv .tv-link {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
}
.tv .tv-link a {
    position: absolute;
    color: #ffffff;
    margin-top: 10px;
    left: 36px;
}
.tv .tv-head .tv-link a:hover {
    background: #d7060d;
    color: #fff;
}
.box-tv {
    display: flex;
    width: 100%;
    margin-top: 25px;
}
.box-tv .tv-right {
    width: 50%;
}
.box-tv .tv-right .first-post {
    position: relative;
    /*box-shadow: 0 2px 16px 2px #d3d3d3;*/
    border-radius: 12px;
    height: auto;
}
.box-tv .tv-right .first-post figure{
    text-align: center;
}
.box-tv .tv-right .first-post figure img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}
.box-tv .tv-right .first-post figure > i {
    position: absolute;
    top: 41%;
    left: 44%;
    font-size: 90px;
    color: #fff;
    opacity: 0.9;
    transition: all .2s ease-in-out;
}
.box-tv .tv-right .first-post:hover figure > i {
    font-size: 100px;
    top: 40%;
    left: 43%;
}
.box-tv .tv-right .first-post figure span {
    position: absolute;
    left: 0;
    top: 0;
    background: #00000036;
    padding: 3px 10px 0;
    color: #ccc;
    margin: 7px;
    border-radius: 18px;
}
.box-tv .tv-right .first-post figure span i{
    margin-right: 5px;
}
.box-tv .tv-left {
    display: flex;
    width: 50%;
    direction: ltr;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.tv-left .other-post {
    height: auto;
    width: 42%;
    text-align: center;
}
.box-tv .tv-left .other-post figure span {
    position: absolute;
    left: 0;
    top: 0;
    background: #00000036;
    padding: 3px 10px 0;
    color: #ccc;
    margin: 7px;
    border-radius: 18px;
    font-size: 10px;
}
.box-tv .tv-left .other-post figure span i{
    margin-right: 5px;
}
.tv-left .other-post:hover figure > i {
    color: #e74c3c;
}
.tv-left .other-post a {
    position: relative;
    text-decoration: none;
    background: #161616;
    display: inline-block;
    border-radius: 12px;
    overflow: hidden;
    /* box-shadow: 0px 2px 16px 2px #d3d3d3; */
}
.tv-left .other-post a figure {
    line-height: 25px;
}
.tv-left .other-post a figure img {
    width: 100%;
    height: auto;
}
.tv-left .other-post a figure > i {
    position: absolute;
    top: 34%;
    left: 46%;
    font-size: 34px;
    color: #fff;
    opacity: 0.9;
    transition: all .2s ease-in-out;
}
.tv-left .other-post a figure h2 {
    font-size: 13px;
    text-align: center;
    color: #ffffff;
    padding: 0 9px 7px;
}
.more-tv {
    width: 100%;
}
.more-tv a {
    background: var(--opt-main-color);
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    font-weight: bold;
    margin-right: 38px;
}
.more-tv a:hover {
    background: #d7060d;
}
/***************************************************************************************/
/****************************************footer*****************************************/
.menu-top-footer {
    display: flex;
    background-color: var(--opt-color-menu-top-footer);
    width: 100%;
    height: 53px;
    padding: 9px;
}
.search-box {
    display: flex;
    width: 100%;
    margin-top: 50px;
}
.search-box input[type='text'] {
    width: 36%;
    height: 34px;
    border-radius: 10px;
    font-family: 'iransans';
    padding: 0 15px 0 15px;
}
html[lang="en-GB"] .search-box input[type='text'] {
    direction: ltr;
    padding-left: 80px;
}
.search-box button {
    height: 34.5px;
    width: 70px;
    color: #fff;
    background-color: var(--opt-main-color);
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    cursor: pointer;
    margin-right: -70px;
    transition: all .2s ease-in-out;
}
.search-box form{
    display: flex;
    width: 100%;
    justify-content: center;
}
.search-box button:hover{
    color: var(--opt-main-color);
    background-color: #fff;
    border: 1px solid var(--opt-main-color);
}
.text-top-footer {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 4px;
}
.box-footer-asl {
    width: 100%;
    display: table;
    background: var(--opt-color-bac-footer);
}
.box-footer{

}
.box-footer .info-box {
    margin-top: 40px;
    margin-bottom: 64px;
    border-radius: 15px;
    border: 1px solid #ffffff;
    display: flex;
    width: 100%;
    justify-content: space-around;
    background-color: var(--opt-color-info-box);
    padding: 18px;
}
.info-box p{
    color: white;
	font-size: 12px;
}
.tell , .location , .majazi {
    display: flex;
}
.tell i, .location i, .majazi i {
    color: var(--opt-main-color);
    display: flex;
    align-items: center;
    font-size: 40px;
}
.text-tell , .text-location , .text-majazi{
    display: flex;
    flex-direction: column;
    margin-right: 15px;
    margin-top: 10px;
    color: var(--opt-color-text-info-box);
}
.text-tell .text-top , .text-location .text-top , .text-majazi .text-top {
    line-height: 1.3;
    font-weight: bold;
}
.text-tell .text-bottom , .text-location .text-bottom , .text-majazi .text-bottom {

    font-size: 12px;
}
.box-footer .menu-footer {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 56px;
    padding-bottom: 12px;
}
.box-footer .menu-footer ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.box-footer .menu-footer ul li {
    margin-right: 74px;
    padding: 12px 20px;
    display: flex;
}
.box-footer .menu-footer ul li a {
    color: var(--opt-color-text-footer);
    font-weight: bold;
}
.box-bottom-footer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}
.box-bottom-footer .footer-about {
    display: flex;
    width: 60%;
    flex-direction: column;
    text-align: justify;
}
.box-bottom-footer .footer-about a {
    color: #000000;
    font-weight: bold;
    font-size: 13px;
    line-height: 3;
}
.box-bottom-footer .footer-about .footer-about-hed {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 15px;
}
.box-bottom-footer .map-loc {
    font-weight: bold;
    font-size: 20px;
    display: flex;
    width: 30%;
}
/************************************************************************************************************************/
/*************single*************/
.single-asli {
    background: #f7eee5;
    width: 100%;
    display: flex;
    padding-bottom: 50px;
}
.single-page {
    display: flex;
    width: 100%;
    background: #f7eee5;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}
.single-asli .main-page-single-product .post-thumbnail figure {
    height: 540px;
}
.single-asli .main-page-single-product .post-thumbnail figure img {
    width: auto;
    height: 80%;
    border-radius: 10px;
    border: 1px solid #d3d3d3;
}
.single-page .main-single .post-single .post-thumbnail figure{
    display: flex;
    justify-content: center;
}
.main-single {
    display: flex;
    width: 70%;
    flex-direction: column;
}
.post-single {
    display: flex;
    width: 100%;
    border-radius: 4px;
    padding: 15px;
    flex-direction: column;
}
.post-single > header {
    margin-bottom: 20px;
    width: 100%;
}
.post-single > header h1 {
    padding: 10px 10px 20px;
    font-size: 24px;
    margin-bottom: 10px;
}
.post-single .post-meta {
    display: flex;
    margin-left: 25px;
    font-size: 13.5px;
    color: #8f8f8f;
    align-items: center;
    flex-wrap: wrap;
}
.post-single .post-meta i {
    margin-left: 5px;
}
.post-single .post-meta a {
    color: #8f8f8f;
    text-decoration: none;
}
.post-single .post-thumbnail {
    margin-bottom: 30px;
}
.post-single .post-thumbnail img {
    max-width: 60%;
    height: auto;
    border: 1px solid #efefef;
    border-radius: 20px;
}
.post-single .content-single {
    font-size: 18px;
    line-height: 35px;
    padding: 10px;
    text-align: justify;
    overflow: hidden;
}
.post-single .content-single img {
    max-width: 100%;
}
.related-bac{
    display: flex;
    background: var(--opt-color-section-related-bac);
    width: 100%;
}
.related-post {
    display: flex;
    width: 100%;
    background: var(--opt-color-related-post-index);
    /* border: 1px solid #dddddd; */
    padding: 0 15px 15px;
    border-radius: 10px;
    flex-direction: column;
    margin: 10px 0;
}
.related-post .related-head{
    font-size: 15px;
    /*border-bottom: 1px solid #dddddd;*/
    padding: 15px;
}
.content-main-box {
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    background: #fff;
}
.content-main-title {
    padding: 25px;
    border-bottom: 1px solid #dddddd;
}
.row {
    width: 100%;
    background: #ffffff;
}
.post-box {
    border-radius: 10px;
    overflow: hidden;
    flex-direction: column;
    max-width: 24%;
    box-shadow: 0 0 11px -1px #dddddd;
    margin-right: 20px;
    margin-top: 20px;
}
.post-box:hover {
    margin-top: 15px ;
    transition: all .2s ease-in-out;
}
.post-image img {
    width: 100%;
}
.post-entry {
    padding: 10px;
    margin-bottom: 12px;
}
.category span {
    font-size: 12px;
}
.entry-title a {
    text-decoration: none;
    font-size: 18px;
    color: #303030;
}
.post-excerpt {
    padding: 10px;
    width: 100%;
    font-size: 12px;
}
.post-more {
    width: 100%;
    text-align: center;
}
.post-more a {
    text-decoration: none;
    padding: 10px 9px;
    background: #f1f2f6;
    display: block;
    color: #303030;
}
.post-more a:hover {
    background: var(--opt-main-color);
    color: #fff;
}
.col-12 {
    float: revert;
}
/*****************article slider*****************/
.article-slider {
    width: 100%;
    direction: ltr;
    margin-top: 25px;
}
.box-article {
    border-radius: 10px;
    overflow: hidden;
    /* border: 1px solid #ccc; */
}
.box-article img {
    max-width: 100%;
    height: auto;
    border: 1px solid #d3d3d3;
}
.box-article h2 {
    font-size: 12px;
    text-align: center;
    padding: 15px 10px;
    height: auto;
    background: #d9dada;
}
.box-article h2 a{
    text-decoration: none;
    color: #313131;
    font-weight: bolder;
    display: block;
}
.box-article:hover .btn-more a{
    background: var(--opt-main-color);
    color: #fff;
}
.box-article p {
    color: #777;
    padding: 0 12px;
}
.box-article .btn-more{

}
.box-article .btn-more a {
    background: #ecf0f1;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #8b8b8b;
    padding: 4px;
    margin-top: 20px;
}
#multi_slider:hover .owl-nav button.owl-next , #multi_slider:hover .owl-nav button.owl-prev {
    visibility: visible;
    opacity:1;
}
#related_slider_product:hover .owl-nav button.owl-next , #related_slider_product:hover .owl-nav button.owl-prev , #single_related_slider:hover .owl-nav button.owl-next , #single_related_slider:hover .owl-nav button.owl-prev , #page_index_slider:hover .owl-nav button.owl-next , #page_index_slider:hover .owl-nav button.owl-prev , #related_slider:hover .owl-nav button.owl-next , #related_slider:hover .owl-nav button.owl-prev {
    visibility: visible;
    opacity:1;
}
.article-slider .owl-carousel .owl-nav button.owl-next {
    right: -40px;
}
.article-slider .owl-carousel .owl-nav button.owl-prev {
    left: -40px;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: var(--opt-main-color) !important;
    width: 20px !important;
    transition: all .4s ease-in-out;
}
/******************************************************************************/
.check {
    column-count: 2;
}
.check-box h6 {
    font-size: 16px;
    margin: 18px 12px;
}
.check-content i {
    font-size: 11px;
    margin-left: 8px;
    color: var(--opt-main-color);
}
.check-content span {
    font-size: 12px;
}
.check-content{
    margin-right: 16px;
}
html[lang="en-GB"] .check-box{
    display: none;
}
.check-box-en{
    display: none;
	padding-left: 10px;
}
/*********************EN************************/
html[lang="en-GB"] .check-box-en{
    display: inline-block;
}
/****************************************************************************/
.sidebar {
    display: flex;
    width: 27%;
    margin: 30px 0;
    flex-direction: column;
}
.single-widget {
    width: 100%;
    background: #fff7ef;
    border: 1px solid #e5e5e5;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    margin-bottom: 25px;
    overflow: hidden;
}
.single-widget img{
    max-width: 100%;
    width: 100%;
}
.single-widget h4 {
    /* border-bottom: 1px solid var(--opt-main-color); */
    padding: 7.5px 15px;
    font-size: 16px;
    /* margin-bottom: 10px; */
    background-color: #ffba00;
}
.single-widget ul li {
    list-style: none;
    padding: 7px 0;
    border-bottom: 1px solid #eee;
}
.single-widget ul li:last-child {
    border-bottom:none;
}
.single-widget ul li a {
    text-decoration: none;
    color: #464749;
    padding: 0 15px;
}
.single-widget ul li a:hover {
    padding-right: 18px;
    color: var(--opt-main-color);
}
.single-widget input[type="text"],.single-widget input[type="email"],.single-widget input[type="password"],.single-widget input[type="tell"] {
    width: 100%;
    outline: 0;
    padding: 11px 10px;
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: 0 0 7px #e9efe9 inset;
    box-shadow: 0 0 7px #e9efe9 inset;
    border-radius: 2px;
    -webkit-appearance: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-family: 'iransans';
    margin-top: 10px;
}
.single-widget input[type="submit"] {
    background-color: var(--opt-main-color);
    border-radius: 5px;
    padding: 5px 17px;
    margin-top: 10px;
    line-height: 27px;
    display: inline-block;
    /* -webkit-transition: all .2s ease-in-out; */
    transition: all .2s ease-in-out;
    color: #fff;
    font-family: 'iransans';
    font-size: 15px;
    cursor: pointer;

}
.single-widget select {
    border: 1px solid #ddd;
    padding:5px;
}
.single-widget .searchform label.screen-reader-text {
    display: none;
}
.category-post .box-article {
    width: 31%;
    margin-left: 15px;
    margin-bottom: 20px;
}
.pagination {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
.pagination a {
    text-decoration: none;
    background: #ecf0f1;
    padding: 8px 20px;
    border-radius: 8px;
    color: #2c3e50;
    margin: 0 4px;
}
.pagination a:hover {
    background: var(--opt-main-color);
    color: #fff;
}
.pagination span.current {
    color: #fff;
    background: var(--opt-main-color);
    padding: 8px 20px;
    border-radius: 8px;
}
/*******************review-item******************/
.review-item {
    transition: 400ms;
    display: flex;
    width: 100%;
    background: #dddddd;
    padding: 25px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    position: relative;
}
.review-item-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 150px;
    flex-shrink: 0;
    text-align: center;
}
.review-item .review-item-head img {
    transition: 400ms;
    border-radius: 20px;
    width: 100%;
    border: 5px solid #f1f1f1;
}
.review-item:hover .review-item-head img{
    transform: translate(0,-4px);
}
.review-item:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.review-item .review-item-head h5 {
    justify-content: center;
    display: flex;
    margin-top: 10px;
}
.review-item .review-item-head span {
    display: flex;
    justify-content: center;
}
.review-item p {
    line-height: 54px;
    padding: 12px 30px;
    text-align: center;
}
.float-right {
    float: right!important;
}
.ml-3, .mx-3 {
    margin-left: 1rem!important;
}
.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.bottom-article {
    background: var(--opt-color-article-bac);
    display: flex;
    width: 100%;
}
.bottom-article .article-box {
    display: flex;
    width: 100%;
}
.bottom-article .article-box .head-article {
    display: flex;
    width: 100%;
    padding: 10px;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: auto;
}
.bottom-article .article-box .head-article-en {
    display: flex;
    width: 100%;
    padding: 10px;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: auto;
    direction: ltr;
}
.bottom-article .article-box .head-article span {
    /*color: var(--opt-main-color);*/
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    margin-top: auto;
}
.bottom-article .article-box .head-article-en span {
    /*color: var(--opt-main-color);*/
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    margin-top: auto;
}
.bottom-article .article-box .head-article a {
    padding: 6px;
    border: 2px solid var(--opt-main-color);
    border-radius: 5px;
    color: var(--opt-main-color);
}
.bottom-article .article-box .head-article-en a {
    padding: 6px;
    border: 2px solid var(--opt-main-color);
    border-radius: 5px;
    color: var(--opt-main-color);
}
.bottom-article .article-box .head-article a:hover{
    color: #fff;
    background-color: var(--opt-main-color);
}
.bottom-article .article-box .head-article-en a:hover{
    color: #fff;
    background-color: var(--opt-main-color);
}
.item-article {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}
.item-article .box-item-article {
    background-color: var(--opt-color-related);
    /* box-shadow: 0 2px 16px 2px #d3d3d3; */
    display: flex;
    width: 30%;
    overflow: hidden;
    margin-bottom: 30px;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
.item-article .box-item-article img {
    max-width: 100%;
    height: auto;
    border-top-right-radius: 70px;
    transition: all .2s ease-in;
}
.item-article .box-item-article img:hover{
    opacity: 0.5;
}
.item-article .box-item-article .content-article h3 {
    background: #ffba00;
    padding: 0 15px 0 0;
    margin: 8px 0 10px;
}
.item-article .box-item-article .content-article p {
    color: #ffffff;
    padding: 0 15px 0 14px;
    text-align: justify;
}
.item-article .box-item-article .content-article h3 a{
    color: #313131;
}
.item-article .box-item-article .content-article span {
    text-align: justify;
    display: inline-block;
    padding: 0 10px 0 10px;
    font-size: 12px;
    line-height: 25px;
}
.item-article .box-item-article .content-article .a-article {
    text-align: left;
    width: 100%;
    /* background-color: #ecf0f1; */
    border-radius: 8px;
    color: #ffffff;
    margin-top: 14px;
    padding: 20px;
    font-weight: bold;
}
.btn-more-article {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
.btn-more-article a {
    position: absolute;
    color: #ffffff;
    top: 10px;
    left: 49px;
}
.content-article {
    display: flex;
    width: 100%;
    flex-direction: column;
}
/*********************************************همبرگر منو********************************************/
#hamberger {
    cursor: pointer;
    display: none;
}
#hamberger i {
    font-size: 26px;
    padding: 20px;
    color: var(--opt-main-color);
}
.navigation {
    background: #23282d;
    width: 300px;
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    z-index: 999;
    padding: 60px 20px 20px;
    display: none;
}
.navigation ul{
    width: 100%;
}
.navigation ul li {
    position: relative;
    margin: 15px 0;
    display: block;
}
.navigation ul li i {
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    padding: 5px;
}
.navigation ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
.navigation ul li ul {
    background: #42464a;
    padding: 3px 0;
    margin-top: 10px;
    display: none;
}
.navigation ul li ul li {
    margin: 6px;
}
.navigation ul li ul li a {
    color: #ddd;
    padding: 10px 12px;
    display: block;
    font-size: 14px;
}
.parallax-image-section {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}
.parallax-image-section .rellax {
    width: 100vmax;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    pointer-events: none;
}
/***************************************************/
/****************coment******************************/
.comment-box h3{
    margin: 15px 14px 5px 0;
}
.commentlist {
    margin: 20px 30px 15px 0;
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 1em 0;
    box-shadow: 0 0 6px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 6px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
}
.commentlist .comment-author{
    display: flex;
    align-items: center;
}
.commentlist .comment-body .comment-meta a{
    color: #aaaaaa;
}
.commentlist .comment-body .comment-meta .comment-edit-link {
    font-size: 12px;
    color: #ffffff;
    background: #e31e24;
    padding: 4px 8px;
    border-radius: 5px;
    border: 1px solid #e31e24;
}
.commentlist .comment-body .comment-meta .comment-edit-link:hover{
    color: #e31e24;
    background: #ffffff;
}
.commentlist .comment-body .reply{
    margin: 20px 0;
    font-size: 12px;
}
.commentlist .comment-body .reply a {
    color: #ffffff;
    background: #e31e24;
    padding: 0 8px;
    border-radius: 5px;
    border: 1px solid #e31e24;
}
.commentlist .comment-body .reply a:hover{
    color: #e31e24;
    background: #ffffff;
}
.commentlist .comment, .commentlist .comment-body{
    margin-right: 14px;
}
.commentlist .comment-author cite {
    margin-left: 5px;
}
.commentlist .comment-author img {
    border-radius: 50%;
    width: 40px;
    height: auto;
    margin-left: 15px;
}
.textwidget {
    display: flex;
    flex-direction: column;
    justify-content: center;
}