@font-face {
    font-family: "PlayfairDisplay";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/static/PlayfairDisplay-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "PlayfairDisplay";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/static/PlayfairDisplay-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "PlayfairDisplay";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/static/PlayfairDisplay-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: "PlayfairDisplay";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/static/PlayfairDisplay-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "PlayfairDisplay";
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/static/PlayfairDisplay-ExtraBold.ttf") format("truetype");
}

@font-face {
    font-family: "PlayfairDisplay";
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/static/PlayfairDisplay-Black.ttf") format("truetype");
}


/* Italic */

@font-face {
    font-family: "PlayfairDisplay";
    font-style: italic;
    font-weight: 400;
    src: url("../fonts/static/PlayfairDisplay-Italic.ttf") format("truetype");
}

@font-face {
    font-family: "PlayfairDisplay";
    font-style: italic;
    font-weight: 500;
    src: url("../fonts/static/PlayfairDisplay-MediumItalic.ttf") format("truetype");
}

@font-face {
    font-family: "PlayfairDisplay";
    font-style: italic;
    font-weight: 600;
    src: url("../fonts/static/PlayfairDisplay-SemiBoldItalic.ttf") format("truetype");
}

@font-face {
    font-family: "PlayfairDisplay";
    font-style: italic;
    font-weight: 700;
    src: url("../fonts/static/PlayfairDisplay-BoldItalic.ttf") format("truetype");
}

@font-face {
    font-family: "PlayfairDisplay";
    font-style: italic;
    font-weight: 800;
    src: url("../fonts/static/PlayfairDisplay-ExtraBoldItalic.ttf") format("truetype");
}

@font-face {
    font-family: "PlayfairDisplay";
    font-style: italic;
    font-weight: 900;
    src: url("../fonts/static/PlayfairDisplay-BlackItalic.ttf") format("truetype");
}

@font-face {
    font-family: "Inter 18pt";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Inter-VariableFont_opsz\,wght.ttf") format("tttf");
}

@font-face {
    font-family: "Bon Vivant";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/BonVivantSerif.ttf") format("truetype");
}

* {
    box-sizing: border-box;
    outline: none;
}

*:focus {
    outline: none !important;
}

/* ======================================
   THEME SWITCH
====================================== */

#ThemeBoxSwitchDesktop,
#ThemeBoxSwitchMobile {
    border-radius: 30px;
    padding-top: 30px;
}
#ThemeBoxSwitchMobile{
    float:right
}

/* Hide checkbox */
#ThemeBoxSwitchDesktop .checkbox,
#ThemeBoxSwitchMobile .checkbox {
    opacity: 0;
    position: absolute;
}


/* Switch */
#ThemeBoxSwitchDesktop .label,
#ThemeBoxSwitchMobile .label {
    display: flex;
    align-items: center;
    justify-content: space-between;

    background-color: var(--secondry_color);

    padding: 3px;
    height: 26px;
    width: 50px;

    border-radius: 17px;

    cursor: pointer;
    position: relative;

    margin-bottom: 0;

    border: 1px solid var(--orginal_color);

    box-sizing: border-box;
}


/* Ball */
#ThemeBoxSwitchDesktop .label .ball,
#ThemeBoxSwitchMobile .label .ball {
    position: absolute;

    top: 1px;
    left: 2px;

    height: 22px;
    width: 22px;

    background-color: #fff;

    border-radius: 50%;

    transform: translateX(0);

    transition: transform 0.2s linear;

    z-index: 2;
}


/* Checked - move ball */
#ThemeBoxSwitchDesktop .checkbox:checked + .label .ball,
#ThemeBoxSwitchMobile .checkbox:checked + .label .ball {
    transform: translateX(24px);
}


/* Icons */
#ThemeBoxSwitchDesktop .label i,
#ThemeBoxSwitchMobile .label i {
    font-size: 17px;
    font-style: normal;

    position: relative;
    z-index: 1;

    line-height: 1;
}


/* Moon */
#ThemeBoxSwitchDesktop .label .fa-moon-o,
#ThemeBoxSwitchMobile .label .fa-moon-o {
    color: var(--orginal_color);
}


/* Sun */
#ThemeBoxSwitchDesktop .label .fa-sun-o,
#ThemeBoxSwitchMobile .label .fa-sun-o {
    color: #fece00;
}

:root {
    --orginal_color: rgba(230, 197, 122, 1);
    --secondry_color: #2a3838;
    --background-1: #1f2d2d;
    --background-2: #161616;
    --background-3: #000;
}

.hero h2,
.hero p,
.navbar .navbar-nav .nav-item a,
.wide h2,
footer .container {
    /* text-transform: uppercase; */
}

.main-body .container .block.image-block,
.wide h2,
footer .container {
    /* text-align: center; */
}


h3 {
    /* margin: 0.5rem 0 1rem; */
}

pre {
    background: #f4f4f4;
    padding: 1.5rem;
}

img {
    max-width: 100%;
}

img.primary-image {
    margin-bottom: 2rem;
}

.btn-default {
    color: #212529;
    border-color: #337ab7;
    margin: 0.5rem 0;
    transition: all 0.1s ease-in-out;
}

.btn-default:hover {
    color: #fff;
    background: #337ab7;
    transition: all 0.1s ease-in-out;
}

.separator {
    margin-bottom: 1rem;
}

.separator hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border-top-color: #eee;
}
.sep {
    color: #337ab7;
    padding: 0 2px;
}

header[role="banner"] {
    position: relative;
}

.main-body {
    overflow: hidden;
}

.main-body .container {
    /* background: #fff; */
}

.main-body .container.body-container {
    /* padding: 2rem 15px; */
}

#page-1df408c3-374d-4626-ae04-05561dc4d967 .main-body .container.body-container,
#page-021d464b-7d1d-4512-b669-00976cfb3054 .main-body .container.body-container,
#page-f8a72b2d-0660-48ee-ad49-b12aaf867c00 .main-body .container.body-container,#page-3f85f0dc-7fd8-4081-b784-e13c066ab236  .main-body .container.body-container, #page-19e12d16-d2bb-42db-8478-fd385811c766 .main-body .container.body-container,#page-09bd7f54-531a-4183-b894-c1f250b45d1b .main-body .container.body-container,#page-f224bfe1-da72-4852-9760-a4afe27dbd3f .main-body .container.body-container,#page-6d3dd08a-9107-4060-95fd-cc189438f56b .main-body .container.body-container,#page-071182a0-d7b8-4560-b8f0-eac8d44725fd .main-body .container.body-container  {
    padding: 0;
    max-width: 100%;
}
#page-09bd7f54-531a-4183-b894-c1f250b45d1b .image-block {
    background: var(--background-1);
}
.main-body .container.body-top {
    border-top: solid 6px #00a3d8;
    padding-top: 4rem;
    position: relative;
}

.main-body .container.body-top:before {
    content: " ";
    background: #00a3d8;
    position: absolute;
    height: 6px;
    width: 100%;
    top: -6px;
    left: 0;
    display: block;
    z-index: 2000;
}

.main-body .container.hero {
    /*background: url(../img/seigaiha-overlay.png) #116d9a;*/
    max-width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

.main-body .container.latest-post {
    background: #f0ad4e;
    color: #fff;
    padding: 1rem 0;
    font-weight: 300;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.main-body .container.latest-post a {
    color: #fff;
}

.main-body .container .block {
    /* margin-bottom: 2rem; */
}

.main-body .container .block .block {
    height: 100%;
    margin-bottom: 0;
}

.main-body .container .gallery-block {
    margin-bottom: 2rem;
}

.main-body .container .columns img {
    object-fit: cover;
}


.hero {
    color: #fff;
    /*border-top: solid 6px #00a3d8;*/
    /*padding: 5rem 15px;*/
}

.hero h2 {
    font-size: 1.8rem;
    border: 0;
}

.hero img {
    /* margin-bottom: 2.5rem; */
    width: 100%;
}

.hero p {
    opacity: 0.7;
}

.hero p small {
    background: rgba(0, 0, 0, 0.2);
    font-size: 80%;
    padding: 0.25rem 0.5rem;
}

.hero p small strong {
    font-weight: 800;
}

.hero a {
    color: #f0ad4e;
}

.main-body .container.hero .col.text-center {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

.main-body .container.hero .col.text-center h1 {
    font-size: 40px;
    letter-spacing: 1px;
    color: white;
    /* background: rgba(0, 0, 0, 0.73); */
    width: 41%;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
}

@media (max-width: 769px) {
    .main-body .container.hero .col.text-center h1 {
        font-size: 25px;
        width: 50%;
    }
}

@media (max-width: 481px) {
    .main-body .container.hero .col.text-center h1 {
        font-size: 20px;
    }
}

@media (max-width: 414px) {
    .main-body .container.hero .col.text-center h1 {
        font-size: 18px;
    }
}

@media (max-width: 375px) {
    .main-body .container.hero .col.text-center h1 {
        font-size: 15px;
    }
}


.teasers .container {
    background: #fff;
}

.teasers .container .row {
    background: #fdf7ed;
    border-bottom: solid 4px #eef4f7;
    padding: 1.5rem 15px;
    text-align: center;
}

.teasers .container h3 {
    font-weight: 400;
}

.teasers .container img {
    max-width: 50%;
    max-height: 120px;
    margin: 0.5rem 0 1.5rem;
    opacity: 0.7;
    transition: all 0.2s ease-in-out;
}

.teasers .container img:hover {
    opacity: 1;
    transform: scale(1.1);
}

.teasers .container p {
    width: 80%;
    margin: 0 auto 1rem;
    font-weight: 300;
}

.quotes .quote {
    background: #fdf7ed;
    color: #78500d;
    padding: 2rem 3rem;
    border-radius: 0.5rem;
    margin-bottom: 3rem;
}

.quotes .quote img {
    width: 100%;
    max-width: 150px;
    display: block;
    margin: 0 auto 1rem;
    border-radius: 50%;
}

.quotes .quote .quote-body {
    font-weight: 300;
}

.quotes .quote .quote-name {
    text-align: right;
}

.quotes .quote:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #fdf7ed;
    position: absolute;
    margin-top: 30px;
    margin-right: 60px;
    right: 0;
}

.archive-item {
    padding-bottom: 1rem;
}

.archive-item h2 a {
    color: #212529;
    transition: color 0.1s ease-in-out;
}

.archive-item h2 a:hover {
    color: #23527c;
    text-decoration: none;
    transition: color 0.1s ease-in-out;
}

.archive-item p.lead {
    font-size: 1rem;
    font-weight: 400;
}

.archive-item img {
    margin-bottom: 1rem;
}

.archive-item .small a {
    color: #999;
}

.pagination .page-item {
    width: 38px;
    margin: 0 3px;
    text-align: center;
}

.pagination .page-item .page-link {
    color: #77acd9;
    border-radius: 2px;
}

.pagination .page-item.active .page-link {
    color: #fff;
    background: #337ab7;
    border-color: #337ab7;
}

@media (min-width: 768px) {
    .hero h2 {
        font-size: 2.7rem;
    }

    .hero p {
        font-size: 1.35rem;
    }

    .hero p small {
        font-size: 60%;
    }
}

/* Stat Added by Hosseini for Layout page */
body {
    text-align: left;
    color: #000;
    font-size: 15px;
    overflow-x: hidden;
    font-family: 'inter';
    direction: ltr;
}

ul {
    list-style: none;
}


.fa {
    font-family: 'FontAwesome';
}

.login a {
    color: #fff;
}

.top-header {
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.4); */
    /* padding: 5px 0; */
}

.top-nav>ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.top-nav li {
    border-right: 1px solid #ec0e21;
    display: inline-block;
    margin-right: 7px;
    padding-right: 10px;
    position: relative;
}

.top-nav a:hover {
    color: #ec0e21;
}

.top-nav a {
    color: #ccc;
}

.top-nav li:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}

.top-header {
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.4); */
    /* padding: 5px 0; */
}

.search-form {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    border-radius: 4px;
    padding-left: 36px;
    position: relative;
    pointer-events: none;
}

.search-form>input[type="text"] {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #ccc;
    height: 30px;
    padding: 0 15px;
    width: 100%;
    text-align: right;
}

.search-form>input[type="submit"] {
    background: transparent;
    border: medium none;
    border-radius: 4px;
    height: 36px;
    position: absolute;
    width: 36px;
    z-index: 99;
    top: 0;
    left: 0;
}

.search-form::after {
    border-radius: 4px;
    height: 30px;
    position: absolute;
    width: 36px;
    display: block;
    font-family: "FontAwesome";
    content: "\f002";
    color: #ec0e21;
    font-size: 16px;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 30px;
}



.back-to-top {
    background: rgba(0, 0, 0, 0) url(../images/backtop.png) no-repeat scroll center center;
    bottom: 0;
    height: 46px;
    left: 50%;
    margin-bottom: -23px;
    margin-left: -23px;
    position: absolute;
    width: 46px;
}

.latest-post .col.text-center {
    margin-top: 15px;
}

.alllangs {
    padding: 21px 0 25px 20px;
    display: flex;
    justify-content: center;
}

/* End Added by Hosseini for Layout page */

/*Start of Menu*/
.main-header.scroll-fixed .container {
    max-width: 100%;
}

.header {
    /* height: auto; */
    transition: all 0.5s ease-in-out 0s;
    position: absolute;
    z-index: 9;
    width: 100%;
    padding: 0 10px;
}

.header img {
    /* height: auto; */
}

.nav-item .nav-link {
    transition: 0.4s;
}

.nav-item .nav-link:hover {
    color: var(--orginal_color);
}

.header-nav {
    transition: 0.2s linear;
    padding: 0px 0;
    overflow: visible;
    margin: 0;
}

.header-nav .navbar {
    width: 100%;
    height: 100%;
    /* position: relative; */
    padding: 0;
    flex-direction: row !important;
    align-items: flex-start !important;

}

.navbar .dropdown-toggle,
.nav-tabs>.dropdown-toggle {
    margin-bottom: 0;
}

.navbar .navbar-collapse .nav-item {
    opacity: 0;
    display: none;
    transition: opacity 0.4s, transform 0.4s;
}

.navbar-collapse.collapse.show .navbar-nav .nav-item {
    width: 100%;
    display: flex;
    /* border-bottom: 1px solid rgb(255 255 255 / 50%); */
    padding: 0px 0 15px 10px;
    margin: 0 0px;
    flex-direction: column;
    transition: 0.4s;
    border-bottom: 0;
}

.navbar .navbar-collapse.show .nav-item {
    opacity: 1;
    display: flex;
    transition: opacity 0.4s, transform 0.4s;
}

.navbar-nav li {
    position: relative;
    padding-left: 8px;
    padding: 0 0px;
    margin-left: 40px;
}

.dropdown-item {
    padding: 0.5rem 1rem 0.5rem 6.5rem;
    text-align: right;
}

.dropdown-menu {
    background-color: white;
    width: fit-content;
    right: 0;
    top: 95%;
}

/* .nav-item:hover > .dropdown-menu {
    display: table;
} */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: -8px;
    right: 100%;
    margin-top: -1px;
    margin-left: -1px;
    -webkit-border-radius: 6px 0px 6px 6px;
    -moz-border-radius: 6px 0px 6px 6px;
    border-radius: 6px;
}

/* .dropdown-submenu:hover > .dropdown-menu {
        display: table;
    } */

.dropdown-submenu>a:after {
    display: block;
    /* content: " "; */
    float: left;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
    margin-top: 5px;
    transform: rotate(180deg);
    position: absolute;
    left: 5px;
    top: 5px;
}

.header-nav .nav-link {
    color: #fff;
    font-weight: 500;
    font-size: 32px;
    /* margin: auto 10px; */
    transition: 0.3s;
    font-family: 'PlayfairDisplay';
    text-align: left;
    font-weight: 700;
}

.header-nav .nav-link.active {
    border-bottom: 2px solid #ec0e21;
    color: #ec0e21;
}

.header-nav .navbar-toggler {
    display: flex;
    width: 85px;
    padding: 27px 0px !important;
}

.header-nav .visuallyHidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.navbar .navbar-toggler label {
    display: flex;
    color: var(--orginal_color);
    font-size: 23px;
    font-family: 'playfairdisplay';
}
.name-fa {
    display: none;
}
.header-nav .hamburger {
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 99999;
    margin: 0 10px 0 0;
}

.main-nav {
    position: relative;
}

.main-nav .navbar-collapse {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000000b3;

    display: block !important;

    transform: translateX(-100%);

    transition: transform 0.9s cubic-bezier(.77, 0, .18, 1);

    z-index: 9999;
    max-width: 50%;
    overflow: auto;
    padding: 100px 30px;
}

.main-nav .navbar-collapse.show {
    transform: translateX(0);
}

/* HAMBURGER 3 */


@media(max-width:992px) {

    .main-header>.container>.row {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: nowrap;
        padding: 5px 0;
    }

    .header-nav {
        padding: 0
    }

    .dropdown-menu {
        display: none;
    }

    /* .dropdown:hover > .dropdown-menu, .btn-group:hover > .dropdown-menu {
        display: table;
    } */

    .header-nav .nav-link {
        text-align: left;
    }

    .navbar-nav .dropdown-menu {
        padding: 0
    }


    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

    .header-nav .nav-link:after {
        position: absolute;
        bottom: 18px;
    }

    /* .dropdown:hover > .dropdown-menu {
        display: table;
    } */
}

@media(max-width:576px) {
    .navbar-nav li {
        width: 100px
    }
}

/*******  mega menu  *******/

.leftTopHeader {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.header .menu-btn {
    display: none;
}

.header .menu-btn:checked~.menu {
    max-height: 240px;
}

.header .menu-btn:checked~.menu-icon .navicon {
    background: transparent;
}

.header .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
    top: 0;
}

.leftTopHeader {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
}

.header .menu-icon .navicon {
    background: #fff;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #fff;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.header .menu-icon .navicon:before {
    top: 5px;
}

.header .menu-icon .navicon:after {
    top: -5px;
}

.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}

.header-nav .checkbox3:checked+label>.hamburger3>.bar1 {
    width: 36px;
    transform: rotate(45deg);
    width: 35px;
    width: 35px;
}

.header-nav .checkbox3:checked+label>.hamburger3>.bar3 {
    transform: rotate(45deg);
    height: 3px;
    background-color: transparent;
    display: none;
}

.header-nav .checkbox3:checked+label>.hamburger3>.bar2 {
    transform: rotate(-45deg);
    height: 3px;
    background-color: transparent;
    display: none;
}

.header-nav .checkbox3:checked+label>.hamburger3>.bar4 {
    transform: rotate(-45deg);
    height: 2px;
    width: 35px;
    bottom: 5px;
}

.menu .nav-item .nav-link {
    color: #fff
}

.menu .dropdown-menu {
    background-color: #fff;
    width: 100vw;
    /* right: 0; */
    direction: ltr;
    border-radius: 0 !important;
    padding: 0;
}

.menu .border-megamenu {
    display: none;
}

.menu .megamenu * {
    color: #000;
    text-align: right;
    font-size: 13px;
    direction: rtl;
}

.menu .megamenu a:hover {
    color: #ec0e21;
}

.menu .megamenu ul {
    padding-right: 7px;
}

.menu .megamenu li:before {
    content: '\f053';
    font-family: "fontawesome";
    margin-left: 1px;
    font-size: 12px;
}

.menu .column i {
    color: #ec0e21;
    font-size: 22px;
}

.menu .column li:hover i {
    color: white;
}

.menu .column .dropdown-item:focus,
.menu .dropdown-item:hover {
    background-color: unset !important;
}

.menu .image-megamenu {
    margin-left: 10px;
}

.menu .hover-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ec6408;
    opacity: 0;
    right: 0;
    bottom: 0;
    margin: 0px;
}

.menu .image-megamenu:hover .hover-image {
    opacity: 0.6;
}

.menu .icon-image-mega-menu {
    text-align: center;
    top: 35px;
    color: white;
    font-size: 27px;
    visibility: hidden;
}

.menu .image-megamenu:hover .icon-image-mega-menu {
    visibility: visible;
}

.menu .dropdown-menu ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.menu .dropdown-menu ::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.menu .dropdown-menu ::-webkit-scrollbar-thumb {
    background-color: #ec0e21;
}

.menu .navbar-collapse {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.menu .megamenu {
    background-color: #fff;
    box-shadow: 0px 4px 4px 5px rgb(3 11 31 / 39%);
    padding: 10px 10px 0;
    flex-direction: row-reverse;
}

.menu .megamenu>div {
    padding: 0;
}

.menu .title-megamenu {
    color: #8d8d8d;
    text-align: right;
    padding-top: 20px;
    padding-right: 40px;
    font-size: 14px;
    font-weight: 500;
    transition: .4s
}

@media (min-width: 1024px) {
    .header li {
        float: left;
    }

    .header .menu {
        clear: none;
        /* float: left; */
        max-height: none;
        direction: rtl;
    }

    .header .menu-icon {
        display: none;
    }
}

@media (max-width: 1024px) {
    .menu .megamenu .container {
        padding-right: 0px;
        margin-right: 10px;
    }

    .menu .navbar-nav .big-menu {
        width: 602px;
    }

    .menu .navbar-nav .big-menu>li {
        float: right;
        width: 200px;
        margin: 0
    }

    .menu .navbar-nav .dropdown-menu {
        width: 860px;
    }

    .list-hedaer {
        display: flex;
        justify-content: flex-end;
    }

    .social-header .ml-2 a {
        font-size: 12px;
        padding: 5px 0;
    }
}

@media(width: 768px) {
    .menu .navbar-nav .dropdown-menu {
        width: 680px;
    }
}

@media (max-width: 767px) {
    .menu .navbar-nav .dropdown-menu {
        width: 290px;
    }
}

@media(max-width:380px) {
    .col-sm-4.col-1 {
        display: none;
    }
}

@media(width: 320px) {
    .menu .navbar-nav .dropdown-menu {
        width: 250px;
    }
}

.menu .dropdown {
    position: unset
}

.menu .megamenu a {
    border-bottom: 1px dotted #ddd;
    margin-left: 10px;
    transition: .4s;
    margin-bottom: 30px !important;
    padding-right: 0 !important;
    position: relative;
}

.menu .megamenu a::before {
    position: absolute;
    content: '\f0c9';
    font-family: 'FontAwesome';
    font-size: 18px;
    color: #b50109;
    border: 1px solid #ddd;
    width: 35px;
    height: 35px;
    line-height: 2;
    text-align: center;
    top: 13px;
}

.megamenu a:hover {
    border-color: #b50109;
}

.megamenu a:hover .title-megamenu {
    color: #b50109 !important;
}

.menu .nav-item.dropdown:hover {
    background: #fff;
}

.menu .nav-item.dropdown:hover a {
    color: #000 !important;
}

.navbar-nav {
    flex-wrap: wrap;
}

/*End of Menu*/

/*Start of news*/


.single-post-box .share-post-box ul.share-box li {
    display: inline-block;
    color: #666;
    font-size: 13px;
    /* margin-right: 8px; */
    /* margin-bottom: 2px; */
}

.single-post-box .share-post-box ul.share-box li:first-child {
    float: left;
    padding-top: 20px;
    font-size: 1.1rem;
}

.single-post-box .share-post-box ul.share-box li i {
    font-size: 20px;
    color: #999;
    float: left
}

.single-post-box .share-post-box ul.share-box li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: transparent;
    margin: 5px;
}

.single-post-box .share-post-box ul.share-box li a i {
    font-size: 1.3rem;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    color: #818181;
    height: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;
    transition: all 0.2s;
    width: 50px;
}

/* .single-post-box .share-post-box ul.share-box li a.whatsapp i {
    color: #4FCE5D;
} */

.single-post-box .share-post-box ul.share-box li a.whatsapp i:hover {
    box-shadow: 0 0 10px rgb(37 211 102 / 50%) inset;
    color: #25D366;
}

/* .single-post-box .share-post-box ul.share-box li a.send i {
    color: #229ED9
} */

.single-post-box .share-post-box ul.share-box li a.send i {
    font-size: 1.05rem;
}

.single-post-box .share-post-box ul.share-box li a.send i:hover {
    box-shadow: 0 0 10px rgb(34 158 218 / 50%) inset;
    color: #229ED9;
}

/* .single-post-box .share-post-box ul.share-box li a.twitter i {
    color: #1DA1F2
} */

.single-post-box .share-post-box ul.share-box li a.twitter i:hover {
    box-shadow: 0 0 10px rgb(29 161 242 / 50%) inset;
    color: #1DA1F2;
}

.single-post-box .share-post-box ul.share-box li a.facebook i {
    margin-right: 0;
}

.single-post-box .share-post-box ul.share-box li a.facebook i:hover {
    box-shadow: 0 0 10px rgb(66 103 178 / 50%) inset;
    color: #4267B2;
}

.single-post-box .share-post-box ul.share-box li a.linkedin i {
    margin-right: 0
}

.single-post-box .share-post-box ul.share-box li a.linkedin i:hover {
    box-shadow: 0 0 10px rgb(14 118 168 / 50%) inset;
    color: #1879dd;
}


/* .single-post-box .share-post-box ul.share-box li a:hover {
    opacity: .7
} */


.single-post-box>.post-content p a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #f44336;
    text-decoration: underline
}

.single-post-box>.post-content p a:hover {
    opacity: .6
}
.single-post-box>.post-content blockquote p {
    color: #222;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 0;
    line-height: 24px
}


.single-post-box>.post-content>h2 {
    color: #333;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 10px;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 24px;
    padding: 0 20px
}

.single-post-box.wide-version .share-post-box {
    margin-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px
}

.contact-form-box #contact-form,
.contact-form-box #comment-form {
    margin: 0
}

.contact-form-box #contact-form label,
.contact-form-box #comment-form label {
    display: block;
    color: #333;
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 16px;
    cursor: pointer
}

.contact-form-box #contact-form input[type="text"],
.contact-form-box #comment-form input[type="text"],
.contact-form-box #contact-form textarea,
.contact-form-box #comment-form textarea {
    display: block;
    width: 100%;
    padding: 10px 20px;
    background: #fafafa;
    color: #333;
    font-size: 13px;
    outline: none;
    border: 1px solid #e1e1e1;
    margin: 0 0 16px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out
}

.contact-form-box #contact-form input[type="text"]:focus,
.contact-form-box #comment-form input[type="text"]:focus,
.contact-form-box #contact-form textarea:focus,
.contact-form-box #comment-form textarea:focus {
    border: 1px solid #f44336
}

.contact-form-box #contact-form textarea,
.contact-form-box #comment-form textarea {
    height: 130px
}

.contact-form-box #contact-form button,
.contact-form-box #comment-form button {
    color: #ccc;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    background: #222;
    padding: 8px 10px;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out
}

.contact-form-box #contact-form button i,
.contact-form-box #comment-form button i {
    margin-right: 7px
}

.contact-form-box #contact-form button:hover,
.contact-form-box #comment-form button:hover {
    background: #f44336;
    color: #fff
}

.contact-form-box .title-section span.email-not-published {
    float: left;
    padding-left: 0;
    border: none;
    color: #999;
    font-size: 13px;
    text-transform: initial;
    font-weight: 400
}
ul.post-tags li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #999
}

ul.post-tags li a:hover {
    color: #f44336
}

ul.post-tags li:last-child {
    margin-right: 0
}


.title-section h1 {
    color: #222;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 30px;
    text-transform: uppercase;
    margin-bottom: -1px
}

.title-section h1 span {
    display: inline-block;
    padding-bottom: 16px;
    padding-right: 5px;
    border-bottom: 1px solid #f44336
}

.block-content .owl-carousel .item {
    margin: 0 5px 10px
}
.card.list-item-news.cardview2 {
    direction: rtl;
    font-family: 'IRANSans';
    width: 100% !important;
    height: 200px;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 7%);
}

.card.list-item-news.cardview2 .card-title {
    font-family: 'IRANSans';
    font-size: 19px;
    line-height: 25px;
    width: 100%;
}

.card.list-item-news.cardview2 .card-title a {
    color: #000 !important;
}

.card.list-item-news.cardview2 .card-text.truncateinside {
    width: 100%;
    font-size: 15px;
}

.card.list-item-news.cardview2 ul.news-date {
    list-style: none;
    width: 100%;
}

.card.list-item-news.cardview2 .btn.btn-outline-info {
    border-color: #ec0e21;
    color: #ec0e21;
}

.card.list-item-news.cardview2 .btn.btn-outline-info:hover {
    background: #ec0e21;
    color: white;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: unset;
    border-color: #fff;
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: unset;
}

.vertical-carousel-news-content .slick-list {
    /* height: 250px !important; */
    height: 100% !important;
}

.vertical-carousel-news-content .slick-list img {
    height: 100%;
    object-fit: cover;
    padding: 15px;
    margin-right: 15px;
}

.row.insidepaging {
    display: block;
}

.vertical-carousel-news-content .slick-list .card-body {
    padding-right: 30px;
}

.vertical-carousel-text-news-content {
    width: 100%;
    height: 100px;
    background: #fff;
    margin: 30px auto;
    padding: 40px;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 7%);
    border-radius: 0.25rem;
}

.row.insidepaging {
    display: block;
}

li.slick-slide {
    width: 100% !important;
}

@media only screen and (max-width:767px) {
    .vertical-carousel-news-content .slick-list {
        height: 550px !important;
    }

    .vertical-carousel-news-content .card.list-item-news.cardview2 {
        height: 500px;
    }

    .vertical-carousel-news-content .slick-list img {
        width: 80% !important;
        object-fit: cover;
        padding: 40px 0 10px 0;
        margin-right: 0;
    }

    .vertical-carousel-news-content .slick-list .card-body {
        text-align: center !important;
    }

    .vertical-carousel-news-content .card.list-item-news.cardview2 .btn.btn-outline-info {
        margin: 0 auto;
    }
}

@media only screen and (max-width:576px) {
    .vertical-carousel-news-content .slick-list {
        width: 90% !important;
        height: 500px !important;
        margin: 0 auto;
    }

    .vertical-carousel-news-content .card.list-item-news.cardview2 {
        height: 450px;
    }

    .single-post-box .share-post-box ul.share-box li a {
        margin: 2px;
    }

    .single-post-box .share-post-box ul.share-box li a i {
        font-size: 1rem;
        height: 30px;
        line-height: 30px;
        width: 30px;
    }

    .single-post-box .share-post-box ul.share-box li:first-child {
        padding-top: 5px;
        font-size: 0.7rem;
    }

    .single-post-box .share-post-box ul.share-box li i.fa.fa-share-alt {
        font-size: 15px;
        margin-right: 7px;
        padding-top: 5px;
    }
}


@media only screen and (max-width:415px) {
    .vertical-carousel-news-content .slick-list {
        width: 80% !important;
        height: 460px !important;
        margin: 0 auto;
    }

    .vertical-carousel-news-content .card.list-item-news.cardview2 {
        height: 410px;
    }
}

/*End of news*/


/* Start of Education */
.row.alllearningcenterpaging {
    margin: 0;
}

.row.alllearningcenterpaging .row {
    width: 100%;
    margin: 15px 0;
}

.row.alllearningcenterpaging .box-image img {
    height: 220px;
    width: 100%;
    object-fit: cover;
}

.image-back {
    height: 400px;
    border-radius: 20px;
    object-fit: cover;
}

.title-group {
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}

.col-education img {
    width: 25px;
    margin-left: 20px;
}

span.count-education {
    background: #ff9f43;
    border-radius: 40px;
    padding: 6px 20px;
    color: #fff;
    margin-top: 3px;
    position: absolute;
    left: 20px;
}

.col-education a {
    transition: .4s;
    float: right;
}

.col-education a:hover {
    color: #ce0000;
}

.col-12.col-education {
    margin-bottom: 30px;
}

.list-step {
    list-style: none;
}

.list-step li {
    display: inline-block;
    padding-right: 10px;
    font-size: 14px;
}

.list-step li::after {
    content: '\f100';
    position: absolute;
    color: #ccc;
    font-family: 'FontAwesome';
    margin-right: 3px;
}

.list-step li:last-child::after {
    content: none;
}

.col-category {
    background: #f6f6f6;
    width: 250px;
}

ul.list-category li::before {
    content: '\f100';
    font-family: 'FontAwesome';
    color: #dcdde0;
    padding-left: 5px;
}

ul.list-category {
    padding-right: 15px;
    /* border-bottom: 1px solid #dedbdb; */
}

ul.list-category li {
    line-height: 35px;
    font-size: 14px;
}

ul.list-category li a:hover {
    color: #ce0000;
}

h4.title-category {
    color: #000;
    padding: 15px;
}

.box-education {
    transition: .4s;
    margin-bottom: 30px;
    background: white;
    transition: .4s;
}

.box-education:hover {
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
}

.box-education:hover {
    border-color: #ce0000;
    cursor: pointer;
}

h2.title-box-education {
    font-size: 18px;
    color: #000;
    padding-top: 10px;
    margin-bottom: 15px;
}

.box-education p {
    line-height: 40px;
    text-align: justify;
}

a.btn.btn-education {
    /* float: left; */
    background: #ce0000;
    color: white;
    padding: 10px 60px;
    transition: .4s;
    position: relative;
    border-radius: 0;
}

a.btn.btn-education:hover {
    background: #b90505;
}

a.btn.btn-education::before {
    content: '\f053';
    font-family: 'FontAwesome';
    position: absolute;
    left: 30px;
}

.box-education img {
    height: 100%;
    object-fit: cover;
}

.button-education {
    display: flex;
    direction: ltr;
    float: left;
    flex-direction: row;
}

.date-education {
    padding-top: 13px;
    border-bottom: 4px solid #ce0000;
    padding-right: 20px;
    color: #888;
}

.fa-clock-o:before {
    content: "\f017";
    font-family: 'FontAwesome';
}

.col-edu {
    background: #f6f6f6;
}

button.button-2.btn-more-2 {
    width: 100%;
    height: 43px;
    background: #fff;
    border: none;
    color: #ce0000;
    transition: .4s;
}

button.button-2.btn-more-2:hover {
    background: #ce0000;
    color: #fff;
}

p.text-edu-2 {
    color: #666;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}

h2.title-detail {
    padding: 20px 0;
    font-size: 23px;
}

p.text-detail {
    color: #7c8088;
    line-height: 40px;
    text-align: justify;
    padding-top: 20px;
}

.kb-rate-article {
    display: flex;
    padding: 15px 30px;
    margin-top: 15px;
    margin-bottom: 35px;
    background: #fff;
    border: 1px solid #e6e8ec;
    border-radius: 8px;
}

.kb-rate-article .row {
    /* display: block; */
    width: 100%;
}

.kb-rate-article h6 {
    font-weight: 500;
}

.kb-rate-article h6 span {
    display: block;
    font-weight: 200;
    font-size: 11px;
    margin-top: 6px;
    color: #87979f;
}

.kb-rate-article h6 span i {
    color: #F44336;
}

.kb-rate-article .btn {
    margin: 11px 0;
    display: inline-block;
    font-weight: 500;
    border-radius: 20px;
    text-decoration: none !important;
    overflow: hidden;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    position: relative;
    padding: 5px 35px;
    background: #fff;
}

.kb-rate-article .btn i {
    margin-right: 5px;
}

.kb-rate-article .btn.btn-yes {
    color: #8BC34A;
    border: 2px solid #8BC34A;
}

.kb-rate-article .btn.btn-yes:hover {
    color: #fff;
    border: 2px solid #8BC34A;
    background: #8BC34A;
}

.kb-rate-article .btn.btn-no {
    color: #FF9800;
    border: 2px solid #FF9800;
}

.kb-rate-article .btn.btn-no:hover {
    color: #fff;
    border: 2px solid #FF9800;
    background: #FF9800;
}

.kb-rate-article .user-votted {
    display: block;
    font-weight: 200;
    font-size: 11px;
    color: #87979f;
    margin: 7px 0;
}

.kb-also-read {
    padding: 15px 30px;
    margin-top: 15px;
    margin-bottom: 35px;
    background: #fff;
    border: 1px solid #e6e8ec;
    border-radius: 8px;
}

.kb-also-read h3 {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.kb-also-read .kbarticles a {
    font-size: 11px;
    font-weight: 800;
    margin-top: 0;
    color: #111;
}

.kb-also-read .kbarticles p {
    margin: 0;
    color: #99a4a8;
    font-size: 11px;
    font-weight: 300;
    margin-top: 1px;
    margin-bottom: 15px;
}

.kb-also-read .kbarticles .admin-inline-edit {
    display: none;
}

.col-education-detail {
    border: 1px solid #e6e8ec;
    border-radius: 10px;
}

.col-education-detail .title-group {
    margin-bottom: 20px
}

.far {
    font-family: 'FontAwesome';
}

container-homepage.latest-post {
    display: none;
}

/* End of Education */

/* Start of Form */
#fb-editor {
    background-image: url(../../../uploads/33222bd3-bfd4-4f11-a0e9-867a1c65b0ff-reserve-pic.jpg);
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    height: 410px;
}

.form-wrap.form-builder .frmb>li:hover {
    box-shadow: none !important
}

.form-wrap.form-builder .stage-wrap {
    width: calc(60% - 5px);
    margin: 5px 0 0 auto !important;
}

.frmb {
    margin: 0 auto !important;
}

.form-wrap.form-builder .frmb li {
    padding: 0.6rem;
}

.form-wrap.form-builder .frmb .form-field .form-group h1 {
    font-size: 26px;
    padding: 15px
}

.vertical-carousel-formgenerator-title p {
    font-size: 1.8rem;
    padding: 1rem 0;
}

.vertical-carousel-formgenerator-title img {
    width: 40px;
    margin-left: 15px !important;
}

.formbuilder-header h1 {
    font-size: 2rem;
}



.secondreg {
    background: #fff;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    padding: 30px;
    width: 60%;
    margin: 50px auto 25px auto;
}

.secondreg label {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px
}

.secondreg input {
    padding: 10px 60px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.secondreg .rtnbtn {
    margin-top: 15px;
    background: #da1d25;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 3px;
    border: 1px solid #da1d25
}

/* -------- contact ------ */

.contact-col {
    padding: 15px;
    border-radius: 10px;
    margin: 15px auto;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%);
    text-align: center;
    min-height: 270px;
}

.contact-icon {
    border: 2px solid #da1d25;
    border-radius: 50%;
    padding: 5px;
    margin: 15px auto 30px auto;
    width: 65px;
    height: 65px;
}

.contact-icon .fa {
    font-size: 25px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    background: #da1d25;
}

@media only screen and (max-width:991px) {
    .contact-col {
        min-height: 290px
    }
}

@media only screen and (max-width:768px) {
    .contact-col {
        padding: 30px 80px;
        min-height: 300px
    }
}

/* -------- about ------ */

.contact-img {
    position: relative;
    margin-bottom: 40px;
}

.contact-img:before {
    content: "";
    border: 10px solid rgba(0, 0, 0, .05);
    display: block;
    transition: all .3s linear 0s;
    position: absolute;
    right: 30px;
    bottom: -30px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

@media only screen and (max-width:767px) {
    .contact-img:before {
        right: -15px;
        bottom: -10px;
        width: 106%;
        height: 106%;
    }
}

/* End of Form */


/* Start of Map */

.locationmap .border-title p {
    font-size: 1.8rem;
    padding: 1rem 0;
}

.locationmap .border-title img {
    width: 40px;
    margin-left: 15px !important;
}

.single-post-box .post-content .container {
    width: 100% !important;
}

/* End of Map */



/*GalleryAdvanced ----- START -----*/
#gallery {
    padding-top: 40px;
}

@media screen and (min-width: 991px) {
    #gallery {
        padding: 60px 30px 0 30px;
    }
}

.img-wrapper img,
.img-wrapper video {
    width: 100%;
    height: 278px;
    object-fit: cover;
}

.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.img-overlay i {
    color: #fff;
    font-size: 3em;
}

.col-lg-8.col-md-6.col-sm-6.col-12.image img {
    height: 570px !important;
    max-height: 570px !important;
}

.col-lg-4.col-md-6.col-sm-6.col-12.image .col-12.image {
    padding: 0;
}

#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;
}

@media screen and (min-width: 768px) {
    #overlay img {
        width: 60%;
    }
}

@media screen and (min-width:1200px) {
    #overlay img {
        width: 50%;
    }
}

@media(min-width:576px) and (max-width:991px) {
    .col-lg-8.col-md-6.col-sm-6.col-12.image img {
        height: 278px !important;
    }

    #image-gallery .col-lg-4.col-md-6.image:last-child {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}


@media screen and (min-width:768px) {
    #nextButton {
        font-size: 3em;
    }
}


@media screen and (min-width:768px) {
    #prevButton {
        font-size: 3em;
    }
}

#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
}

#exitButton:hover {
    opacity: 0.7;
}

@media screen and (min-width:768px) {
    #exitButton {
        font-size: 3em;
    }
}

#gallery .rounded {
    width: 330px;
    height: 330px;
    border-radius: .25rem !important;
    margin-bottom: 30px;
    object-fit: cover;
}

.ekko-lightbox-nav-overlay {
    z-index: 1;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%;
}

.ekko-lightbox-nav-overlay a {
    transition: opacity .5s;
    color: #6b6a6a;
    font-size: 30px;
    z-index: 1;
    position: absolute;
}

.ekko-lightbox-nav-overlay a span {
    padding: 0 30px;
}

.ekko-lightbox-nav-overlay a>* {
    flex-grow: 1;
}

.ekko-lightbox-nav-overlay a:nth-child(1) {
    right: -30px;
}

.ekko-lightbox-nav-overlay a:nth-child(2) {
    left: 0;
}

/*GalleryAdvanced ----- END -----*/

/*news-rahimi-test -----START-----*/
.vertical-carousel-news-content {
    margin: 20px 0;
}

.vertical-carousel-news-content .slick-list {
    height: 100% !important;
}

.vertical-carousel-news-content .slick-track {
    height: 100% !important;
}

.vertical-carousel-news-content .card.list-item-news.cardview2 {
    height: 100%;
    background-color: #f0f0f0;
}

.vertical-carousel-news-content .card.list-item-news.cardview2 .row.nv2-r1 {
    height: 100%;
    width: 100%;
}

.vertical-carousel-news-content .card.list-item-news.cardview2 .row.nv2-r1 .p-0.nv2-r2 {
    width: 25%;
}

.vertical-carousel-news-content .card.list-item-news.cardview2 .card-body {
    width: 75% !important;
    padding: 25px 50px 30px 10px !important;
}

.vertical-carousel-news-content .card.list-item-news.cardview2 .row.nv2-r1 .p-0.nv2-r2 a {
    position: relative;
}

.vertical-carousel-news-content img {
    width: 100% !important;
    float: right;
    padding: 0 !important;
}

.vertical-carousel-news-content a.btn.btn-outline-info {
    border: none;
    position: relative;
    color: black !important;
}

.vertical-carousel-news-content a.btn.btn-outline-info:hover {
    background: none !important;
    color: red !important;
}

.vertical-carousel-news-content a.btn.btn-outline-info::before {
    content: "\f177";
    font-size: 30px;
    position: absolute;
    top: -2px;
    left: -29px;
    /* right: 0; */
    display: inline-block;
    transition: 0.4s;
    font-family: "FontAwesome";
}

.vertical-carousel-news-content a.btn.btn-outline-info:hover::before {
    transform: translateX(-10px);
}

@media (max-width: 768px) {
    .vertical-carousel-news-content .card.list-item-news.cardview2 .row.nv2-r1 .p-0.nv2-r2 {
        width: 100%;
    }

    .vertical-carousel-news-content .slick-list img {
        width: 100% !important;
    }

    .vertical-carousel-news-content .card.list-item-news.cardview2 .row.nv2-r1 {
        padding: 0;
        margin: 0;
    }

    .vertical-carousel-news-content .card.list-item-news.cardview2 .card-body {
        padding-right: 10px !important;
    }
}


/*news-rahimi-test -----END-----*/

/* gallary changed by rahimi start */

#gallery .row.insidepaging {
    display: block;
    margin-top: 20px;
}

#nextButton .fa-chevron-right::before {
    content: "\f053";
    margin-right: 20px;
}


/* gallary changed by rahimi end */


/*locationmap- view3 - mapbox -----START-----*/

.sidebar {
    position: absolute;
    width: 33.3333%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    border-right: 1px solid rgba(0, 0, 0, 0.25);
}

.pad2 {
    padding: 20px;
}
.heading {
    background: #fff;
    border-bottom: 1px solid #eee;
    min-height: 60px;
    line-height: 60px;
    padding: 0 10px;
    background-color: #00853e;
    color: #fff;
}

.listings {
    height: 100%;
    overflow: auto;
    padding-bottom: 60px;
}

.listings .item {
    border-bottom: 1px solid #eee;
    padding: 10px;
    text-decoration: none;
}

.listings .item:last-child {
    border-bottom: none;
}

.listings .item .title {
    display: block;
    color: #00853e;
    font-weight: 700;
}

.listings .item .title small {
    font-weight: 400;
}

.listings .item.active .title,
.listings .item .title:hover {
    color: #8cc63f;
}

.listings .item.active {
    background-color: #f8f8f8;
}

/*::-webkit-scrollbar {
        width: 3px;
        height: 3px;
        border-left: 0;
        background: rgba(0, 0, 0, 0.1);
    }

    ::-webkit-scrollbar-track {
        background: none;
    }

    ::-webkit-scrollbar-thumb {
        background: #00853e;
        border-radius: 0;
    }*/

.marker {
    border: none;
    cursor: pointer;
    height: 56px;
    width: 56px;
    background-image: url(marker.png);
}

/* Marker tweaks */
.mapboxgl-popup {
    padding-bottom: 50px;
}

.mapboxgl-popup-close-button {
    display: none;
}

.mapboxgl-popup-content {
    font: 400 15px/22px 'Source Sans Pro', 'Helvetica Neue', sans-serif;
    padding: 0;
    width: 180px;
}

.mapboxgl-popup-content h1 {
    background: #91c949;
    color: #fff;
    margin: -15px 0 0;
    padding: 10px;
    border-radius: 3px 3px 0 0;
    font-weight: 700;
}

.mapboxgl-popup-content h4 {
    margin: 0;
    padding: 10px;
    font-weight: 400;
}

.mapboxgl-popup-content div {
    padding: 10px;
}

.mapboxgl-popup-anchor-top>.mapboxgl-popup-content {
    margin-top: 15px;
}

.mapboxgl-popup-anchor-top>.mapboxgl-popup-tip {
    border-bottom-color: #91c949;
}

.mapboxgl-ctrl-geocoder {
    border-radius: 0;
    position: relative;
    top: 0;
    width: 800px;
    margin-top: 0;
    border: 0;
}

.mapboxgl-ctrl-geocoder>div {
    min-width: 100%;
    margin-left: 0;
}

/*////az inja*/

#menu-map {
    position: absolute;
    bottom: 5px;
    left: 400px;
    font-family: IranSansWeb;
}

.menu-map {
    width: 70px;
    padding-left: 3px;
    padding-right: 3px;
}

.menu-map-bottom {
    position: absolute;
    bottom: 8px;
    right: 15px;
}

.menu-map-container {
    position: relative;
    text-align: center;
    color: #000;
    font-family: IranSansWeb;
    cursor: pointer;
    width: 70px;
    padding-left: 3px;
    padding-right: 3px;
}

.menu-map-img {
    border-style: inset;
    border-color: black;
}

/* HIDE RADIO */
[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.mapboxcontainer {
    min-height: 900px;
}

.mapboxgl-marker {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid gray;
    background-color: lightblue;
}

.i-loc-map {
    color: red;
}

/*locationmap- view3 - mapbox -----END-----*/

/*new-view4----- START -----*/

.box-contant-show {
    border: 1px solid #eee;
    background-color: #fff;
}

.box-contant-show .header-info {
    position: relative;
}

.box-contant-show .header-info::before {
    content: '';
    background-image: linear-gradient(to bottom, #ffffff00, #000000b3);
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 2;
    position: absolute;
}

.box-contant-show .header-info img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.box-contant-show .header-info .titr {
    position: absolute;
    bottom: 7%;
    color: white;
    width: 100%;
    text-align: center;
    display: block;
    font-size: 20px;
    z-index: 3;
}

.box-contant-show .body-info {
    padding: 50px 25px;
    min-height: 155px;
    text-align: left;
}

.footer-info {
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    padding: 25px;
}

.footer-info .date-view {
    display: flex;
}

.footer-info .date {
    padding-right: 20px;
    border-right: 1px solid #eee;
    position: relative;
}

.footer-infov .day {
    display: block;
    position: absolute;
    top: -5px;
    right: -10px;
    bottom: 0;
    left: 0;
    z-index: 1;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #ddd;
}

.footer-info .month {
    z-index: 2;
    position: relative;
    font-size: 12px;
}

.footer-info .view {
    padding-right: 25px;
}

.footer-info .view .fas.fa-comment {
    display: flex;
    color: #888;
}

.footer-info .view .label {
    font-family: 'IRANSans';
    font-size: 12px;
}

.footer-info .view .counter {
    font-family: 'IRANSans';
    padding-right: 10px;
}

.read-more .fas.fa-arrow-left {
    display: flex;
    flex-direction: row-reverse;
    color: #888;
    font-size: 14px;
}

.read-more a {
    font-family: 'IRANSans';
    font-size: 14px;
    padding-left: 10px;
}

/* .box-contant-prev */
.box-contant-prev {
    border: 1px solid #eee;
    background-color: #fff;
}

.box-contant-prev .item {
    padding: 20px 20px 0 20px;
    border-bottom: 1px solid #eee;
}

.box-contant-prev .item img {
    width: 100%;
    height: 130px;
    object-fit: cover;
}

.box-contant-prev .footer-info {
    padding: 0px 10px 25px 0px;
    border: none;
}

.box-contant-prev .box-info .titr {
    font-weight: 500;
    font-size: 20px;
    padding-bottom: 10px;
    display: block;
    transition: 0.4s;
}

.box-contant-prev .box-info .titr:hover {
    color: #888888;
}

.box-contant-prev .observe {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
    transition: 0.4s;
}

.box-contant-prev .observe:hover {
    color: #888888;
}

.box-contant-prev .observe .fas.fa-arrow-left {
    display: flex;
    flex-direction: row-reverse;
    font-size: 16px;
}

.box-contant-prev .observe a {
    font-family: 'IRANSans';
    font-size: 16px;
    padding-left: 10px;
}




.box-contant-show {
    height: 100%;
}

.box-contant-prev {
    /* height: 100%; */
}



/* responsive */
@media (max-width: 992px) {

    .box-contant-prev .item img {
        width: 100%;
        height: 180px;
        object-fit: cover;
        margin-bottom: 20px;
    }
}

.box-info {
    text-align: left;
}

/* Offer */

.Offer {
    border: 1px solid #eee;
    margin: 40px 0;
    border-radius: 5px;
}

.image-offer {
    width: 100%;
    height: 100%;
}

.image-offer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px 5px 5px 0;
}

.offer-card {
    padding: 20px;
    padding-right: 0;
    position: relative;
    overflow: hidden;
}

.offer-status {
    position: absolute;
    left: -70px;
    background-color: green;
    padding: 10px 100px;
    transform: rotate(-35deg);
}

.offer-status p {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    color: white;
}

.offer-card .offer-explain strong {
    color: var(--second_color);
}

.offer-card .offer-explain h2 {
    color: var(--first_color);
    font-size: 25px;
    font-weight: 500;
    padding: 15px 0;
    text-shadow: 0 0 1px var(--first_color);
}

.offer-card .offer-explain p {
    line-height: 1.5;
    min-height: 50px;
}

.offer-card .offer-date .strat-date,
.offer-card .offer-date .finish-date {
    display: flex;
}

.offer-card .strat-date .item,
.offer-card .finish-date .item {
    display: flex;
    text-align: center;
    padding: 5px 0px 5px 100px;
    align-items: center;
}

.offer-card .date-box {
    display: flex;
    flex-direction: column;
}

.offer-card .fa {
    color: var(--second_color);
    padding-left: 15px;
    font-size: 25px;
}

.offer-download {
    margin-top: 20px;
    display: flex;
}

.offer-download .fa {
    color: green;
}

/* odd */

.odd .offer-card {
    padding: 20px 40px 20px 0;
}

.odd .image-offer {
    position: relative;
    overflow: hidden;
}

.odd .offer-status {
    top: 20px;
}

.odd .image-offer img {
    border-radius: 5px 0 0 5px;
}

.container-homepage.latest-post {
    display: none;
}

/* footer */
footer {
    background-color: var(--secondry_color);
    padding: 64px 0 0px 0;
    overflow: hidden;
}
footer img{
    width:270px;
    padding-bottom:15px;
}

.title-footer {
    font-size: 22px;
    font-weight: 300;
    color: var(--orginal_color);
    padding-bottom: 20px;
    font-family: 'PlayfairDisplay';
}

.list-footer {
    padding-left: 0px;
    color: var(--orginal_color);
    font-size: 18px;
    line-height: 40px;
    font-weight: 400;
    transition: .4s;
}

.copyright {
    color: var(--orginal_color);
    font-size: 16px;
    background: var(--secondry_color);
    padding: 30px 0 10px 0;
    margin-top: 25px;
    border-top: 1px solid var(--orginal_color);
}

.soccial-media a {
    text-align: center;
    border-radius: 50%;
    padding: 0;
    margin-right: 20px;
    font-size: 27px;
    font-weight: 400;
    color: var(--orginal_color);
}

footer a {
    transition: .4s;
    color: var(--orginal_color);
    cursor: pointer;
}

footer a:hover {
    color: #fff
}

.soccial-media {
    padding-left: 0;
}

.soccial-media li {
    display: inline-block;
    color: var(--orginal_color);
}

.list-address li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
}

.list-footer.list-address {
    line-height: 28px;
}

footer .text-footer {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    max-width: 100%;
    overflow-wrap: break-word;
}
.adress-footer a{
   color: rgba(255, 255, 255, 0.7)!important;
}
.link-footer {
    text-decoration: underline !important;
    color: var(--orginal_color) !important
}

.fas {
    font-family: 'fontawesome'
}

.about-inside {
    background: var(--background-1);
    padding: 144px 0 100px 0;
}

.sub-title-about {
    font-size: 32px;
    font-weight: 400;
    color: #fff;
}

.about-inside .title-section {
    padding-top: unset;
}

.menu-food .title-section, .Recipe .title-section {
    width: 100%;
    font-size: 58px;
    margin-bottom: 58px;
}

.box-location .title-footer,  .title-socials {
    font-size: 32px;
    font-weight: 400;
}
.title-socials{
    padding-right:20px;
    font-family: 'PlayfairDisplay';
}
.box-location .title-footer .fas {
    font-size: 25px;
    padding-right: 5px
}
.box-contact {
    border: 1px solid var(--orginal_color);
    margin-bottom: 30px;
    padding: 15px 0 15px 15px;
}
.Reserves .box-contact {
    min-height: 160px;
    padding-top:20px
}
.box-contact .fas{
padding-right:5px}
.box-location {
    padding-top: 60px
}
.about-inside iframe {
         filter: grayscale(100%) invert(90%) contrast(90%);
}

ul.navbar-nav.ml-auto.p-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.header-nav .hamburger .bar {
    padding: 0;
    width: 30px;
    height: 2px;
    background-color: var(--orginal_color);
    display: block;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
    position: absolute;
}

.header-nav .bar1 {
    top: 0px;
}

.header-nav.bar2,
.header-nav .bar3 {
    top: 10.5px;
}

.header-nav .bar3 {
    right: 0;
}

.header-nav .bar4 {
    bottom: 8px;
}

/* HAMBURGER 3 */


.logo {
    /* height: 80px; */
    padding: 11px 10px;
    /* width: 90px; */
    text-align: center;
}

@media(max-width:992px) {

    .main-header>.container>.row {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: nowrap;
        padding: 5px 0;
    }

    .header-nav {
        padding: 0
    }

    .dropdown-menu {
        display: none;
    }

    /* .dropdown:hover > .dropdown-menu, .btn-group:hover > .dropdown-menu {
        display: table;
    } */

    .header-nav .nav-link {
        text-align: left;
    }

    .navbar-nav .dropdown-menu {
        padding: 0
    }


    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

    .header-nav .nav-link:after {
        position: absolute;
        bottom: 18px;
    }

    /* .dropdown:hover > .dropdown-menu {
        display: table;
    } */
}

@media(max-width:576px) {
    .navbar-nav li {
        width: 100px
    }
}

/*******  mega menu  *******/

.leftTopHeader {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.header .menu-btn {
    display: none;
}

.header .menu-btn:checked~.menu {
    max-height: 240px;
}

.header .menu-btn:checked~.menu-icon .navicon {
    background: transparent;
}

.header .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
    top: 0;
}

.leftTopHeader {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
}

.header .menu-icon .navicon {
    background: #fff;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #fff;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.header .menu-icon .navicon:before {
    top: 5px;
}

.header .menu-icon .navicon:after {
    top: -5px;
}

.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}

.header-nav .hamburger3 .bar1 {
    transform-origin: 5%;
}

.header-nav .hamburger3 .bar4 {
    transform-origin: 5%;
}

.header-nav .checkbox3:checked+label>.hamburger3>.bar1 {
    width: 36px;
    transform: rotate(45deg);
    width: 35px;
    width: 35px;
}

.header-nav .checkbox3:checked+label>.hamburger3>.bar3 {
    transform: rotate(45deg);
    height: 3px;
    background-color: transparent;
    display: none;
}

.header-nav .checkbox3:checked+label>.hamburger3>.bar2 {
    transform: rotate(-45deg);
    height: 3px;
    background-color: transparent;
    display: none;
}

.header-nav .checkbox3:checked+label>.hamburger3>.bar4 {
    transform: rotate(-45deg);
    height: 2px;
    width: 35px;
    bottom: 5px;
}

.menu .nav-item .nav-link {
    color: #fff
}

.menu .dropdown-menu {
    background-color: #fff;
    width: 100vw;
    /* right: 0; */
    direction: ltr;
    border-radius: 0 !important;
    padding: 0;
}

.menu .border-megamenu {
    display: none;
}

.menu .megamenu * {
    color: #000;
    text-align: right;
    font-size: 13px;
    direction: rtl;
}

.menu .megamenu a:hover {
    color: #ec0e21;
}

.menu .megamenu ul {
    padding-right: 7px;
}

.menu .megamenu li:before {
    content: '\f053';
    font-family: "fontawesome";
    margin-left: 1px;
    font-size: 12px;
}

.menu .column i {
    color: #ec0e21;
    font-size: 22px;
}

.menu .column li:hover i {
    color: white;
}

.menu .column .dropdown-item:focus,
.menu .dropdown-item:hover {
    background-color: unset !important;
}

.menu .image-megamenu {
    margin-left: 10px;
}

.menu .hover-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ec6408;
    opacity: 0;
    right: 0;
    bottom: 0;
    margin: 0px;
}

.menu .image-megamenu:hover .hover-image {
    opacity: 0.6;
}

.menu .icon-image-mega-menu {
    text-align: center;
    top: 35px;
    color: white;
    font-size: 27px;
    visibility: hidden;
}

.menu .image-megamenu:hover .icon-image-mega-menu {
    visibility: visible;
}

.menu .dropdown-menu ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.menu .dropdown-menu ::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.menu .dropdown-menu ::-webkit-scrollbar-thumb {
    background-color: #ec0e21;
}

.menu .navbar-collapse {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.menu .megamenu {
    background-color: #fff;
    box-shadow: 0px 4px 4px 5px rgb(3 11 31 / 39%);
    padding: 10px 10px 0;
    flex-direction: row-reverse;
}

.menu .megamenu>div {
    padding: 0;
}

.menu .title-megamenu {
    color: #8d8d8d;
    text-align: right;
    padding-top: 20px;
    padding-right: 40px;
    font-size: 14px;
    font-weight: 500;
    transition: .4s
}

@media (min-width: 1024px) {
    .header li {
        float: left;
    }

    .header .menu {
        clear: none;
        /* float: left; */
        max-height: none;
        direction: rtl;
    }

    .header .menu-icon {
        display: none;
    }
}

@media (max-width: 1024px) {
    .menu .megamenu .container {
        padding-right: 0px;
        margin-right: 10px;
    }

    .menu .navbar-nav .big-menu {
        width: 602px;
    }

    .menu .navbar-nav .big-menu>li {
        float: right;
        width: 200px;
        margin: 0
    }

    .menu .navbar-nav .dropdown-menu {
        width: 860px;
    }

    .list-hedaer {
        display: flex;
        justify-content: flex-end;
    }

    .social-header .ml-2 a {
        font-size: 12px;
        padding: 5px 0;
    }
}

@media(width: 768px) {
    .menu .navbar-nav .dropdown-menu {
        width: 680px;
    }
}

@media (max-width: 767px) {
    .menu .navbar-nav .dropdown-menu {
        width: 290px;
    }
}

@media(max-width:380px) {
    .col-sm-4.col-1 {
        display: none;
    }
}

@media(width: 320px) {
    .menu .navbar-nav .dropdown-menu {
        width: 250px;
    }
}

.menu .dropdown {
    position: unset
}

.menu .megamenu a {
    border-bottom: 1px dotted #ddd;
    margin-left: 10px;
    transition: .4s;
    margin-bottom: 30px !important;
    padding-right: 0 !important;
    position: relative;
}

.menu .megamenu a::before {
    position: absolute;
    content: '\f0c9';
    font-family: 'FontAwesome';
    font-size: 18px;
    color: #b50109;
    border: 1px solid #ddd;
    width: 35px;
    height: 35px;
    line-height: 2;
    text-align: center;
    top: 13px;
}

.megamenu a:hover {
    border-color: #b50109;
}

.megamenu a:hover .title-megamenu {
    color: #b50109 !important;
}

.menu .nav-item.dropdown:hover {
    background: #fff;
}

.menu .nav-item.dropdown:hover a {
    color: #000 !important;
}

.navbar-nav {
    flex-wrap: wrap;
}

/*End of Menu*/


.block-wrapper {
    background: var(--background-1);
}
.post-image img {
    margin: auto;
}
/*Start of news*/
.single-post-box .title-post {
    padding: 20px 10px;
    border: 1px solid var(--orginal_color);
    display: flex;
    justify-content: space-around;
}
.single-post-box .title-post h1 {
    color: var(--orginal_color);
    font-size: 38px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 15px;
    font-family: 'PlayfairDisplay';
}
.block-wrapper ul.post-tags li:nth-child(1) {
    display: inline-block!important;
} 
.single-post-box .share-post-box {
    margin-bottom: 10px;
    padding: 0 20px
}
.single-post-box .share-post-box li:nth-child(1) span {
    display: none!important;
}
.single-post-box .share-post-box ul.share-box {
    margin: 0;
    padding: 0;
    text-align: right;
}

.single-post-box .share-post-box ul.share-box li {
    display: inline-block;
    color: #666;
    font-size: 13px;
    /* margin-right: 8px; */
    /* margin-bottom: 2px; */
}

.single-post-box .share-post-box ul.share-box li:first-child {
    float: left;
    padding-top: 20px;
    font-size: 1.1rem;
}

.single-post-box .share-post-box ul.share-box li i.fa.fa-share-alt {
    font-size: 20px;
    margin-right: 12px;
    color: #999;
    float: left
}

.single-post-box .share-post-box ul.share-box li span {
    display: inline-block;
    line-height: 15px
}

.single-post-box .share-post-box ul.share-box li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: transparent;
    margin: 5px;
}

.single-post-box .share-post-box ul.share-box li a i {
    font-size: 1.3rem;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    color: #818181;
    height: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;
    transition: all 0.2s;
    width: 50px;
}

/* .single-post-box .share-post-box ul.share-box li a.whatsapp i {
    color: #4FCE5D;
} */

.single-post-box .share-post-box ul.share-box li a.whatsapp i:hover {
    box-shadow: 0 0 10px rgb(37 211 102 / 50%) inset;
    color: #25D366;
}

/* .single-post-box .share-post-box ul.share-box li a.send i {
    color: #229ED9
} */

.single-post-box .share-post-box ul.share-box li a.send i {
    font-size: 1.05rem;
}

.single-post-box .share-post-box ul.share-box li a.send i:hover {
    box-shadow: 0 0 10px rgb(34 158 218 / 50%) inset;
    color: #229ED9;
}

/* .single-post-box .share-post-box ul.share-box li a.twitter i {
    color: #1DA1F2
} */

.single-post-box .share-post-box ul.share-box li a.twitter i:hover {
    box-shadow: 0 0 10px rgb(29 161 242 / 50%) inset;
    color: #1DA1F2;
}

.single-post-box .share-post-box ul.share-box li a.facebook i {
    margin-right: 0;
}

.single-post-box .share-post-box ul.share-box li a.facebook i:hover {
    box-shadow: 0 0 10px rgb(66 103 178 / 50%) inset;
    color: #4267B2;
}

.single-post-box .share-post-box ul.share-box li a.linkedin i {
    margin-right: 0
}

.single-post-box .share-post-box ul.share-box li a.linkedin i:hover {
    box-shadow: 0 0 10px rgb(14 118 168 / 50%) inset;
    color: #1879dd;
}


/* .single-post-box .share-post-box ul.share-box li a:hover {
    opacity: .7
} */

.single-post-box>.post-content {
    margin-bottom: 10px;
    overflow: hidden;
    border: 1px solid var(--orginal_color);
}
div#newsContent ul {
    list-style: disc;
    color: #fff;
    line-height: 2;
}
#newsContent ul li::marker{
    color: var(--orginal_color);
}
.single-post-box>.post-content p {
    padding: 0 20px;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 2;
}

.single-post-box>.post-content p a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #f44336;
    text-decoration: underline
}
#newsContent {
    padding: 10px;
}

#newsContent h2, #newsContent h3, #newsContent h4 {
    color: var(--orginal_color);
    padding-left: 20px;
    font-family: 'PlayfairDisplay';
}
.single-post-box>.post-content p a:hover {
    opacity: .6
}

.block-wrapper .single-post-box>.post-content blockquote {
    padding: 10px;
    padding-right: 70px;
    background: #eee;
    border: none;
    margin: 0 0 20px;
    position: relative;
    display: none;
}

.single-post-box>.post-content blockquote h2 {
    font-size: 1.5rem;
    margin: 0.5rem;
    padding: 0;
    color: var(--orginal_color);
}

.single-post-box>.post-content blockquote p {
    color: #222;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 0;
    line-height: 24px
}

.single-post-box>.post-content blockquote:before {
    /* content: '\201C'; */
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 72px;
    color: #222;
    line-height: 70px;
    font-weight: 700
}

.single-post-box>.post-content>h2 {
    color: #333;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 10px;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 24px;
    padding: 0 20px
}

.single-post-box.wide-version .share-post-box {
    margin-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px
}

.contact-form-box #contact-form,
.contact-form-box #comment-form {
    margin: 0
}

.contact-form-box #contact-form label,
.contact-form-box #comment-form label {
    display: block;
    color: #333;
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 16px;
    cursor: pointer
}

.contact-form-box #contact-form input[type="text"],
.contact-form-box #comment-form input[type="text"],
.contact-form-box #contact-form textarea,
.contact-form-box #comment-form textarea {
    display: block;
    width: 100%;
    padding: 10px 20px;
    background: #fafafa;
    color: #333;
    font-size: 13px;
    outline: none;
    border: 1px solid #e1e1e1;
    margin: 0 0 16px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out
}

.contact-form-box #contact-form input[type="text"]:focus,
.contact-form-box #comment-form input[type="text"]:focus,
.contact-form-box #contact-form textarea:focus,
.contact-form-box #comment-form textarea:focus {
    border: 1px solid #f44336
}

.contact-form-box #contact-form textarea,
.contact-form-box #comment-form textarea {
    height: 130px
}

.contact-form-box #contact-form button,
.contact-form-box #comment-form button {
    color: #ccc;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    background: #222;
    padding: 8px 10px;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out
}

.contact-form-box #contact-form button i,
.contact-form-box #comment-form button i {
    margin-right: 7px
}

.contact-form-box #contact-form button:hover,
.contact-form-box #comment-form button:hover {
    background: #f44336;
    color: #fff
}

.contact-form-box .title-section span.email-not-published {
    float: left;
    padding-left: 0;
    border: none;
    color: #999;
    font-size: 13px;
    text-transform: initial;
    font-weight: 400
}

ul.post-tags {
    margin: 6px 0;
    padding: 0;
    direction: rtl;
    text-align: right;
    display: inline;
}
button#btnPlaySpeech,#btnStopSpeech {
    display: none;
}
ul.post-tags li {
    display: inline-block;
    margin-right: 7px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-style: normal;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out
}

ul.post-tags li i {
    color: var(--orginal_color);
    margin-left: 9px;
}

ul.post-tags li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #999
}

ul.post-tags li a:hover {
    color: #f44336
}

ul.post-tags li:last-child {
    margin-right: 0
}


.title-section h1 {
    color: #222;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 30px;
    text-transform: uppercase;
    margin-bottom: -1px
}

.title-section h1 span {
    display: inline-block;
    padding-bottom: 16px;
    padding-right: 5px;
    border-bottom: 1px solid #f44336
}

.block-content .owl-carousel .item {
    margin: 0 5px 10px
}

.block-content {
    padding: 150px 0 60px;
    position: relative;
    /* font-family: iransans; */
}

.card.list-item-news.cardview2 {
    direction: rtl;
    font-family: 'IRANSans';
    width: 100% !important;
    height: 200px;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 7%);
}

.card.list-item-news.cardview2 .card-title {
    font-family: 'IRANSans';
    font-size: 19px;
    line-height: 25px;
    width: 100%;
}

.card.list-item-news.cardview2 .card-title a {
    color: #000 !important;
}

.card.list-item-news.cardview2 .card-text.truncateinside {
    width: 100%;
    font-size: 15px;
}

.card.list-item-news.cardview2 ul.news-date {
    list-style: none;
    width: 100%;
}

.card.list-item-news.cardview2 .btn.btn-outline-info {
    border-color: #ec0e21;
    color: #ec0e21;
}

.card.list-item-news.cardview2 .btn.btn-outline-info:hover {
    background: #ec0e21;
    color: white;
}

.card-title {
    margin: 15px auto;
}
#page-19e12d16-d2bb-42db-8478-fd385811c766 {
    background: var(--background-1);
}
#page-19e12d16-d2bb-42db-8478-fd385811c766 .card-body {
    padding: 0;
    background-color: var(--background-1);
}

#page-19e12d16-d2bb-42db-8478-fd385811c766 .card.lst-item.cardview1 {
    border: none;
    margin-bottom: 50px;
}

#page-19e12d16-d2bb-42db-8478-fd385811c766 .card-title.flex-row-reverse.justify-content-between a{
    color: var(--orginal_color);
    line-height:1.6;
}

#page-19e12d16-d2bb-42db-8478-fd385811c766 .card-text.truncateinside {
    color: rgba(255, 255, 255, 0.7);
}
.card-text.truncateinside{
      height: 54px;
    line-height: 27px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.card-text.truncateinside:empty {
    display: none;
}

.btn-outline-info {
    color: var(--orginal_color);
    border-color: var(--orginal_color);
    border-radius: 30px;
}
ul.news-date.p-0 .text-muted {
    color: var(--orginal_color)!important;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff !important;
    background-color: unset;
    border-color: var(--orginal_color);
}

.btn-outline-info.focus,
.btn-outline-info:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: unset;
}

.vertical-carousel-news-content .slick-list {
    /* height: 250px !important; */
    height: 100% !important;
}

.vertical-carousel-news-content .slick-list img {
    height: 100%;
    object-fit: cover;
    padding: 15px;
    margin-right: 15px;
}

.row.insidepaging {
    display: block;
}

.vertical-carousel-news-content .slick-list .card-body {
    padding-right: 30px;
}

.vertical-carousel-text-news-content {
    width: 100%;
    height: 100px;
    background: #fff;
    margin: 30px auto;
    padding: 40px;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 7%);
    border-radius: 0.25rem;
}

.row.insidepaging {
    display: block;
}

li.slick-slide {
    width: 100% !important;
}

@media only screen and (max-width:767px) {
    .vertical-carousel-news-content .slick-list {
        height: 550px !important;
    }

    .vertical-carousel-news-content .card.list-item-news.cardview2 {
        height: 500px;
    }

    .vertical-carousel-news-content .slick-list img {
        width: 80% !important;
        object-fit: cover;
        padding: 40px 0 10px 0;
        margin-right: 0;
    }

    .vertical-carousel-news-content .slick-list .card-body {
        text-align: center !important;
    }

    .vertical-carousel-news-content .card.list-item-news.cardview2 .btn.btn-outline-info {
        margin: 0 auto;
    }
}

@media only screen and (max-width:576px) {
    .vertical-carousel-news-content .slick-list {
        width: 90% !important;
        height: 500px !important;
        margin: 0 auto;
    }

    .vertical-carousel-news-content .card.list-item-news.cardview2 {
        height: 450px;
    }

    .single-post-box .share-post-box ul.share-box li a {
        margin: 2px;
    }

    .single-post-box .share-post-box ul.share-box li a i {
        font-size: 1rem;
        height: 30px;
        line-height: 30px;
        width: 30px;
    }

    .single-post-box .share-post-box ul.share-box li:first-child {
        padding-top: 5px;
        font-size: 0.7rem;
    }

    .single-post-box .share-post-box ul.share-box li i.fa.fa-share-alt {
        font-size: 15px;
        margin-right: 7px;
        padding-top: 5px;
    }
}


@media only screen and (max-width:415px) {
    .vertical-carousel-news-content .slick-list {
        width: 80% !important;
        height: 460px !important;
        margin: 0 auto;
    }

    .vertical-carousel-news-content .card.list-item-news.cardview2 {
        height: 410px;
    }
}

/*End of news*/


/* Start of Education */
.row.alllearningcenterpaging {
    margin: 0;
}

.row.alllearningcenterpaging .row {
    width: 100%;
    margin: 15px 0;
}

.row.alllearningcenterpaging .box-image img {
    height: 220px;
    width: 100%;
    object-fit: cover;
}

.image-back {
    height: 400px;
    border-radius: 20px;
    object-fit: cover;
}

.title-group {
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}

.col-education img {
    width: 25px;
    margin-left: 20px;
}

span.count-education {
    background: #ff9f43;
    border-radius: 40px;
    padding: 6px 20px;
    color: #fff;
    margin-top: 3px;
    position: absolute;
    left: 20px;
}

.col-education a {
    transition: .4s;
    float: right;
}

.col-education a:hover {
    color: #ce0000;
}

.col-12.col-education {
    margin-bottom: 30px;
}

.list-step {
    list-style: none;
}

.list-step li {
    display: inline-block;
    padding-right: 10px;
    font-size: 14px;
}

.list-step li::after {
    content: '\f100';
    position: absolute;
    color: #ccc;
    font-family: 'FontAwesome';
    margin-right: 3px;
}

.list-step li:last-child::after {
    content: none;
}

.col-category {
    background: #f6f6f6;
    width: 250px;
}

ul.list-category li::before {
    content: '\f100';
    font-family: 'FontAwesome';
    color: #dcdde0;
    padding-left: 5px;
}

ul.list-category {
    padding-right: 15px;
    /* border-bottom: 1px solid #dedbdb; */
}

ul.list-category li {
    line-height: 35px;
    font-size: 14px;
}

ul.list-category li a:hover {
    color: #ce0000;
}

h4.title-category {
    color: #000;
    padding: 15px;
}

.box-education {
    transition: .4s;
    margin-bottom: 30px;
    background: white;
    transition: .4s;
}

.box-education:hover {
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
}

.box-education:hover {
    border-color: #ce0000;
    cursor: pointer;
}

h2.title-box-education {
    font-size: 18px;
    color: #000;
    padding-top: 10px;
    margin-bottom: 15px;
}

.box-education p {
    line-height: 40px;
    text-align: justify;
}

a.btn.btn-education {
    /* float: left; */
    background: #ce0000;
    color: white;
    padding: 10px 60px;
    transition: .4s;
    position: relative;
    border-radius: 0;
}

a.btn.btn-education:hover {
    background: #b90505;
}

a.btn.btn-education::before {
    content: '\f053';
    font-family: 'FontAwesome';
    position: absolute;
    left: 30px;
}

.box-education img {
    height: 100%;
    object-fit: cover;
}

.button-education {
    display: flex;
    direction: ltr;
    float: left;
    flex-direction: row;
}

.date-education {
    padding-top: 13px;
    border-bottom: 4px solid #ce0000;
    padding-right: 20px;
    color: #888;
}

.fa-clock-o:before {
    content: "\f017";
    font-family: 'FontAwesome';
}

.col-edu {
    background: #f6f6f6;
}

button.button-2.btn-more-2 {
    width: 100%;
    height: 43px;
    background: #fff;
    border: none;
    color: #ce0000;
    transition: .4s;
}

button.button-2.btn-more-2:hover {
    background: #ce0000;
    color: #fff;
}

p.text-edu-2 {
    color: #666;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}

h2.title-detail {
    padding: 20px 0;
    font-size: 23px;
}

p.text-detail {
    color: #7c8088;
    line-height: 40px;
    text-align: justify;
    padding-top: 20px;
}

.kb-rate-article {
    display: flex;
    padding: 15px 30px;
    margin-top: 15px;
    margin-bottom: 35px;
    background: #fff;
    border: 1px solid #e6e8ec;
    border-radius: 8px;
}

.kb-rate-article .row {
    /* display: block; */
    width: 100%;
}

.kb-rate-article h6 {
    font-weight: 500;
}

.kb-rate-article h6 span {
    display: block;
    font-weight: 200;
    font-size: 11px;
    margin-top: 6px;
    color: #87979f;
}

.kb-rate-article h6 span i {
    color: #F44336;
}

.kb-rate-article .btn {
    margin: 11px 0;
    display: inline-block;
    font-weight: 500;
    border-radius: 20px;
    text-decoration: none !important;
    overflow: hidden;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    position: relative;
    padding: 5px 35px;
    background: #fff;
}

.kb-rate-article .btn i {
    margin-right: 5px;
}

.kb-rate-article .btn.btn-yes {
    color: #8BC34A;
    border: 2px solid #8BC34A;
}

.kb-rate-article .btn.btn-yes:hover {
    color: #fff;
    border: 2px solid #8BC34A;
    background: #8BC34A;
}

.kb-rate-article .btn.btn-no {
    color: #FF9800;
    border: 2px solid #FF9800;
}

.kb-rate-article .btn.btn-no:hover {
    color: #fff;
    border: 2px solid #FF9800;
    background: #FF9800;
}

.kb-rate-article .user-votted {
    display: block;
    font-weight: 200;
    font-size: 11px;
    color: #87979f;
    margin: 7px 0;
}

.kb-also-read {
    padding: 15px 30px;
    margin-top: 15px;
    margin-bottom: 35px;
    background: #fff;
    border: 1px solid #e6e8ec;
    border-radius: 8px;
}

.kb-also-read h3 {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.kb-also-read .kbarticles a {
    font-size: 11px;
    font-weight: 800;
    margin-top: 0;
    color: #111;
}

.kb-also-read .kbarticles p {
    margin: 0;
    color: #99a4a8;
    font-size: 11px;
    font-weight: 300;
    margin-top: 1px;
    margin-bottom: 15px;
}

.kb-also-read .kbarticles .admin-inline-edit {
    display: none;
}

.col-education-detail {
    border: 1px solid #e6e8ec;
    border-radius: 10px;
}

.col-education-detail .title-group {
    margin-bottom: 20px
}

.far {
    font-family: 'FontAwesome';
}

container-homepage.latest-post {
    display: none;
}

/* End of Education */

/* Start of Form */

.form-wrap.form-builder {
    display: flex;
    flex-direction: column;
}

.form-wrap.form-builder .frmb .prev-holder select,
.form-wrap.form-builder .frmb .prev-holder input[type='text'],
.form-wrap.form-builder .frmb .prev-holder textarea,
.form-wrap.form-builder .frmb .prev-holder input[type='number'] {
    border-top: unset !important;
    border-right: unset !important;
    border-left: unset !important;
    border-radius: 0;
    border-bottom: 1px solid var(--orginal_color);
    background: var(--background-1);
    box-shadow: unset;
    height: 28px;
}

.form-wrap.form-builder .frmb .field-label,
.form-wrap.form-builder .frmb .legend ,#date-1788277096296-0-preview {

    color: #fff;
    margin-bottom: 0;
}

#page-021d464b-7d1d-4512-b669-00976cfb3054 .image-block {
    background: var(--background-1);
}

.frmb {
    margin: 0 auto !important;
}

.form-wrap.form-builder .frmb li {
    padding: 5px;
    background-color: var(--background-1);
    margin-bottom: 0;
}

.form-wrap.form-builder .frmb .form-field .form-group h1 {
    font-size: 26px;
    padding: 15px
}

.vertical-carousel-formgenerator-title p {
    font-size: 1.8rem;
    padding: 1rem 0;
}

.vertical-carousel-formgenerator-title img {
    width: 40px;
    margin-left: 15px !important;
}

.formbuilder-header h1 {
    font-size: 2rem;
}

.rgbtn {
    margin-top: -55px;
    background: var(--background-1);
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 35px;
    border: 1px solid var(--orginal_color);
    padding: 13px 55px;
    transition: 0.4s;
    float: right;
}

.secondreg {
    background: #fff;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    padding: 30px;
    width: 60%;
    margin: 50px auto 25px auto;
}

.secondreg label {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px
}

.secondreg input {
    padding: 10px 60px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.secondreg .rtnbtn {
    margin-top: 15px;
    background: #da1d25;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 3px;
    border: 1px solid #da1d25
}

/* -------- contact ------ */

.contact-col {
    padding: 15px;
    border-radius: 10px;
    margin: 15px auto;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%);
    text-align: center;
    min-height: 270px;
}

.contact-icon {
    border: 2px solid #da1d25;
    border-radius: 50%;
    padding: 5px;
    margin: 15px auto 30px auto;
    width: 65px;
    height: 65px;
}

.contact-icon .fa {
    font-size: 25px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    background: #da1d25;
}

@media only screen and (max-width:991px) {
    .contact-col {
        min-height: 290px
    }
}

@media only screen and (max-width:768px) {
    .contact-col {
        padding: 30px 80px;
        min-height: 300px
    }
}

/* -------- about ------ */

.contact-img {
    position: relative;
    margin-bottom: 40px;
}

.contact-img:before {
    content: "";
    border: 10px solid rgba(0, 0, 0, .05);
    display: block;
    transition: all .3s linear 0s;
    position: absolute;
    right: 30px;
    bottom: -30px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

@media only screen and (max-width:767px) {
    .contact-img:before {
        right: -15px;
        bottom: -10px;
        width: 106%;
        height: 106%;
    }
}

/* End of Form */


/* Start of Map */

.locationmap .border-title p {
    font-size: 1.8rem;
    padding: 1rem 0;
}

.locationmap .border-title img {
    width: 40px;
    margin-left: 15px !important;
}

.single-post-box .post-content .container {
    width: 100% !important;
}

/* End of Map */



/*GalleryAdvanced ----- START -----*/
#gallery {
    padding-top: 40px;
}

@media screen and (min-width: 991px) {
    #gallery {
        padding: 60px 30px 0 30px;
    }
}

.img-wrapper {
    position: relative;
    margin-top: 15px;
}

.img-wrapper img,
.img-wrapper video {
    width: 100%;
    height: 278px;
    object-fit: cover;
}

.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.img-overlay i {
    color: #fff;
    font-size: 3em;
}

.col-lg-8.col-md-6.col-sm-6.col-12.image img {
    height: 570px !important;
    max-height: 570px !important;
}

.col-lg-4.col-md-6.col-sm-6.col-12.image .col-12.image {
    padding: 0;
}

#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;
}

@media screen and (min-width: 768px) {
    #overlay img {
        width: 60%;
    }
}

@media screen and (min-width:1200px) {
    #overlay img {
        width: 50%;
    }
}

@media(min-width:576px) and (max-width:991px) {
    .col-lg-8.col-md-6.col-sm-6.col-12.image img {
        height: 278px !important;
    }

    #image-gallery .col-lg-4.col-md-6.image:last-child {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    margin: 10px;
}

#nextButton:hover {
    opacity: 0.7;
}


@media screen and (min-width:768px) {
    #nextButton {
        font-size: 2em;
    }
}

#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    margin: 10px;
}

#prevButton:hover {
    opacity: 0.7;
}

@media screen and (min-width:768px) {
    #prevButton {
        font-size: 2em;
    }
}

#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
}

#exitButton:hover {
    opacity: 0.7;
}

@media screen and (min-width:768px) {
    #exitButton {
        font-size: 3em;
    }
}

#gallery .rounded {
    width: 330px;
    height: 330px;
    border-radius: .25rem !important;
    margin-bottom: 30px;
    object-fit: cover;
}

.ekko-lightbox-nav-overlay {
    z-index: 1;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%;
}

.ekko-lightbox-nav-overlay a {
    transition: opacity .5s;
    color: #6b6a6a;
    font-size: 30px;
    z-index: 1;
    position: absolute;
}

.ekko-lightbox-nav-overlay a span {
    padding: 0 30px;
}

.ekko-lightbox-nav-overlay a>* {
    flex-grow: 1;
}

.ekko-lightbox-nav-overlay a:nth-child(1) {
    right: -30px;
}

.ekko-lightbox-nav-overlay a:nth-child(2) {
    left: 0;
}

/*GalleryAdvanced ----- END -----*/

/*news-rahimi-test -----START-----*/
.vertical-carousel-news-content {
    margin: 20px 0;
}

.vertical-carousel-news-content .slick-list {
    height: 100% !important;
}

.vertical-carousel-news-content .slick-track {
    height: 100% !important;
}

.vertical-carousel-news-content .card.list-item-news.cardview2 {
    height: 100%;
    background-color: #f0f0f0;
}

.vertical-carousel-news-content .card.list-item-news.cardview2 .row.nv2-r1 {
    height: 100%;
    width: 100%;
}

.vertical-carousel-news-content .card.list-item-news.cardview2 .row.nv2-r1 .p-0.nv2-r2 {
    width: 25%;
}

.vertical-carousel-news-content .card.list-item-news.cardview2 .card-body {
    width: 75% !important;
    padding: 25px 50px 30px 10px !important;
}

.vertical-carousel-news-content .card.list-item-news.cardview2 .row.nv2-r1 .p-0.nv2-r2 a {
    position: relative;
}

.vertical-carousel-news-content img {
    width: 100% !important;
    float: right;
    padding: 0 !important;
}

.vertical-carousel-news-content a.btn.btn-outline-info {
    border: none;
    position: relative;
    color: black !important;
}

.vertical-carousel-news-content a.btn.btn-outline-info:hover {
    background: none !important;
    color: red !important;
}

.vertical-carousel-news-content a.btn.btn-outline-info::before {
    content: "\f177";
    font-size: 30px;
    position: absolute;
    top: -2px;
    left: -29px;
    /* right: 0; */
    display: inline-block;
    transition: 0.4s;
    font-family: "FontAwesome";
}

.vertical-carousel-news-content a.btn.btn-outline-info:hover::before {
    transform: translateX(-10px);
}

@media (max-width: 768px) {
    .vertical-carousel-news-content .card.list-item-news.cardview2 .row.nv2-r1 .p-0.nv2-r2 {
        width: 100%;
    }

    .vertical-carousel-news-content .slick-list img {
        width: 100% !important;
    }

    .vertical-carousel-news-content .card.list-item-news.cardview2 .row.nv2-r1 {
        padding: 0;
        margin: 0;
    }

    .vertical-carousel-news-content .card.list-item-news.cardview2 .card-body {
        padding-right: 10px !important;
    }
}


/*news-rahimi-test -----END-----*/

/* gallary changed by rahimi start */

#gallery .row.insidepaging {
    display: block;
    margin-top: 20px;
}

#nextButton .fa-chevron-right::before {
    content: "\f054";
    margin-right: 20px;
}

#prevButton .fa-chevron-left::before {
    margin-left: 20px;
    content: "\f053";
}
.box-lang {
    display: flex;
    justify-content: right;
}

/* gallary changed by rahimi end */


/*locationmap- view3 - mapbox -----START-----*/



* {
    box-sizing: border-box;
}

.sidebar {
    position: absolute;
    width: 33.3333%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    border-right: 1px solid rgba(0, 0, 0, 0.25);
}

.pad2 {
    padding: 20px;
}

a {
    color: #404040;
    text-decoration: none;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

.heading {
    background: #fff;
    border-bottom: 1px solid #eee;
    min-height: 60px;
    line-height: 60px;
    padding: 0 10px;
    background-color: #00853e;
    color: #fff;
}

.listings {
    height: 100%;
    overflow: auto;
    padding-bottom: 60px;
}

.listings .item {
    border-bottom: 1px solid #eee;
    padding: 10px;
    text-decoration: none;
}

.listings .item:last-child {
    border-bottom: none;
}

.listings .item .title {
    display: block;
    color: #00853e;
    font-weight: 700;
}

.listings .item .title small {
    font-weight: 400;
}

.listings .item.active .title,
.listings .item .title:hover {
    color: #8cc63f;
}

.listings .item.active {
    background-color: #f8f8f8;
}

/*::-webkit-scrollbar {
        width: 3px;
        height: 3px;
        border-left: 0;
        background: rgba(0, 0, 0, 0.1);
    }

    ::-webkit-scrollbar-track {
        background: none;
    }

    ::-webkit-scrollbar-thumb {
        background: #00853e;
        border-radius: 0;
    }*/

.marker {
    border: none;
    cursor: pointer;
    height: 56px;
    width: 56px;
    background-image: url(marker.png);
}

/* Marker tweaks */
.mapboxgl-popup {
    padding-bottom: 50px;
}

.mapboxgl-popup-close-button {
    display: none;
}

.mapboxgl-popup-content {
    font: 400 15px/22px 'Source Sans Pro', 'Helvetica Neue', sans-serif;
    padding: 0;
    width: 180px;
}

.mapboxgl-popup-content h1 {
    background: #91c949;
    color: #fff;
    margin: -15px 0 0;
    padding: 10px;
    border-radius: 3px 3px 0 0;
    font-weight: 700;
}

.mapboxgl-popup-content h4 {
    margin: 0;
    padding: 10px;
    font-weight: 400;
}

.mapboxgl-popup-content div {
    padding: 10px;
}

.mapboxgl-popup-anchor-top>.mapboxgl-popup-content {
    margin-top: 15px;
}

.mapboxgl-popup-anchor-top>.mapboxgl-popup-tip {
    border-bottom-color: #91c949;
}

.mapboxgl-ctrl-geocoder {
    border-radius: 0;
    position: relative;
    top: 0;
    width: 800px;
    margin-top: 0;
    border: 0;
}

.mapboxgl-ctrl-geocoder>div {
    min-width: 100%;
    margin-left: 0;
}

/*////az inja*/

#menu-map {
    position: absolute;
    bottom: 5px;
    left: 400px;
    font-family: IranSansWeb;
}

.menu-map {
    width: 70px;
    padding-left: 3px;
    padding-right: 3px;
}

.menu-map-bottom {
    position: absolute;
    bottom: 8px;
    right: 15px;
}

.menu-map-container {
    position: relative;
    text-align: center;
    color: #000;
    font-family: IranSansWeb;
    cursor: pointer;
    width: 70px;
    padding-left: 3px;
    padding-right: 3px;
}

.menu-map-img {
    border-style: inset;
    border-color: black;
}

/* HIDE RADIO */
[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.mapboxcontainer {
    min-height: 900px;
}

.mapboxgl-marker {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid gray;
    background-color: lightblue;
}

.i-loc-map {
    color: red;
}

/*locationmap- view3 - mapbox -----END-----*/

/*new-view4----- START -----*/

.box-contant-show {
    border: 1px solid #eee;
    background-color: #fff;
}

.box-contant-show .header-info {
    position: relative;
}

.box-contant-show .header-info::before {
    content: '';
    background-image: linear-gradient(to bottom, #ffffff00, #000000b3);
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 2;
    position: absolute;
}

.box-contant-show .header-info img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.box-contant-show .header-info .titr {
    position: absolute;
    bottom: 7%;
    color: white;
    width: 100%;
    text-align: center;
    display: block;
    font-size: 20px;
    z-index: 3;
}

.box-contant-show .body-info {
    padding: 50px 25px;
    min-height: 155px;
    text-align: left;
}

.footer-info {
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    padding: 25px;
}

.footer-info .date-view {
    display: flex;
}

.footer-info .date {
    padding-right: 20px;
    border-right: 1px solid #eee;
    position: relative;
}

.footer-infov .day {
    display: block;
    position: absolute;
    top: -5px;
    right: -10px;
    bottom: 0;
    left: 0;
    z-index: 1;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #ddd;
}

.footer-info .month {
    z-index: 2;
    position: relative;
    font-size: 12px;
}

.footer-info .view {
    padding-right: 25px;
}

.footer-info .view .fas.fa-comment {
    display: flex;
    color: #888;
}

.footer-info .view .label {
    font-family: 'IRANSans';
    font-size: 12px;
}

.footer-info .view .counter {
    font-family: 'IRANSans';
    padding-right: 10px;
}

.read-more .fas.fa-arrow-left {
    display: flex;
    flex-direction: row-reverse;
    color: #888;
    font-size: 14px;
}

.read-more a {
    font-family: 'IRANSans';
    font-size: 14px;
    padding-left: 10px;
}

/* .box-contant-prev */
.box-contant-prev {
    border: 1px solid #eee;
    background-color: #fff;
}

.box-contant-prev .item {
    padding: 20px 20px 0 20px;
    border-bottom: 1px solid #eee;
}

.box-contant-prev .item img {
    width: 100%;
    height: 130px;
    object-fit: cover;
}

.box-contant-prev .footer-info {
    padding: 0px 10px 25px 0px;
    border: none;
}

.box-contant-prev .box-info .titr {
    font-weight: 500;
    font-size: 20px;
    padding-bottom: 10px;
    display: block;
    transition: 0.4s;
}

.box-contant-prev .box-info .titr:hover {
    color: #888888;
}

.box-contant-prev .observe {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
    transition: 0.4s;
}

.box-contant-prev .observe:hover {
    color: #888888;
}

.box-contant-prev .observe .fas.fa-arrow-left {
    display: flex;
    flex-direction: row-reverse;
    font-size: 16px;
}

.box-contant-prev .observe a {
    font-family: 'IRANSans';
    font-size: 16px;
    padding-left: 10px;
}




.box-contant-show {
    height: 100%;
}

/* responsive */
@media (max-width: 992px) {

    .box-contant-prev .item img {
        width: 100%;
        height: 180px;
        object-fit: cover;
        margin-bottom: 20px;
    }
}

.box-info {
    text-align: left;
}

/* Offer */

.Offer {
    border: 1px solid #eee;
    margin: 40px 0;
    border-radius: 5px;
}

.image-offer {
    width: 100%;
    height: 100%;
}

.image-offer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px 5px 5px 0;
}

.offer-card {
    padding: 20px;
    padding-right: 0;
    position: relative;
    overflow: hidden;
}

.offer-status {
    position: absolute;
    left: -70px;
    background-color: green;
    padding: 10px 100px;
    transform: rotate(-35deg);
}

.offer-status p {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    color: white;
}

.offer-card .offer-explain strong {
    color: var(--second_color);
}

.offer-card .offer-explain h2 {
    color: var(--first_color);
    font-size: 25px;
    font-weight: 500;
    padding: 15px 0;
    text-shadow: 0 0 1px var(--first_color);
}

.offer-card .offer-explain p {
    line-height: 1.5;
    min-height: 50px;
}

.offer-card .offer-date .strat-date,
.offer-card .offer-date .finish-date {
    display: flex;
}

.offer-card .strat-date .item,
.offer-card .finish-date .item {
    display: flex;
    text-align: center;
    padding: 5px 0px 5px 100px;
    align-items: center;
}

.offer-card .date-box {
    display: flex;
    flex-direction: column;
}

.offer-card .fa {
    color: var(--second_color);
    padding-left: 15px;
    font-size: 25px;
}

.offer-download {
    margin-top: 20px;
    display: flex;
}

.offer-download .fa {
    color: green;
}

/* odd */

.odd .offer-card {
    padding: 20px 40px 20px 0;
}

.odd .image-offer {
    position: relative;
    overflow: hidden;
}

.odd .offer-status {
    top: 20px;
}

.odd .image-offer img {
    border-radius: 5px 0 0 5px;
}

.container-homepage.latest-post {
    display: none;
}

/* slider */
.hafez-section { width: 100%; height: 100vh; overflow: hidden; background: var(--background-1); }

.hafez-items { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; direction: rtl; }
.title-banner {position: absolute;z-index: 1;left: 0%;top: 54.6%;width: 100%;text-align: center;color: var(--orginal_color);font-size: 72px;font-weight: 500;font-family: 'PlayfairDisplay';line-height: 1;} 
.sub-title-banner { z-index: 1; left: 0%; top: 83.6%; width: 100%; text-align: center; color: var(--orginal_color); font-size: 21px; font-weight: 300; font-family: 'PlayfairDisplay'; position: absolute; } 
 .hafez-item { position: relative; width: 25%; height: 100%; overflow: hidden; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: width .8s cubic-bezier(.77, 0, .18, 1); }
.hafez-item::before { content: ''; display: block; width: 1px; height: 100%; position: absolute; right: 0; top: 0; opacity: .2; z-index: 2; background: var(--orginal_color); }
.hafez-image img { width: 100%; height: 100%; object-fit: cover; display: block; } 
.hafez-letter { position: absolute; z-index: 5; color: #fff; font-size: clamp(120px, 16vw, 280px); /* transform: translateX(-50%); */ line-height: 1; transition: transform .8s cubic-bezier(.77, 0, .18, 1); color: var(--orginal_color); -webkit-text-stroke: 1px var(--orginal_color); -webkit-text-fill-color: transparent; transition: color .4s ease, -webkit-text-stroke .4s ease, transform .6s ease; font-family: "Bon Vivant", serif; top: 41%; }
.letter-2 { top: 28%; } 
.beta-font { font-family: "Bon Vivant", serif; } 
.hafez-item:hover .hafez-letter { color: var(--orginal_color); -webkit-text-fill-color: var(--orginal_color); -webkit-text-stroke: 0; } 
.hafez-item:hover .hafez-image { opacity: 1; /* transform: scale(1); */ }
.hafez-image {
    position: absolute;
    inset: 0;
    overflow: hidden;
    opacity: 0;
    z-index: 1;
    transition: opacity .6s ease;
}

.hafez-item.active .hafez-image {
    opacity: 1;
}
.hafez-item:hover .hafez-letter { 
    color: #fff; }.hafez-image img { width: 100%; height: 100%; object-fit: cover; display: block; } .hafez-image::after { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none; background: linear-gradient(to bottom, rgba(24, 28, 39, 0.75) 0%, rgba(24, 28, 39, 0) 35%, rgba(24, 28, 39, 0) 65%, rgba(24, 28, 39, 0.8) 100%); } .hafez-item:hover .hafez-image { opacity: 1; } .link-about-inside { font-size: 18px; color: #fff; font-weight: 500; }
/* about */
.title-section {
    color: var(--orginal_color);
    font-size: 48px;
    font-weight: 400;
    /* line-height: 58px; */
    width: 55%;
    padding-top: 160px;
    max-width: 100%;
    font-family: 'PlayfairDisplay';
}

.content-section {
    color: rgba(255, 255, 255, 0.9);
    line-height: 30px;
    font-size: 18px;
    font-weight: 400;
    padding-top: 15px;
    padding-bottom: 20px
}

.link-more {
    border: 1px solid var(--orginal_color);
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 400;
    color: var(--orginal_color);

}

.about {
    padding: 64px 0;
    background: var(--secondry_color);
}

.title-about span {
    color: var(--secondry_color)
}

/* gallery */
.gallery-index {
    padding: 56px 0;
    background-color: var(--background-1);
}

.title-gallery {
    color: var(--orginal_color);
    font-weight: 400;
    font-size: 48px;
    font-family: 'PlayfairDisplay';
}

.gallery-index .content-section {
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);

}

.row-gallery {
    padding-top: 50px;
}

.image-gallery {
    position: relative;
    overflow: hidden;
    transition: .4s;
}

.image-gallery img {
    transition: .4s;
}

.image-gallery:hover img {
    transform: scale(1.1)
}

/* carousel */
.carousel_se_01_carousel .owl-stage {
    transition-timing-function: linear !important;
}

.boards {
    background-color: var(--background-1);
    padding: 48px 0;
}

/* parallax */
.parallax {
    background-image: url('../../../uploads/e018cacf-1bb7-4e49-ad3f-d65e3a5fdb5f-FIX.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    position: relative;
    min-height: 480px;
    DISPLAY: flex;
    justify-content: center;
    align-items: center;
}

/* .parallax::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(180deg,transparent,#353535)
} */
.parallax .content-section {
    font-size: 24px;
    line-height: 36px;
}



.menu-fixed .owl-nav {
    display: none;
}

.nav-pills .nav-link,
.nav-pills a {
    background: unset;
    border: none;
    font-size: 18px;
    font-weight: 400;
    font-family: 'inter';
    color: #fff;
    padding: 12px 25px 0 10px;
}

.nav-pills .nav-link.active,
.nav-pills .show {
    background: unset;
    border: none;
    font-size: 20px;
    font-weight: 400;
    font-family: 'inter';
    color: var(--orginal_color);
    padding: 12px;
}

.nav-pills a {
    line-height: 3;
    padding-right: 10px;
}

.carousel_se_list_menu .item a:hover,
.carousel_se_list_menu .item a.active {
    color: var(--orginal_color);
}

#pills-profile .list-menu a.active {
    color: var(--orginal_color);
}

#pills-profile .list-menu a {
    transition: all 0.3s ease;
}

#pills-tabContent {
    border-bottom: 1px solid var(--orginal_color);
}

.list-menu {
    margin-bottom: 0;
    padding-left: 0;
}

#pills-tab {
    justify-content: center;
    border-top: 1px solid var(--orginal_color);
    border-bottom: 1px solid var(--orginal_color);
}

.list-menu li {
    display: inline-block;
    padding-left: 20px
}

.carousel_se_list_menu h3 a,
.list-menu li h3 a {
    font-size: 17px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    transition: .4s;
}

.carousel_se_list_menu h3 a:hover,
.list-menu h3 a:hover {
    color: var(--orginal_color)
}
/* FOOD SUBMENU */

#pills-contact .carousel_se_list_menu a.active {
    color: var(--orginal_color);
}


/* STARTER SUBMENU */

#pills-profile .list-menu a.active {
    color: var(--orginal_color);
}


/* MAIN TABS */

#pills-tab .nav-link.active,
#pills-tab a.active {
    color: var(--orginal_color);
}


/* SMOOTH */
.menu-fixed.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
       top: 0;
    background: var(--background-1);
}
#pills-contact .carousel_se_list_menu a,
#pills-profile .list-menu a,
#pills-tab .nav-link,
#pills-tab > li > a {
    transition:
 .3s ease,
        color .3s ease;
}
.content-menu {
    background: var(--background-1);
}

.content-menu .title-section {
    width: 100%;
    margin-bottom: 10px;
}

.sub-food {
    border-bottom: 1px solid var(--orginal_color);
    font-size: 18px;
    font-weight: 500;
    font-family: 'inter';
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.9;
}

.image-food img {
    width: 155px;
    height: 155px;
    object-fit: contain;
}

.name-food {
    display: flex;
    padding-top: 16px;
    align-items: center;
}

.content-food {
    padding-left: 30px;
}

.content-food h3 {
    font-family: 'PlayfairDisplay';
    font-size: 24px;
    color: #fff;
    font-weight: 400;
}

.des-food {
    font-size: 18px;
    font-weight: 500;
    font-family: 'inter';
    color: rgba(255, 255, 255, 0.8);
}

.price-food {
    font-size: 35px;
    font-weight: 400;
    color: var(--orginal_color);
    font-family: 'PlayfairDisplay';
    margin-left: auto;
    padding-top: 20px;
}

.carousel_se_list_menu {
    width: 100%;
}
    .box-name-food {
        position: relative;
    }

    .box-name-food a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }
.box-recipe {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 40px 0 20px 60px;
    border-bottom: 1px solid var(--orginal_color);
}

.count-box {
    color: var(--orginal_color);
    font-size: 55px;
    font-weight: 500;
    padding-right: 30px;
}
#page-071182a0-d7b8-4560-b8f0-eac8d44725fd .vertical-carousel-news {
    background: var(--background-1);
    padding: 60px 0;
}
#page-071182a0-d7b8-4560-b8f0-eac8d44725fd .card.rounded-md {
    border: none;
    border-radius: 0;
    background: var(--background-1);
    position: relative;
    overflow: hidden;
}

#page-071182a0-d7b8-4560-b8f0-eac8d44725fd .card-body p:nth-child(1) {
    color: var(--orginal_color);
    font-size: 27px;
    text-align: left;
    height: 54px;
    line-height: 27px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
}
#page-071182a0-d7b8-4560-b8f0-eac8d44725fd .card.rounded-md .card-body {
    padding-left: 0;
}
#page-071182a0-d7b8-4560-b8f0-eac8d44725fd .card-text small {
    color: var(--orginal_color)!important;
}


#page-071182a0-d7b8-4560-b8f0-eac8d44725fd .card-text.pull-left {
    display: none;
}

#page-071182a0-d7b8-4560-b8f0-eac8d44725fd .card-text.pull-right {
    float: left;
}

#page-071182a0-d7b8-4560-b8f0-eac8d44725fd .photo-report-main .card > a {
    position: relative;
    display: block;
}
#page-071182a0-d7b8-4560-b8f0-eac8d44725fd .photo-report-main .card > a::before {
    content: "";
    position: absolute;
    width: 48px;
    height: 48px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: var(--orginal_color);
    z-index: 2;

    animation: playGlow 2s infinite;
}  
#page-071182a0-d7b8-4560-b8f0-eac8d44725fd .photo-report-main .card > a::after {
    content: "\f04b";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 18px;
    line-height: 1;
    z-index: 3;
}
@keyframes playGlow {
    0% {
        box-shadow: 0 0 0 0 rgba(255,255,255,0.5);
    }

    70% {
        box-shadow: 0 0 0 18px rgba(255,255,255,0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255,255,255,0);
    }

    
}
ul.post-tags li:nth-child(1) {
    display: none;
}
.block.image-block {
    background: var(--background-1);
}
#overlay video.showvideo {
    width: 70%;
    height:100%;
    border-radius: 30px;
    margin-bottom: -1rem;
}
#gallery #image-gallery .col-xl-3.col-md-4.col-sm-6.col-xs-12.mb-3.image:nth-child(1) {
    display: none;
}


.reviews-fixed-btn {
    position: fixed;
    bottom: 25px;
    left: 10%;
    transform: translateX(-50%);
    z-index: 9998;
    padding: 14px 28px;
    background: var(--orginal_color);
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: .5px;
    transition: all .3s ease;
}

.reviews-fixed-btn:hover {
    color: #fff;
    transform: translateX(-50%) translateY(-3px);
}

.reviews-panel {
    position: fixed;
    top: 0;
    right: 0;
    width: 450px;
    max-width: 90vw;
    height: 100vh;
    background: #fff;
    z-index: 99999;
    overflow-y: auto;
    transform: translateX(100%);
    transition:
        transform .7s cubic-bezier(.77, 0, .18, 1);
}

.reviews-panel:target {
    transform: translateX(0);
}
.reviews-close {
    position: absolute;
    top: 25px;
    right: 25px;

    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 32px;
    line-height: 1;

    color: inherit;
    text-decoration: none;

    z-index: 10;

    transition: transform .3s ease;
}

.reviews-close:hover {
    transform: rotate(90deg);
}


.reviews-panel-content {
    padding: 80px 30px 50px;
}

.reviews-panel-content a:hover{
    color:var(--background-1)
}
.reviews-subtitle {
    font-size: 12px;
    letter-spacing: 2px;
    opacity: .6;
    padding-right: 20px;
}

.reviews-panel-content h2 {
    margin: 10px 0 20px;
    font-size: 32px;
    font-weight: 500;
}
.reviews-rating {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.reviews-rating span {
    color: var(--orginal_color);
    font-size: 20px;
    letter-spacing: 3px;
}

.reviews-rating strong {
    font-size: 18px;
}

.review-item {
    padding: 25px 15px;
    border: 1px solid rgba(0,0,0,.12);
    margin-bottom: 20px;
}
.box-star {
    display: flex;
    align-items: center;
}

.box-star-content {
    padding-left: 10px;
}
.review-stars {
    margin-top: 0px;
    color: var(--orginal_color);
    letter-spacing: 2px;
}
.review-item img{
    width:42px
}
.review-item p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.8;
    opacity: .75;
}

.google-photos {
    margin-top: 40px;
}

.google-photos h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.google-photos-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 30px) / 4);
    gap: 10px;

    overflow-x: auto;
    overflow-y: hidden;

    width: 100%;
    box-sizing: border-box;
}

.google-photos-grid img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}
#comments .card-header,#comments  .card-body {
    background: var(--background-1)!important;
    color: var(--orginal_color);
}


#comments .form-control{
    border-color:var(--orginal_color);
    border-left:none;
    border-right:none;
    border-top:none;
    background:var(--background-1);
    border-radius:0;
}

#comments .form-label {
    color:rgba(255, 255, 255, 0.7)
}

#comments .btn.btn-primary {
    background: unset;
    border-color: var(--orginal_color);
    border-radius: 35px;
}
#comments{
    padding-bottom:30px
}
#comments h3{
    font-size:48px;
    color:var(--orginal_color);
    font-family:'PlayfairDisplay'
}
.food-menu {
    padding-top:150px
}
.food-menu .title-section {
    padding-top: 80px;
    font-size: 42px;
}

.food-menu  .price-food {
    padding-top:0px
}
.box-ingredient {
    background: var(--secondry_color);
    padding:40px;
    margin: 48px 0;
}

.list-food-menu {
    padding-left: 0px;
    list-style: disc;
    color: rgba(255, 255, 255, 0.7);
}
.list-food-menu li::marker{
    color:var(--orginal_color)
}
body#page-5aab4664-1310-4a97-b336-9a8534634f76,#page-21c8c722-2d0a-438b-adba-68062d26ec2a,#page-60943dc0-e40b-498e-90ad-d0b93a2a7626,#page-43aa75f8-a37b-48a7-9049-2dd6afef8e55,#page-594f7e3f-5137-4e43-b0f4-bae76277694d,#page-3a85ac25-8631-424a-8b49-213deb59f102,#page-0dd16eb4-1497-49d2-8124-656cdfe1f9d6 ,#page-7837547f-fd95-454c-806a-3d9a9b4405c0,#page-0b26832d-7b95-4fb6-95ef-47249de99cc2,#page-b0f5f774-a764-4897-a306-6999c27aa59a,#page-5f8b8b22-da6b-49a3-a902-85e24861551e,#page-c6525080-f2d5-4246-92a0-7ea4d83b6639,#page-ffe6e9cf-90fa-4e06-90ce-2ee0c1184d2d,#page-f55e0ea8-ee6f-4f40-9513-583810274e71,#page-e9b64927-96f4-495b-ad89-7b1456f48809,#page-649d93aa-da98-48cd-bd8a-a3b5ba0fc33e,#page-2767e53e-318c-472a-b1c1-d7cd05340ab9,#page-7c2eec45-be65-4dcb-bbe2-823742d71394,#page-71c5f6e7-6dc2-41b3-92e5-999a07942c51,#page-7796afd9-f1cf-417d-a9ef-fd68f2402f62,#page-5f5a6cb7-07e1-4541-b37f-86ab81ef9e6c,#page-4372fbbc-2797-411b-b077-eac742e4f3fe,#page-e0f8a7ee-cd4b-46d7-8b75-fff8e5305685,#page-14702da3-c2d1-415a-ab30-b7b6ee3e00ac,#page-4dcd91a3-6855-4977-b741-3e0c5b9ef10a,#page-933718b9-4be2-4cc6-8994-0361bce0dd4f,#page-53219f8e-ad46-4b3f-a143-f2f4fbbcdaa4,#page-b28ec3b0-7dd2-48e0-85ed-e923484d8278,#page-465481c6-ae79-4379-9e8e-5a7bf5fd4e45,#page-d69aafa6-5951-41c5-abeb-e1ac84320d71,#page-190be9aa-2fb3-4b8a-8c5c-c62afb79a78f,#page-b2c7a9bf-0e6d-4ddf-a765-d705cd56a2c6,#page-795475fb-f427-454d-bbcb-56e8e3c7289f,#page-8085ff6b-393e-4f43-b553-5c265e09826e,#page-34d2f7b4-95ea-458d-a547-b821f5d571ab,#page-e1f0b645-f9f5-46b7-bf62-88d3cf213422,#page-c9fc6d3f-f4d2-4245-9ae2-53cda3ce7d83,#page-0f60cef3-ef70-4fdb-b73a-7b34e7caadc9,#page-543248e3-efce-4bc6-b397-94b1cf894e64,#page-a4fa47fd-c529-4fd5-a43c-4a4416477fd2,#page-34d7f3e4-0697-4f12-92c1-0708d623832b,#page-749f8139-589e-4bf3-a24f-1deacd9eda4d,#page-b745539e-3205-40ce-afac-dfd8bb7c1276,#page-e025189a-26f1-434b-8e88-09a9cf6e085a,#page-6a76c75a-3926-406a-856d-b49bf1f569c8,#page-c881e17b-748b-46cc-8a81-63fc293c8129,#page-50543f7c-090c-44a5-957f-e8728aa4d079,#page-ff71e71d-d907-42be-85ac-b8ac0383adec,#page-02ec41db-54e4-4e97-9053-70749dd2d4ea,#page-6beb1aad-a665-4af8-84f6-22116ecf7924,#page-1cdc24d5-6945-4d0a-b0be-7a9ebf1ea2e1,#page-46f7c1dd-15e0-41df-82f0-50d8a1aa751e,#page-0adc53d6-7c10-4e7a-ad98-5ffe3017306f,#page-58f26171-d84e-435e-9191-09ad1836318d,#page-4c98b35f-6acc-437b-8503-bce5aae37a5f{
    background: var(--background-1);
}


.link-food {
    background: var(--orginal_color);
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 400;
    margin-left: 10px;
}
    /* general code */

    @media (min-width:1400px) {
        .container {
            max-width: 1320px;
        }
    }

    @media (min-width:1620px) {
        .container {
            max-width: 1320px;
        }
    }

    @media (max-width: 992px) {
        .header-nav .navbar {
            background-color: unset !important
        }

        .header-nav .hamburger .bar {
            background-color: var(--orginal_color) !important;
        }
    }

    @media(max-width:766px) {
        #fb-editor {
            background-position: top;
            padding-top: 300px;
            height: 680px;
            max-height: 100%;
        }

        .image-gallery {
            padding-top: 20px
        }

        .title-section {
            padding-top: 30px;
            width: 100%;
        }

        .title-banner {
            font-size: 35px
        }

        .lang {
            padding-top: 25px
        }

        .form-wrap.form-builder .stage-wrap {
            width: 100%;
        }

        .nav-pills .nav-link.active,
        .nav-pills .show,
        .nav-pills .nav-link,
        .nav-pills a {
            font-size: 23px
        }

        .content-food h3,
        .price-food {
            font-size: 22px;
        }

        .image-food {
            flex: 0 0 80px;
            width: 80px;
            height: 80px;
        }

        .image-food img {
            width: 80px;
            height: 80px;
            object-fit: cover;
        }

        .content-food {
            padding-left: 15px;
        }
    }

        @media (min-width: 768px) {

            .carousel_se_list_menu {
                display: flex !important;
                justify-content: center;
                align-items: center;
                gap: 30px;
                width: 100%;
                visibility: visible !important;
                opacity: 1 !important;
            }

            .carousel_se_list_menu .item {
                flex: 0 0 auto;
                width: auto;
                visibility: visible !important;
                opacity: 1 !important;
            }

        }

        @media (max-width: 767px) {

            .carousel_se_list_menu {
                width: 100%;
            }
.hafez-section {
        height: 100svh;
    }

    .hafez-items {
        flex-direction: row;
    }

    .hafez-item {
        width: 100%;
        height: 100%;
    }

    .hafez-items:hover .hafez-item:not(:hover),
    .hafez-items:hover .hafez-item:hover {
        width: 100%;
    }

    .hafez-item:hover {
        height: 100%;
    }

    .hafez-letter {
        font-size: 18vw;
    }
         .name-en {
    display: none;
}

.logo-phone {
    height: 40px;
}
            .header-nav .navbar-toggler{
                padding-top: 13px!important;
            }
            .alllangs{
                padding-left:0px;
                padding-top: 2px;
            }
.single-post-box .title-post h1{
    font-size: 30px;
}
    .item-recipe {
    flex-direction: column-reverse;
    padding-top: 60px;
}  
            .soccial-media a{
                margin-right: 6px;
                font-size: 23px;
            }
            .rgbtn{
                margin-top:0px
            }
            #ThemeBoxSwitch{
                float:right
            }
            .about-inside{
                padding-top:50px
            }

    .reviews-panel {
        width: 100%;
        max-width: 100%;
    }

    .reviews-panel-content {
        padding: 75px 25px 40px;
    }

    .reviews-panel-content h2 {
        font-size: 27px;
    }

    .reviews-fixed-btn {
        left: 22%;
        padding: 7px 9px;
        bottom: 8px;
    }
            .box-ingredient{
                margin: 0px 0 30px 0;
            }
            .box-food-menu {
    padding-bottom: 30px;
}
        }
