.stronger-core-page-inline-style {
    position: absolute !important;
    width: 0;
    height: 0;
    line-height: 1;
    display: none
}

.qodef-cut-borders-yes>.elementor-widget-wrap {
    --mask: radial-gradient(circle 20px at 20px 20px, transparent 20px, #000 21px) -20px -20px;
    -webkit-mask: var(--mask);
    mask: var(--mask)
}

.qodef-contact-list ::marker {
    color: var(--qode-main-color) !important
}

.qodef-contact-list li {
    margin-bottom: 14px
}

.qodef-contact-list li:last-child {
    margin-bottom: 0
}

.qodef-contact-list a:hover {
    color: var(--qode-main-color) !important
}

.qodef-dark-page-link a:hover {
    color: #fff !important
}

.qodef-rev-skin--light #qodef-page-header-inner.qodef-skin--light .qodef-header-wrapper {
    border-color: #3d3d3d !important
}

.qodef-rev-skin--dark #qodef-page-header-inner.qodef-skin--dark .qodef-header-wrapper {
    border-color: #000 !important
}

.kc-elm.qodef-shortcode .fa,
.kc-elm.qodef-shortcode .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

.kc-elm.qodef-shortcode .fa:before,
.kc-elm.qodef-shortcode .fas:before {
    font-family: inherit;
    font-weight: inherit
}

.kc-elm.qodef-shortcode .fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400
}

.kc-elm.qodef-shortcode .fab:before {
    font-family: inherit;
    font-weight: inherit
}

#qodef-back-to-top {
    position: fixed;
    width: 82px;
    height: 82px;
    right: 10px;
    bottom: 10px;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 10000
}

#qodef-back-to-top .qodef-back-to-top-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 20px;
    color: #000;
    background-color: var(--qode-main-color);
    border: 1px solid var(--qode-main-color);
    border-radius: 50%;
    overflow: hidden;
    transition: color .3s ease-out, background-color .3s ease-out, border-color .3s ease-out
}

#qodef-back-to-top .qodef-back-to-top-icon * {
    display: block;
    line-height: inherit
}

#qodef-back-to-top svg {
    display: block;
    width: 24px;
    height: auto;
    fill: currentColor
}

#qodef-back-to-top svg.qodef-svg--back-to-top {
    transform: rotate(-90deg);
    transition: transform .3s ease
}

#qodef-back-to-top svg.qodef-svg--back-to-top>* {
    transition: inherit
}

#qodef-back-to-top svg.qodef-svg--back-to-top .button-arrow-part-top {
    transform-origin: 14px 0
}

#qodef-back-to-top svg.qodef-svg--back-to-top .button-arrow-part-bottom {
    transform-origin: 14px 24px
}

#qodef-back-to-top:hover svg.qodef-svg--back-to-top {
    transform: rotate(0)
}

#qodef-back-to-top:hover svg.qodef-svg--back-to-top .button-arrow-part-top {
    transform: rotate(45deg)
}

#qodef-back-to-top:hover svg.qodef-svg--back-to-top .button-arrow-part-bottom {
    transform: rotate(-45deg)
}

#qodef-back-to-top.qodef--off {
    opacity: 0;
    visibility: hidden;
    transition: opacity .15s ease, visibility 0s .15s
}

#qodef-back-to-top.qodef--on {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s ease
}

.qodef-background-text {
    position: relative
}

.qodef-background-text .qodef-m-background-text-holder {
    display: flex;
    height: 100%;
    position: absolute;
    width: 100%
}

.qodef-background-text .qodef-m-background-text {
    color: var(--qode-main-color);
    font-family: IRANSans,"IRAN Sans Bold",iranyekan,"Poppins", sans-serif;
    font-size: 200px;
    line-height: 1
}

.qodef-blog.qodef-item-layout--info-below article .qodef-e-title .qodef-e-title-link:hover {
    color: #000
}

.qodef-blog.qodef-item-layout--info-below article:hover .qodef-e-content:after {
    width: 100%
}

.qodef-blog.qodef-item-layout--info-below article.swiper-slide .qodef-e-content {
    margin-bottom: 4px
}

.qodef-blog.qodef-item-layout--info-below .qodef-e-content {
    margin: 24px 0 0;
    padding-bottom: 23px;
    border-bottom: 2px solid #000
}

.qodef-blog.qodef-item-layout--info-below .qodef-e-content:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 8px;
    background-color: var(--qode-main-color);
    transition: width .35s ease-out
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-inner {
    display: flex;
    flex-direction: row;
    align-items: center
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-inner .qodef-e-media {
    max-width: 100px;
    margin-right: 20px
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-inner .qodef-e-top-holder {
    margin: 0
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-inner .qodef-e-top-holder .qodef-e-info a:hover {
    color: #828282
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-inner .qodef-e-title {
    text-transform: uppercase
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-content {
    margin: 0
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 22px 0;
    border-top: 2px solid #3d3d3d
}

@media only screen and (max-width:680px) {
    .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-inner {
        flex-direction: column;
        padding-bottom: 0
    }
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    margin-right: 60px;
    max-width: 308px;
    flex-basis: 30%
}

@media only screen and (max-width:680px) {
    .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
        margin-right: 0;
        max-width: 100%
    }
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-content {
    margin: 0;
    flex-basis: 30%
}

@media only screen and (max-width:1024px) {
    .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-content {
        flex-basis: 40%
    }
}

@media only screen and (max-width:680px) {
    .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-content {
        flex-basis: 100%;
        text-align: center;
        padding-top: 25px
    }
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-content .qodef-e-text .qodef-e-title a:focus,
.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-content .qodef-e-text .qodef-e-title a:hover,
.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-content .qodef-e-text .qodef-e-title a:visited {
    color: currentColor
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-bottom-holder {
    margin-top: 5px
}

@media only screen and (max-width:680px) {
    .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-title {
        margin-bottom: 20px
    }
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-read-more-right {
    flex-basis: 40%;
    align-items: center;
    justify-content: flex-end;
    display: flex
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-read-more-right .qodef-button {
    width: 82px;
    height: 82px
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-read-more-right .qodef-button .qodef-m-button-only-arrow-holder,
.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-read-more-right .qodef-button svg {
    height: 25px;
    width: 25px;
    display: block
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-read-more-right .qodef-button svg>* {
    stroke-width: 1.5px
}

@media only screen and (max-width:1024px) {
    .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-read-more-right {
        flex-basis: 30%
    }
}

@media only screen and (max-width:680px) {
    .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-read-more-right {
        flex-basis: 100%;
        margin-top: 20px;
        display: none
    }
}

.qodef-blog.qodef-item-layout--side-by-side article:last-of-type .qodef-e-inner {
    border-bottom: 2px solid #3d3d3d
}

.widget.widget_stronger_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
    margin-bottom: 20px
}

.widget.widget_stronger_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 6px
}

.widget.widget_stronger_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    margin-right: 20px;
    width: 98px !important
}

.widget.widget_stronger_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 10px
}

#qodef-top-area .widget.widget_stronger_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
    margin-bottom: 20px
}

#qodef-top-area .widget.widget_stronger_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 6px
}

#qodef-top-area .widget.widget_stronger_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    margin-right: 20px;
    width: 98px !important
}

#qodef-top-area .widget.widget_stronger_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 10px
}

#qodef-page-footer .widget.widget_stronger_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
    margin-bottom: 20px
}

#qodef-page-footer .widget.widget_stronger_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 6px
}

#qodef-page-footer .widget.widget_stronger_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    margin-right: 20px;
    width: 98px !important
}

#qodef-page-footer .widget.widget_stronger_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 10px
}

#qodef-side-area .widget.widget_stronger_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
    margin-bottom: 20px
}

#qodef-side-area .widget.widget_stronger_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 6px
}

#qodef-side-area .widget.widget_stronger_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    margin-right: 20px;
    width: 98px !important
}

#qodef-side-area .widget.widget_stronger_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 15px
}

.qodef-mega-menu-widget-holder .widget.widget_stronger_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
    margin-bottom: 20px
}

.qodef-mega-menu-widget-holder .widget.widget_stronger_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 6px
}

.qodef-mega-menu-widget-holder .widget.widget_stronger_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    margin-right: 20px;
    width: 98px !important
}

.qodef-mega-menu-widget-holder .widget.widget_stronger_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 10px
}

#qodef-author-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 50px
}

#qodef-author-info .qodef-m-inner {
    position: relative;
    display: flex;
    align-items: flex-start;
    background-color: #e3e3df;
    padding: 40px
}

#qodef-author-info .qodef-m-image {
    flex-shrink: 0;
    margin-right: 38px
}

#qodef-author-info .qodef-m-image a,
#qodef-author-info .qodef-m-image img {
    display: block
}

#qodef-author-info .qodef-m-author {
    margin: 0
}

#qodef-author-info .qodef-m-email {
    margin: 5px 0 0
}

#qodef-author-info .qodef-m-content {
    padding-right: 40px
}

#qodef-author-info .qodef-m-description {
    margin: 10px 0 0
}

#qodef-author-info .qodef-m-social-icons {
    margin-top: 19px
}

#qodef-author-info .qodef-m-social-icons a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 11px;
    font-size: 15px
}

#qodef-author-info .qodef-m-social-icons a:last-child {
    margin-right: 0
}

#qodef-related-posts {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 86px
}

#qodef-single-post-navigation {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 78px 0 3px
}

#qodef-single-post-navigation .qodef-m-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#qodef-single-post-navigation .qodef-m-nav {
    position: relative;
    padding: 0;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    background-color: transparent;
    line-height: 55px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    color: #000 !important
}

#qodef-single-post-navigation .qodef-m-nav :focus,
#qodef-single-post-navigation .qodef-m-nav:hover {
    background-color: var(--qode-main-color)
}

#qodef-single-post-navigation .qodef-m-nav>* {
    display: block;
    line-height: inherit
}

#qodef-single-post-navigation .qodef-m-nav .qodef-m-pagination-icon {
    position: relative;
    display: block;
    width: 18px;
    height: auto;
    fill: #000;
    stroke: none
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev {
    left: 0
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-pagination-icon {
    margin-right: 0
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next {
    flex-direction: row-reverse;
    right: 0;
    margin-left: auto;
    text-align: right
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-pagination-icon {
    margin-left: 0
}

#qodef-single-post-navigation .qodef-m-nav-label {
    font-family: IRANSans,"IRAN Sans Bold",iranyekan,"Poppins", sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 12px;
    line-height: 1.16667;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: #000
}

.qodef--drag-cursor {
    cursor: none
}

.qodef--drag-cursor * {
    cursor: inherit
}

.qodef--drag-cursor .swiper-wrapper {
    min-width: 1000%
}

.qodef-m-custom-cursor {
    height: 120px;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 50%;
    transition: opacity .3s ease-out, visibility .3s ease-out;
    visibility: hidden;
    width: 120px;
    z-index: 2
}

.qodef-m-custom-cursor-inner {
    border-radius: 50%;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.qodef-m-custom-cursor.qodef--show {
    opacity: 1;
    visibility: visible
}

.qodef-m-custom-cursor.qodef--hide {
    opacity: 0;
    visibility: hidden
}

#qodef-page-footer .qodef-alignment--left {
    text-align: left
}

#qodef-page-footer .qodef-alignment--left .widget img {
    margin-right: auto
}

#qodef-page-footer .qodef-alignment--center {
    text-align: center
}

#qodef-page-footer .qodef-alignment--center .widget img {
    margin-right: auto;
    margin-left: auto
}

#qodef-page-footer .qodef-alignment--right {
    text-align: right
}

#qodef-page-footer .qodef-alignment--right .widget img {
    margin-left: auto
}

@media (min-width:681px) {
    #qodef-page-footer-bottom-area-inner .qodef-alignment--space-between .qodef-grid-item:nth-child(2) {
        text-align: right
    }
}

.qodef-page-footer--uncover #qodef-page-outer {
    z-index: 90
}

.no-touchevents .qodef-page-footer--uncover #qodef-page-footer {
    position: fixed;
    bottom: 0;
    left: 0
}

#qodef-fullscreen-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #141414;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden !important;
    visibility: hidden;
    opacity: 0;
    z-index: 99
}

#qodef-fullscreen-area .qodef-content-grid {
    height: 100%
}

#qodef-fullscreen-area .qodef-content-grid .qodef-fullscreen-menu {
    width: 100%
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area {
    animation: qode-fade-in .25s linear both
}

.qodef-fullscreen-menu-animate--out #qodef-fullscreen-area {
    animation: qode-fade-out .25s linear both
}

#qodef-fullscreen-area-inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%
}

.qodef-fullscreen-menu {
    position: relative;
    top: 0;
    margin: 0 auto;
    text-align: left
}

.qodef-fullscreen-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.qodef-fullscreen-menu ul li {
    position: relative;
    margin: 0;
    padding: 0
}

.qodef-fullscreen-menu ul li a .qodef-menu-item-arrow {
    display: none
}

.qodef-fullscreen-menu ul li.qodef--hide-link>a {
    cursor: default
}

.qodef-fullscreen-menu ul.sub-menu {
    display: none
}

.qodef-fullscreen-menu .qodef-menu-item-icon {
    margin-right: 5px
}

.qodef-fullscreen-menu .qodef-mega-menu-widget-holder {
    display: none
}

.qodef-fullscreen-menu>ul>li {
    margin: 21px 0
}

.qodef-fullscreen-menu>ul>li>a {
    font-size: 82px;
    line-height: 1.07em;
    letter-spacing: -.015em;
    font-weight: 900;
    text-transform: uppercase;
    color: #434343
}

.qodef-fullscreen-menu>ul>li>a .qodef-menu-item-text {
    text-decoration: none;
    background-image: linear-gradient(to top, var(--qode-main-color) 0, var(--qode-main-color) 12px, transparent 12px, transparent 100%);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .25s ease-out
}

.qodef-fullscreen-menu>ul>li>a>.qodef-menu-item-text {
    background-image: linear-gradient(to top, transparent 0, transparent 20px, var(--qode-main-color) 20px, var(--qode-main-color) 32px, transparent 32px, transparent 100%)
}

.qodef-fullscreen-menu>ul>li>a:hover {
    color: #fff
}

.qodef-fullscreen-menu>ul>li>a:hover .qodef-menu-item-text {
    background-size: 100% 100%
}

@media only screen and (max-width:1440px) {
    .qodef-fullscreen-menu>ul>li>a {
        font-size: 70px
    }
}

.qodef-fullscreen-menu>ul>li.current-menu-ancestor>a,
.qodef-fullscreen-menu>ul>li.current-menu-item>a {
    color: #fff
}

.qodef-fullscreen-menu>ul>li.current-menu-ancestor>a .qodef-menu-item-text,
.qodef-fullscreen-menu>ul>li.current-menu-item>a .qodef-menu-item-text {
    background-size: 100% 100%
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner>ul {
    padding: 10px 0 5px
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul {
    padding-left: 0
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 7px 0;
    overflow: visible;
    transition: padding .3s ease-out;
    padding-right: 15px;
    margin: 14px 0;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.57em;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a .qodef-menu-item-text {
    text-decoration: none;
    background-image: linear-gradient(to top, var(--qode-main-color) 0, var(--qode-main-color) 4px, transparent 4px, transparent 100%);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .25s ease-out
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a .qodef-menu-item-icon {
    flex-shrink: 0
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a:hover {
    color: currentColor;
    padding-right: 0;
    color: #fff
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a:hover .qodef-menu-item-text {
    background-size: 100% 100%
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor>a,
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item>a {
    color: currentColor;
    padding-right: 0;
    color: #fff
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor>a .qodef-menu-item-text,
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item>a .qodef-menu-item-text {
    background-size: 100% 100%
}

.qodef-fullscreen-menu-opener:focus,
.qodef-fullscreen-menu-opener:hover {
    color: #000
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener {
    color: #fff
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener:focus,
.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener:hover {
    color: #fff
}

.qodef-fullscreen-menu--opened #qodef-page-header,
.qodef-fullscreen-menu--opened #qodef-page-mobile-header {
    visibility: hidden
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener,
.qodef-fullscreen-menu--opened .qodef-header-logo-image.qodef--customizer,
.qodef-fullscreen-menu--opened .qodef-header-logo-link,
.qodef-fullscreen-menu--opened .qodef-mobile-header-logo-link {
    visibility: visible
}

.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--light {
    opacity: 1 !important
}

.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--dark,
.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--main {
    opacity: 0
}

.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo .qodef-header-logo-image.qodef--customizer,
.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo .qodef-header-logo-link,
.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo .qodef-mobile-header-logo-link {
    visibility: hidden
}

#qodef-page-header .qodef-widget-holder {
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 24px
}

#qodef-page-header .qodef-widget-holder .widget {
    margin: 0 12px
}

#qodef-page-header .qodef-widget-holder .widget:first-child {
    margin-left: 0
}

#qodef-page-header .qodef-widget-holder .widget:last-child {
    margin-right: 0
}

#qodef-page-header div[id^=monster-widget-placeholder],
#qodef-page-header div[id^=woo-monster-widget-placeholder] {
    display: none
}

#qodef-page-header-inner .qodef-header-wrapper {
    border-bottom: 0 solid transparent;
    transition: border-color .2s ease-out
}

#qodef-page-header-inner.qodef-content-grid {
    padding: 0
}

#qodef-page-header-inner .qodef-svg-icon-widget a .qodef-m-icon,
#qodef-page-header-inner .qodef-svg-icon-widget a svg,
.qodef-custom-header-layout .qodef-svg-icon-widget a .qodef-m-icon,
.qodef-custom-header-layout .qodef-svg-icon-widget a svg {
    transition: none
}

#qodef-page-header-inner .qodef-svg-icon-widget a:hover,
.qodef-custom-header-layout .qodef-svg-icon-widget a:hover {
    color: currentColor
}

#qodef-page-header-inner.qodef-skin--light .qodef-svg-icon-widget a,
.qodef-custom-header-layout.qodef-skin--light .qodef-svg-icon-widget a {
    color: #fff
}

#qodef-page-header-inner.qodef-skin--light .qodef-svg-icon-widget a:hover,
.qodef-custom-header-layout.qodef-skin--light .qodef-svg-icon-widget a:hover {
    color: #fff
}

#qodef-page-header-inner.qodef-skin--light nav>ul>li>a,
.qodef-custom-header-layout.qodef-skin--light nav>ul>li>a {
    color: var(--qode-header-light-color) !important
}

#qodef-page-header-inner.qodef-skin--light nav>ul>li>a:hover,
.qodef-custom-header-layout.qodef-skin--light nav>ul>li>a:hover {
    color: var(--qode-header-light-hover-color) !important
}

#qodef-page-header-inner.qodef-skin--light nav>ul>li.current-menu-ancestor>a,
#qodef-page-header-inner.qodef-skin--light nav>ul>li.current-menu-item>a,
.qodef-custom-header-layout.qodef-skin--light nav>ul>li.current-menu-ancestor>a,
.qodef-custom-header-layout.qodef-skin--light nav>ul>li.current-menu-item>a {
    color: var(--qode-header-light-hover-color) !important
}

#qodef-page-header-inner.qodef-skin--light nav>ul>li.qodef-menu-item--narrow ul,
.qodef-custom-header-layout.qodef-skin--light nav>ul>li.qodef-menu-item--narrow ul {
    background-color: #1f1f1f
}

#qodef-page-header-inner.qodef-skin--light nav>ul>li.qodef-menu-item--narrow ul li>a,
.qodef-custom-header-layout.qodef-skin--light nav>ul>li.qodef-menu-item--narrow ul li>a {
    color: #fff
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second,
.qodef-custom-header-layout.qodef-skin--light .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
    background-color: #1f1f1f
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a,
.qodef-custom-header-layout.qodef-skin--light .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a {
    color: #fff
}

#qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened) {
    color: var(--qode-header-light-color) !important
}

#qodef-page-header-inner.qodef-skin--dark nav>ul>li>a,
.qodef-custom-header-layout.qodef-skin--dark nav>ul>li>a {
    color: var(--qode-header-dark-color) !important
}

#qodef-page-header-inner.qodef-skin--dark nav>ul>li>a:hover,
.qodef-custom-header-layout.qodef-skin--dark nav>ul>li>a:hover {
    color: var(--qode-header-dark-hover-color) !important
}

#qodef-page-header-inner.qodef-skin--dark nav>ul>li.current-menu-ancestor>a,
#qodef-page-header-inner.qodef-skin--dark nav>ul>li.current-menu-item>a,
.qodef-custom-header-layout.qodef-skin--dark nav>ul>li.current-menu-ancestor>a,
.qodef-custom-header-layout.qodef-skin--dark nav>ul>li.current-menu-item>a {
    color: var(--qode-header-dark-hover-color) !important
}

#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened) {
    color: var(--qode-header-dark-color) !important
}

#qodef-page-header .qodef-header-logo-link img.qodef--main {
    opacity: 1
}

#qodef-page-header .qodef-header-logo-link img.qodef--dark,
#qodef-page-header .qodef-header-logo-link img.qodef--light {
    opacity: 0
}

#qodef-page-header .qodef-header-logo-link img:not(.qodef--main) {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

#qodef-page-header .qodef-header-logo-link.qodef-source--svg-path svg {
    display: block;
    width: 50px;
    height: auto;
    fill: currentColor;
    stroke: currentColor
}

#qodef-page-header .qodef-header-logo-link.qodef-source--textual {
    font-family: IRANSans,"IRAN Sans Bold",iranyekan,"Poppins", sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 600;
    transition: color .3s ease-out
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--dark,
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--main {
    opacity: 0
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--light {
    opacity: 1
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--svg-path,
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--textual {
    color: var(--qode-header-light-color) !important
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--svg-path:hover,
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--textual:hover {
    color: var(--qode-header-light-hover-color) !important
}

#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--light,
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--main {
    opacity: 0
}

#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--dark {
    opacity: 1
}

#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--svg-path,
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--textual {
    color: var(--qode-header-dark-color) !important
}

#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--svg-path:hover,
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--textual:hover {
    color: var(--qode-header-dark-hover-color) !important
}

.qodef-header--centered #qodef-page-header {
    height: 150px
}

.qodef-header--centered #qodef-page-header-inner {
    flex-direction: column;
    justify-content: center
}

.qodef-header--centered #qodef-page-header-inner>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%
}

.qodef-header--centered #qodef-page-header-inner>div .qodef-widget-holder {
    margin-left: 0
}

.qodef-header--centered #qodef-page-header-inner>div .qodef-header-navigation {
    margin: 0 24px
}

.qodef-header--divided #qodef-page-header .qodef-divided-header-left-wrapper,
.qodef-header--divided #qodef-page-header .qodef-divided-header-right-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center
}

.qodef-header--divided #qodef-page-header .qodef-divided-header-left-wrapper {
    justify-content: flex-end
}

.qodef-header--divided #qodef-page-header .qodef-header-logo-link {
    justify-content: center
}

.qodef-header--divided #qodef-page-header .qodef-header-navigation {
    margin: 0 24px
}

.qodef-header--divided #qodef-page-header .qodef-widget-holder {
    margin-left: 0
}

.qodef-header--divided #qodef-page-header-inner {
    align-items: stretch;
    justify-content: center
}

.qodef-header--minimal #qodef-page-header-inner .qodef-header-logo-link {
    margin-right: auto
}

.qodef-header--minimal #qodef-page-header-inner .qodef-widget-holder {
    margin-right: 30px
}

.qodef-header--standard-extended #qodef-page-header {
    height: 162px
}

.qodef-header--standard-extended #qodef-page-header-inner {
    flex-direction: column;
    justify-content: start
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--top {
    height: calc(100% - 68px)
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-section.qodef--bottom {
    height: 68px;
    border-top: 1px solid #000
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-header-navigation {
    flex: 2 1 auto;
    padding-left: 28px
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu {
    display: flex;
    position: relative;
    z-index: 1;
    width: calc(25% - 16px);
    height: 100%;
    align-items: center
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown-opener {
    padding-top: 1px;
    padding-left: 32px;
    position: relative;
    font-family: IRANSans,"IRAN Sans Bold",iranyekan,"Poppins", sans-serif;
    font-weight: 600;
    color: #000
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown-opener .qodef-menu-item-text {
    text-decoration: none;
    background-image: linear-gradient(to top, var(--qode-main-color) 0, var(--qode-main-color) 4px, transparent 4px, transparent 100%);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .25s ease-out
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 18px 0 20px;
    margin: 0;
    background-color: #fff;
    border: 1px solid #000;
    list-style: none
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li {
    position: relative;
    padding: 0 34px;
    margin: 10px 0
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li a {
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.57em;
    font-family: IRANSans,"IRAN Sans Bold",iranyekan,"Poppins", sans-serif;
    font-weight: 600;
    color: #000
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li a .qodef-menu-item-text {
    text-decoration: none;
    background-image: linear-gradient(to top, var(--qode-main-color) 0, var(--qode-main-color) 4px, transparent 4px, transparent 100%);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .25s ease-out
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li a .qodef-menu-item-text {
    position: relative
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li .qodef-menu-item-arrow {
    position: absolute;
    top: calc(50% - 10px);
    right: 26px;
    width: 20px;
    height: auto;
    fill: #000
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li .qodef-drop-down-second-inner {
    width: auto
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li ul {
    position: absolute;
    top: calc(-10px - 18px - 5px);
    left: 100%;
    width: 100%;
    margin: 0;
    padding: 18px 0 20px;
    background-color: #fff;
    border: 1px solid #000;
    background-repeat: no-repeat;
    background-position: bottom right;
    opacity: 0;
    visibility: hidden;
    list-style: none
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li ul ul {
    top: calc(-10px - 18px - 1px)
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li.qodef--hide-link>a {
    cursor: default
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li.menu-item-has-children:hover>.qodef-drop-down-second>.qodef-drop-down-second-inner>ul,
.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown li.menu-item-has-children:hover>ul {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s ease-out
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown>li>a {
    display: block
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown>li>a:hover .qodef-menu-item-text {
    background-size: 100% 100%
}

.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown>li.current-menu-ancestor>a .qodef-menu-item-text,
.qodef-header--standard-extended #qodef-page-header-inner .qodef-extended-dropdown-menu .qodef-extended-dropdown>li.current-menu-item>a .qodef-menu-item-text {
    background-size: 100% 100%
}

.qodef-header-standard--right #qodef-page-header-inner .qodef-header-navigation {
    margin-left: auto
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-header-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-header-logo {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: inline-flex;
    align-items: center
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-header-navigation {
    margin-left: auto;
    margin-right: auto
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-widget-holder {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 0
}

.qodef-header-standard--left #qodef-page-header-inner .qodef-header-navigation {
    margin-right: auto
}

.qodef-header-standard--left #qodef-page-header-inner .qodef-header-logo-link {
    margin-right: 24px
}

.qodef-header--standard .qodef-header-navigation>ul>li>a .qodef-menu-item-text {
    padding-top: 3px
}

.qodef-header--tabbed #qodef-page-header-inner {
    padding: 0
}

.qodef-header--tabbed #qodef-page-header {
    border-bottom: 1px solid #000
}

.qodef-header--tabbed #qodef-page-header .qodef-header-logo-link {
    justify-content: center
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-left-wrapper {
    height: 100%;
    flex-grow: 0;
    flex-shrink: 0
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-right-wrapper {
    height: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    border-left: 1px solid #000
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-top-wrapper {
    display: flex;
    height: 35%;
    align-items: center;
    border-bottom: 1px solid #000;
    justify-content: flex-end
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-top-wrapper .qodef-widget-holder {
    width: 100%
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-top-wrapper .widget:first-child {
    margin-right: auto
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-bottom-wrapper {
    display: flex;
    height: 65%;
    align-items: center;
    justify-content: space-between
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-bottom-wrapper .qodef-widget-holder {
    flex-shrink: 0;
    margin: 0
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-bottom-wrapper .qodef-widget-holder .widget {
    margin: 0;
    height: 100%;
    border-right: 1px solid #000
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-bottom-wrapper .qodef-widget-holder .widget>* {
    display: flex;
    height: 100%;
    align-items: center;
    margin: 0;
    padding: 0 24px
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-bottom-wrapper .qodef-header-navigation {
    margin: 0 24px
}

.qodef-header--tabbed #qodef-page-header .qodef-widget-holder .widget {
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

.qodef-header--tabbed #qodef-page-header .qodef-widget-holder .widget .textwidget>*,
.qodef-header--tabbed #qodef-page-header .qodef-widget-holder .widget .widget p {
    margin: 0
}

@media only screen and (min-width:1367px) and (max-width:1680px) {
    .qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid,
    .qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width: 1100px
    }
}

@media only screen and (min-width:1281px) and (max-width:1366px) {
    .qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid,
    .qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width: 960px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid,
    .qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width: 768px
    }
}

@media only screen and (min-width:1367px) and (max-width:1680px) {
    .qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid,
    .qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width: 1100px
    }
}

@media only screen and (min-width:1281px) and (max-width:1366px) {
    .qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid,
    .qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width: 960px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid,
    .qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width: 768px
    }
}

@media only screen and (min-width:1367px) and (max-width:1440px) {
    .qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid,
    .qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width: 1100px
    }
}

@media only screen and (min-width:1281px) and (max-width:1366px) {
    .qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid,
    .qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width: 960px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid,
    .qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width: 768px
    }
}

@media only screen and (min-width:1281px) and (max-width:1366px) {
    .qodef-content-grid-1100.qodef-header--vertical-sliding .qodef-content-grid,
    .qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width: 960px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1100.qodef-header--vertical-sliding .qodef-content-grid,
    .qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
        width: 768px
    }
}

.qodef-header--vertical-sliding #qodef-page-header {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 80px
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-header-logo-link img {
    max-width: unset
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-widget-holder {
    height: auto
}

.qodef-header--vertical-sliding #qodef-page-header-inner {
    padding: 0
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static {
    background-color: #fff
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-header-logo-link,
.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-widget-holder {
    animation: qode-fade-in .25s .6s linear both
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic {
    background-color: #fff;
    left: -405px;
    padding-left: 80px;
    position: fixed;
    top: 0;
    transition: all .6s cubic-bezier(.77, 0, .175, 1);
    visibility: hidden;
    width: 325px;
    z-index: -1
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic .qodef-header-logo-link,
.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic .qodef-widget-holder {
    margin-right: 80px
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic .qodef-header-logo-link img {
    position: relative !important;
    top: 0 !important;
    transform: none !important
}

.qodef-header--vertical-sliding #qodef-page-header.qodef-vertical-sliding-menu--opened .qodef--dynamic {
    left: 0;
    visibility: visible
}

.qodef-header--vertical-sliding.admin-bar #qodef-page-header,
.qodef-header--vertical-sliding.admin-bar .qodef--dynamic {
    height: calc(100% - 32px);
    top: 32px
}

.qodef-header--vertical-sliding #qodef-page-footer,
.qodef-header--vertical-sliding #qodef-page-outer {
    padding-left: 80px
}

.qodef-vertical-sliding-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--light {
    opacity: 1
}

.qodef-vertical-sliding-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--dark,
.qodef-vertical-sliding-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--main {
    opacity: 0
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 0 40px;
    width: 100%;
    z-index: 100
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li {
    margin: 0;
    padding: 0;
    position: relative
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li .qodef-drop-down-second {
    transform: translateZ(0)
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li .qodef-drop-down-second-inner {
    display: block;
    padding: 0;
    position: relative;
    z-index: 997
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li.qodef--hide-link>a {
    cursor: default
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-menu-item-icon {
    margin-right: 5px
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-mega-menu-widget-holder {
    display: none
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a {
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.57em;
    font-family: IRANSans,"IRAN Sans Bold",iranyekan,"Poppins", sans-serif;
    font-weight: 600;
    color: #000
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a .qodef-menu-item-text {
    text-decoration: none;
    background-image: linear-gradient(to top, var(--qode-main-color) 0, var(--qode-main-color) 4px, transparent 4px, transparent 100%);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .25s ease-out
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a:hover .qodef-menu-item-text {
    background-size: 100% 100%
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner>ul {
    padding: 10px 0 5px
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul {
    padding-left: 20px
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 7px 0;
    overflow: visible;
    transition: padding .3s ease-out;
    padding-right: 15px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.16em;
    font-weight: 900
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li>a .qodef-menu-item-text {
    text-decoration: none;
    background-image: linear-gradient(to top, var(--qode-main-color) 0, var(--qode-main-color) 4px, transparent 4px, transparent 100%);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .25s ease-out
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li>a .qodef-menu-item-icon {
    flex-shrink: 0
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-ancestor>a,
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-item>a,
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li:hover>a {
    color: currentColor;
    padding-right: 0
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-ancestor>a .qodef-menu-item-text,
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-item>a .qodef-menu-item-text,
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li:hover>a .qodef-menu-item-text {
    background-size: 100% 100%
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li.current-menu-ancestor>a .qodef-menu-item-text,
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li.current-menu-item>a .qodef-menu-item-text {
    background-size: 100% 100%
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--below ul li .qodef-drop-down-second {
    display: none
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second {
    position: absolute;
    top: 0;
    width: 100%
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second ul {
    background-color: #fff;
    left: calc(100% + 40px);
    margin-left: 50px;
    opacity: 0;
    padding: 25px 20px;
    position: absolute;
    top: -23px;
    transition: all .3s ease-out;
    visibility: hidden;
    width: 254px
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second ul.qodef-float--open {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
    z-index: 900
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second ul ul {
    left: calc(100% + 20px);
    top: -25px;
    transition: all .2s ease;
    visibility: hidden
}

@media only screen and (min-width:1441px) and (max-width:1680px) {
    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid {
        width: 1100px
    }
    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 1100px)/ 2)
    }
    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 1100px)/ 2)
    }
}

@media only screen and (min-width:1281px) and (max-width:1440px) {
    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid {
        width: 960px
    }
    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 960px)/ 2)
    }
    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 960px)/ 2)
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid {
        width: 768px
    }
    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 768px)/ 2)
    }
    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 768px)/ 2)
    }
}

@media only screen and (min-width:1441px) and (max-width:1680px) {
    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid {
        width: 1100px
    }
    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 1100px)/ 2)
    }
    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 1100px)/ 2)
    }
}

@media only screen and (min-width:1281px) and (max-width:1440px) {
    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid {
        width: 960px
    }
    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 960px)/ 2)
    }
    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 960px)/ 2)
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid {
        width: 768px
    }
    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 768px)/ 2)
    }
    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 768px)/ 2)
    }
}

@media only screen and (min-width:1441px) and (max-width:1680px) {
    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid {
        width: 1100px
    }
    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 1100px)/ 2)
    }
    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 1100px)/ 2)
    }
}

@media only screen and (min-width:1281px) and (max-width:1440px) {
    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid {
        width: 960px
    }
    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 960px)/ 2)
    }
    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 960px)/ 2)
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid {
        width: 768px
    }
    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 768px)/ 2)
    }
    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 768px)/ 2)
    }
}

@media only screen and (min-width:1281px) and (max-width:1366px) {
    .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid {
        width: 960px
    }
    .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 960px)/ 2)
    }
    .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 960px)/ 2)
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid {
        width: 768px
    }
    .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 768px)/ 2)
    }
    .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 768px)/ 2)
    }
}

@media only screen and (min-width:1441px) and (max-width:1680px) {
    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width: 1100px
    }
}

@media only screen and (min-width:1281px) and (max-width:1440px) {
    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width: 960px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width: 768px
    }
}

@media only screen and (min-width:1441px) and (max-width:1680px) {
    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width: 1100px
    }
}

@media only screen and (min-width:1281px) and (max-width:1440px) {
    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width: 960px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width: 768px
    }
}

@media only screen and (min-width:1441px) and (max-width:1680px) {
    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width: 1100px
    }
}

@media only screen and (min-width:1281px) and (max-width:1440px) {
    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width: 960px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width: 768px
    }
}

@media only screen and (min-width:1281px) and (max-width:1366px) {
    .qodef-content-grid-1100.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width: 960px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1100.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width: 768px
    }
}

@media only screen and (min-width:1441px) and (max-width:1680px) {
    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left: calc((100% - 1100px)/ 2)
    }
    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 1100px)/ 2)
    }
}

@media only screen and (min-width:1281px) and (max-width:1440px) {
    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left: calc((100% - 960px)/ 2)
    }
    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 960px)/ 2)
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left: calc((100% - 768px)/ 2)
    }
    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 768px)/ 2)
    }
}

@media only screen and (min-width:1441px) and (max-width:1680px) {
    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left: calc((100% - 1100px)/ 2)
    }
    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 1100px)/ 2)
    }
}

@media only screen and (min-width:1281px) and (max-width:1440px) {
    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left: calc((100% - 960px)/ 2)
    }
    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 960px)/ 2)
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left: calc((100% - 768px)/ 2)
    }
    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 768px)/ 2)
    }
}

@media only screen and (min-width:1441px) and (max-width:1680px) {
    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left: calc((100% - 1100px)/ 2)
    }
    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 1100px)/ 2)
    }
}

@media only screen and (min-width:1281px) and (max-width:1440px) {
    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left: calc((100% - 960px)/ 2)
    }
    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 960px)/ 2)
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left: calc((100% - 768px)/ 2)
    }
    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 768px)/ 2)
    }
}

@media only screen and (min-width:1281px) and (max-width:1366px) {
    .qodef-content-grid-1100.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left: calc((100% - 960px)/ 2)
    }
    .qodef-content-grid-1100.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 960px)/ 2)
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1100.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left: calc((100% - 768px)/ 2)
    }
    .qodef-content-grid-1100.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 768px)/ 2)
    }
}

.qodef-header--vertical #qodef-page-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%
}

.qodef-header--vertical #qodef-page-header .qodef-header-logo-link {
    height: auto
}

.qodef-header--vertical #qodef-page-header-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    padding: 40px
}

.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder {
    display: block
}

.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder .widget {
    margin: 0 0 15px
}

.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder .widget:last-child {
    margin-bottom: 0
}

.qodef-header--vertical.admin-bar #qodef-page-header {
    top: 32px;
    height: calc(100% - 32px)
}

.qodef-header--vertical #qodef-page-footer,
.qodef-header--vertical #qodef-page-outer {
    padding-left: 300px
}

.qodef-header--vertical .qodef-header-vertical-navigation {
    margin-top: auto;
    margin-bottom: auto;
    z-index: 100;
    width: 100%
}

.qodef-header--vertical .qodef-header-vertical-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li {
    position: relative;
    padding: 0;
    margin: 6px 0
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li a {
    position: relative;
    display: block
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li a .qodef-menu-item-arrow {
    position: absolute;
    top: calc(50% - 8px);
    right: 0;
    width: 7px;
    height: auto
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li .qodef-drop-down-second {
    transform: translateZ(0)
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li .qodef-drop-down-second-inner {
    position: relative;
    display: block;
    padding: 0;
    z-index: 997
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li.qodef--hide-link>a {
    cursor: default
}

.qodef-header--vertical .qodef-header-vertical-navigation .qodef-menu-item-icon {
    margin-right: 5px
}

.qodef-header--vertical .qodef-header-vertical-navigation .qodef-mega-menu-widget-holder {
    display: none
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a {
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.57em;
    font-family: IRANSans,"IRAN Sans Bold",iranyekan,"Poppins", sans-serif;
    font-weight: 600;
    color: #000
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a .qodef-menu-item-text {
    text-decoration: none;
    background-image: linear-gradient(to top, var(--qode-main-color) 0, var(--qode-main-color) 4px, transparent 4px, transparent 100%);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .25s ease-out
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a:hover .qodef-menu-item-text {
    background-size: 100% 100%
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner>ul {
    padding: 10px 0 5px
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul {
    padding-left: 20px
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 7px 0;
    overflow: visible;
    transition: padding .3s ease-out;
    padding-right: 15px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.16em;
    font-weight: 900
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li>a .qodef-menu-item-text {
    text-decoration: none;
    background-image: linear-gradient(to top, var(--qode-main-color) 0, var(--qode-main-color) 4px, transparent 4px, transparent 100%);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .25s ease-out
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li>a .qodef-menu-item-icon {
    flex-shrink: 0
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-ancestor>a,
.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-item>a,
.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li:hover>a {
    color: currentColor;
    padding-right: 0
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-ancestor>a .qodef-menu-item-text,
.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-item>a .qodef-menu-item-text,
.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li:hover>a .qodef-menu-item-text {
    background-size: 100% 100%
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li.current-menu-ancestor>a .qodef-menu-item-text,
.qodef-header--vertical .qodef-header-vertical-navigation>ul>li.current-menu-item>a .qodef-menu-item-text {
    background-size: 100% 100%
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--below ul li a .qodef-menu-item-arrow {
    transform: rotate(0);
    transition: transform .3s ease
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--below ul li .qodef-drop-down-second {
    display: none
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--below ul li.qodef-menu-item--open>a .qodef-menu-item-arrow {
    transform: rotate(90deg)
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second {
    position: absolute;
    top: 0;
    width: 100%
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul {
    position: absolute;
    top: -23px;
    left: calc(100% + 40px);
    width: 254px;
    background-color: #fff;
    padding: 25px 20px;
    margin-left: 50px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-out
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul.qodef-float--open {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
    z-index: 900
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul ul {
    top: -25px;
    left: calc(100% + 20px);
    visibility: hidden;
    transition: all .2s ease
}

.qodef-header--fixed-display #qodef-page-header,
.qodef-header--fixed-display #qodef-top-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.qodef--boxed.qodef-header--fixed-display #qodef-top-area {
    left: 30px;
    width: calc(100% - 60px)
}

.qodef--boxed.qodef-header--fixed-display #qodef-page-header {
    left: 30px;
    width: calc(100% - 60px)
}

.qodef-header--fixed-display.admin-bar #qodef-page-header,
.qodef-header--fixed-display.admin-bar #qodef-top-area {
    top: 32px
}

.qodef-header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;
    width: 100%;
    background-color: #fff;
    transform: translateY(-100%);
    transition: transform .5s ease, top .5s ease;
    z-index: 100
}

.qodef-header--sticky-display .qodef-header-sticky {
    transform: translateY(0)
}

.admin-bar.qodef-header--sticky-display .qodef-header-sticky {
    top: 32px
}

#qodef-page-header .qodef-header-sticky .qodef-header-logo-link {
    height: 38px
}

.qodef-header-sticky-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 40px;
    border-bottom: 2px solid #000
}

.qodef-header-sticky-inner.qodef-content-grid {
    padding: 0
}

.qodef-header-standard--right .qodef-header-sticky-inner .qodef-header-logo-link {
    margin-right: auto
}

.qodef-header-standard--left .qodef-header-sticky-inner {
    justify-content: flex-start
}

.qodef-header-standard--left .qodef-header-sticky-inner .qodef-header-navigation {
    margin-left: 20px
}

.qodef-header-standard--left .qodef-header-sticky-inner .qodef-widget-holder {
    margin-left: auto !important
}

#qodef-top-area {
    position: relative;
    background-color: #141414;
    z-index: 101
}

#qodef-top-area .qodef-widget-holder {
    display: flex;
    align-items: center;
    height: 100%
}

#qodef-top-area .qodef-widget-holder.qodef--left {
    margin-right: auto
}

#qodef-top-area .qodef-widget-holder.qodef--right {
    margin-left: auto
}

#qodef-top-area .qodef-widget-holder .widget {
    margin: 0 12px
}

#qodef-top-area .qodef-widget-holder .widget:first-child {
    margin-left: 0
}

#qodef-top-area .qodef-widget-holder .widget:last-child {
    margin-right: 0
}

#qodef-top-area .widget {
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

#qodef-top-area .widget .textwidget>*,
#qodef-top-area .widget .widget p {
    margin: 0
}

#qodef-top-area div[id^=monster-widget-placeholder],
#qodef-top-area div[id^=woo-monster-widget-placeholder] {
    display: none
}

#qodef-top-area-inner {
    align-items: center;
    display: flex;
    height: 40px;
    justify-content: space-between;
    padding: 0 40px;
    position: relative;
    border-bottom: 0 solid transparent
}

#qodef-top-area-inner.qodef-content-grid {
    padding: 0 !important
}

#qodef-top-area-inner.qodef-alignment--center .qodef-widget-holder {
    margin: 0 auto
}

#qodef-multiple-map-notice {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 30px 15%;
    text-align: center;
    color: var(--qode-main-color);
    background-color: #fafafa
}

.qodef-map-marker-holder {
    transform: translate(-50%, -100%);
    z-index: 10
}

.qodef-map-marker-holder.qodef-active {
    z-index: 500
}

.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:first-child {
    fill: #3ebeb4
}

.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:last-child {
    fill: #51a69e
}

.qodef-map-marker-holder#qodef-geo-location-marker .qodef-info-window {
    display: block
}

.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:first-child {
    fill: #3ebeb4
}

.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:last-child {
    fill: #51a69e
}

.qodef-map-marker-holder .qodef-map-marker {
    position: relative;
    width: 50px;
    height: auto;
    transition: all .15s ease-out
}

.qodef-map-marker-holder .qodef-map-marker .qodef-map-marker-inner {
    position: relative;
    width: 100%;
    height: 100%
}

.qodef-map-marker-holder .qodef-map-marker svg {
    width: 100%;
    height: auto
}

.qodef-map-marker-holder .qodef-map-marker svg path {
    transition: fill .2s ease-in-out
}

.qodef-map-marker-holder .qodef-map-marker:hover svg path:first-child {
    fill: #3ebeb4
}

.qodef-map-marker-holder .qodef-map-marker:hover svg path:last-child {
    fill: #51a69e
}

.qodef-map-marker-holder .qodef-info-window {
    position: absolute;
    top: -10px;
    left: -17px;
    display: none;
    min-width: 284px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 4px;
    box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, .5);
    z-index: 10;
    transition: opacity .3s ease;
    transform: translate(0, -100%)
}

.qodef-map-marker-holder .qodef-info-window-inner {
    position: relative;
    display: flex;
    align-items: center;
    padding: 8px
}

.qodef-map-marker-holder .qodef-info-window-inner:after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 35px;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(-135deg)
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image {
    margin-right: 12px
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image img {
    display: block;
    width: 65px
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-title {
    margin: 0;
    transition: color .2s ease-out
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-location {
    margin: 3px 0 0;
    font-family: IRANSans,"IRAN Sans Bold",iranyekan,"Poppins", sans-serif;
    font-size: 14px;
    line-height: 1.2em
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link:hover~.qodef-info-window-details .qodef-info-window-title {
    color: var(--qode-main-color)
}

.qodef-cluster-marker {
    width: 50px;
    height: auto
}

.qodef-cluster-marker.qodef-active svg path:first-child,
.qodef-cluster-marker:hover svg path:first-child {
    fill: #3ebeb4
}

.qodef-cluster-marker.qodef-active svg path:last-child,
.qodef-cluster-marker:hover svg path:last-child {
    fill: #51a69e
}

.qodef-cluster-marker .qodef-cluster-marker-inner {
    position: relative
}

.qodef-cluster-marker .qodef-cluster-marker-inner .qodef-cluster-marker-number {
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #000
}

.qodef-cluster-marker svg {
    width: 100%;
    height: auto
}

.qodef-cluster-marker svg path {
    transition: fill .2s ease-in-out
}

.qodef-places-geo-radius {
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    width: 100%;
    height: 48px;
    display: none;
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #000;
    z-index: 9999
}

.qodef-places-geo-radius .qodef-range-slider-label {
    display: inline-flex;
    align-items: center;
    height: 100%
}

.qodef-places-geo-radius .noUi-target {
    position: relative;
    display: inline-flex;
    height: 3px;
    width: calc(100% - 70px);
    background-color: #eaeaea;
    border: 0;
    direction: ltr;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    touch-action: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 10px
}

.qodef-places-geo-radius .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    touch-action: none;
    -ms-user-select: none;
    user-select: none
}

.qodef-places-geo-radius .noUi-target .noUi-base {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1
}

.qodef-places-geo-radius .noUi-target .noUi-connects {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0
}

.qodef-places-geo-radius .noUi-target .noUi-connect,
.qodef-places-geo-radius .noUi-target .noUi-origin {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    will-change: transform;
    transform-origin: 0 0
}

.qodef-places-geo-radius .noUi-target .noUi-connect {
    background-color: var(--qode-main-color)
}

.qodef-places-geo-radius .noUi-target .noUi-handle {
    position: absolute;
    top: -3px;
    left: auto;
    right: -9px;
    width: 9px;
    height: 9px;
    background-color: var(--qode-main-color);
    cursor: pointer
}

.qodef-places-geo-radius .noUi-target .noUi-tooltip {
    position: absolute;
    left: 50%;
    bottom: 7px;
    display: block;
    font-size: 12px;
    white-space: nowrap;
    transform: translateX(-50%)
}

.qodef-places-geo-radius .noUi-target .noUi-tooltip:after {
    content: ' km'
}

.qodef-places-geo-radius .noUi-state-drag * {
    cursor: inherit !important
}

.qodef-places-geo-radius .noUi-draggable {
    cursor: ew-resize
}

.qodef-places-geo-radius [disabled] .noUi-handle,
.qodef-places-geo-radius [disabled].noUi-handle,
.qodef-places-geo-radius [disabled].noUi-target {
    cursor: not-allowed !important
}

#qodef-page-mobile-header {
    background-color: #fff
}

#qodef-page-mobile-header .qodef-widget-holder {
    display: flex;
    align-items: center;
    height: 100%
}

#qodef-page-mobile-header .qodef-widget-holder .widget {
    margin: 0 0 0 12px
}

#qodef-page-mobile-header .widget {
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

#qodef-page-mobile-header .widget .textwidget>*,
#qodef-page-mobile-header .widget .widget p {
    margin: 0
}

#qodef-page-mobile-header div[id^=monster-widget-placeholder],
#qodef-page-mobile-header div[id^=woo-monster-widget-placeholder] {
    display: none
}

#qodef-page-mobile-header .qodef-mobile-header-opener:focus {
    color: currentColor
}

#qodef-page-mobile-header .qodef-mobile-header-opener .qodef--close {
    top: -10px;
    left: 5px
}

#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon {
    visibility: hidden
}

#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon.qodef--close {
    visibility: visible
}

.qodef-mobile-header--sticky #qodef-page-mobile-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(-100%)
}

.qodef-mobile-header--sticky-animation #qodef-page-mobile-header {
    transition: transform .3s ease, top .3s ease
}

.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
    transform: translateY(0)
}

.admin-bar.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
    top: 46px
}

.qodef--passepartout #qodef-page-mobile-header-inner {
    padding: 0
}

.qodef-mobile-header-navigation ul li .qodef-content-grid {
    width: 100%
}

#qodef-page-mobile-header .qodef-header-logo-image.qodef--customizer {
    max-height: 100%;
    width: auto;
    margin-right: auto
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main {
    opacity: 1
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark,
#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
    opacity: 0
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img:not(.qodef--main) {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--svg-path svg {
    display: block;
    width: 50px;
    height: auto;
    fill: currentColor;
    stroke: currentColor
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual {
    font-family: IRANSans,"IRAN Sans Bold",iranyekan,"Poppins", sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 600;
    transition: color .3s ease-out
}

.qodef-mobile-header-navigation ul li a .qodef-menu-item-icon {
    margin-right: 5px
}

.qodef-mobile-header-navigation ul li.qodef--hide-link>a {
    cursor: default
}

.qodef-mobile-header-navigation .qodef-mega-menu-widget-holder {
    display: none
}

.qodef-mobile-header--minimal #qodef-page-mobile-header-inner {
    justify-content: flex-end
}

.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
    margin-right: auto
}

.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-opener-icon {
    margin-left: 20px
}

.qodef-fullscreen-menu--opened {
    overflow-y: hidden
}

.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
    opacity: 0
}

.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark,
.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main {
    opacity: 0
}

.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--svg-path,
.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual {
    color: var(--qode-header-light-color) !important
}

.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--svg-path:hover,
.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual:hover {
    color: var(--qode-header-light-hover-color) !important
}

.qodef-mobile-header--side-area #qodef-page-mobile-header-inner .qodef-side-area-mobile-header-opener {
    margin-left: 20px
}

#qodef-side-area-mobile-header {
    position: fixed;
    top: 0;
    right: -340px;
    width: 340px;
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 70px 60px;
    background-color: #1f1f1f;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    transition: all .6s cubic-bezier(.77, 0, .175, 1)
}

#qodef-side-area-mobile-header .qodef-m-close {
    position: absolute;
    top: 26px;
    right: 40px;
    display: block;
    z-index: 1000;
    color: #fff
}

#qodef-side-area-mobile-header .qodef-m-navigation {
    width: 100%
}

#qodef-side-area-mobile-header .qodef-m-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li {
    position: relative;
    padding: 0;
    margin: 0
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-drop-down-second {
    display: none;
    transform: translateZ(0)
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-drop-down-second-inner {
    position: relative;
    display: block;
    padding: 0;
    z-index: 997
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-menu-item-arrow {
    position: absolute;
    top: 9px;
    right: 0;
    width: 7px;
    height: auto;
    color: #fff;
    z-index: 9;
    cursor: pointer;
    transition: color .3s ease-out;
    transform: rotate(0);
    transition: transform .3s ease-out, color .3s ease-out
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 7px 0;
    overflow: visible;
    transition: padding .3s ease-out;
    padding-right: 15px;
    font-family: IRANSans,"IRAN Sans Bold",iranyekan,"Poppins", sans-serif;
    font-size: 18px;
    line-height: 1.33333;
    font-weight: 500;
    color: #fff
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li>a .qodef-menu-item-text {
    text-decoration: none;
    background-image: linear-gradient(to top, var(--qode-main-color) 0, var(--qode-main-color) 4px, transparent 4px, transparent 100%);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .25s ease-out
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li>a .qodef-menu-item-icon {
    flex-shrink: 0
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-ancestor>a,
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-item>a,
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li:hover>a {
    color: currentColor;
    padding-right: 0
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-ancestor>a .qodef-menu-item-text,
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-item>a .qodef-menu-item-text,
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li:hover>a .qodef-menu-item-text {
    background-size: 100% 100%
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul ul {
    display: none
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li.qodef--hide-link>a {
    cursor: default
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li.qodef-menu-item--open>.qodef-menu-item-arrow {
    transform: rotate(90deg)
}

#qodef-side-area-mobile-header .qodef-m-navigation .qodef-menu-item-icon {
    margin-right: 5px
}

#qodef-side-area-mobile-header .qodef-m-navigation .qodef-mega-menu-widget-holder {
    display: none
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a {
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.57em;
    font-family: IRANSans,"IRAN Sans Bold",iranyekan,"Poppins", sans-serif;
    font-weight: 600;
    color: #fff
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a .qodef-menu-item-text {
    text-decoration: none;
    background-image: linear-gradient(to top, var(--qode-main-color) 0, var(--qode-main-color) 4px, transparent 4px, transparent 100%);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .25s ease-out
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a:hover .qodef-menu-item-text {
    background-size: 100% 100%
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li.current-menu-ancestor>a .qodef-menu-item-text,
#qodef-side-area-mobile-header .qodef-m-navigation>ul>li.current-menu-item>a .qodef-menu-item-text {
    background-size: 100% 100%
}

#qodef-side-area-mobile-header .qodef-widget-holder {
    position: absolute;
    left: 60px;
    bottom: 20px;
    width: calc(100% - 2*60px);
    height: auto
}

#qodef-side-area-mobile-header .qodef-widget-holder .widget {
    margin: 0
}

.admin-bar #qodef-side-area-mobile-header {
    top: 32px;
    height: calc(100vh - 32px)
}

#qodef-side-area-mobile-header.qodef--opened {
    right: 0;
    visibility: visible
}

.qodef-mobile-header--standard #qodef-page-mobile-header-inner {
    justify-content: flex-end
}

.qodef-mobile-header--standard #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
    margin-left: auto
}

.qodef-header-navigation .qodef-menu-item-icon {
    display: block;
    margin-right: 5px;
    line-height: inherit
}

.qodef-header-navigation .qodef-menu-item-icon:before {
    display: block;
    line-height: inherit
}

.qodef-header-navigation ul li .qodef-drop-down-second {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: auto;
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 10
}

.qodef-header-navigation ul li .qodef-drop-down-second.qodef-drop-down--start {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    z-index: 20;
    transition: opacity .3s ease-out
}

.qodef-header-navigation ul li .qodef-mega-menu-widget-holder {
    display: none;
    white-space: normal
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second.qodef-drop-down--right {
    left: auto;
    right: 0
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    top: 2px
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner>ul {
    position: relative;
    top: auto;
    opacity: 1;
    visibility: visible
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder {
    display: block
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
    background-color: #fff
}

.qodef--boxed .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner:not(.qodef-content-grid) {
    padding: 0 40px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul {
    display: flex;
    justify-content: space-between;
    padding: 34px 0;
    margin: 0 -15px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li {
    width: 100%;
    padding: 0 15px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a {
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.57em;
    font-family: IRANSans,"IRAN Sans Bold",iranyekan,"Poppins", sans-serif;
    font-weight: 600;
    color: #828282;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .05em
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a .qodef-menu-item-text {
    text-decoration: none;
    background-image: linear-gradient(to top, var(--qode-main-color) 0, var(--qode-main-color) 4px, transparent 4px, transparent 100%);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .25s ease-out
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a .qodef-menu-item-text:after {
    display: none
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a:hover .qodef-menu-item-text {
    background-size: 100% 100%
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li .qodef-menu-item-arrow {
    display: none
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul {
    padding-top: 5px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 7px 0;
    overflow: visible;
    transition: padding .3s ease-out;
    padding-right: 15px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.16em;
    font-weight: 900
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a .qodef-menu-item-text {
    text-decoration: none;
    background-image: linear-gradient(to top, var(--qode-main-color) 0, var(--qode-main-color) 4px, transparent 4px, transparent 100%);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .25s ease-out
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a .qodef-menu-item-icon {
    flex-shrink: 0
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li.current-menu-item>a,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li:hover>a {
    color: currentColor;
    padding-right: 0
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li.current-menu-item>a .qodef-menu-item-text,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li:hover>a .qodef-menu-item-text {
    background-size: 100% 100%
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-ancestor>a .qodef-menu-item-text,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-item>a .qodef-menu-item-text {
    background-size: 100% 100%
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.qodef--hide-link:not(.current-menu-ancestor):not(.current-menu-item)>a:hover .qodef-menu-item-text {
    background-size: 100% 100%
}

body:not(.qodef-drop-down-second--full-width) .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner {
    padding: 0 40px
}

.qodef-opener-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

.qodef-opener-icon .qodef-m-icon {
    position: relative;
    visibility: visible
}

.qodef-opener-icon .qodef-m-icon.qodef--close {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden
}

.qodef-opener-icon.qodef-source--icon-pack {
    font-size: 35px
}

.qodef-opener-icon.qodef-source--icon-pack * {
    display: inline-block;
    line-height: inherit
}

.qodef-opener-icon.qodef-source--icon-pack :before {
    display: inline-block;
    line-height: inherit
}

.qodef-opener-icon.qodef-source--icon-pack.qodef--opened .qodef-m-icon.qodef--open {
    visibility: hidden
}

.qodef-opener-icon.qodef-source--icon-pack.qodef--opened .qodef-m-icon.qodef--close {
    visibility: visible
}

.qodef-opener-icon.qodef-source--svg-path span {
    position: relative
}

.qodef-opener-icon.qodef-source--svg-path span>* {
    vertical-align: middle
}

.qodef-opener-icon.qodef-source--svg-path span path,
.qodef-opener-icon.qodef-source--svg-path span>* {
    fill: currentColor;
    stroke: currentColor
}

.qodef-opener-icon.qodef-source--svg-path.qodef--opened .qodef-m-icon.qodef--open {
    visibility: hidden
}

.qodef-opener-icon.qodef-source--svg-path.qodef--opened .qodef-m-icon.qodef--close {
    visibility: visible
}

.qodef-opener-icon.qodef-source--predefined svg {
    display: block
}

.qodef-opener-icon.qodef-source--predefined .qodef-svg--menu line {
    transition: transform .2s cubic-bezier(.45, 0, .55, 1), stroke .2s cubic-bezier(.45, 0, .55, 1);
    transform: translateY(0)
}

.qodef-opener-icon.qodef-source--predefined .qodef-svg--close-big line {
    stroke-dasharray: 40;
    stroke-dashoffset: 80
}

.qodef-opener-icon.qodef-source--predefined .qodef-svg--close-big line:nth-of-type(1) {
    transition: stroke-dashoffset .4s cubic-bezier(.45, 0, .55, 1)
}

.qodef-opener-icon.qodef-source--predefined .qodef-svg--close-big line:nth-of-type(2) {
    transition: stroke-dashoffset .4s cubic-bezier(.45, 0, .55, 1) .2s
}

.qodef-opener-icon.qodef-source--predefined:hover .qodef-svg--menu line {
    stroke: var(--qode-main-color)
}

.qodef-opener-icon.qodef-source--predefined:hover .qodef-svg--menu line:nth-of-type(1) {
    transform: translateY(2px)
}

.qodef-opener-icon.qodef-source--predefined:hover .qodef-svg--menu line:nth-of-type(2) {
    transform: translateY(-3px)
}

.qodef-opener-icon.qodef-source--predefined:hover .qodef-svg--close-big line {
    stroke-dashoffset: 0
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-icon.qodef--open {
    visibility: hidden
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-icon.qodef--close {
    visibility: visible
}

.qodef-parallax {
    position: relative;
    width: 100%;
    overflow: hidden
}

.qodef-parallax.elementor-section {
    overflow: visible
}

.qodef-parallax-row-holder {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden
}

.qodef-parallax-img-holder {
    position: absolute;
    top: -50%;
    height: 150%;
    left: 0;
    width: 100%;
    opacity: 0
}

.qodef-browser--edge .qodef-parallax-img-holder,
.qodef-browser--ms-explorer .qodef-parallax-img-holder,
.touchevents .qodef-parallax-img-holder {
    top: 0;
    height: 100%;
    opacity: 1
}

.qodef-parallax-content-holder {
    position: relative;
    z-index: 99
}

.qodef-parallax-img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    will-change: transform
}

.qodef-parallax-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.touchevents .qodef-parallax-img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.qodef-browser--edge .qodef-parallax-img,
.qodef-browser--ms-explorer .qodef-parallax-img {
    height: 100%
}

.qodef-contact-form-7,
.rs-layer {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 15px
}

.qodef-contact-form-7 p,
.rs-layer p {
    margin: 0
}

.qodef-contact-form-7 br,
.rs-layer br {
    display: none
}

.qodef-contact-form-7 .ajax-loader,
.rs-layer .ajax-loader {
    display: none
}

.qodef-contact-form-7 .wpcf7-form-control-wrap,
.rs-layer .wpcf7-form-control-wrap {
    display: block;
    max-width: 100%
}

.qodef-contact-form-7 .wpcf7-not-valid-tip,
.rs-layer .wpcf7-not-valid-tip {
    margin: 10px 0 0 0
}

.qodef-contact-form-7 .wpcf7-response-output,
.rs-layer .wpcf7-response-output {
    border-width: 1px !important;
    margin: 2em 0 0 0 !important;
    padding: 1em 1.5em !important
}

.qodef-contact-form-7 .wpcf7-form,
.rs-layer .wpcf7-form {
    position: relative
}

.qodef-contact-form-7 .wpcf7-form:before,
.rs-layer .wpcf7-form:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    content: '';
    visibility: hidden;
    z-index: 98
}

.qodef-contact-form-7 .wpcf7-form:after,
.rs-layer .wpcf7-form:after {
    animation: qode-rotate 2s linear infinite;
    background-color: transparent;
    border: 2px solid #fafafa;
    border-radius: 50%;
    border-top: 2px solid var(--qode-main-color);
    content: '';
    height: 24px;
    left: calc(50% - 12px);
    opacity: 1;
    position: absolute;
    top: calc(50% - 12px);
    visibility: hidden;
    width: 24px;
    z-index: 99
}

.qodef-contact-form-7 .wpcf7-form.submitting>*,
.rs-layer .wpcf7-form.submitting>* {
    opacity: .3
}

.qodef-contact-form-7 .wpcf7-form.submitting:after,
.qodef-contact-form-7 .wpcf7-form.submitting:before,
.rs-layer .wpcf7-form.submitting:after,
.rs-layer .wpcf7-form.submitting:before {
    visibility: visible
}

.qodef-instagram-list #sb_instagram {
    padding: 0 !important;
    overflow: hidden !important
}

html.elementor-html .qodef-instagram-list #sb_instagram #sbi_images .sbi_item.sbi_transition {
    opacity: 1 !important
}

.qodef-instagram-list .sbi_photo_wrap a {
    background-image: none !important;
    height: auto !important;
    padding-bottom: 0 !important
}

.qodef-instagram-list .sbi_photo_wrap a:after {
    color: #fff;
    content: '\f16d';
    font-family: 'Font Awesome 5 Brands';
    font-size: 20px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity .3s ease-out
}

.qodef-instagram-list .sbi_photo_wrap a:hover:after {
    opacity: 1
}

.qodef-instagram-list .sbi_photo_wrap a img {
    display: inline-block !important
}

.qodef-instagram-list.qodef-swiper-container #sb_instagram #sbi_images .sbi_item {
    margin: inherit !important
}

.qodef-timetable--predefined .qodef-hide-drop-down .tt_navigation_wrapper {
    display: none
}

.qodef-timetable--predefined .tt_timetable {
    font-family: IRANSans,"IRAN Sans Bold",iranyekan,"Poppins", sans-serif;
    font-size: 18px;
    line-height: 1.33333;
    font-weight: 500;
    color: #fff
}

@media only screen and (max-width:768px) {
    .qodef-timetable--predefined .tt_timetable {
        display: none
    }
}

.qodef-timetable--predefined .tt_timetable th {
    font-size: 14px;
    color: #989898;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1.7em
}

.qodef-timetable--predefined .tt_timetable tr {
    background: linear-gradient(90deg, #000 0, #000 100%) !important
}

.qodef-timetable--predefined .tt_timetable tr:last-child td {
    border-bottom: 1px solid transparent !important
}

.qodef-timetable--predefined .tt_timetable .row_gray {
    background: linear-gradient(90deg, #000 0, #000 100%) !important
}

.qodef-timetable--predefined .tt_timetable td {
    height: 125px;
    vertical-align: middle
}

.qodef-timetable--predefined .tt_navigation_wrapper .tt_navigation_cell {
    margin: 0 auto 14px !important;
    text-align: center
}

@media screen and (max-width:767px) {
    .qodef-timetable--predefined .tt_navigation_wrapper .tt_navigation_cell {
        margin-bottom: 41px !important
    }
}

@media only screen and (max-width:768px) {
    .qodef-timetable--predefined .tt_navigation_wrapper .tt_navigation_cell {
        margin-bottom: 0 !important
    }
}

.qodef-timetable--predefined .tt_navigation_wrapper .tt_navigation_cell .tt_tabs_navigation {
    margin-bottom: 10px
}

@media only screen and (max-width:768px) {
    .qodef-timetable--predefined .tt_navigation_wrapper .tt_navigation_cell .tt_tabs_navigation {
        float: none !important;
        margin-bottom: 0 !important
    }
}

.qodef-timetable--predefined .tt_navigation_wrapper .tt_navigation_cell .tt_tabs_navigation li {
    display: inline-block;
    float: none;
    margin: 0 20px !important;
    max-height: 45px
}

@media only screen and (max-width:1024px) {
    .qodef-timetable--predefined .tt_navigation_wrapper .tt_navigation_cell .tt_tabs_navigation li {
        margin: 0 17px !important
    }
}

@media only screen and (max-width:768px) {
    .qodef-timetable--predefined .tt_navigation_wrapper .tt_navigation_cell .tt_tabs_navigation li {
        display: block
    }
    .qodef-timetable--predefined .tt_navigation_wrapper .tt_navigation_cell .tt_tabs_navigation li:last-of-type a {
        padding-bottom: 0 !important
    }
}

.qodef-timetable--predefined .tt_navigation_wrapper .tt_navigation_cell .tt_tabs_navigation li a {
    font-family: IRANSans,"IRAN Sans Bold",iranyekan,"Poppins", sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 12px;
    line-height: 1.16667;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin: 0;
    border: 0 !important;
    color: #fff !important;
    transition: color .3s ease !important;
    position: relative;
    display: inline-block;
    padding-bottom: 7px !important
}

.qodef-timetable--predefined .tt_navigation_wrapper .tt_navigation_cell .tt_tabs_navigation li a:after {
    content: '';
    width: 100%;
    height: 4px;
    background-color: var(--qode-main-color);
    position: absolute;
    bottom: 2px;
    left: calc(50%);
    transform: translate3d(-50%, 0, 0);
    -webkit-clip-path: inset(0 50% 0 50%);
    clip-path: inset(0 50% 0 50%);
    transition: -webkit-clip-path .3s ease;
    transition: clip-path .3s ease;
    transition: clip-path .3s ease, -webkit-clip-path .3s ease
}

.qodef-timetable--predefined .tt_navigation_wrapper .tt_navigation_cell .tt_tabs_navigation li.ui-state-active a:after,
.qodef-timetable--predefined .tt_navigation_wrapper .tt_navigation_cell .tt_tabs_navigation li.ui-state-hover a:after {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

@media screen and (min-width:768px) {
    .qodef-timetable--predefined .tt_tabs>div:not(.tt_navigation_wrapper) {
        position: relative
    }
    .qodef-timetable--predefined .tt_tabs>div:not(.tt_navigation_wrapper):after {
        content: '';
        z-index: -1;
        position: absolute;
        display: block;
        left: 31px;
        top: 31px;
        width: 100%;
        height: 100%
    }
}

.qodef-timetable--predefined table.tt_timetable {
    border-spacing: 0 !important
}

.qodef-timetable--predefined table.tt_timetable thead tr th {
    border: 2px solid transparent !important;
    border-bottom: 2px solid #3d3d3d !important;
    border-left: 2px solid #3d3d3d !important;
    border-width: 2px 0 2px 2px !important;
    padding-top: 27px;
    padding-bottom: 21px
}

.qodef-timetable--predefined table.tt_timetable thead tr th:first-child {
    border-left: 0 !important
}

.qodef-timetable--predefined table.tt_timetable tbody tr td {
    border-left: 2px solid #3d3d3d !important;
    border-bottom: 2px solid #3d3d3d !important;
    background-color: #000;
    font-family: IRANSans,"IRAN Sans Bold",iranyekan,"Poppins", sans-serif;
    font-size: 18px;
    line-height: 1.33333;
    font-weight: 500;
    color: #fff;
    line-height: 1.75em
}

@media only screen and (max-width:1024px) {
    .qodef-timetable--predefined table.tt_timetable tbody tr td {
        font-size: 13px;
        line-height: 1.8em
    }
}

.qodef-timetable--predefined table.tt_timetable tbody tr td:first-child:not(:only-child) {
    border-left: 1px solid transparent !important
}

.qodef-timetable--predefined table.tt_timetable tbody tr td.tt_hours_column {
    color: #989898;
    font-size: 14px;
    font-weight: 500
}

.qodef-timetable--predefined table.tt_timetable .event {
    color: #fff;
    background-color: #000;
    transition: background-color .25s ease-out
}

.qodef-timetable--predefined table.tt_timetable .event:hover {
    background-color: #232323
}

.qodef-timetable--predefined table.tt_timetable .event .event_container {
    padding-top: 17px;
    padding-bottom: 11px
}

.qodef-timetable--predefined table.tt_timetable .event .event_header {
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .015em;
    text-transform: uppercase;
    line-height: 1.14em;
    color: #fff !important;
    transition: color .3s ease !important;
    text-decoration: none !important;
    margin: 0 0
}

@media only screen and (max-width:1024px) {
    .qodef-timetable--predefined table.tt_timetable .event .event_header {
        font-size: 11px
    }
}

.qodef-timetable--predefined table.tt_timetable .event .after_hour_text,
.qodef-timetable--predefined table.tt_timetable .event .before_hour_text {
    font-family: IRANSans,"IRAN Sans Bold",iranyekan,"Poppins", sans-serif;
    font-size: 18px;
    line-height: 1.33333;
    font-weight: 500;
    color: #989898;
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 7px
}

@media only screen and (max-width:1024px) {
    .qodef-timetable--predefined table.tt_timetable .event .after_hour_text,
    .qodef-timetable--predefined table.tt_timetable .event .before_hour_text {
        font-size: 12px
    }
}

.qodef-timetable--predefined table.tt_timetable .event .bottom_hour,
.qodef-timetable--predefined table.tt_timetable .event .top_hour {
    display: none !important
}

.qodef-timetable--predefined table.tt_timetable .event .tt_tooltip_text {
    height: auto !important;
    top: -28px !important
}

.qodef-timetable--predefined table.tt_timetable .event .tt_tooltip_text .tt_tooltip_content {
    background-color: var(--qode-main-color) !important;
    color: #000 !important;
    width: calc(100% - 3px);
    box-sizing: border-box;
    border-radius: 0;
    margin: 0 auto;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1
}

.qodef-timetable--predefined table.tt_timetable .event .tt_tooltip_text .tt_tooltip_content .event_header {
    display: none
}

.qodef-timetable--predefined table.tt_timetable .event .tt_tooltip_text .tt_tooltip_arrow {
    bottom: 0;
    left: calc(100% - 20px);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    display: none
}

@media only screen and (max-width:768px) {
    .qodef-timetable--predefined .tt_responsive .tt_timetable.small {
        display: block
    }
}

.qodef-timetable--predefined .tt_responsive .tt_timetable.small .box_header {
    font-size: 14px !important;
    color: #989898 !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 0 !important;
    line-height: 1.7em;
    border-bottom: 1px solid #3d3d3d;
    padding-bottom: 25px
}

@media only screen and (max-width:768px) {
    .qodef-timetable--predefined .tt_responsive .tt_timetable.small .box_header {
        text-align: center;
        margin-top: 38px;
        font-family: inherit
    }
    .qodef-timetable--predefined .tt_responsive .tt_timetable.small .box_header:first-of-type {
        margin-top: 28px !important
    }
}

.qodef-timetable--predefined .tt_responsive .tt_timetable.small ul.tt_items_list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-color: #3d3d3d !important
}

.qodef-timetable--predefined .tt_responsive .tt_timetable.small ul.tt_items_list div.event_container a {
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .015em;
    text-transform: uppercase;
    line-height: 1.14em;
    color: #fff !important;
    transition: color .3s ease !important;
    text-decoration: none !important;
    margin: 0 0;
    font-family: inherit
}

.qodef-timetable--predefined .tt_responsive .tt_timetable.small ul.tt_items_list div.value {
    color: #989898 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    width: 35%;
    align-self: center;
    justify-self: flex-end;
    margin-left: 15px;
    position: relative;
    left: 15px;
    text-align: right
}

.qodef-timetable--predefined .tt_responsive .tt_timetable.small ul.tt_items_list div.value span {
    color: inherit !important
}

.single #qodef-page-inner .tt_event_theme_page {
    width: calc(100% + 70px);
    background-color: transparent;
    padding: 0;
    margin: 0 -35px
}

.single #qodef-page-inner .tt_event_theme_page .tt_event_page_left {
    width: 72%;
    padding: 0 35px
}

.single #qodef-page-inner .tt_event_theme_page .tt_event_page_right {
    width: 28%;
    padding: 0 35px
}

.single #qodef-page-inner .tt_event_theme_page * {
    box-sizing: border-box
}

.single #qodef-page-inner .tt_event_theme_page p {
    color: #fff !important
}

.qodef-timetable-single-page #qodef-page-inner {
    padding: 150px 0 115px
}

.qodef-timetable-single-page #qodef-page-content #qodef-page-sidebar {
    margin-bottom: 0
}

.qodef-timetable-single-page .qodef-event .qodef-e-top-holder .qodef-e-info * {
    font-family: IRANSans,"IRAN Sans Bold",iranyekan,"Poppins", sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 12px;
    line-height: 1.16667;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: #000;
    transition: color .3s ease
}

.qodef-timetable-single-page .qodef-event .qodef-e-top-holder .qodef-e-info :hover {
    color: #828282
}

.qodef-timetable-single-page .qodef-event .qodef-e-top-holder .qodef-e-info .qodef-info-separator-end:last-of-type {
    display: none
}

.qodef-timetable-single-page .qodef-event .qodef-e-media-image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%
}

.qodef-timetable-single-page .qodef-event .qodef-e-media-image a,
.qodef-timetable-single-page .qodef-event .qodef-e-media-image img {
    display: block;
    width: 100%
}

.qodef-timetable-single-page .qodef-event .qodef-e-media-image.qodef--background {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.qodef-timetable-single-page .qodef-event .qodef-e-media-image.qodef--background img {
    visibility: hidden
}

.qodef-timetable-single-page .qodef-event .qodef-e-media>* {
    margin-bottom: 31px
}

.qodef-timetable-single-page .qodef-event .qodef-e-media iframe {
    display: block;
    height: 100%
}

.qodef-timetable-single-page .qodef-event .qodef-e-title {
    margin: 6px 0 15px
}

.single-events .qodef-event .qodef-media-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.single-events .qodef-event .qodef-event-title {
    margin: 5px 0 10px
}

.single-events .qodef-event .qodef-e-top-holder {
    margin-top: 34px
}

.single-events .qodef-event .tt_event_hours_count {
    display: none
}

.single-events .qodef-event .tt_event_margin_top_27 {
    margin: 85px 0 36px !important;
    font-family: IRANSans,"IRAN Sans Bold",iranyekan,"Poppins", sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 48px;
    line-height: 1.04167;
    font-weight: 500
}

.single-events .qodef-event #event_hours_list {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

@media only screen and (max-width:680px) {
    .single-events .qodef-event #event_hours_list {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
}

.single-events .qodef-event #event_hours_list li {
    display: flex;
    flex-direction: column;
    border: 0;
    margin: 0;
    background-color: #e3e3df;
    text-align: center;
    padding: 36px 0 16px;
    width: 100%;
    transition: all .35s ease-in-out
}

.single-events .qodef-event #event_hours_list li h4 {
    margin: 0 0 6px
}

.single-events .qodef-event #event_hours_list li h4:first-of-type {
    font-family: IRANSans,"IRAN Sans Bold",iranyekan,"Poppins", sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 18px;
    line-height: 1.38889;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 700;
    padding: 20px 0 44px;
    transition: all .35s ease-in-out
}

.single-events .qodef-event #event_hours_list li h4:last-of-type {
    font-family: IRANSans,"IRAN Sans Bold",iranyekan,"Poppins", sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 12px;
    line-height: 1.16667;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 0 10px;
    background-color: #dadad5;
    transition: all .35s ease-in-out
}

.single-events .qodef-event #event_hours_list li p {
    margin: 17px 0 0;
    font-size: 14px;
    transition: all .35s ease-in-out
}

.single-events .qodef-event #event_hours_list li:hover {
    background-color: #232323
}

.single-events .qodef-event #event_hours_list li:hover h4:first-of-type {
    color: #fff
}

.single-events .qodef-event #event_hours_list li:hover h4:last-of-type {
    background-color: var(--qode-main-color)
}

.single-events .qodef-event #event_hours_list li:hover p {
    color: #fff
}

@media only screen and (max-width:480px) {
    .single-events .qodef-event #event_hours_list li {
        width: 100%
    }
}

.qodef-timetable-events-list.qodef-item-layout--info-below .qodef-e-bottom-holder {
    position: relative;
    padding-bottom: 23px;
    border-bottom: 2px solid #000
}

.qodef-timetable-events-list.qodef-item-layout--info-below .qodef-e-bottom-holder:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 8px;
    background-color: var(--qode-main-color);
    transition: width .35s ease-out
}

.qodef-timetable-events-list.qodef-item-layout--info-below .qodef-e-bottom-holder .qodef-e-top-holder {
    margin-top: 25px
}

.qodef-timetable-events-list.qodef-item-layout--info-below .qodef-e-bottom-holder .qodef-e-title {
    margin: 2px 0 0
}

.qodef-timetable-events-list.qodef-item-layout--info-below .qodef-e-inner:hover .qodef-e-bottom-holder:after {
    width: 100%
}

.qodef-timetable-events-list .qodef-e-img-holder {
    position: relative;
    overflow: hidden
}

.qodef-timetable-events-list .qodef-e-media-image img {
    display: block;
    width: 100%
}

.qodef-timetable-events-list .qodef-e-media-image a {
    display: block;
    overflow: hidden;
    position: relative
}

.qodef-timetable-events-list .qodef-e-media-image a img {
    transform: scale(1.01);
    transition: transform .6s ease
}

.qodef-timetable-events-list .qodef-e-media-image a:hover img {
    transform: scale(1.04)
}

.qodef-timetable-events-list .qodef-e-donation-title {
    margin: 35px 0 8px
}

.qodef-timetable-events-list .qodef-e-excerpt {
    margin: 0 0 25px
}

.qodef-timetable-events-list .qodef-e-read-more a {
    width: auto
}

@media only screen and (max-width:480px) {
    .qodef-timetable-events-list+.swiper-button-next,
    .qodef-timetable-events-list+.swiper-button-next+.swiper-button-prev {
        display: none
    }
}

.qodef-timetable-events-list.qodef-skin--light .qodef-e-bottom-holder {
    border-color: #3d3d3d
}

.qodef-timetable-events-list.qodef-skin--light .qodef-e-bottom-holder .qodef-e-top-holder .qodef-e-info a {
    color: #b7b7b7
}

.qodef-timetable-events-list.qodef-skin--light .qodef-e-bottom-holder .qodef-e-top-holder .qodef-e-info a:hover {
    color: #fff
}

.qodef-timetable-events-list.qodef-skin--light .qodef-e-bottom-holder .qodef-e-top-holder .qodef-e-info .qodef-info-separator-end {
    color: var(--qode-main-color)
}

.qodef-timetable-events-list.qodef-skin--light .qodef-e-bottom-holder .qodef-e-title {
    color: #fff
}

.qodef-timetable-events-list.qodef-col-num--4.swiper-horizontal {
    width: calc(100% - 1px)
}

.qodef-timetable-events-list.qodef-item-layout--info-on-hover .qodef-e-img-holder {
    position: relative
}

@media only screen and (max-width:680px) {
    .qodef-timetable-events-list.qodef-item-layout--info-on-hover .qodef-e-img-holder img {
        min-height: 500px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.qodef-timetable-events-list.qodef-item-layout--info-on-hover .qodef-e-img-holder .qodef-e-bottom-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px
}

.qodef-timetable-events-list.qodef-item-layout--info-on-hover .qodef-e-img-holder .qodef-e-bottom-holder:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--qode-main-color);
    z-index: 1;
    transform-origin: bottom;
    transform: scaleY(0);
    transition: transform .5s cubic-bezier(.45, 0, .55, 1)
}

.qodef-timetable-events-list.qodef-item-layout--info-on-hover .qodef-e-img-holder .qodef-e-bottom-holder>* {
    position: relative;
    z-index: 2
}

.qodef-timetable-events-list.qodef-item-layout--info-on-hover .qodef-e-img-holder .qodef-e-bottom-holder .qodef-e-top-holder .qodef-e-info * {
    color: #b7b7b7;
    transition: color .3s ease-out .2s
}

.qodef-timetable-events-list.qodef-item-layout--info-on-hover .qodef-e-img-holder .qodef-e-bottom-holder .qodef-e-top-holder .qodef-e-info .qodef-info-separator-end {
    color: var(--qode-main-color);
    transition: color .3s ease-out .2s
}

.qodef-timetable-events-list.qodef-item-layout--info-on-hover .qodef-e-img-holder .qodef-e-bottom-holder .qodef-e-title {
    margin: 9px 0 12px;
    color: #fff;
    text-transform: inherit;
    text-align: center;
    transition: color .3s ease-out .2s
}

.qodef-timetable-events-list.qodef-item-layout--info-on-hover .qodef-e-img-holder .qodef-e-bottom-holder .qodef-e-read-more .qodef-button {
    color: #fff;
    transition: color .3s ease-out .2s
}

.qodef-timetable-events-list.qodef-item-layout--info-on-hover .qodef-e-img-holder:hover .qodef-e-bottom-holder:before {
    transform: scaleY(1)
}

.qodef-timetable-events-list.qodef-item-layout--info-on-hover .qodef-e-img-holder:hover .qodef-e-bottom-holder .qodef-e-read-more .qodef-button {
    color: #000
}

.qodef-timetable-events-list.qodef-item-layout--info-on-hover .qodef-e-img-holder:hover .qodef-e-bottom-holder .qodef-e-title {
    color: #000
}

.qodef-timetable-events-list.qodef-item-layout--info-on-hover .qodef-e-img-holder:hover .qodef-e-bottom-holder .qodef-e-top-holder .qodef-e-info a {
    color: #000
}

.qodef-timetable-events-list.qodef-item-layout--info-on-hover .qodef-e-img-holder:hover .qodef-e-bottom-holder .qodef-e-top-holder .qodef-e-info .qodef-info-separator-end {
    color: #000
}

.qodef-timetable-event-list-swiper-nav.swiper-button-next,
.qodef-timetable-event-list-swiper-nav.swiper-button-prev {
    height: 25px !important
}

.qodef-twitter-list.qodef-layout--columns.qodef--no-bottom-info #ctf .ctf-tweet-actions {
    display: none
}

.qodef-twitter-list.qodef-layout--columns #ctf {
    overflow: hidden
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box {
    margin-left: 0;
    display: block;
    margin-bottom: 8px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box-link {
    line-height: 1 !important;
    display: flex;
    align-items: center;
    flex-flow: row wrap
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-avatar {
    width: 37px;
    height: 37px;
    margin: 0 7px 0 0;
    float: none;
    border-radius: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-name {
    font-family: IRANSans,"IRAN Sans Bold",iranyekan,"Poppins", sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 18px;
    line-height: 1.38889;
    font-weight: 500;
    font-weight: 600 !important;
    margin: 0 4px 0 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-screename-sep {
    display: none
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink {
    font-family: IRANSans,"IRAN Sans Bold",iranyekan,"Poppins", sans-serif;
    font-size: 18px;
    line-height: 1.33333;
    font-weight: 500;
    color: #000;
    margin-right: 4px;
    margin-left: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context:last-child,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta:last-child,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink:last-child {
    margin-right: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta {
    margin-top: 4px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-screenname {
    display: none
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content {
    display: flex;
    align-items: baseline;
    margin-left: 0;
    padding: 0;
    margin-top: -5px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content:before {
    content: '\e094';
    font-family: ElegantIcons;
    padding-right: 10px;
    font-size: 18px;
    position: relative;
    top: 5px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions {
    display: flex;
    align-items: baseline;
    margin-left: 0;
    margin-top: -3px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions:before {
    content: '\e094';
    font-family: ElegantIcons;
    padding-right: 10px;
    font-size: 18px;
    visibility: hidden
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a {
    padding: 0;
    font-size: 14px;
    margin-right: 8px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a:last-child {
    margin-right: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a.ctf-reply {
    margin-left: 0
}

.qodef-twitter-list.qodef-layout--columns .ctf-tweets {
    --qode-columns: 3;
    --qode-columns-row-gap: 30px;
    --qode-columns-col-gap: 30px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(var(--qode-columns), minmax(0, 1fr));
    row-gap: var(--qode-columns-row-gap);
    column-gap: var(--qode-columns-col-gap)
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--1 .ctf-tweets {
    --qode-columns: 1
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2 .ctf-tweets {
    --qode-columns: 2
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3 .ctf-tweets {
    --qode-columns: 3
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4 .ctf-tweets {
    --qode-columns: 4
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5 .ctf-tweets {
    --qode-columns: 5
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6 .ctf-tweets {
    --qode-columns: 6
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7 .ctf-tweets {
    --qode-columns: 7
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8 .ctf-tweets {
    --qode-columns: 8
}

.qodef-twitter-list.qodef-vertical-gutter--no .ctf-tweets {
    --qode-columns-row-gap: 0px
}

.qodef-twitter-list.qodef-vertical-gutter--tiny .ctf-tweets {
    --qode-columns-row-gap: 10px
}

.qodef-twitter-list.qodef-vertical-gutter--small .ctf-tweets {
    --qode-columns-row-gap: 20px
}

.qodef-twitter-list.qodef-vertical-gutter--normal .ctf-tweets {
    --qode-columns-row-gap: 30px
}

.qodef-twitter-list.qodef-vertical-gutter--medium .ctf-tweets {
    --qode-columns-row-gap: 40px
}

.qodef-twitter-list.qodef-vertical-gutter--large .ctf-tweets {
    --qode-columns-row-gap: 50px
}

.qodef-twitter-list.qodef-vertical-gutter--huge .ctf-tweets {
    --qode-columns-row-gap: 80px
}

.qodef-twitter-list.qodef-vertical-gutter--enormous .ctf-tweets {
    --qode-columns-row-gap: 100px
}

.qodef-twitter-list.qodef-vertical-gutter--extreme .ctf-tweets {
    --qode-columns-row-gap: 150px
}

.qodef-twitter-list.qodef-gutter--no .ctf-tweets {
    --qode-columns-col-gap: 0px
}

.qodef-twitter-list.qodef-gutter--tiny .ctf-tweets {
    --qode-columns-col-gap: 10px
}

.qodef-twitter-list.qodef-gutter--small .ctf-tweets {
    --qode-columns-col-gap: 20px
}

.qodef-twitter-list.qodef-gutter--normal .ctf-tweets {
    --qode-columns-col-gap: 30px
}

.qodef-twitter-list.qodef-gutter--medium .ctf-tweets {
    --qode-columns-col-gap: 40px
}

.qodef-twitter-list.qodef-gutter--large .ctf-tweets {
    --qode-columns-col-gap: 50px
}

.qodef-twitter-list.qodef-gutter--huge .ctf-tweets {
    --qode-columns-col-gap: 80px
}

.qodef-twitter-list.qodef-gutter--enormous .ctf-tweets {
    --qode-columns-col-gap: 100px
}

.qodef-twitter-list.qodef-gutter--extreme .ctf-tweets {
    --qode-columns-col-gap: 150px
}

#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
    color: #ccc
}

#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover {
    color: #fff
}

#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
    color: #ccc
}

#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover {
    color: #fff
}

.qodef-yith-wccl--predefined .select_box {
    display: inline-block
}

.qodef-yith-wccl--predefined .select_box:after {
    display: none
}

.qodef-yith-wccl--predefined .select_box .select_option {
    vertical-align: middle;
    border: 0;
    margin: 0 5px 0 0;
    display: inline-block;
    float: none;
    position: relative
}

.qodef-yith-wccl--predefined .select_box .select_option:last-child {
    margin-right: 0
}

.qodef-yith-wccl--predefined .select_box .select_option>span:not(.yith_wccl_tooltip) {
    border: 0;
    min-width: auto;
    width: auto;
    height: auto;
    line-height: inherit
}

.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip {
    width: 100px
}

.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip>span {
    background: #fff;
    border-radius: 0;
    border: 1px solid #000 !important;
    padding: 10px;
    color: #000
}

.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip.top span:after {
    top: 100%;
    bottom: auto
}

.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option {
    border: 1px solid transparent;
    padding: 1px
}

.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option>span:not(.yith_wccl_tooltip) {
    width: 38px;
    height: 15px
}

.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option.selected {
    border-color: #000
}

.qodef-yith-wccl--predefined .select_box.select_box_image .select_option {
    border: 1px solid transparent;
    padding: 1px
}

.qodef-yith-wccl--predefined .select_box.select_box_image .select_option>img:not(.yith_wccl_tooltip) {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover
}

.qodef-yith-wccl--predefined .select_box.select_box_image .select_option.selected {
    border-color: #000
}

.qodef-yith-wccl--predefined .select_box.select_box_label>* {
    display: inline-flex;
    flex-wrap: wrap;
    font-family: IRANSans,"IRAN Sans Bold",iranyekan,"Poppins", sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 12px;
    line-height: 1.16667;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: #000
}

.qodef-yith-wccl--predefined .select_box.select_box_label .select_option {
    transition: color .3s ease-out;
    margin: 0
}

.qodef-yith-wccl--predefined .select_box.select_box_label .select_option:after {
    content: ',';
    margin-right: 5px
}

.qodef-yith-wccl--predefined .select_box.select_box_label .select_option:last-of-type:after {
    display: none
}

.qodef-yith-wccl--predefined .select_box.select_box_label .select_option.selected {
    color: var(--qode-main-color)
}

.qodef-yith-wccl--predefined li.product .variations_form.cart {
    margin: 0 0 0 20px
}

.qodef-yith-wccl--predefined li.product .variations_form.cart div.variations {
    margin-bottom: 10px;
    text-align: right
}

.qodef-yith-wccl--predefined li.product .variations_form.cart div.variations:last-child {
    margin-bottom: 0
}

#yith-quick-view-modal .yith-quick-view-overlay {
    background: rgba(255, 255, 255, .79) !important
}

#yith-quick-view-modal .yith-wcqv-wrapper {
    height: auto !important;
    width: 960px !important;
    max-width: 90vw !important
}

#yith-quick-view-modal .yith-wcqv-main {
    box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, .5) !important;
    overflow-y: hidden !important;
    max-height: 90vh !important
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner {
    margin: 0
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner>* {
    padding: 0
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image {
    align-self: stretch
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .qodef-woo-product-mark {
    transform: translateX(0)
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image :not(.qodef-woo-product-mark) {
    height: 100%
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure {
    margin: 0 !important
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure img {
    -o-object-fit: cover;
    object-fit: cover
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure>.woocommerce-product-gallery__image {
    width: 100% !important;
    margin: 0 !important
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure>.qodef-woo-thumbnails-wrapper {
    display: none !important
}

#yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary {
    align-self: center;
    padding: 30px
}

#yith-quick-view-modal #yith-quick-view-close {
    border: 0 !important;
    font-size: 0;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 25px
}

#yith-quick-view-modal #yith-quick-view-close:after {
    display: block;
    line-height: 25px;
    padding: 0 3px;
    position: relative;
    font-size: 18px;
    font-family: ElegantIcons;
    content: "\4d"
}

body:not([class*=stronger-core]) #yith-quick-view-modal #yith-quick-view-close:after {
    content: 'x';
    font-family: initial
}

#yith-quick-view-modal .qodef-yith-wcqv-link {
    margin-top: 38px
}

.qodef-yith-wcqv--predefined .yith-wcqv-button {
    font-size: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    background-color: transparent !important
}

.qodef-yith-wcqv--predefined .yith-wcqv-button:before {
    font-size: 22px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    content: "\f06e"
}

.qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button {
    color: #fff !important
}

.qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button:hover {
    color: var(--qode-main-color) !important
}

.qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button .blockUI {
    display: none !important
}

.yith-wcwl-form .wishlist-title-container {
    display: none !important
}

.yith-wcwl-form .shop_table {
    font-size: 100%
}

.yith-wcwl-form .shop_table tr {
    border-left: none;
    border-right: none;
    border-top: none
}

.yith-wcwl-form .shop_table td,
.yith-wcwl-form .shop_table th {
    padding: 15px 0 15px 15px;
    vertical-align: middle;
    text-align: left;
    border: 0
}

.yith-wcwl-form .shop_table td:first-child,
.yith-wcwl-form .shop_table th:first-child {
    padding-left: 0
}

.yith-wcwl-form .shop_table th {
    font-family: IRANSans,"IRAN Sans Bold",iranyekan,"Poppins", sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 12px;
    line-height: 1.16667;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase
}

.yith-wcwl-form .shop_table td ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.yith-wcwl-form .shop_table td ul li {
    margin: 0 0 10px;
    padding: 0
}

.yith-wcwl-form .shop_table td ul li:last-child {
    margin-bottom: 0
}

.yith-wcwl-form .shop_table td ul li label {
    margin-bottom: 0
}

.yith-wcwl-form .shop_table p {
    margin: 0
}

.yith-wcwl-form .shop_table .variation:after,
.yith-wcwl-form .shop_table .variation:before {
    content: '';
    display: table;
    table-layout: fixed
}

.yith-wcwl-form .shop_table .variation:after {
    clear: both
}

.yith-wcwl-form .shop_table .variation dt {
    clear: left;
    float: left;
    font-weight: initial
}

@media only screen and (max-width:680px) {
    .yith-wcwl-form .shop_table .variation dt {
        float: none;
        width: 100%
    }
}

.yith-wcwl-form .shop_table .variation dd {
    clear: right;
    float: left;
    margin: 0 0 0 5px
}

@media only screen and (max-width:680px) {
    .yith-wcwl-form .shop_table .variation dd {
        float: none;
        margin: 0;
        width: 100%
    }
}

.yith-wcwl-form .wishlist_table.shop_table tr th {
    background: 0 0 !important
}

.yith-wcwl-form .wishlist_table.shop_table tr th.product-remove {
    width: auto !important
}

.yith-wcwl-form .wishlist_table.shop_table tr td {
    background: 0 0 !important;
    color: #000 !important;
    border-color: transparent !important
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button {
    font-size: 14px;
    font-family: IRANSans,"IRAN Sans Bold",iranyekan,"Poppins", sans-serif;
    letter-spacing: .015em;
    line-height: 1 !important;
    position: relative !important;
    font-weight: 800 !important;
    display: inline-flex !important;
    vertical-align: middle !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: auto !important;
    margin: 0 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
    outline: 0 !important;
    transition: color .5s cubic-bezier(.45, 0, .55, 1), background-color .5s cubic-bezier(.45, 0, .55, 1), border-color .5s cubic-bezier(.45, 0, .55, 1), background-position .5s cubic-bezier(.45, 0, .55, 1) !important;
    padding: 18px 60px 14px !important;
    cursor: pointer !important;
    z-index: 3 !important;
    color: #000 !important;
    background-color: var(--qode-main-color) !important;
    border: 2px solid transparent !important
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:hover,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button:hover {
    color: #fff !important;
    background-color: #000 !important
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart .qodef-m-button-icon-bag-holder,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button .qodef-m-button-icon-bag-holder {
    margin-left: 14px
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:hover .qodef-m-button-icon-bag-holder svg,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button:hover .qodef-m-button-icon-bag-holder svg {
    fill: #fff
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart i,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button i {
    display: none !important
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:before,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button:before {
    display: none !important
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart.added,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button.added {
    display: none !important
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist {
    font-size: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    background-color: transparent !important
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist a:before {
    font-size: 22px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    content: "\f004"
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist.exists a:before {
    font-size: 22px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f004"
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .blockOverlay,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .feedback,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .view-wishlist,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist i,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist span {
    display: none !important
}

.qodef-yith-wcwl--predefined .qodef-e-media-inner .yith-wcwl-add-to-wishlist a {
    color: #fff !important
}

.qodef-yith-wcwl--predefined .qodef-e-media-inner .yith-wcwl-add-to-wishlist a:hover {
    color: var(--qode-main-color) !important
}

.qodef-yith-wcwl--predefined #yith-wcwl-popup-message {
    display: none !important
}

.qodef-yith-wcwl--predefined .yith-wcwl-share {
    display: none !important
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category a,
.qodef-woo-product-list .product-category a {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .qodef-button,
.qodef-woo-product-list .product-category .qodef-button {
    background-color: #fff;
    padding: 41px 55px;
    position: relative;
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 20px;
    border-color: #000
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .count,
.qodef-woo-product-list .count {
    display: none
}

.qodef-woo-product-list.qodef-item-layout--info-on-image li .qodef-e-media {
    height: 100%;
    width: 100%
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-media-inner .button .qodef-m-button-icon-bag-holder svg path {
    fill: #fff
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-media-inner .button:hover .qodef-m-button-icon-bag-holder svg path {
    fill: #000
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-media-inner .added_to_cart .qodef-m-text,
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-media-inner .product_type_grouped .qodef-m-text {
    color: #fff
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-media-inner .added_to_cart .qodef-m-button-icon-bag-holder svg path,
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-media-inner .product_type_grouped .qodef-m-button-icon-bag-holder svg path {
    fill: #000
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-media-inner .added_to_cart:hover,
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-media-inner .product_type_grouped:hover {
    background-color: transparent !important
}

.widget_shopping_cart,
.widget_stronger_core_woo_dropdown_cart {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative
}

.widget_shopping_cart .qodef-m-posts-not-found,
.widget_stronger_core_woo_dropdown_cart .qodef-m-posts-not-found {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    text-align: center
}

#qodef-page-header-inner.qodef-skin--light .widget_shopping_cart .qodef-m-posts-not-found,
#qodef-page-header-inner.qodef-skin--light .widget_stronger_core_woo_dropdown_cart .qodef-m-posts-not-found {
    color: #fff
}

.widget_shopping_cart .qodef-svg--close,
.widget_stronger_core_woo_dropdown_cart .qodef-svg--close {
    width: 24px;
    fill: currentColor;
    stroke: currentColor
}

#qodef-page-header-inner.qodef-skin--light .widget_shopping_cart .qodef-svg--cart,
#qodef-page-header-inner.qodef-skin--light .widget_stronger_core_woo_dropdown_cart .qodef-svg--cart {
    fill: #fff
}

.widget_shopping_cart .qodef-widget-dropdown-cart-inner,
.widget_stronger_core_woo_dropdown_cart .qodef-widget-dropdown-cart-inner {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center
}

.widget_shopping_cart .qodef-m-opener,
.widget_shopping_cart>.widgettitle,
.widget_stronger_core_woo_dropdown_cart .qodef-m-opener,
.widget_stronger_core_woo_dropdown_cart>.widgettitle {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0
}

.widget_shopping_cart .qodef-m-opener:hover,
.widget_stronger_core_woo_dropdown_cart .qodef-m-opener:hover {
    color: currentColor
}

.widget_shopping_cart .qodef-m-opener-count,
.widget_stronger_core_woo_dropdown_cart .qodef-m-opener-count {
    font-size: 12px;
    font-weight: 700;
    background-color: var(--qode-main-color);
    width: 20px;
    height: 20px;
    line-height: 23px;
    text-align: center;
    border-radius: 100%;
    top: -17px;
    position: relative;
    right: -3px
}

.widget_shopping_cart .qodef-widget-dropdown-cart-content,
.widget_shopping_cart .widget_shopping_cart_content,
.widget_stronger_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.widget_stronger_core_woo_dropdown_cart .widget_shopping_cart_content {
    display: block;
    text-align: left;
    transition: opacity .3s ease-out, visibility .3s ease-out
}

.widget_shopping_cart .qodef-widget-dropdown-cart-content .qodef-widget-dropdown-cart-content-inner,
.widget_shopping_cart .widget_shopping_cart_content .qodef-widget-dropdown-cart-content-inner,
.widget_stronger_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content .qodef-widget-dropdown-cart-content-inner,
.widget_stronger_core_woo_dropdown_cart .widget_shopping_cart_content .qodef-widget-dropdown-cart-content-inner {
    padding: 40px 0;
    position: relative;
    top: 2px
}

.widget_shopping_cart .qodef-widget-dropdown-cart-content .qodef-widget-dropdown-cart-content-inner .qodef-m-action,
.widget_shopping_cart .qodef-widget-dropdown-cart-content .qodef-widget-dropdown-cart-content-inner .qodef-woo-mini-cart,
.widget_shopping_cart .widget_shopping_cart_content .qodef-widget-dropdown-cart-content-inner .qodef-m-action,
.widget_shopping_cart .widget_shopping_cart_content .qodef-widget-dropdown-cart-content-inner .qodef-woo-mini-cart,
.widget_stronger_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content .qodef-widget-dropdown-cart-content-inner .qodef-m-action,
.widget_stronger_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content .qodef-widget-dropdown-cart-content-inner .qodef-woo-mini-cart,
.widget_stronger_core_woo_dropdown_cart .widget_shopping_cart_content .qodef-widget-dropdown-cart-content-inner .qodef-m-action,
.widget_stronger_core_woo_dropdown_cart .widget_shopping_cart_content .qodef-widget-dropdown-cart-content-inner .qodef-woo-mini-cart {
    padding: 0 40px !important
}

header .widget_shopping_cart .qodef-widget-dropdown-cart-content,
header .widget_shopping_cart .widget_shopping_cart_content,
header .widget_stronger_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
header .widget_stronger_core_woo_dropdown_cart .widget_shopping_cart_content {
    left: auto;
    opacity: 0 !important;
    position: absolute;
    right: 0;
    top: 100%;
    visibility: hidden !important;
    width: 433px
}

.touchevents header .widget_shopping_cart .qodef-widget-dropdown-cart-content,
.touchevents header .widget_shopping_cart .widget_shopping_cart_content,
.touchevents header .widget_stronger_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.touchevents header .widget_stronger_core_woo_dropdown_cart .widget_shopping_cart_content {
    display: none
}

.widget_shopping_cart .qodef-widget-dropdown-cart-content .blockUI,
.widget_shopping_cart .widget_shopping_cart_content .blockUI,
.widget_stronger_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content .blockUI,
.widget_stronger_core_woo_dropdown_cart .widget_shopping_cart_content .blockUI {
    display: none !important
}

.widget_shopping_cart .qodef-widget-dropdown-cart-content .qodef-e-price,
.widget_shopping_cart .widget_shopping_cart_content .qodef-e-price,
.widget_stronger_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content .qodef-e-price,
.widget_stronger_core_woo_dropdown_cart .widget_shopping_cart_content .qodef-e-price {
    margin: 3px 0 0;
    display: inline-block;
    font-size: 14px;
    color: #828282
}

.widget_shopping_cart .qodef-widget-dropdown-cart-content .qodef-e-quantity,
.widget_shopping_cart .widget_shopping_cart_content .qodef-e-quantity,
.widget_stronger_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content .qodef-e-quantity,
.widget_stronger_core_woo_dropdown_cart .widget_shopping_cart_content .qodef-e-quantity {
    margin: 3px 0 0;
    display: inline-block;
    font-size: 14px;
    color: #828282
}

.widget_shopping_cart .qodef-widget-dropdown-cart-content .qodef-e-quantity:after,
.widget_shopping_cart .widget_shopping_cart_content .qodef-e-quantity:after,
.widget_stronger_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content .qodef-e-quantity:after,
.widget_stronger_core_woo_dropdown_cart .widget_shopping_cart_content .qodef-e-quantity:after {
    content: 'X';
    display: inline-block;
    position: relative;
    padding-left: 3px
}

.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item,
.widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item,
.widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item,
.widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item,
.widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item {
    margin: 0 0 20px 0;
    position: relative
}

.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item:last-of-type,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item:last-of-type,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item:last-of-type,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item:last-of-type,
.widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item:last-of-type,
.widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item:last-of-type,
.widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item:last-of-type,
.widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item:last-of-type {
    margin: 0
}

.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item img,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item img,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item img,
.widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item img,
.widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img,
.widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item img,
.widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item img {
    margin: 0 25px 0 0;
    width: 84px;
    border: 2px solid #000;
    min-height: 113px;
    -o-object-fit: cover;
    object-fit: cover
}

#qodef-page-header-inner.qodef-skin--light .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item img,
#qodef-page-header-inner.qodef-skin--light .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img,
#qodef-page-header-inner.qodef-skin--light .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item img,
#qodef-page-header-inner.qodef-skin--light .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item img,
#qodef-page-header-inner.qodef-skin--light .widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item img,
#qodef-page-header-inner.qodef-skin--light .widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img,
#qodef-page-header-inner.qodef-skin--light .widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item img,
#qodef-page-header-inner.qodef-skin--light .widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item img {
    border-color: #3d3d3d
}

.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,
.widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
    font-size: 20px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 37px;
    z-index: 5
}

.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove svg,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove svg,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove svg,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove svg,
.widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove svg,
.widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove svg,
.widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove svg,
.widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove svg {
    width: 25px
}

.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .variation,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .variation,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .variation,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .variation,
.widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .variation,
.widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .variation,
.widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .variation,
.widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .variation {
    display: none
}

.widget_shopping_cart .woocommerce-mini-cart-item img,
.widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart-item img {
    float: left;
    vertical-align: top
}

.widget_shopping_cart .woocommerce-mini-cart-item a,
.widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart-item a {
    font-family: IRANSans,"IRAN Sans Bold",iranyekan,"Poppins", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.38889;
    font-weight: 500;
    display: block
}

.widget_shopping_cart .woocommerce-mini-cart-item:after,
.widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart-item:after {
    clear: both;
    content: '';
    display: table
}

.widget_shopping_cart .qodef-woo-mini-cart,
.widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart {
    max-height: 40vh;
    overflow: hidden;
    position: relative
}

.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item,
.widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item {
    display: flex;
    align-items: center
}

.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image,
.widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image {
    flex-shrink: 0
}

.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image a,
.widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image a {
    display: block
}

.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-content,
.widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-content {
    padding: 0 20px 0 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-title,
.widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-title {
    margin: 3px 0 0 0;
    font-size: 17px
}

.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-price,
.widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-price {
    margin: 6px 0 0;
    color: #000;
    font-family: IRANSans,"IRAN Sans Bold",iranyekan,"Poppins", sans-serif;
    font-weight: 700;
    font-size: 16px
}

#qodef-page-header-inner.qodef-skin--light .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-price,
#qodef-page-header-inner.qodef-skin--light .widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-price {
    color: #fff
}

.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-quantity,
.widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-quantity {
    margin: 0
}

.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-categories,
.widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-categories {
    font-family: IRANSans,"IRAN Sans Bold",iranyekan,"Poppins", sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 12px;
    line-height: 1.16667;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: #000;
    color: #b7b7b7 !important;
    font-weight: 500 !important;
    margin: 0 0 6px
}

.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-categories a,
.widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-categories a {
    color: #b7b7b7 !important
}

.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-categories a:hover,
.widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-categories a:hover {
    color: #000 !important
}

#qodef-page-header-inner.qodef-skin--light .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-categories a:hover,
#qodef-page-header-inner.qodef-skin--light .widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-categories a:hover {
    color: #fff !important
}

.widget_shopping_cart .qodef-m-order-details,
.widget_stronger_core_woo_dropdown_cart .qodef-m-order-details {
    background-color: #e3e3df;
    align-items: center;
    margin: 40px 0 0 0;
    padding: 21px 40px 16px !important
}

#qodef-page-header-inner.qodef-skin--light .widget_shopping_cart .qodef-m-order-details,
#qodef-page-header-inner.qodef-skin--light .widget_stronger_core_woo_dropdown_cart .qodef-m-order-details {
    background-color: #141414
}

.widget_shopping_cart .qodef-m-order-details .qodef-m-order-label,
.widget_shopping_cart .qodef-m-order-details .woocommerce-Price-amount,
.widget_stronger_core_woo_dropdown_cart .qodef-m-order-details .qodef-m-order-label,
.widget_stronger_core_woo_dropdown_cart .qodef-m-order-details .woocommerce-Price-amount {
    font-size: 17px;
    font-weight: 700
}

#qodef-page-header-inner.qodef-skin--light .widget_shopping_cart .qodef-m-order-details .qodef-m-order-label,
#qodef-page-header-inner.qodef-skin--light .widget_shopping_cart .qodef-m-order-details .woocommerce-Price-amount,
#qodef-page-header-inner.qodef-skin--light .widget_stronger_core_woo_dropdown_cart .qodef-m-order-details .qodef-m-order-label,
#qodef-page-header-inner.qodef-skin--light .widget_stronger_core_woo_dropdown_cart .qodef-m-order-details .woocommerce-Price-amount {
    color: #fff
}

#qodef-page-header-inner.qodef-skin--light .widget_shopping_cart .qodef-m-order-details .qodef-m-order-label:hover,
#qodef-page-header-inner.qodef-skin--light .widget_shopping_cart .qodef-m-order-details .woocommerce-Price-amount:hover,
#qodef-page-header-inner.qodef-skin--light .widget_stronger_core_woo_dropdown_cart .qodef-m-order-details .qodef-m-order-label:hover,
#qodef-page-header-inner.qodef-skin--light .widget_stronger_core_woo_dropdown_cart .qodef-m-order-details .woocommerce-Price-amount:hover {
    color: var(--qode-main-color)
}

.widget_shopping_cart .qodef-m-order-details,
.widget_shopping_cart .woocommerce-mini-cart__total,
.widget_stronger_core_woo_dropdown_cart .qodef-m-order-details,
.widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart__total {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.widget_shopping_cart .qodef-m-order-details strong,
.widget_shopping_cart .woocommerce-mini-cart__total strong,
.widget_stronger_core_woo_dropdown_cart .qodef-m-order-details strong,
.widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart__total strong {
    font-family: IRANSans,"IRAN Sans Bold",iranyekan,"Poppins", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.16667;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase
}

.widget_shopping_cart .qodef-m-action,
.widget_shopping_cart .woocommerce-mini-cart__buttons,
.widget_stronger_core_woo_dropdown_cart .qodef-m-action,
.widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart__buttons {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 40px 0 0
}

.widget_shopping_cart .qodef-m-action a,
.widget_shopping_cart .woocommerce-mini-cart__buttons a,
.widget_stronger_core_woo_dropdown_cart .qodef-m-action a,
.widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a {
    font-size: 14px;
    font-family: IRANSans,"IRAN Sans Bold",iranyekan,"Poppins", sans-serif;
    letter-spacing: .015em;
    line-height: 1;
    position: relative;
    font-weight: 800;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    justify-content: space-between;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .5s cubic-bezier(.45, 0, .55, 1), background-color .5s cubic-bezier(.45, 0, .55, 1), border-color .5s cubic-bezier(.45, 0, .55, 1), background-position .5s cubic-bezier(.45, 0, .55, 1);
    padding: 26px 60px 22px;
    color: #000;
    background-color: var(--qode-main-color);
    border: 2px solid transparent;
    text-align: center;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
    width: 100%
}

.widget_shopping_cart .qodef-m-action a:hover,
.widget_shopping_cart .woocommerce-mini-cart__buttons a:hover,
.widget_stronger_core_woo_dropdown_cart .qodef-m-action a:hover,
.widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:hover {
    color: #fff;
    background-color: #000
}

.widget_shopping_cart .woocommerce-mini-cart__buttons,
.widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart__buttons {
    flex-direction: column
}

.widget_shopping_cart .woocommerce-mini-cart__buttons a,
.widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a {
    width: 100% !important;
    justify-content: center
}

.widget_shopping_cart .woocommerce-mini-cart__buttons a:last-child,
.widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:last-child {
    margin-top: 5px
}

header .widget_shopping_cart:hover .qodef-widget-dropdown-cart-content,
header .widget_shopping_cart:hover .widget_shopping_cart_content,
header .widget_stronger_core_woo_dropdown_cart:hover .qodef-widget-dropdown-cart-content,
header .widget_stronger_core_woo_dropdown_cart:hover .widget_shopping_cart_content {
    opacity: 1 !important;
    visibility: visible !important
}

.widget_shopping_cart,
.widget_stronger_core_woo_dropdown_cart {
    color: #000
}

.widget_shopping_cart .qodef-widget-dropdown-cart-content-inner,
.widget_shopping_cart .widget_shopping_cart_content,
.widget_stronger_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content-inner,
.widget_stronger_core_woo_dropdown_cart .widget_shopping_cart_content {
    background-color: #fff;
    border-color: #000
}

#qodef-page-header-inner.qodef-skin--light .widget_shopping_cart .qodef-widget-dropdown-cart-content-inner,
#qodef-page-header-inner.qodef-skin--light .widget_shopping_cart .widget_shopping_cart_content,
#qodef-page-header-inner.qodef-skin--light .widget_stronger_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content-inner,
#qodef-page-header-inner.qodef-skin--light .widget_stronger_core_woo_dropdown_cart .widget_shopping_cart_content {
    background-color: #1f1f1f
}

.widget_shopping_cart .woocommerce-mini-cart-item a,
.widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart-item a {
    color: #000
}

.widget_shopping_cart .woocommerce-mini-cart-item a:hover,
.widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart-item a:hover {
    color: var(--qode-main-color)
}

.widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a,
.widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a {
    color: #000
}

.widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a:hover,
.widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a:hover {
    color: #000
}

#qodef-page-header-inner.qodef-skin--light .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a,
#qodef-page-header-inner.qodef-skin--light .widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a {
    color: #fff
}

#qodef-page-header-inner.qodef-skin--light .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a:hover,
#qodef-page-header-inner.qodef-skin--light .widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a:hover {
    color: #fff
}

.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,
.widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
    color: #000
}

#qodef-page-header-inner.qodef-skin--light .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-header-inner.qodef-skin--light .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-header-inner.qodef-skin--light .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-header-inner.qodef-skin--light .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-header-inner.qodef-skin--light .widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-header-inner.qodef-skin--light .widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-header-inner.qodef-skin--light .widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-header-inner.qodef-skin--light .widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
    color: #fff
}

.widget_shopping_cart .qodef-m-order-details strong,
.widget_shopping_cart .woocommerce-mini-cart__total strong,
.widget_stronger_core_woo_dropdown_cart .qodef-m-order-details strong,
.widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart__total strong {
    color: #000
}

#qodef-page-header-inner.qodef-skin--light .widget_shopping_cart .qodef-m-order-details strong,
#qodef-page-header-inner.qodef-skin--light .widget_shopping_cart .woocommerce-mini-cart__total strong,
#qodef-page-header-inner.qodef-skin--light .widget_stronger_core_woo_dropdown_cart .qodef-m-order-details strong,
#qodef-page-header-inner.qodef-skin--light .widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart__total strong {
    color: #fff
}

#qodef-page-header-inner.qodef-skin--light .widget_shopping_cart .qodef-m-order-details strong:hover,
#qodef-page-header-inner.qodef-skin--light .widget_shopping_cart .woocommerce-mini-cart__total strong:hover,
#qodef-page-header-inner.qodef-skin--light .widget_stronger_core_woo_dropdown_cart .qodef-m-order-details strong:hover,
#qodef-page-header-inner.qodef-skin--light .widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart__total strong:hover {
    color: var(--qode-main-color)
}

#qodef-top-area .widget_shopping_cart,
#qodef-top-area .widget_stronger_core_woo_dropdown_cart {
    color: #fff
}

#qodef-page-header-inner.qodef-skin--light #qodef-top-area .widget_shopping_cart .qodef-widget-dropdown-cart-content-inner,
#qodef-page-header-inner.qodef-skin--light #qodef-top-area .widget_shopping_cart .widget_shopping_cart_content,
#qodef-page-header-inner.qodef-skin--light #qodef-top-area .widget_stronger_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content-inner,
#qodef-page-header-inner.qodef-skin--light #qodef-top-area .widget_stronger_core_woo_dropdown_cart .widget_shopping_cart_content {
    background-color: #1f1f1f
}

#qodef-page-header-inner.qodef-skin--light #qodef-top-area .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a,
#qodef-page-header-inner.qodef-skin--light #qodef-top-area .widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a {
    color: #fff
}

#qodef-page-header-inner.qodef-skin--light #qodef-top-area .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a:hover,
#qodef-page-header-inner.qodef-skin--light #qodef-top-area .widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a:hover {
    color: #fff
}

#qodef-page-header-inner.qodef-skin--light #qodef-top-area .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-header-inner.qodef-skin--light #qodef-top-area .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-header-inner.qodef-skin--light #qodef-top-area .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-header-inner.qodef-skin--light #qodef-top-area .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-header-inner.qodef-skin--light #qodef-top-area .widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-header-inner.qodef-skin--light #qodef-top-area .widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-header-inner.qodef-skin--light #qodef-top-area .widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-header-inner.qodef-skin--light #qodef-top-area .widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
    color: #fff
}

#qodef-page-header-inner.qodef-skin--light #qodef-top-area .widget_shopping_cart .qodef-m-order-details strong,
#qodef-page-header-inner.qodef-skin--light #qodef-top-area .widget_shopping_cart .woocommerce-mini-cart__total strong,
#qodef-page-header-inner.qodef-skin--light #qodef-top-area .widget_stronger_core_woo_dropdown_cart .qodef-m-order-details strong,
#qodef-page-header-inner.qodef-skin--light #qodef-top-area .widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart__total strong {
    color: #fff
}

#qodef-page-header-inner.qodef-skin--light #qodef-top-area .widget_shopping_cart .qodef-m-order-details strong:hover,
#qodef-page-header-inner.qodef-skin--light #qodef-top-area .widget_shopping_cart .woocommerce-mini-cart__total strong:hover,
#qodef-page-header-inner.qodef-skin--light #qodef-top-area .widget_stronger_core_woo_dropdown_cart .qodef-m-order-details strong:hover,
#qodef-page-header-inner.qodef-skin--light #qodef-top-area .widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart__total strong:hover {
    color: var(--qode-main-color)
}

#qodef-page-footer .widget_shopping_cart,
#qodef-page-footer .widget_stronger_core_woo_dropdown_cart {
    color: #ccc
}

#qodef-page-footer .widget_shopping_cart .qodef-widget-dropdown-cart-content-inner,
#qodef-page-footer .widget_shopping_cart .widget_shopping_cart_content,
#qodef-page-footer .widget_stronger_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content-inner,
#qodef-page-footer .widget_stronger_core_woo_dropdown_cart .widget_shopping_cart_content {
    background-color: #000;
    border-color: #fff
}

#qodef-page-header-inner.qodef-skin--light #qodef-page-footer .widget_shopping_cart .qodef-widget-dropdown-cart-content-inner,
#qodef-page-header-inner.qodef-skin--light #qodef-page-footer .widget_shopping_cart .widget_shopping_cart_content,
#qodef-page-header-inner.qodef-skin--light #qodef-page-footer .widget_stronger_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content-inner,
#qodef-page-header-inner.qodef-skin--light #qodef-page-footer .widget_stronger_core_woo_dropdown_cart .widget_shopping_cart_content {
    background-color: #1f1f1f
}

#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart-item a,
#qodef-page-footer .widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart-item a {
    color: #ccc
}

#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart-item a:hover,
#qodef-page-footer .widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart-item a:hover {
    color: #fff
}

#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a,
#qodef-page-footer .widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a {
    color: #ccc
}

#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a:hover,
#qodef-page-footer .widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a:hover {
    color: #ccc
}

#qodef-page-header-inner.qodef-skin--light #qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a,
#qodef-page-header-inner.qodef-skin--light #qodef-page-footer .widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a {
    color: #fff
}

#qodef-page-header-inner.qodef-skin--light #qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a:hover,
#qodef-page-header-inner.qodef-skin--light #qodef-page-footer .widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a:hover {
    color: #fff
}

#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-footer .widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-footer .widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-footer .widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-footer .widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
    color: #ccc
}

#qodef-page-header-inner.qodef-skin--light #qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-header-inner.qodef-skin--light #qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-header-inner.qodef-skin--light #qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-header-inner.qodef-skin--light #qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-header-inner.qodef-skin--light #qodef-page-footer .widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-header-inner.qodef-skin--light #qodef-page-footer .widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-header-inner.qodef-skin--light #qodef-page-footer .widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-header-inner.qodef-skin--light #qodef-page-footer .widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
    color: #fff
}

#qodef-page-footer .widget_shopping_cart .qodef-m-order-details strong,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart__total strong,
#qodef-page-footer .widget_stronger_core_woo_dropdown_cart .qodef-m-order-details strong,
#qodef-page-footer .widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart__total strong {
    color: #ccc
}

#qodef-page-header-inner.qodef-skin--light #qodef-page-footer .widget_shopping_cart .qodef-m-order-details strong,
#qodef-page-header-inner.qodef-skin--light #qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart__total strong,
#qodef-page-header-inner.qodef-skin--light #qodef-page-footer .widget_stronger_core_woo_dropdown_cart .qodef-m-order-details strong,
#qodef-page-header-inner.qodef-skin--light #qodef-page-footer .widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart__total strong {
    color: #fff
}

#qodef-page-header-inner.qodef-skin--light #qodef-page-footer .widget_shopping_cart .qodef-m-order-details strong:hover,
#qodef-page-header-inner.qodef-skin--light #qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart__total strong:hover,
#qodef-page-header-inner.qodef-skin--light #qodef-page-footer .widget_stronger_core_woo_dropdown_cart .qodef-m-order-details strong:hover,
#qodef-page-header-inner.qodef-skin--light #qodef-page-footer .widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart__total strong:hover {
    color: var(--qode-main-color)
}

#qodef-side-area .widget_shopping_cart,
#qodef-side-area .widget_stronger_core_woo_dropdown_cart {
    color: #c5c5c5
}

#qodef-page-header-inner.qodef-skin--light #qodef-side-area .widget_shopping_cart .qodef-widget-dropdown-cart-content-inner,
#qodef-page-header-inner.qodef-skin--light #qodef-side-area .widget_shopping_cart .widget_shopping_cart_content,
#qodef-page-header-inner.qodef-skin--light #qodef-side-area .widget_stronger_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content-inner,
#qodef-page-header-inner.qodef-skin--light #qodef-side-area .widget_stronger_core_woo_dropdown_cart .widget_shopping_cart_content {
    background-color: #1f1f1f
}

#qodef-page-header-inner.qodef-skin--light #qodef-side-area .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a,
#qodef-page-header-inner.qodef-skin--light #qodef-side-area .widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a {
    color: #fff
}

#qodef-page-header-inner.qodef-skin--light #qodef-side-area .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a:hover,
#qodef-page-header-inner.qodef-skin--light #qodef-side-area .widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a:hover {
    color: #fff
}

#qodef-page-header-inner.qodef-skin--light #qodef-side-area .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-header-inner.qodef-skin--light #qodef-side-area .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-header-inner.qodef-skin--light #qodef-side-area .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-header-inner.qodef-skin--light #qodef-side-area .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-header-inner.qodef-skin--light #qodef-side-area .widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-header-inner.qodef-skin--light #qodef-side-area .widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-header-inner.qodef-skin--light #qodef-side-area .widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-header-inner.qodef-skin--light #qodef-side-area .widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
    color: #fff
}

#qodef-page-header-inner.qodef-skin--light #qodef-side-area .widget_shopping_cart .qodef-m-order-details strong,
#qodef-page-header-inner.qodef-skin--light #qodef-side-area .widget_shopping_cart .woocommerce-mini-cart__total strong,
#qodef-page-header-inner.qodef-skin--light #qodef-side-area .widget_stronger_core_woo_dropdown_cart .qodef-m-order-details strong,
#qodef-page-header-inner.qodef-skin--light #qodef-side-area .widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart__total strong {
    color: #fff
}

#qodef-page-header-inner.qodef-skin--light #qodef-side-area .widget_shopping_cart .qodef-m-order-details strong:hover,
#qodef-page-header-inner.qodef-skin--light #qodef-side-area .widget_shopping_cart .woocommerce-mini-cart__total strong:hover,
#qodef-page-header-inner.qodef-skin--light #qodef-side-area .widget_stronger_core_woo_dropdown_cart .qodef-m-order-details strong:hover,
#qodef-page-header-inner.qodef-skin--light #qodef-side-area .widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart__total strong:hover {
    color: var(--qode-main-color)
}

.qodef-mega-menu-widget-holder .widget_shopping_cart,
.qodef-mega-menu-widget-holder .widget_stronger_core_woo_dropdown_cart {
    color: #fff
}

#qodef-page-header-inner.qodef-skin--light .qodef-mega-menu-widget-holder .widget_shopping_cart .qodef-widget-dropdown-cart-content-inner,
#qodef-page-header-inner.qodef-skin--light .qodef-mega-menu-widget-holder .widget_shopping_cart .widget_shopping_cart_content,
#qodef-page-header-inner.qodef-skin--light .qodef-mega-menu-widget-holder .widget_stronger_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content-inner,
#qodef-page-header-inner.qodef-skin--light .qodef-mega-menu-widget-holder .widget_stronger_core_woo_dropdown_cart .widget_shopping_cart_content {
    background-color: #1f1f1f
}

#qodef-page-header-inner.qodef-skin--light .qodef-mega-menu-widget-holder .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a,
#qodef-page-header-inner.qodef-skin--light .qodef-mega-menu-widget-holder .widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a {
    color: #fff
}

#qodef-page-header-inner.qodef-skin--light .qodef-mega-menu-widget-holder .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a:hover,
#qodef-page-header-inner.qodef-skin--light .qodef-mega-menu-widget-holder .widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a:hover {
    color: #fff
}

#qodef-page-header-inner.qodef-skin--light .qodef-mega-menu-widget-holder .widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-header-inner.qodef-skin--light .qodef-mega-menu-widget-holder .widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-header-inner.qodef-skin--light .qodef-mega-menu-widget-holder .widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-header-inner.qodef-skin--light .qodef-mega-menu-widget-holder .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-header-inner.qodef-skin--light .qodef-mega-menu-widget-holder .widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-header-inner.qodef-skin--light .qodef-mega-menu-widget-holder .widget_stronger_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-header-inner.qodef-skin--light .qodef-mega-menu-widget-holder .widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-header-inner.qodef-skin--light .qodef-mega-menu-widget-holder .widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
    color: #fff
}

#qodef-page-header-inner.qodef-skin--light .qodef-mega-menu-widget-holder .widget_shopping_cart .qodef-m-order-details strong,
#qodef-page-header-inner.qodef-skin--light .qodef-mega-menu-widget-holder .widget_shopping_cart .woocommerce-mini-cart__total strong,
#qodef-page-header-inner.qodef-skin--light .qodef-mega-menu-widget-holder .widget_stronger_core_woo_dropdown_cart .qodef-m-order-details strong,
#qodef-page-header-inner.qodef-skin--light .qodef-mega-menu-widget-holder .widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart__total strong {
    color: #fff
}

#qodef-page-header-inner.qodef-skin--light .qodef-mega-menu-widget-holder .widget_shopping_cart .qodef-m-order-details strong:hover,
#qodef-page-header-inner.qodef-skin--light .qodef-mega-menu-widget-holder .widget_shopping_cart .woocommerce-mini-cart__total strong:hover,
#qodef-page-header-inner.qodef-skin--light .qodef-mega-menu-widget-holder .widget_stronger_core_woo_dropdown_cart .qodef-m-order-details strong:hover,
#qodef-page-header-inner.qodef-skin--light .qodef-mega-menu-widget-holder .widget_stronger_core_woo_dropdown_cart .woocommerce-mini-cart__total strong:hover {
    color: var(--qode-main-color)
}

.widget_stronger_core_woo_side_area_cart {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.widget_stronger_core_woo_side_area_cart .qodef-widget-side-area-cart-inner {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center
}

.widget_stronger_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100%
}

.widget_stronger_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%
}

.widget_stronger_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content {
    position: fixed;
    top: 0;
    right: -360px;
    height: 100vh;
    width: 360px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 100px 0 74px;
    background-color: #fff;
    border-left: 1px solid #000;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    transition: all .6s cubic-bezier(.77, 0, .175, 1)
}

.admin-bar .widget_stronger_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content {
    top: 32px;
    height: calc(100vh - 32px)
}

.widget_stronger_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-close {
    position: absolute;
    top: 30px;
    right: 30px;
    display: block;
    font-size: 34px;
    z-index: 1000
}

.widget_stronger_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-posts-not-found {
    padding: 0 35px
}

.widget_stronger_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0 35px !important
}

.widget_stronger_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-top: 20px
}

.widget_stronger_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart-item:first-child {
    margin-top: 0
}

.widget_stronger_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image {
    flex-shrink: 0;
    width: 80px;
    margin-right: 20px
}

.widget_stronger_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image a,
.widget_stronger_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image img {
    display: block
}

.widget_stronger_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-content {
    width: 100%;
    padding-right: 20px
}

.widget_stronger_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-title {
    margin: 0
}

.widget_stronger_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-price {
    margin: 3px 0 0
}

.widget_stronger_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-quantity {
    margin: 3px 0 0
}

.widget_stronger_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .remove {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    line-height: 1;
    z-index: 5
}

.widget_stronger_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-order-details {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
    padding: 0 35px
}

.widget_stronger_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-order-details>* {
    margin: 0
}

.widget_stronger_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.widget_stronger_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link {
    font-size: 14px;
    font-family: IRANSans,"IRAN Sans Bold",iranyekan,"Poppins", sans-serif;
    letter-spacing: .015em;
    line-height: 1;
    position: relative;
    font-weight: 800;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    justify-content: space-between;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .5s cubic-bezier(.45, 0, .55, 1), background-color .5s cubic-bezier(.45, 0, .55, 1), border-color .5s cubic-bezier(.45, 0, .55, 1), background-position .5s cubic-bezier(.45, 0, .55, 1);
    color: #000;
    background-color: var(--qode-main-color);
    border: 2px solid transparent
}

.widget_stronger_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link:hover {
    color: #fff;
    background-color: #000
}

.widget_stronger_core_woo_side_area_cart .qodef-widget-side-area-cart-inner.qodef--opened .qodef-widget-side-area-cart-content {
    right: 0;
    visibility: visible
}

.qodef-woo-side-area-cart-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% - 360px);
    height: 100vh;
    overflow: hidden;
    z-index: 1002
}

.qodef-clients-list .qodef-e {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e {
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image {
    line-height: 0;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image a {
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-logo {
    width: auto;
    opacity: 1;
    will-change: opacity;
    transition: opacity .15s ease-out;
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-hover-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    opacity: 0;
    will-change: opacity;
    transition: opacity .15s ease-out
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-logo {
    opacity: 0
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-hover-logo {
    opacity: 1
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e {
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-image {
    line-height: 0;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-image a {
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-logo {
    width: auto;
    opacity: var(--qodef-client-initial-opacity, 1);
    will-change: opacity;
    transition: opacity .3s ease;
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-hover-logo {
    display: none
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e:hover .qodef-e-logo {
    opacity: var(--qodef-client-hover-opacity, .5)
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e {
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-image {
    line-height: 0;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-image a {
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-logo {
    width: auto;
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-hover-logo {
    display: none
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--roll .qodef-e {
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--roll .qodef-e .qodef-e-image {
    line-height: 0;
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--roll .qodef-e .qodef-e-image a {
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--roll .qodef-e .qodef-e-logo {
    width: auto;
    display: inline-block;
    transform: translateY(0);
    transition: transform .45s ease-out
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--roll .qodef-e .qodef-e-hover-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    transform: translateY(-110%);
    transition: transform .45s ease-out
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--roll .qodef-e:hover .qodef-e-logo {
    transform: translateY(110%)
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--roll .qodef-e:hover .qodef-e-hover-logo {
    transform: translateY(0)
}

.qodef-portfolio-single {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-portfolio-single .qodef-media iframe {
    max-height: calc(56.25vw)
}

.qodef-portfolio-single .qodef-portfolio-title {
    margin: 0
}

.qodef-portfolio-single .qodef-portfolio-info>* {
    display: flex;
    align-items: flex-start;
    margin-bottom: 17px;
    font-family: IRANSans,"IRAN Sans Bold",iranyekan,"Poppins", sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 12px;
    line-height: 1.16667;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #828282
}

.qodef-portfolio-single .qodef-portfolio-info>:last-child {
    margin-bottom: 0
}

.qodef-portfolio-single .qodef-portfolio-info>.qodef-info--category .qodef-e-category a {
    color: #000
}

.qodef-portfolio-single .qodef-portfolio-info>.qodef-info--category .qodef-e-category a:hover {
    color: #828282
}

.qodef-portfolio-single .qodef-portfolio-info>.qodef-info--tag .qodef-e-tags {
    display: flex;
    flex-wrap: wrap;
    margin-top: -5px
}

.qodef-portfolio-single .qodef-portfolio-info>.qodef-info--tag a {
    color: #000;
    background-color: #e3e3df;
    padding: 5px 7px 2px 8px;
    transition: all .25s ease-out;
    margin: 0 12px 9px 0
}

.qodef-portfolio-single .qodef-portfolio-info>.qodef-info--tag a:hover {
    background-color: #000;
    color: #fff !important
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-label {
    color: #000;
    margin: 0 15px 0 0
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-social-share {
    display: flex
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-social-share .qodef-m-social-share-icon {
    margin: -2px 20px 0 0
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-info--social-share {
    margin-top: 21px
}

.qodef-portfolio-single .qodef-portfolio-info a,
.qodef-portfolio-single .qodef-portfolio-info p {
    margin: 0
}

@media screen and (min-width:1025px) {
    .qodef-portfolio-single .qodef-variations--small .qodef-sidebar-inner {
        margin-left: 26%
    }
}

.qodef-portfolio-single .qodef-variations--small .qodef-portfolio-info {
    margin-top: 26px
}

.qodef-portfolio-single .qodef-variations--big .qodef-e-content {
    margin-top: 77px
}

.qodef-portfolio-single .qodef-variations--big .qodef-e-content .qodef-grid-inner {
    row-gap: 80px
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-single .qodef-variations--big .qodef-e-content .qodef-grid-inner {
        row-gap: 0;
        column-gap: 0
    }
}

@media screen and (min-width:1025px) {
    .qodef-portfolio-single .qodef-variations--big .qodef-e-content p:last-child {
        margin-bottom: -8px
    }
}

.qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info {
    margin-left: 16%;
    margin-top: 15px
}

.qodef-portfolio-category-list .qodef-e-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-portfolio-category-list .qodef-e-image img {
    display: block
}

.qodef-portfolio-category-list .qodef-e-content a {
    position: relative;
    z-index: 1
}

.qodef-portfolio-category-list .qodef-e-title {
    margin: 0
}

.qodef-portfolio-category-list .qodef-e-description {
    margin: 9px 0 0
}

.qodef-portfolio-category-list .qodef-e-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-portfolio-category-list.qodef-item-layout--gallery .qodef-e-inner:hover .qodef-e-content {
    opacity: 1
}

.qodef-portfolio-category-list.qodef-item-layout--gallery .qodef-e-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 31px 40px;
    background-color: rgba(0, 0, 0, .4);
    opacity: 0;
    transition: opacity .3s ease-out
}

.qodef-portfolio-category-list.qodef-item-layout--gallery .qodef-e-description,
.qodef-portfolio-category-list.qodef-item-layout--gallery .qodef-e-title {
    color: #fff
}

.qodef-portfolio-category-list.qodef-item-layout--standard .qodef-e-content {
    margin-top: 28px
}

.qodef-portfolio-list .qodef-e-content,
.qodef-portfolio-list .qodef-e-inner,
.qodef-portfolio-list .qodef-e-media {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-portfolio-list .qodef-e-media iframe {
    display: block;
    height: 100%
}

.qodef-portfolio-list .qodef-e-media-image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100%
}

.qodef-portfolio-list .qodef-e-media-image a,
.qodef-portfolio-list .qodef-e-media-image img {
    display: block;
    width: 100%
}

.qodef-portfolio-list .qodef-e-content {
    margin: 24px 0 0
}

.qodef-portfolio-list .qodef-e-title {
    margin: 0
}

.qodef-portfolio-list .qodef-e-title a:hover {
    color: currentColor
}

.qodef-portfolio-list .qodef-e-excerpt {
    margin: 15px 0 0
}

.qodef-portfolio-list .qodef-e-top-holder {
    margin-bottom: 5px
}

.qodef-portfolio-list .qodef-e-read-more {
    margin: 15px 0 0
}

.qodef-portfolio-list .qodef-e-post-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-portfolio-list .qodef-m-pagination {
    margin-top: 35px
}

.qodef-portfolio-list .qodef-custom-margin .qodef-e-inner {
    width: auto
}

.qodef-portfolio-list.qodef-skin--light .qodef-e-info>* {
    color: var(--qode-main-color)
}

.qodef-portfolio-list.qodef-skin--light .qodef-e-info a {
    color: #b7b7b7
}

.qodef-portfolio-list.qodef-skin--light .qodef-e-info a:hover {
    color: #fff
}

.qodef-portfolio-list.qodef-skin--light .qodef-e-title {
    color: #fff
}

.qodef-portfolio-list.qodef-skin--light .qodef-e-title a {
    color: inherit
}

.qodef-portfolio-list.qodef-skin--light .qodef-e-excerpt {
    color: #989898
}

.qodef-portfolio-list.qodef-skin--light .qodef-button.qodef-layout--textual.qodef-html--link {
    color: #fff
}

.qodef-portfolio-list.qodef-item-layout--info-below article:hover .qodef-e-content:after {
    width: 100%
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-content {
    padding-bottom: 23px;
    border-bottom: 2px solid #000
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-content:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 8px;
    background-color: var(--qode-main-color);
    transition: width .35s ease-out
}

.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e-media-image>a {
    position: relative;
    display: block
}

.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e-media-image>a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 10, 10, .3);
    opacity: 0;
    transition: opacity .3s ease-out
}

.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e:hover .qodef-e-media-image>a:after {
    opacity: 1
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-inner {
    overflow: hidden
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-media {
    height: 100%;
    width: 100%
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-content {
    margin: 0;
    display: none
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-title {
    color: #fff
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-title a {
    color: inherit
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-title a:hover {
    color: var(--qode-main-color)
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-info>* {
    color: #fff
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-info a:hover {
    color: var(--qode-main-color)
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow article .qodef-e-post-link {
    z-index: 2
}

.qodef-e-content-follow {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    pointer-events: none;
    visibility: hidden
}

.qodef-e-content-follow.qodef-right {
    text-align: right;
    transform: translateX(-100%)
}

.qodef-e-content-follow .qodef-e-title {
    margin: 0;
    color: #fff
}

.qodef-e-content-follow .qodef-e-title a {
    color: inherit
}

.qodef-e-content-follow .qodef-e-info>* {
    color: #fff
}

.qodef-e-content-follow .qodef-e-text,
.qodef-e-content-follow .qodef-e-top-holder {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    transition: all .2s ease-out
}

.qodef-e-content-follow .qodef-e-text>*,
.qodef-e-content-follow .qodef-e-top-holder>* {
    display: inline-block;
    background-color: var(--qode-main-color);
    z-index: 10
}

.qodef-e-content-follow .qodef-e-top-holder {
    margin-bottom: 2px
}

.qodef-e-content-follow .qodef-e-top-holder>* {
    padding: 0 5px
}

.qodef-e-content-follow .qodef-e-text>* {
    padding: 3px 5px
}

.qodef-e-content-follow.qodef-is-active {
    visibility: visible
}

.qodef-e-content-follow.qodef-is-active .qodef-e-text,
.qodef-e-content-follow.qodef-is-active .qodef-e-top-holder {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

.qodef-e-content-follow.qodef-is-active .qodef-e-text {
    transition-delay: .2s
}

.qodef-portfolio-list.qodef-item-layout--info-on-image .qodef-e-media {
    height: 100%
}

.qodef-portfolio-list.qodef-item-layout--info-on-image .qodef-e-media * {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.qodef-portfolio-list.qodef-item-layout--info-on-image .qodef-e-media-image a {
    display: block;
    overflow: hidden;
    position: relative
}

.qodef-portfolio-list.qodef-item-layout--info-on-image .qodef-e-media-image a img {
    transform: scale(1.01);
    transition: transform .6s ease
}

.qodef-portfolio-list.qodef-item-layout--info-on-image .qodef-e-media-image a:hover img {
    transform: scale(1.04)
}

.qodef-portfolio-list.qodef-item-layout--info-on-image .qodef-e-media-and-text-holder {
    position: relative
}

.qodef-portfolio-list.qodef-item-layout--info-on-image .qodef-e-button-holder {
    position: relative;
    padding: 0 calc(var(--qode-columns-row-gap)/ 2)
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-inner:hover .qodef-e-media-image a img {
    transform: scale(1.04)
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-media {
    height: 100%;
    width: 100%
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-content {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 50px 59px
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-content {
        padding: 30px 39px
    }
}

@media only screen and (max-width:680px) {
    .qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-content {
        padding: 20px 29px
    }
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-content a {
    position: relative;
    z-index: 3
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-title {
    color: #fff
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-title a {
    color: inherit
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-info>* {
    color: var(--qode-main-color)
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-info a {
    color: #b7b7b7
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-info a:hover {
    color: #fff
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-post-link {
    z-index: 2
}

.qodef-portfolio-list.qodef-item-layout--info-on-image .qodef-e-read-more {
    margin: 0
}

.qodef-portfolio-list.qodef-item-layout--info-on-image .qodef-e-read-more .qodef-button.qodef-size--full {
    padding: 44px 40px 40px
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-list.qodef-item-layout--info-on-image .qodef-e-read-more .qodef-button.qodef-size--full {
        padding: 44px 20px 40px
    }
}

@media only screen and (max-width:680px) {
    .qodef-portfolio-list.qodef-item-layout--info-on-image .qodef-e-read-more .qodef-button.qodef-size--full {
        padding: 44px 10px 40px
    }
}

.qodef-portfolio-list.qodef-item-layout--side-by-side .qodef-e-inner {
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-portfolio-list.qodef-item-layout--side-by-side .qodef-e-inner>* {
    width: 50%
}

@media only screen and (max-width:680px) {
    .qodef-portfolio-list.qodef-item-layout--side-by-side .qodef-e-inner>* {
        width: 100%
    }
}

.qodef-portfolio-list.qodef-item-layout--side-by-side .qodef-e-media {
    align-self: stretch
}

.qodef-portfolio-list.qodef-item-layout--side-by-side .qodef-e-media * {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.qodef-portfolio-list.qodef-item-layout--side-by-side .qodef-e.qodef--hover .qodef-e-media-image a img {
    transform: scale(1.04)
}

.qodef-portfolio-list.qodef-item-layout--side-by-side .qodef-e-media-image a {
    display: block;
    overflow: hidden;
    position: relative
}

.qodef-portfolio-list.qodef-item-layout--side-by-side .qodef-e-media-image a img {
    transform: scale(1.01);
    transition: transform .6s ease
}

.qodef-portfolio-list.qodef-item-layout--side-by-side .qodef-e-content {
    margin: 0;
    padding: 60px
}

@media only screen and (max-width:1440px) {
    .qodef-portfolio-list.qodef-item-layout--side-by-side .qodef-e-content {
        padding: 40px
    }
}

@media only screen and (max-width:680px) {
    .qodef-portfolio-list.qodef-item-layout--side-by-side .qodef-e-content {
        padding: 90px 40px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-list.qodef-col-num--2.qodef-zig-zag-rows.qodef-item-layout--side-by-side>.qodef-grid-inner>.qodef-grid-item:nth-child(odd) .qodef-e-inner {
        flex-direction: row-reverse !important
    }
}

@media only screen and (max-width:680px) {
    .qodef-portfolio-list.qodef-col-num--2.qodef-zig-zag-rows.qodef-item-layout--side-by-side>.qodef-grid-inner>.qodef-grid-item:nth-child(odd) .qodef-e-inner {
        flex-direction: column !important
    }
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-list.qodef-col-num--2.qodef-zig-zag-rows.qodef-item-layout--side-by-side>.qodef-grid-inner>.qodef-grid-item:nth-child(even) .qodef-e-inner {
        flex-direction: row !important
    }
}

@media only screen and (max-width:680px) {
    .qodef-portfolio-list.qodef-col-num--2.qodef-zig-zag-rows.qodef-item-layout--side-by-side>.qodef-grid-inner>.qodef-grid-item:nth-child(even) .qodef-e-inner {
        flex-direction: column !important
    }
}

.qodef-portfolio-project-info {
    display: flex;
    align-items: flex-start;
    flex-direction: column
}

.qodef-portfolio-project-info .qodef-e-label {
    margin: 0 0 5px 0
}

.qodef-portfolio-project-info a,
.qodef-portfolio-project-info p {
    margin: 0
}

#qodef-portfolio-single-related-items {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 86px
}

#qodef-single-portfolio-navigation {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 80px 0 0
}

#qodef-single-portfolio-navigation .qodef-m-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#qodef-single-portfolio-navigation .qodef-m-nav {
    position: relative;
    display: flex;
    align-items: center
}

#qodef-single-portfolio-navigation .qodef-m-nav:hover .qodef-m-button-only-arrow-holder svg {
    transform: rotate(0)
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next {
    flex-direction: row-reverse;
    text-align: right;
    margin-left: auto
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link {
    position: absolute;
    top: calc(50% - 14px);
    left: calc(50% - 14px);
    color: #000
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link>svg>* {
    transition: transform .25s ease-out
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link:hover>svg>.qodef-bottom-right {
    transform: translate(-8px, -8px)
}

#qodef-single-portfolio-navigation .qodef-m-nav-label {
    font-family: IRANSans,"IRAN Sans Bold",iranyekan,"Poppins", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.16667;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase
}

.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item {
    display: block;
    margin-bottom: 40px;
    float: none
}

.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item:last-child {
    margin-bottom: 0
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item {
    display: block;
    margin-bottom: 40px;
    float: none
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item:last-child {
    margin-bottom: 0
}

.qodef-team-list .qodef-e-role {
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .05em;
    line-height: 18px;
    color: #000;
    font-weight: 500
}

.qodef-team-list .qodef-e-title {
    margin: 7px 0 21px
}

.qodef-team-list .qodef-social-icons {
    margin: 0
}

.qodef-team-list.qodef-skin--light .qodef-e-role {
    color: #989898
}

.qodef-team-list.qodef-skin--light .qodef-e-title {
    color: #fff
}

.qodef-team-list.qodef-skin--light .qodef-e-content {
    border-color: #3d3d3d !important
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-inner {
    padding-bottom: 6px
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-image {
    position: relative
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-image .qodef-e-media-image {
    overflow: hidden;
    position: relative
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-image .qodef-e-media-image img {
    transform: scale(1.01);
    transition: transform .6s ease
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-image .qodef-e-social-wrapper {
    position: absolute;
    top: 30px;
    right: 30px
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-image .qodef-e-social-wrapper .qodef-social-icon {
    width: 38px;
    max-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 19px;
    background-color: var(--qode-main-color);
    transition: .45s ease-out;
    overflow: hidden;
    flex-wrap: wrap
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-image .qodef-e-social-wrapper .qodef-social-icon>a {
    height: 38px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 14px
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e:hover .qodef-e-media-image img {
    transform: scale(1.04)
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e:hover .qodef-social-icon {
    max-height: 180px
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-content {
    position: relative;
    margin: 26px 0 0;
    border-bottom: 2px solid #000
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-content:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: var(--qode-main-color);
    transform-origin: left;
    transform: scaleX(0);
    transition: transform .45s ease-out
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner:hover .qodef-e-content {
    opacity: 1;
    z-index: 1
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transition: opacity .3s ease-out;
    z-index: -1
}

.qodef-testimonials-list .qodef-e-media-image {
    line-height: 0;
    margin: 0 0 50px;
    min-height: 52px
}

.qodef-testimonials-list .qodef-e-media-image img {
    width: 64px
}

.qodef-testimonials-list .qodef-static-quote {
    color: var(--qode-main-color);
    margin-bottom: 44px
}

.qodef-testimonials-list .qodef-e-title {
    margin: 0 0 25px
}

.qodef-testimonials-list .qodef-e-text {
    margin: 0 0 46px;
    text-transform: none;
    max-width: 990px
}

@media screen and (max-width:1200px) {
    .qodef-testimonials-list .qodef-e-text br {
        display: none
    }
}

.qodef-testimonials-list .qodef-e-author-job {
    margin: 0 0 9px;
    color: #b7b7b7
}

.qodef-testimonials-list .qodef-e-author-name {
    margin: 0
}

.qodef-testimonials-list .swiper-pagination-bullets {
    justify-content: flex-start
}

.qodef-testimonials-list.qodef-skin--light .qodef-e-author-name,
.qodef-testimonials-list.qodef-skin--light .qodef-e-text,
.qodef-testimonials-list.qodef-skin--light .qodef-e-title {
    color: #fff
}

.qodef-testimonials-list.qodef-skin--light .swiper-pagination-bullet {
    color: #fff
}

.qodef-testimonials-list.qodef-skin--light .swiper-pagination-bullet .qodef-swiper-pagination-dot {
    background-color: #fff
}

.qodef-review-rating {
    display: flex
}

.qodef-review-rating .qodef-rating-inner {
    display: flex;
    flex-basis: 50%
}

.qodef-review-rating label {
    margin: 0 10px 0 0
}

.qodef-review-rating .qodef-comment-rating-box {
    display: flex;
    margin: 0
}

.qodef-review-rating .qodef-star-rating {
    position: relative;
    display: block;
    margin: 0 .1em 0 0;
    cursor: pointer;
    color: #000
}

.qodef-review-rating .qodef-star-rating svg {
    display: block;
    width: 14px;
    height: auto;
    fill: none;
    stroke: currentColor
}

.qodef-review-rating .qodef-star-rating.active svg {
    fill: currentColor
}

.qodef-review-rating .qodef-comments-ratings {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    line-height: 1
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-inner {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star {
    color: #000
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star svg {
    display: inline-block;
    margin-right: .3em;
    width: 22px;
    height: auto
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star svg:last-child {
    margin-right: 0
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active svg path:nth-child(2) {
    fill: #000
}

.qodef-reviews-per-criteria .qodef-item-reviews-average-rating {
    color: var(--qode-main-color);
    font-size: 60px;
    line-height: 1em;
    font-weight: 700
}

.qodef-reviews-per-criteria .qodef-item-reviews-verbal-description {
    vertical-align: middle;
    margin: 2px 0 0
}

.qodef-reviews-per-criteria .qodef-item-reviews-rating-icon {
    vertical-align: middle;
    font-size: 20px
}

.qodef-reviews-per-criteria .qodef-item-reviews-display-right {
    vertical-align: middle;
    padding-left: 200px
}

.qodef-reviews-per-criteria .qodef-item-reviews-display-right .qodef-item-reviews-display-bar {
    line-height: 28px
}

.qodef-reviews-per-criteria .qodef-item-reviews-display-right .qodef-item-reviews-display-bar .qodef-item-reviews-display-bar-inner {
    padding: 6px 0
}

.qodef-reviews-per-mark .qodef-reviews-number-holder {
    display: flex;
    align-items: center
}

.qodef-reviews-per-mark .qodef-reviews-number-wrapper {
    display: flex;
    flex-direction: column;
    width: 25%;
    text-align: center
}

.qodef-reviews-per-mark .qodef-reviews-number {
    font-size: 72px;
    color: #ffd740;
    font-weight: 700;
    line-height: 1em
}

.qodef-reviews-per-mark .qodef-stars-wrapper {
    display: table-cell;
    vertical-align: middle
}

.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars {
    display: block
}

.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars i {
    color: #ffd740
}

.qodef-reviews-per-mark .qodef-reviews-count {
    font-weight: 700;
    font-size: 14px
}

.qodef-reviews-per-mark .qodef-rating-percentage-wrapper {
    width: 75%;
    padding: 29px 50px 40px;
    background-color: #fafafa;
    border-left: 1px solid #e5e5e5
}

.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-reviews-summary {
    display: inline-block;
    vertical-align: middle
}

.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 15px
}

.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper-inner {
    display: block
}

.qodef-comment-list .qodef-comment-name {
    float: none
}

.qodef-comment-list .qodef-review-rating {
    display: inline-block;
    width: 100%
}

.qodef-comment-list .qodef-rating-inner {
    display: inline-block;
    width: 100%
}

@keyframes cover_search_fade_out {
    0% {
        opacity: 1;
        visibility: visible;
        z-index: 100
    }
    100% {
        opacity: 0;
        visibility: hidden;
        z-index: 0
    }
}

@keyframes cover_search_fade_in {
    0% {
        opacity: 0;
        visibility: hidden;
        z-index: 100
    }
    100% {
        opacity: 1;
        visibility: visible;
        z-index: 100
    }
}

.qodef-search-cover-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    z-index: -1;
    transition: opacity .3s ease
}

.qodef-search-cover-form .qodef-m-inner {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 60px
}

.qodef-search-cover-form .qodef-m-form-field {
    padding: 0;
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--qode-main-color);
    background-color: transparent;
    border: 0;
    border-radius: 0;
    outline-offset: 0
}

.qodef-search-cover-form .qodef-m-form-field:focus {
    color: var(--qode-main-color)
}

.qodef-search-cover-form .qodef-m-form-field:-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

.qodef-search-cover-form .qodef-m-form-field::placeholder {
    color: inherit;
    opacity: 1
}

.qodef-search-cover-form .qodef-m-close {
    flex-shrink: 0
}

.qodef-search-cover-form .qodef-m-close.qodef-source--icon-pack {
    font-size: 23px
}

.qodef-covers-search--fadeout .qodef-search-cover-form {
    animation: cover_search_fade_out .3s ease both
}

.qodef-covers-search--fadein .qodef-search-cover-form {
    animation: cover_search_fade_in .3s ease both
}

.qodef-header--sticky-display #qodef-page-header>.qodef-search-cover-form {
    display: none
}

.qodef-fullscreen-search-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, .98);
    z-index: 100
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-search-holder {
    display: none
}

.qodef-fullscreen-search-holder .qodef-m-inner {
    width: 100%
}

.qodef-fullscreen-search-holder .qodef-m-form {
    position: relative;
    width: 60%;
    margin: 0 auto
}

.qodef-fullscreen-search-holder .qodef-m-form-field {
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 25px;
    color: #000;
    line-height: 2em;
    background: 0 0;
    border: 0;
    border-radius: 0
}

.qodef-fullscreen-search-holder .qodef-m-form-submit {
    position: absolute;
    right: 0;
    bottom: -20px;
    width: auto;
    padding: 0;
    margin: 0;
    color: #000;
    background: 0 0;
    border: 0;
    outline: 0;
    opacity: 0;
    cursor: pointer;
    transition: color .3s ease-out
}

.qodef-fullscreen-search-holder .qodef-m-form-submit:hover {
    color: var(--qode-main-color);
    background: 0 0
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-submit {
    opacity: 1;
    bottom: 10px;
    transition: color .2s ease, opacity .2s ease-out 1.1s, bottom .4s ease-out .9s
}

.qodef-fullscreen-search-holder .qodef-m-form-submit.qodef-source--icon-pack {
    font-size: 18px
}

.qodef-fullscreen-search-holder .qodef-m-form-line {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    border-bottom: 1px solid #000;
    transition: all .3s ease
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-line {
    width: 100%;
    transition: width .5s ease .6s
}

.qodef-fullscreen-search-holder .qodef-m-close {
    position: absolute;
    top: 33px;
    right: 70px;
    color: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 1
}

.admin-bar .qodef-fullscreen-search-holder .qodef-m-close {
    top: 72px
}

.qodef-fullscreen-search-holder .qodef-m-close:hover {
    color: #000
}

.qodef-fullscreen-search-holder .qodef-m-close.qodef-source--icon-pack {
    font-size: 25px
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-close {
    opacity: 1;
    visibility: visible
}

.qodef-fullscreen-search--fadeout .qodef-fullscreen-search-holder {
    animation: fullscreen_search_fade_out .3s ease both
}

.qodef-fullscreen-search--fadein .qodef-fullscreen-search-holder {
    animation: fullscreen_search_fade_in .3s ease both
}

@keyframes fullscreen_search_fade_out {
    0% {
        opacity: 1;
        visibility: visible
    }
    100% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes fullscreen_search_fade_in {
    0% {
        opacity: 0;
        visibility: hidden
    }
    100% {
        opacity: 1;
        visibility: visible
    }
}

.qodef-search-opener>* {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: inherit
}

.qodef-search-opener.qodef-source--icon-pack {
    font-size: 23px
}

.qodef-accordion {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden;
    overflow-anchor: none
}

.qodef-accordion .qodef-accordion-content-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-accordion.qodef--init {
    visibility: visible
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 12px 0 0;
    padding: 2px 10px 2px 5px;
    transition: color .2s ease-out, background-color .2s ease-out;
    cursor: pointer
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title:first-child {
    margin-top: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark {
    position: relative;
    flex-shrink: 0;
    width: 20px;
    height: 18px;
    line-height: 1;
    text-align: center
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span {
    position: absolute;
    display: block;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .2s ease-out
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span:before {
    display: block;
    line-height: inherit
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--minus {
    opacity: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--plus {
    opacity: 1
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active,
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover {
    color: #fff;
    background-color: #141414
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-icon--minus,
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-icon--minus {
    opacity: 1
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-icon--plus,
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-icon--plus {
    opacity: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content {
    padding: 16px 0 2px;
    margin: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content p {
    margin: 0
}

.qodef-accordion.qodef-layout--simple.qodef-behavior--toggle .qodef-accordion-content {
    display: none
}

.qodef-author-pagination--on .qodef-m-pagination-spinner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: auto;
    fill: var(--qode-main-color);
    stroke: none;
    visibility: hidden;
    z-index: -1;
    animation: qode-rotate 2s infinite linear
}

.qodef-author-pagination--on.qodef-pagination-type--standard .qodef-grid-inner {
    opacity: 1;
    transition: opacity .3s ease-out
}

.qodef-author-pagination--on.qodef-pagination-type--standard.qodef--loading .qodef-grid-inner {
    opacity: 0
}

.qodef-author-pagination--on.qodef-pagination-type--load-more .qodef-m-pagination-spinner {
    position: absolute;
    bottom: 10px;
    left: calc(50% - 16px)
}

.qodef-author-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-m-pagination-spinner {
    visibility: visible;
    z-index: 1
}

.qodef-author-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-load-more-button {
    opacity: 0
}

.qodef-author-pagination--on.qodef-pagination-type--infinite-scroll.qodef--loading .qodef-m-pagination-spinner {
    visibility: visible;
    z-index: 1
}

.qodef-banner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-banner .qodef-m-banner-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1
}

.qodef-banner .qodef-m-title {
    margin: 0 0 10px;
    text-transform: none
}

.qodef-banner .qodef-m-title-inner {
    display: inline-block
}

.qodef-banner .qodef-m-subtitle {
    font-family: IRANSans,"IRAN Sans Bold",iranyekan,"Poppins", sans-serif;
    margin: 0;
    opacity: .5;
    letter-spacing: 0
}

.qodef-banner .qodef-m-text-field {
    font-size: 15px;
    color: var(--qode-main-color);
    margin: 0 0 10px;
    font-style: italic
}

.qodef-banner .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow: hidden
}

.qodef-banner .qodef-m-image img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .35s ease-out
}

.qodef-banner.qodef-layout--link-button .qodef-m-content {
    display: block
}

.qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end
}

.qodef-banner.qodef-layout--link-button .qodef-m-title {
    margin: 0 0 20px
}

.qodef-banner.qodef-layout--link-button .qodef-m-content-inner>.qodef-m-text {
    margin: 0
}

.qodef-banner.qodef-layout--link-button .qodef-button {
    margin: 157px 0 0
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    transition: opacity .2s ease-out
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 11% 21%
}

@media only screen and (max-width:1680px) {
    .qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner {
        padding: 11% 17%
    }
}

@media only screen and (max-width:1024px) {
    .qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner {
        padding: 11% 15%
    }
}

@media only screen and (max-width:680px) {
    .qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner {
        padding: 7%
    }
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-title {
    color: #fff;
    margin: 0 0 13px
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner>.qodef-m-text {
    color: #cbcbcb;
    margin: 0 0 30px
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner>h5.qodef-m-text {
    font-size: 20px
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner>.qodef-button.qodef-html--link {
    color: #fff
}

@media only screen and (max-width:680px) {
    .qodef-banner.qodef-layout--link-overlay img {
        min-height: 500px
    }
}

.qodef-banner.qodef-layout--link-overlay:hover .qodef-m-image img {
    filter: grayscale(1) brightness(.7)
}

.qodef-banner.qodef-layout--link-overlay:hover .qodef-m-content {
    opacity: 1
}

.qodef-bmi-calculator {
    position: relative;
    display: flex
}

.qodef-bmi-calculator .qodef-m-title-background-text-holder {
    position: absolute;
    left: -69px;
    top: -40px;
    width: 100%
}

@media only screen and (max-width:680px) {
    .qodef-bmi-calculator .qodef-m-title-background-text-holder {
        left: -20px
    }
}

.qodef-bmi-calculator .qodef-m-bmi-info,
.qodef-bmi-calculator .qodef-m-calculator {
    flex: 1
}

@media only screen and (max-width:680px) {
    .qodef-bmi-calculator .qodef-m-bmi-info {
        margin-top: 70px
    }
}

.qodef-bmi-calculator.qodef-show-bmi-chart-title--no .qodef-m-bmi-info-holder {
    padding: 147px 88px 140px 0
}

@media only screen and (max-width:1024px) {
    .qodef-bmi-calculator.qodef-show-bmi-chart-title--no .qodef-m-bmi-info-holder {
        padding: 147px 88px 140px 0
    }
}

@media only screen and (max-width:768px) {
    .qodef-bmi-calculator.qodef-show-bmi-chart-title--no .qodef-m-bmi-info-holder {
        padding: 147px 88px 140px 0
    }
}

@media only screen and (max-width:680px) {
    .qodef-bmi-calculator.qodef-show-bmi-chart-title--no .qodef-m-bmi-info-holder {
        padding: 90px 0 190px 0
    }
}

.qodef-bmi-calculator .qodef-m-bmi-info {
    display: flex;
    justify-content: space-around
}

.qodef-bmi-calculator .qodef-m-bmi-info-holder {
    width: 100%;
    padding: 147px 88px 150px 0
}

.qodef-bmi-calculator .qodef-m-bmi-info-holder .qodef-m-bmi-info-holder-inner {
    position: relative
}

.qodef-bmi-calculator .qodef-m-bmi-info-holder .qodef-m-title-background-text-holder {
    z-index: 60
}

.qodef-bmi-calculator .qodef-m-bmi-info-holder .qodef-m-title {
    position: relative;
    margin: 0 0 42px;
    z-index: 70
}

@media only screen and (max-width:1024px) {
    .qodef-bmi-calculator .qodef-m-bmi-info-holder {
        width: 100%;
        padding: 150px 210px 0 0
    }
}

@media only screen and (max-width:768px) {
    .qodef-bmi-calculator .qodef-m-bmi-info-holder {
        padding: 150px 0 0 0
    }
}

@media only screen and (max-width:680px) {
    .qodef-bmi-calculator .qodef-m-bmi-info-holder {
        padding: 90px 0 0 0
    }
}

.qodef-bmi-calculator .qodef-m-chart {
    position: relative;
    z-index: 50
}

.qodef-bmi-calculator .qodef-m-chart .qodef-e-content,
.qodef-bmi-calculator .qodef-m-chart .qodef-e-heading {
    display: flex;
    flex-wrap: wrap
}

.qodef-bmi-calculator .qodef-m-chart .qodef-e-heading .qodef-e-item {
    padding: 23px 0 22px 0;
    border-bottom: 2px solid #000
}

.qodef-bmi-calculator .qodef-m-chart .qodef-e-item {
    width: 54%;
    padding: 25px 0 23px;
    border-bottom: 2px solid #000;
    font-size: 14px;
    color: #989898
}

@media only screen and (max-width:480px) {
    .qodef-bmi-calculator .qodef-m-chart .qodef-e-item {
        padding: 10px 0
    }
}

.qodef-bmi-calculator .qodef-m-chart .qodef-e-item:nth-child(2n+1) {
    border-right: 2px solid #000;
    width: 46%
}

@media only screen and (max-width:480px) {
    .qodef-bmi-calculator .qodef-m-chart .qodef-e-item:nth-child(2n+1) {
        width: 45%
    }
}

.qodef-bmi-calculator .qodef-m-chart .qodef-e-item:nth-child(2n) {
    padding-left: 60px
}

@media only screen and (max-width:1024px) {
    .qodef-bmi-calculator .qodef-m-chart .qodef-e-item:nth-child(2n) {
        padding-left: 15px
    }
}

@media only screen and (max-width:480px) {
    .qodef-bmi-calculator .qodef-m-chart .qodef-e-item:nth-child(2n) {
        width: 55%
    }
}

.qodef-bmi-calculator .qodef-m-chart .qodef-e-heading {
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .015em;
    color: #000
}

.qodef-bmi-calculator .qodef-m-chart .qodef-e-heading .qodef-e-item {
    color: #000
}

.qodef-bmi-calculator .qodef-m-chart .qodef-e-content .qodef-e-item:nth-last-child(1),
.qodef-bmi-calculator .qodef-m-chart .qodef-e-content .qodef-e-item:nth-last-child(2) {
    border-bottom: 2px solid transparent
}

.qodef-bmi-calculator .qodef-m-legend {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0;
    padding-top: 27px;
    padding-bottom: 0;
    color: #000;
    position: relative;
    z-index: 60
}

.qodef-bmi-calculator .qodef-m-legend strong {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .05em
}

.qodef-bmi-calculator .qodef-m-calculator:only-child .qodef-m-calculator-holder {
    width: 100%;
    padding: 0
}

.qodef-bmi-calculator .qodef-m-calculator-holder {
    width: 100%;
    padding: 142px 0 163px 39px;
    margin-left: auto
}

@media only screen and (max-width:680px) {
    .qodef-bmi-calculator .qodef-m-calculator-holder {
        padding: 132px 0 163px 39px
    }
}

.qodef-bmi-calculator .qodef-m-calculator-holder .qodef-m-calculator-holder-inner {
    position: relative;
    z-index: 70
}

.qodef-bmi-calculator .qodef-m-calculator-holder .qodef-m-title {
    position: relative;
    margin: 0 0 12px
}

.qodef-bmi-calculator .qodef-m-calculator-holder .qodef-m-description {
    margin: 0 0 51px 0;
    width: 100%
}

@media only screen and (max-width:1024px) {
    .qodef-bmi-calculator .qodef-m-calculator-holder {
        width: 100%;
        padding-left: 0
    }
}

@media only screen and (max-width:680px) {
    .qodef-bmi-calculator .qodef-m-calculator-holder {
        padding-left: 0
    }
}

.qodef-bmi-calculator .qodef-bmi-form .qodef-grid-inner .qodef-grid-item:last-of-type {
    margin-bottom: 11px
}

.qodef-bmi-calculator .qodef-bmi-form label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .05em;
    line-height: 14px;
    color: #707070;
    margin: 0
}

.qodef-bmi-calculator .qodef-bmi-form select {
    width: 100%
}

.qodef-bmi-calculator .qodef-bmi-form .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 2px solid #000;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-weight: 500;
    text-align: left
}

.qodef-bmi-calculator .qodef-bmi-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: -18px;
    font-size: 24px
}

.qodef-bmi-calculator .qodef-bmi-form>.select2-container--default {
    margin-bottom: 0 !important
}

.qodef-bmi-calculator .qodef-bmi-form>label {
    margin-top: 10px
}

.qodef-bmi-calculator .qodef-bmi-form input {
    margin-bottom: 10px
}

.qodef-bmi-calculator .qodef-bmi-form .qodef-button {
    margin-top: 50px
}

.qodef-bmi-calculator .qodef-bmi-form .select2-container--default {
    width: 100% !important;
    margin-bottom: 17px
}

.qodef-bmi-calculator.qodef-light-form-hover .qodef-bmi-form .select2-container--default .select2-selection--single:focus {
    border-color: #fff !important
}

.qodef-bmi-calculator .qodef-bmi-notification {
    display: none;
    flex-direction: row;
    align-items: center;
    position: absolute;
    top: calc(100% - 123px);
    left: 0;
    width: 100%;
    padding: 18px 23px 15px 29px;
    background-color: var(--qode-secondary-color);
    border: 1px solid var(--qode-main-color);
    z-index: 100
}

@media only screen and (max-width:1024px) {
    .qodef-bmi-calculator .qodef-bmi-notification {
        left: 0;
        width: 100%
    }
}

.qodef-bmi-calculator .qodef-bmi-notification.qodef-error,
.qodef-bmi-calculator .qodef-bmi-notification.qodef-sucess {
    display: flex
}

.qodef-bmi-calculator .qodef-bmi-notification.qodef-error {
    color: #fb4913
}

.qodef-bmi-calculator .qodef-bmi-notification .qodef-info-icon {
    margin-right: 27px
}

.qodef-bmi-calculator .qodef-bmi-notification .qodef-info-icon svg {
    fill: var(--qode-main-color);
    height: 60px
}

.qodef-bmi-calculator .qodef-bmi-notification .qodef-info-text .qodef-m-title {
    margin: 0 0 2px
}

.qodef-bmi-calculator .qodef-bmi-notification .qodef-info-text p {
    margin: 0;
    font-size: 15px;
    line-height: 23px;
    padding-right: 20px
}

.qodef-bmi-calculator .qodef-bmi-notification .qodef-info-icon-close {
    display: block;
    line-height: 1;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px
}

@media only screen and (max-width:1024px) {
    .qodef-bmi-calculator {
        flex-direction: column
    }
}

.qodef-bmi-calculator.qodef-skin--light .qodef-bmi-notification {
    color: #fff
}

.qodef-bmi-calculator.qodef-skin--light .qodef-e-heading .qodef-e-item {
    color: #fff
}

.qodef-bmi-calculator.qodef-skin--light .qodef-m-chart .qodef-e-item {
    border-color: #3d3d3d
}

.qodef-bmi-calculator.qodef-skin--light .qodef-m-title {
    color: #fff
}

.qodef-bmi-calculator.qodef-skin--light .qodef-info-text {
    color: #fff
}

.qodef-bmi-calculator.qodef-skin--light .qodef-e-item.qodef-e-title,
.qodef-bmi-calculator.qodef-skin--light .qodef-m-description,
.qodef-bmi-calculator.qodef-skin--light .qodef-m-legend {
    color: #989898
}

.qodef-bmi-calculator.qodef-skin--light label {
    color: #b7b7b7
}

.qodef-bmi-calculator.qodef-skin--light input {
    border-color: #3d3d3d;
    color: #fff
}

.qodef-bmi-calculator.qodef-skin--light input:-ms-input-placeholder {
    color: #3d3d3d;
    opacity: 1
}

.qodef-bmi-calculator.qodef-skin--light input::placeholder {
    color: #3d3d3d;
    opacity: 1
}

.qodef-bmi-calculator.qodef-skin--light input:focus {
    border-color: var(--qode-main-color)
}

.qodef-bmi-calculator.qodef-skin--light input:hover {
    cursor: text
}

.qodef-bmi-calculator.qodef-skin--light .select2-container--default.select2-container--below .select2-selection--single {
    color: #fff !important
}

.qodef-bmi-calculator.qodef-skin--light .select2-container--default.select2-container--below .select2-selection--single .select2-selection__arrow:before {
    color: #b7b7b7
}

.qodef-bmi-calculator.qodef-skin--light .select2-container--default .select2-selection--single {
    border-color: #3d3d3d !important;
    color: #3d3d3d !important
}

.qodef-bmi-calculator.qodef-skin--light .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    color: #fff
}

body .select2-container--default .select2-dropdown.qodef-bmi-selection {
    color: #000
}

.qodef-button.qodef-html--link {
    font-size: 14px;
    font-family: IRANSans,"IRAN Sans Bold",iranyekan,"Poppins", sans-serif;
    letter-spacing: .015em;
    line-height: 1;
    position: relative;
    font-weight: 800;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    justify-content: space-between;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .5s cubic-bezier(.45, 0, .55, 1), background-color .5s cubic-bezier(.45, 0, .55, 1), border-color .5s cubic-bezier(.45, 0, .55, 1), background-position .5s cubic-bezier(.45, 0, .55, 1);
    padding: 26px 60px 22px
}

.qodef-button.qodef-size--small {
    padding: 18px 60px 14px
}

.qodef-button.qodef-size--large {
    padding: 34px 60px 30px
}

.qodef-button.qodef-size--full {
    width: 100%;
    padding: 34px 40px 30px;
    justify-content: center;
    text-align: center
}

.qodef-button.qodef-size--full.qodef-add-icon {
    justify-content: space-between
}

.qodef-button .qodef-m-button-arrow-holder {
    margin-left: 24px;
    margin-top: -3px;
    width: 18px;
    height: 18px;
    position: relative
}

.qodef-button .qodef-m-button-arrow-holder>svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform .3s ease
}

.qodef-button .qodef-m-button-arrow-holder>svg>* {
    transition: inherit
}

.qodef-button .qodef-m-button-arrow-holder>svg .button-arrow-part-top {
    transform-origin: 11px 0
}

.qodef-button .qodef-m-button-arrow-holder>svg .button-arrow-part-bottom {
    transform-origin: 11px 18px
}

.qodef-button:hover .qodef-m-button-arrow-holder>svg {
    transform: translate(-50%, -50%) rotate(90deg)
}

.qodef-button:hover .qodef-m-button-arrow-holder>svg .button-arrow-part-top {
    transform: rotate(45deg)
}

.qodef-button:hover .qodef-m-button-arrow-holder>svg .button-arrow-part-bottom {
    transform: rotate(-45deg)
}

.qodef-button .qodef-m-button-only-arrow-holder {
    width: 18px;
    height: 18px
}

.qodef-big-arrow-plus.qodef-button .qodef-m-button-only-arrow-holder {
    width: 36px;
    height: 36px
}

.qodef-button .qodef-m-button-only-arrow-holder>svg {
    transition: transform .3s ease
}

.qodef-button .qodef-m-button-only-arrow-holder>svg>* {
    transition: inherit
}

.qodef-button .qodef-m-button-only-arrow-holder>svg .button-arrow-part-top {
    transform-origin: 11px 0
}

.qodef-big-arrow-plus.qodef-button .qodef-m-button-only-arrow-holder>svg .button-arrow-part-top {
    transform-origin: 24px 0
}

.qodef-button .qodef-m-button-only-arrow-holder>svg .button-arrow-part-bottom {
    transform-origin: 11px 18px
}

.qodef-big-arrow-plus.qodef-button .qodef-m-button-only-arrow-holder>svg .button-arrow-part-bottom {
    transform-origin: 24px 36px
}

.qodef-button:hover .qodef-m-button-only-arrow-holder>svg {
    transform: rotate(90deg)
}

.qodef-button:hover .qodef-m-button-only-arrow-holder>svg .button-arrow-part-top {
    transform: rotate(45deg)
}

.qodef-button:hover .qodef-m-button-only-arrow-holder>svg .button-arrow-part-bottom {
    transform: rotate(-45deg)
}

.qodef-button .qodef-m-button-big-arrow-holder {
    width: 38px;
    height: 38px
}

.qodef-button .qodef-m-button-big-arrow-holder>svg {
    transition: all .3s ease
}

.qodef-button .qodef-m-button-big-arrow-holder>svg>* {
    transition: inherit;
    stroke-dasharray: 1;
    stroke-dashoffset: 0
}

.qodef-button .qodef-m-button-big-arrow-holder>svg .button-arrow-big-part-bottom-left {
    stroke-dashoffset: 1
}

.qodef-button .qodef-m-button-big-arrow-holder>svg .button-arrow-big-part-vertical {
    stroke-dashoffset: 1
}

.qodef-button .qodef-m-button-big-arrow-holder>svg .button-arrow-big-part-horizontal,
.qodef-button .qodef-m-button-big-arrow-holder>svg .button-arrow-big-part-vertical {
    transform-origin: center;
    transform: rotate(180deg)
}

.qodef-button:hover .qodef-m-button-big-arrow-holder>svg .button-arrow-big-part-bottom-left {
    stroke-dashoffset: 0
}

.qodef-button:hover .qodef-m-button-big-arrow-holder>svg .button-arrow-big-part-vertical {
    stroke-dashoffset: 0
}

.qodef-button:hover .qodef-m-button-big-arrow-holder>svg .button-arrow-big-part-top-right {
    stroke-dashoffset: 1
}

.qodef-button:hover .qodef-m-button-big-arrow-holder>svg .button-arrow-big-part-horizontal {
    stroke-dashoffset: 1
}

.qodef-button.qodef-html--link.qodef-layout--arrow {
    padding: 0;
    margin: 0;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    border-radius: 50%
}

.qodef-button.qodef-html--link.qodef-layout--arrow:hover {
    background-color: var(--qode-main-color)
}

.qodef-button.qodef-html--link.qodef-layout--arrow.qodef-big-arrow-plus {
    height: 112px;
    width: 112px;
    background-color: var(--qode-main-color)
}

.qodef-button.qodef-html--link.qodef-big-arrow {
    padding: 0;
    margin: 0;
    height: 112px;
    width: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    border-radius: 50%;
    background-color: var(--qode-main-color)
}

.qodef-button.qodef-html--link.qodef-big-arrow:hover {
    background-color: var(--qode-main-color)
}

.qodef-button.qodef-layout--filled.qodef-html--link {
    color: #000;
    background-color: var(--qode-main-color);
    border: 2px solid transparent
}

.qodef-button.qodef-layout--filled.qodef-html--link:hover {
    color: #fff;
    background-color: #000
}

.qodef-button.qodef-layout--outlined.qodef-html--link {
    color: #000;
    border-bottom: 2px solid #000
}

.qodef-button.qodef-layout--outlined.qodef-html--link:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: calc(100% + 2px);
    background-color: var(--qode-main-color);
    transition: -webkit-clip-path .5s cubic-bezier(.45, 0, .55, 1);
    transition: clip-path .5s cubic-bezier(.45, 0, .55, 1);
    transition: clip-path .5s cubic-bezier(.45, 0, .55, 1), -webkit-clip-path .5s cubic-bezier(.45, 0, .55, 1);
    -webkit-clip-path: inset(100% -2px 0 -2px);
    clip-path: inset(100% -2px 0 -2px)
}

.qodef-button.qodef-layout--outlined.qodef-html--link .qodef-m-text {
    position: relative;
    z-index: 2
}

.qodef-button.qodef-layout--outlined.qodef-html--link .qodef-m-text {
    padding-top: 2px
}

.qodef-button.qodef-layout--outlined.qodef-html--link:hover:before {
    -webkit-clip-path: inset(0 -2px 0 -2px);
    clip-path: inset(0 -2px 0 -2px)
}

.qodef-button.qodef-layout--textual.qodef-html--link {
    padding: 0 !important;
    color: #000;
    background-color: transparent;
    border-color: var(--qode-main-color)
}

.qodef-button.qodef-layout--textual.qodef-html--link:not(.qodef-add-icon) .qodef-m-text {
    position: relative;
    border-color: inherit
}

.qodef-button.qodef-layout--textual.qodef-html--link:not(.qodef-add-icon) .qodef-m-text:after {
    content: '';
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    height: 4px;
    width: 4px;
    transition: width .3s ease-out;
    border: 2px solid;
    border-color: inherit
}

.qodef-button.qodef-layout--textual.qodef-html--link:hover:not(.qodef-add-icon) .qodef-m-text:after {
    width: 100%
}

.qodef-call-to-action.qodef-layout--standard {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
    display: flex;
    align-items: center
}

.qodef-call-to-action.qodef-layout--standard.qodef-style--stretched .qodef-m-inner {
    justify-content: space-between
}

.qodef-call-to-action.qodef-layout--standard.qodef-style--centered .qodef-m-inner {
    justify-content: space-around
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-content {
    padding-right: 20px
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-content>* {
    margin: 0
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-button {
    flex: 0 0 auto
}

.qodef-cards-gallery {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 10px 0
}

.qodef-cards-gallery .qodef-e-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-cards-gallery img {
    position: relative;
    display: block;
    box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, .5)
}

.qodef-cards-gallery .qodef-m-fake-card {
    position: relative;
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.qodef-cards-gallery .qodef-m-card {
    position: absolute;
    transition: all .15s ease
}

.qodef-cards-gallery .qodef-m-card.qodef-animating {
    transition: all 1s cubic-bezier(.19, 1, .22, 1);
    pointer-events: none
}

.qodef-cards-gallery .qodef-m-card.qodef-animating-siblings {
    transition: all .6s cubic-bezier(0, 0, 0, 1);
    pointer-events: none
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card {
    left: 0;
    will-change: transform
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out {
    transform: translateX(-100%)
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(6) {
    transform: scale(.5) translateX(80%)
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(5) {
    transform: scale(.6) translateX(54%)
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(4) {
    transform: scale(.7) translateX(35%)
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(3) {
    transform: scale(.8) translateX(21%)
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(2) {
    transform: scale(.9) translateX(9.2%)
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type) {
    cursor: pointer
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type):not(.active):hover {
    margin-left: 10px !important
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card {
    right: 0;
    will-change: transform
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out {
    transform: translateX(100%)
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(6) {
    transform: scale(.5) translateX(-80%)
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(5) {
    transform: scale(.6) translateX(-54%)
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(4) {
    transform: scale(.7) translateX(-35%)
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(3) {
    transform: scale(.8) translateX(-21%)
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(2) {
    transform: scale(.9) translateX(-9.2%)
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type) {
    cursor: pointer
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type):not(.active):hover {
    margin-right: 10px !important
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle img {
    visibility: hidden
}

@keyframes qodefCardAppearFromRight {
    0% {
        transform: translate3d(100%, 0, 0);
        opacity: 0;
        visibility: visible
    }
    30% {
        opacity: 1;
        visibility: visible
    }
    100% {
        visibility: visible;
        transform: translate3d(0, 0, 0)
    }
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared img {
    animation: qodefCardAppearFromRight 1s cubic-bezier(.19, 1, .22, 1) forwards
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(1) img:not(.qodef-animation-done) {
    animation-delay: .2s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(2) img:not(.qodef-animation-done) {
    animation-delay: .4s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(3) img:not(.qodef-animation-done) {
    animation-delay: .6s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(4) img:not(.qodef-animation-done) {
    animation-delay: .8s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(5) img:not(.qodef-animation-done) {
    animation-delay: 1s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(6) img:not(.qodef-animation-done) {
    animation-delay: 1.2s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(7) img:not(.qodef-animation-done) {
    animation-delay: 1.4s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(8) img:not(.qodef-animation-done) {
    animation-delay: 1.6s
}

@keyframes qodefCardAppearFromLeft {
    0% {
        visibility: visible;
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
    30% {
        visibility: visible;
        opacity: 1
    }
    100% {
        visibility: visible;
        transform: translate3d(0, 0, 0)
    }
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared img {
    animation: qodefCardAppearFromLeft 1s cubic-bezier(.19, 1, .22, 1) forwards
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(1) img:not(.qodef-animation-done) {
    animation-delay: .2s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(2) img:not(.qodef-animation-done) {
    animation-delay: .4s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(3) img:not(.qodef-animation-done) {
    animation-delay: .6s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(4) img:not(.qodef-animation-done) {
    animation-delay: .8s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(5) img:not(.qodef-animation-done) {
    animation-delay: 1s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(6) img:not(.qodef-animation-done) {
    animation-delay: 1.2s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(7) img:not(.qodef-animation-done) {
    animation-delay: 1.4s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(8) img:not(.qodef-animation-done) {
    animation-delay: 1.6s
}

.qodef-countdown .qodef-m-date {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.qodef-countdown .qodef-digit,
.qodef-countdown .qodef-label {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center
}

.qodef-countdown .qodef-label {
    font-family: IRANSans,"IRAN Sans Bold",iranyekan,"Poppins", sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 12px;
    line-height: 1.16667;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase
}

.qodef-countdown.qodef-show--1 .qodef-digit-wrapper {
    width: 100%
}

.qodef-countdown.qodef-show--2 .qodef-digit-wrapper {
    width: 50%
}

.qodef-countdown.qodef-show--3 .qodef-digit-wrapper {
    width: 33.33333%
}

.qodef-countdown.qodef-show--4 .qodef-digit-wrapper {
    width: 25%
}

.qodef-countdown.qodef-show--5 .qodef-digit-wrapper {
    width: 20%
}

.qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
    width: 16.66667%
}

.qodef-countdown.qodef-countdown--light .qodef-digit,
.qodef-countdown.qodef-countdown--light .qodef-label {
    color: #fff
}

.qodef-countdown.qodef-countdown--light .qodef-digit-wrapper:after,
.qodef-countdown.qodef-countdown--light .qodef-digit-wrapper:before {
    background-color: #3d3d3d !important
}

.qodef-countdown.qodef-countdown--light .qodef-digit-wrapper .qodef-digit-wrapper-inner:after,
.qodef-countdown.qodef-countdown--light .qodef-digit-wrapper .qodef-digit-wrapper-inner:before {
    background-color: #3d3d3d !important
}

.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 62px 20px 35px
}

.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
    width: 2px;
    transform: translateX(-50%);
    height: calc(100% - 30px);
    background-color: #000
}

.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 2px;
    transform: translateY(-50%);
    background-color: #000
}

.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper:last-child>.qodef-digit-wrapper-inner:before {
    content: '';
    display: block !important;
    position: absolute;
    top: 15px;
    right: 0;
    width: 2px;
    transform: translateX(50%);
    height: calc(100% - 30px);
    background-color: #000
}

.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper>.qodef-digit-wrapper-inner:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 2px;
    transform: translateY(50%);
    background-color: #000
}

.qodef-countdown.qodef-layout--simple .qodef-digit {
    font-family: inherit;
    font-size: 62px;
    line-height: 1em;
    font-weight: 700
}

@media only screen and (max-width:768px) {
    .qodef-countdown.qodef-layout--simple .qodef-digit-wrapper.qodef-hours>.qodef-digit-wrapper-inner:before {
        content: '';
        display: block !important;
        position: absolute;
        top: 15px;
        right: 0;
        width: 2px;
        transform: translateX(50%);
        height: calc(100% - 30px);
        background-color: #000
    }
    .qodef-countdown.qodef-layout--simple .qodef-digit-wrapper.qodef-minutes {
        margin-top: 30px
    }
    .qodef-countdown.qodef-layout--simple .qodef-digit-wrapper.qodef-seconds {
        margin-top: 30px
    }
}

.qodef-counter.qodef-layout--simple {
    text-align: center
}

.qodef-counter.qodef-layout--simple .qodef-m-digit {
    font-family: inherit;
    font-weight: 700;
    font-size: 75px;
    line-height: 1;
    color: #000
}

.qodef-counter.qodef-layout--simple .qodef-m-title {
    margin: 18px 0 0 0
}

.qodef-counter.qodef-layout--simple .qodef-m-text {
    margin: 0
}

.widget.widget_stronger_core_custom_font {
    margin-bottom: 0 !important
}

.qodef-custom-font {
    position: relative;
    margin: 0
}

.qodef-dropcaps {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-dropcaps .qodef-m-letter {
    position: relative;
    top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin: 0 10px 5px 0;
    font-family: IRANSans,"IRAN Sans Bold",iranyekan,"Poppins", sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 48px;
    line-height: 1.04167;
    font-weight: 500
}

.qodef-dropcaps .qodef-m-text {
    display: inline;
    margin: 0
}

.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 600;
    color: #fff;
    background-color: #000
}

.qodef-dropcaps.qodef-type--circle .qodef-m-letter {
    border-radius: 100%
}

.qodef-frame-slider-holder {
    position: relative;
    margin-bottom: 106px
}

.qodef-frame-slider-holder .qodef-frame-slider-image {
    position: absolute;
    top: 0;
    left: 50%;
    width: 70%;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 100
}

.qodef-frame-slider-holder .qodef-frame-slider-image img {
    width: 100%
}

.qodef-frame-slider-holder .qodef-m-swiper {
    overflow: hidden
}

.qodef-frame-slider-holder .qodef-m-item {
    height: 0;
    width: 0;
    margin: 0 5%;
    padding-left: 50%;
    padding-top: calc(50% * 563 / 829)
}

.qodef-frame-slider-holder .qodef-m-item img {
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-left-radius: 4%;
    border-top-right-radius: 4%;
    -o-object-fit: cover;
    object-fit: cover
}

.qodef-frame-slider-holder .swiper-pagination-bullets {
    bottom: -106px !important
}

.qodef-google-map {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-google-map .qodef-m-map {
    display: block;
    width: 100%
}

.qodef-google-map .qodef-m-map embed,
.qodef-google-map .qodef-m-map iframe,
.qodef-google-map .qodef-m-map object {
    width: 100%;
    display: block
}

.qodef-google-map .qodef-m-map img {
    max-width: none
}

.qodef-highlight .qodef-highlight-text {
    padding: 0 5px;
    color: #fff;
    background-color: #000
}

.qodef-icon-list-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    line-height: 1
}

.qodef-icon-list-item .qodef-e-title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    line-height: 1
}

.qodef-icon-list-item .qodef-e-title a {
    display: block
}

.qodef-icon-list-item .qodef-e-title-inner {
    display: flex;
    align-items: center
}

.qodef-icon-list-item .qodef-icon-holder {
    flex-shrink: 0;
    margin-right: 5px;
    float: none
}

.qodef-icon-list-item .qodef-icon-holder .qodef-icon {
    font-size: 18px
}

.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper a,
.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper img {
    display: block
}

#qodef-page-sidebar .widget.widget_stronger_core_icon_list_item {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_stronger_core_icon_list_item {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_stronger_core_icon_list_item {
    margin-bottom: 0
}

@media only screen and (max-width:680px) {
    #qodef-page-footer .widget.widget_stronger_core_icon {
        margin-bottom: 23px !important
    }
}

.qodef-icon-with-text .qodef-m-title {
    margin: 0
}

.qodef-icon-with-text .qodef-m-title a {
    display: block
}

.qodef-icon-with-text .qodef-m-text {
    margin: 8px 0 0
}

.qodef-icon-with-text .qodef-m-icon-wrapper {
    line-height: 1
}

.qodef-icon-with-text .qodef-icon-holder {
    float: none
}

.qodef-icon-with-text .qodef-m-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper a,
.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper img {
    display: block
}

.qodef-icon-with-text.qodef-layout--before-content {
    display: flex;
    align-items: flex-start
}

.qodef-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper {
    flex-shrink: 0;
    margin-right: 15px
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title {
    line-height: 1
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title-inner {
    display: flex;
    align-items: center
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-icon-wrapper {
    flex-shrink: 0;
    margin-right: 5px
}

.qodef-icon-with-text.qodef-layout--before-title.qodef--retina img {
    max-width: 50%
}

.qodef-icon-with-text.qodef-layout--top .qodef-m-title {
    margin-top: 28px
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--center {
    text-align: center
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--left {
    text-align: left
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--right {
    text-align: right
}

.qodef-icon-with-text.qodef-layout--top.qodef--retina img {
    max-width: 50%;
    margin: 0 auto
}

.qodef-icon-holder {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    line-height: 1
}

.qodef-icon-holder a {
    display: block
}

.qodef-icon-holder .qodef-icon {
    display: block;
    line-height: inherit
}

.qodef-icon-holder .qodef-icon:before {
    display: block;
    line-height: inherit
}

.qodef-icon-holder.qodef-layout--circle,
.qodef-icon-holder.qodef-layout--square {
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    color: #fff;
    background-color: var(--qode-main-color);
    transition: color .3s ease-out, background-color .3s ease-out, border-color .3s ease-out
}

.qodef-icon-holder.qodef-layout--circle a,
.qodef-icon-holder.qodef-layout--square a {
    color: inherit;
    transition: none
}

.qodef-icon-holder.qodef-layout--circle:hover,
.qodef-icon-holder.qodef-layout--square:hover {
    background-color: #000
}

.qodef-icon-holder.qodef-layout--circle {
    border-radius: 50%
}

.qodef-icon-holder.qodef-size--tiny {
    font-size: 1.33333333em
}

.qodef-icon-holder.qodef-size--small {
    font-size: 2em
}

.qodef-icon-holder.qodef-size--medium {
    font-size: 3em
}

.qodef-icon-holder.qodef-size--large {
    font-size: 4em
}

.qodef-icon-holder.qodef-size--huge {
    font-size: 5em
}

.widget.widget_stronger_core_icon {
    display: inline-block;
    line-height: 1
}

#qodef-page-sidebar .widget.widget_stronger_core_icon {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_stronger_core_icon {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_stronger_core_icon {
    margin-bottom: 0
}

.qodef-image-gallery.qodef-skin--light .swiper-pagination-bullet {
    color: #fff
}

.qodef-image-gallery.qodef-skin--light .swiper-pagination-bullet .qodef-swiper-pagination-dot {
    background-color: #fff
}

.qodef-image-gallery.qodef-popup-gallery .qodef-image-wrapper a {
    display: block;
    overflow: hidden;
    position: relative
}

.qodef-image-gallery.qodef-popup-gallery .qodef-image-wrapper a img {
    transform: scale(1.01);
    transition: transform .6s ease
}

.qodef-image-gallery.qodef-popup-gallery .qodef-image-wrapper a:hover img {
    transform: scale(1.04)
}

.qodef-image-hotspots .qodef-m-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-image-hotspots .qodef-e {
    position: absolute;
    left: var(--qode-hotspot-left-1920, 0);
    top: var(--qode-hotspot-top-1920, 0)
}

@media only screen and (max-width:1366px) {
    .qodef-image-hotspots .qodef-e {
        left: var(--qode-hotspot-left-1366, 0);
        top: var(--qode-hotspot-top-1366, 0)
    }
}

@media only screen and (max-width:1024px) {
    .qodef-image-hotspots .qodef-e {
        left: var(--qode-hotspot-left-1024, 0);
        top: var(--qode-hotspot-top-1024, 0)
    }
}

@media only screen and (max-width:768px) {
    .qodef-image-hotspots .qodef-e {
        left: var(--qode-hotspot-left-768, 0);
        top: var(--qode-hotspot-top-768, 0)
    }
}

@media only screen and (max-width:680px) {
    .qodef-image-hotspots .qodef-e {
        left: var(--qode-hotspot-left-680, 0);
        top: var(--qode-hotspot-top-680, 0)
    }
}

.qodef-image-hotspots .qodef-e.qodef--reverse .qodef-e-content {
    left: -11px;
    transform: translateX(-100%)
}

.qodef-image-hotspots .qodef-e-link,
.qodef-image-hotspots .qodef-e-no-link {
    display: inline-block;
    position: relative
}

.qodef-image-hotspots .qodef-e-link:hover .qodef-e-content,
.qodef-image-hotspots .qodef-e-no-link:hover .qodef-e-content {
    opacity: 1;
    visibility: visible
}

.qodef-image-hotspots .qodef-e-link:hover .qodef-e-text,
.qodef-image-hotspots .qodef-e-no-link:hover .qodef-e-text {
    color: #000
}

.qodef-image-hotspots .qodef-e-pin {
    border: 1px solid currentColor;
    border-radius: 50%;
    color: #fff;
    flex-shrink: 0;
    height: 25px;
    position: relative;
    width: 25px;
    z-index: 1
}

.qodef-image-hotspots .qodef-e-pin:after {
    background-color: currentColor;
    border-radius: 50%;
    content: '';
    height: 17px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 17px
}

.qodef-image-hotspots .qodef-e-content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    left: 36px;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .3s ease-out;
    visibility: hidden;
    z-index: 2
}

.qodef-image-hotspots .qodef-e-title {
    background-color: #fff;
    line-height: 1em;
    margin: 0;
    padding: 7px 13px 7px 10px;
    white-space: nowrap
}

.qodef-image-hotspots .qodef-e-text {
    background-color: #fff;
    line-height: 1em;
    margin: 0;
    padding: 2px 13px 7px 10px
}

.qodef-image-marquee {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-image-marquee .qodef-m-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 auto;
    overflow: hidden
}

.qodef-image-marquee .qodef-m-content.qodef--mobile {
    display: none
}

.qodef-image-marquee .qodef-m-content.qodef--mobile .qodef-m-image {
    background-size: cover !important
}

.qodef-image-marquee .qodef-m-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

.qodef-image-marquee .qodef-m-image.qodef-image--copy {
    will-change: transform;
    backface-visibility: hidden;
    transform: translateX(100%) translateZ(0)
}

.qodef-image-marquee .qodef-m-image a {
    position: relative;
    display: block
}

@keyframes qode-move-marquee {
    0% {
        transform: translateX(0) translateZ(0)
    }
    100% {
        transform: translateX(-100%) translateZ(0)
    }
}

@keyframes qode-move-marquee-copy {
    0% {
        transform: translateX(100%) translateZ(0)
    }
    100% {
        transform: translateX(0) translateZ(0)
    }
}

@keyframes qode-move-marquee-right {
    0% {
        transform: translateX(0) translateZ(0)
    }
    100% {
        transform: translateX(100%) translateZ(0)
    }
}

@keyframes qode-move-marquee-copy-right {
    0% {
        transform: translateX(-100%) translateZ(0)
    }
    100% {
        transform: translateX(0) translateZ(0)
    }
}

.qodef-image-with-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-image-with-text .qodef-m-image-inner-holder {
    position: relative
}

.qodef-image-with-text .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-image-with-text .qodef-m-image a,
.qodef-image-with-text .qodef-m-image img {
    display: block
}

.qodef-image-with-text .qodef-m-video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden
}

.qodef-image-with-text .qodef-m-video a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100
}

.qodef-image-with-text .qodef-m-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: left
}

.qodef-image-with-text .qodef-m-title {
    margin: 38px 0 0
}

.qodef-image-with-text .qodef-m-title a {
    position: relative
}

.qodef-image-with-text .qodef-m-title a:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 4px;
    width: 4px;
    transition: width .3s ease-out;
    border: 2px solid var(--qode-main-color)
}

.qodef-image-with-text .qodef-m-title a:hover {
    color: currentColor
}

.qodef-image-with-text:hover .qodef-m-title a:after {
    width: 100%
}

.qodef-image-with-text .qodef-m-text {
    margin: 15px 0 0
}

.qodef-image-with-text.qodef-image-action--scrolling-image .qodef-m-image-inner-holder .qodef-m-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden
}

.qodef-image-with-text.qodef-image-action--scrolling-image .qodef-m-image-inner-holder .qodef-m-image a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100
}

.qodef-image-with-text.qodef-image-action--scrolling-image .qodef-m-image-inner-holder .qodef-m-iwt-frame {
    vertical-align: middle
}

.qodef-image-with-text.qodef-image-action--scrolling-image.qodef-scrolling-direction--vertical .qodef-m-image img {
    width: 100%
}

.qodef-image-with-text.qodef-image-action--scrolling-image.qodef-scrolling-direction--horizontal .qodef-m-image img {
    max-width: unset;
    height: 100%;
    width: auto
}

.qodef-info-section.qodef-layout--background-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-info-section.qodef-layout--background-text .qodef-m-info {
    position: relative;
    z-index: 2
}

.qodef-info-section.qodef-layout--background-text .qodef-m-title {
    margin: 0 0 18px
}

.qodef-info-section.qodef-layout--background-text .qodef-m-text {
    margin: 0
}

.qodef-info-section.qodef-layout--background-text .qodef-button {
    margin-top: 6px
}

.qodef-info-section.qodef-layout--background-text .qodef-m-background-text {
    position: absolute;
    display: inline-block;
    color: rgba(0, 0, 0, .1);
    text-align: center;
    font-weight: 700;
    font-size: 250px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-left .qodef-m-background-text {
    top: 0;
    left: -20px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-right .qodef-m-background-text {
    top: 0;
    right: -20px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-left .qodef-m-background-text {
    bottom: 0;
    left: -20px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-right .qodef-m-background-text {
    bottom: 0;
    right: -20px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--center .qodef-m-background-text {
    font-size: 450px;
    top: 34px;
    left: 0;
    right: 0;
    text-align: center
}

.qodef-interactive-info-box .qodef-grid-inner {
    row-gap: 0
}

.qodef-interactive-info-box article.qodef-grid-item {
    border-top: 2px solid #000
}

.qodef-interactive-info-box article.qodef-grid-item .qodef-e-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
    position: relative
}

@media only screen and (max-width:768px) {
    .qodef-interactive-info-box article.qodef-grid-item .qodef-e-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px 0 12px
    }
}

.qodef-interactive-info-box article.qodef-grid-item:last-child {
    border-bottom: 2px solid #000
}

.qodef-interactive-info-box .qodef-e-text {
    font-family: IRANSans,"IRAN Sans Bold",iranyekan,"Poppins", sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 12px;
    line-height: 1.16667;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin: 3px 65px 0 0
}

.qodef-interactive-info-box .qodef-e-title-wrapper {
    margin: 0 auto 0 0;
    max-width: 420px;
    width: 100%;
    position: relative
}

@media only screen and (max-width:768px) {
    .qodef-interactive-info-box .qodef-e-title-wrapper {
        max-width: 50%;
        margin: 20px 0 30px
    }
}

@media only screen and (max-width:680px) {
    .qodef-interactive-info-box .qodef-e-title-wrapper {
        max-width: 100%
    }
}

.qodef-interactive-info-box .qodef-e-title-wrapper .qodef-e-description {
    opacity: 0;
    position: absolute;
    width: 100%;
    display: inline-block;
    left: 0;
    bottom: -29px;
    transform: translateY(0);
    transition: transform .55s cubic-bezier(.22, .61, .36, 1), opacity .25s ease-out;
    font-weight: 500;
    font-size: 14px
}

.qodef-interactive-info-box .qodef-e-title-wrapper .qodef-e-title {
    margin: 0;
    position: relative;
    z-index: 1;
    display: inline-block;
    transform: translateY(0);
    transition: transform .35s cubic-bezier(.22, .61, .36, 1)
}

.qodef-interactive-info-box .qodef-e-title-wrapper .qodef-e-title a {
    color: inherit
}

.qodef-interactive-info-box .qodef-e-image {
    position: absolute;
    top: 50%;
    right: 22%;
    z-index: 200;
    transform: translateY(-50%);
    text-align: right
}

@media only screen and (max-width:1024px) {
    .qodef-interactive-info-box .qodef-e-image {
        right: 9%
    }
}

@media only screen and (max-width:768px) {
    .qodef-interactive-info-box .qodef-e-image {
        right: 0;
        max-width: 50%
    }
}

@media only screen and (max-width:680px) {
    .qodef-interactive-info-box .qodef-e-image {
        display: none
    }
}

.qodef-interactive-info-box .qodef-e-image img {
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
    transition: -webkit-clip-path .3s ease-in;
    transition: clip-path .3s ease-in;
    transition: clip-path .3s ease-in, -webkit-clip-path .3s ease-in;
    z-index: 200
}

@media only screen and (max-width:1024px) {
    .qodef-interactive-info-box .qodef-e-image img {
        max-width: 80%
    }
}

@media only screen and (max-width:768px) {
    .qodef-interactive-info-box .qodef-e-image img {
        max-width: 100%
    }
}

.qodef-interactive-info-box .qodef-e:hover .qodef-e-image img {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    transition: -webkit-clip-path .5s cubic-bezier(.33, 1, .68, 1);
    transition: clip-path .5s cubic-bezier(.33, 1, .68, 1);
    transition: clip-path .5s cubic-bezier(.33, 1, .68, 1), -webkit-clip-path .5s cubic-bezier(.33, 1, .68, 1)
}

.qodef-interactive-info-box .qodef-e:hover .qodef-e-description {
    opacity: 1;
    transform: translateY(-15px)
}

.qodef-interactive-info-box .qodef-e:hover .qodef-e-title {
    transform: translateY(-10px)
}

.qodef-interactive-info-box .qodef-e-button {
    margin: 0;
    flex-shrink: 0
}

.qodef-interactive-info-box .qodef-e-button .qodef-m-text {
    display: none !important
}

.qodef-interactive-info-box .qodef-e-button .qodef-m-button-arrow-holder {
    margin: 0 !important
}

.qodef-interactive-info-box.qodef-skin--light article {
    border-color: #fff !important
}

.qodef-interactive-info-box.qodef-skin--light .qodef-button,
.qodef-interactive-info-box.qodef-skin--light .qodef-e-text,
.qodef-interactive-info-box.qodef-skin--light .qodef-e-title {
    color: #fff
}

.qodef-interactive-link-showcase {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden
}

.qodef-interactive-link-showcase .qodef-m-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0s .45s
}

.qodef-interactive-link-showcase .qodef-m-image.qodef--active {
    opacity: 1;
    z-index: 5;
    transition: opacity .4s cubic-bezier(.215, .61, .355, 1)
}

.qodef-interactive-link-showcase .qodef-m-image img {
    display: none
}

.qodef-interactive-link-showcase .qodef-m-items {
    display: flex;
    align-items: center;
    z-index: 10
}

.qodef-interactive-link-showcase .qodef-m-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    font-size: 82px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -.05em;
    text-transform: uppercase;
    color: #d1d1d1;
    margin: 14px 60px 14px 0
}

@media only screen and (max-width:1024px) {
    .qodef-interactive-link-showcase .qodef-m-item {
        font-size: 60px;
        margin: 14px 45px 14px 0
    }
}

.qodef-interactive-link-showcase .qodef-m-item .qodef-e-title {
    position: relative;
    display: block;
    z-index: 2
}

.qodef-interactive-link-showcase .qodef-m-item .qodef-e-title:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 12px;
    width: 0;
    transition: width .35s ease-out;
    background-color: var(--qode-main-color)
}

.qodef-interactive-link-showcase .qodef-m-item.qodef--active {
    color: #000
}

.qodef-interactive-link-showcase .qodef-m-item.qodef--active .qodef-e-title:after {
    width: 100%
}

.qodef-interactive-link-showcase.qodef--init {
    visibility: visible
}

.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item {
    color: #fff
}

.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item.qodef--active {
    color: #000
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-items {
    flex-wrap: wrap
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item .qodef-e-follow-content {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    pointer-events: none;
    top: auto !important;
    bottom: calc(100% + 8px) !important;
    left: calc(100% + 16px) !important;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    transition: -webkit-clip-path .3s ease-in;
    transition: clip-path .3s ease-in;
    transition: clip-path .3s ease-in, -webkit-clip-path .3s ease-in;
    z-index: 10
}

@media only screen and (max-width:680px) {
    .qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item .qodef-e-follow-content {
        left: 0 !important
    }
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item .qodef-e-follow-title {
    display: none !important;
    position: absolute;
    top: calc(50%);
    left: 0;
    display: block;
    font-size: 82px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -.05em;
    text-transform: uppercase;
    white-space: nowrap;
    color: #fff
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item .qodef-e-follow-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 12px;
    width: 0;
    transition: width .3s ease-out;
    background-color: var(--qode-main-color)
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item:after {
    content: '';
    position: absolute;
    top: 0;
    height: 75%;
    width: 2px;
    left: calc(100% + 23px);
    background-color: #000;
    transform-origin: 100% 100%;
    transform: rotate(20deg)
}

@media only screen and (max-width:1024px) {
    .qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item:after {
        left: calc(100% + 15px)
    }
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item.qodef--active .qodef-e-follow-content {
    transition: -webkit-clip-path .5s cubic-bezier(.33, 1, .68, 1);
    transition: clip-path .5s cubic-bezier(.33, 1, .68, 1);
    transition: clip-path .5s cubic-bezier(.33, 1, .68, 1), -webkit-clip-path .5s cubic-bezier(.33, 1, .68, 1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item.qodef--active .qodef-e-follow-title:after {
    width: 100%
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    transform: translate3d(-50%, -70%, 0);
    overflow: hidden;
    transform: none !important;
    top: auto !important
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-image img {
    position: relative;
    display: block;
    width: auto;
    max-width: 60vw
}

.qodef-interactive-link-showcase.qodef-layout--list {
    display: flex
}

@media only screen and (max-width:768px) {
    .qodef-interactive-link-showcase.qodef-layout--list {
        flex-wrap: wrap
    }
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
    width: 71%;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column
}

@media only screen and (max-width:768px) {
    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
        width: 100%
    }
}

@media only screen and (max-width:1024px) {
    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item {
        font-size: 68px;
        margin-right: 0
    }
}

@media only screen and (max-width:680px) {
    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item {
        font-size: 60px;
        line-height: 56px
    }
}

@media only screen and (max-width:350px) {
    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item {
        font-size: 40px
    }
}

@media only screen and (max-width:680px) {
    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item .qodef-e-title:after {
        height: 6px
    }
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-content {
    width: 29%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    min-width: 330px;
    flex-shrink: 0;
    position: relative
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-content h1,
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-content h2,
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-content h3,
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-content h4,
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-content h5,
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-content h6 {
    margin: 14px 0
}

@media only screen and (max-width:768px) {
    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-content {
        margin-top: 25px
    }
}

@media only screen and (max-width:680px) {
    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-content {
        width: 100%;
        min-width: auto
    }
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-content-item {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 0
}

@media only screen and (max-width:768px) {
    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-content-item {
        top: 0;
        transform: none
    }
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-content-item.qodef--active {
    opacity: 1
}

@media only screen and (max-width:768px) {
    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-content-item.qodef--active {
        position: relative
    }
}

.qodef-interactive-link-showcase.qodef-layout--slider {
    min-height: 79vh;
    max-width: 100vw;
    overflow: hidden;
    display: flex;
    align-items: center
}

.qodef-interactive-link-showcase.qodef-layout--slider .swiper-container {
    width: 100%;
    height: 100%;
    z-index: 10
}

.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 5
}

.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item {
    position: relative;
    height: auto;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 50px 12.5%;
    overflow: hidden;
    color: #fff !important
}

.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item .qodef-text-holder {
    display: block;
    text-align: center
}

.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item .qodef-e-content {
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 22px;
    letter-spacing: 0;
    color: inherit;
    margin: 0
}

.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item:before {
    content: '';
    transform: translateY(-50%);
    width: 75%;
    height: 2px;
    background-color: #fff;
    flex-shrink: 0;
    margin-right: 5vw
}

.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item .qodef-e-title {
    flex-shrink: 0;
    white-space: nowrap
}

.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item .qodef-e-title:after {
    display: none !important
}

.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item:after {
    content: '';
    transform: translateY(-50%);
    width: 75%;
    height: 2px;
    background-color: #fff;
    flex-shrink: 0;
    margin-left: 5vw
}

.qodef-item-showcase {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    visibility: hidden
}

.qodef-item-showcase .qodef-m-image {
    position: relative;
    flex-shrink: 0;
    margin: 0 60px;
    opacity: 0;
    transform: translateY(70px);
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1)
}

.qodef-item-showcase .qodef-m-image img {
    display: block
}

.qodef-item-showcase .qodef-m-items {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%
}

.qodef-item-showcase .qodef-m-items.qodef--left {
    text-align: right
}

.qodef-item-showcase .qodef-m-items.qodef--right {
    text-align: left
}

.qodef-item-showcase .qodef-m-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 60px;
    opacity: 0;
    transform: translateY(70px);
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1)
}

.qodef-item-showcase .qodef-m-item:first-child {
    margin-top: 0
}

.qodef-item-showcase .qodef-m-item:nth-child(1) {
    transition-delay: .2s
}

.qodef-item-showcase .qodef-m-item:nth-child(2) {
    transition-delay: .4s
}

.qodef-item-showcase .qodef-m-item:nth-child(3) {
    transition-delay: .6s
}

.qodef-item-showcase .qodef-m-item:nth-child(4) {
    transition-delay: .8s
}

.qodef-item-showcase .qodef-m-item:nth-child(5) {
    transition-delay: 1s
}

.qodef-item-showcase .qodef-m-item:nth-child(6) {
    transition-delay: 1.2s
}

.qodef-item-showcase .qodef-e-title {
    margin: 0
}

.qodef-item-showcase .qodef-e-title-link {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit
}

.qodef-item-showcase .qodef-e-title-link:hover {
    color: var(--qode-main-color)
}

.qodef-item-showcase .qodef-e-text {
    margin: 20px 0 0
}

.qodef-item-showcase.qodef--init {
    visibility: visible
}

.qodef-item-showcase.qodef--init .qodef-m-image {
    opacity: 1;
    transform: translateY(0)
}

.qodef-item-showcase.qodef--init .qodef-m-item {
    opacity: 1;
    transform: translateY(0)
}

.qodef-pricing-table {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: left
}

.qodef-pricing-table.qodef-status--featured {
    transform: translateY(-25px)
}

.qodef-pricing-table .qodef-m-inner-wrapper {
    padding: 0 20px
}

.qodef-pricing-table .qodef-m-inner-wrapper .qodef-m-inner {
    padding: 61px 58px 0 58px
}

@media only screen and (max-width:1024px) {
    .qodef-pricing-table .qodef-m-inner-wrapper .qodef-m-inner {
        padding: 61px 20px 0 20px
    }
}

.qodef-pricing-table .qodef-m-title * {
    margin: 0 0 50px 0;
    color: #000
}

.qodef-pricing-table .qodef-m-price {
    margin-top: -3px
}

.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper {
    display: flex;
    margin: 0;
    line-height: 1;
    justify-content: flex-start
}

.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper.qodef-h1 {
    font-size: 64px
}

.qodef-pricing-table .qodef-m-price .qodef-m-period {
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 500;
    margin-left: 6px
}

.qodef-pricing-table .qodef-m-price .qodef-m-period:before {
    content: '/';
    display: inline-block;
    color: currentColor;
    font-size: 16px
}

.qodef-pricing-table .qodef-m-content {
    margin: 35px 0 0
}

.qodef-pricing-table .qodef-m-content ul {
    list-style: none;
    margin: 0
}

.qodef-pricing-table .qodef-m-content ul li {
    color: #000;
    margin-bottom: 13px
}

.qodef-pricing-table .qodef-m-content ul li:last-child {
    margin-bottom: 0
}

.qodef-pricing-table .qodef-m-content ul li:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 100%;
    margin-right: 17px;
    margin-bottom: 2px
}

.qodef-pricing-table .qodef-m-content ul li.qodef-light-item {
    color: rgba(0, 0, 0, .3)
}

.qodef-pricing-table .qodef-m-content ul li.qodef-light-item:before {
    opacity: 0
}

.qodef-pricing-table .qodef-m-button .qodef-button {
    margin: 52px 0 0;
    padding-left: 58px;
    padding-right: 58px
}

@media only screen and (max-width:1024px) {
    .qodef-pricing-table .qodef-m-button .qodef-button {
        padding-left: 20px;
        padding-right: 20px
    }
}

.qodef-pricing-table.qodef-skin--light .qodef-m-title * {
    color: #fff
}

.qodef-pricing-table.qodef-skin--light .qodef-m-price .qodef-m-price-wrapper {
    color: #fff
}

.qodef-pricing-table.qodef-skin--light .qodef-m-price .qodef-m-price-wrapper .qodef-m-period {
    color: #b7b7b7
}

.qodef-pricing-table.qodef-skin--light .qodef-m-content ul li {
    color: #fff
}

.qodef-pricing-table.qodef-skin--light .qodef-m-content ul li:before {
    background-color: var(--qode-main-color)
}

.qodef-pricing-table.qodef-skin--light .qodef-m-content ul li.qodef-light-item {
    color: #575757
}

.qodef-progress-bar {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden
}

.qodef-progress-bar .qodef-m-inner {
    position: relative;
    display: flex;
    flex-direction: column
}

.qodef-progress-bar .qodef-m-canvas {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-progress-bar .qodef-m-canvas svg {
    display: block
}

.qodef-progress-bar .qodef-m-title {
    margin: 20px 0 0
}

.qodef-progress-bar.qodef--init {
    visibility: visible
}

.qodef-progress-bar:not(.qodef-layout--line) .progressbar-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    font-family: IRANSans,"IRAN Sans Bold",iranyekan,"Poppins", sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 18px;
    line-height: 1.38889;
    font-weight: 500
}

.qodef-progress-bar.qodef-layout--semi-circle .progressbar-text {
    padding-top: 20px;
    transform: none !important
}

.qodef-progress-bar.qodef-layout--line .qodef-m-inner {
    flex-direction: column-reverse
}

.qodef-progress-bar.qodef-layout--line .proggress {
    width: 0
}

.qodef-progress-bar.qodef-layout--line .percentCount {
    position: absolute;
    top: -24px;
    right: 0;
    width: auto
}

.qodef-progress-bar.qodef-layout--line .qodef-m-title {
    margin: 0 0 7px
}

.qodef-progress-bar.qodef-layout--line.qodef-percentage--floating .percentCount {
    left: 0;
    right: auto;
    transform: translateX(-50%)
}

.qodef-section-title {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-section-title .qodef-m-title {
    margin: 0
}

.qodef-section-title .qodef-m-text {
    margin: 25px 0 0;
    font-size: 20px;
    line-height: 28px
}

.qodef-section-title.qodef-alignment--center {
    text-align: center
}

.qodef-section-title.qodef-alignment--left {
    text-align: left
}

.qodef-section-title.qodef-alignment--right {
    text-align: right
}

.qodef-separator {
    font-size: 0;
    height: auto;
    line-height: 1;
    position: relative
}

.qodef-separator .qodef-m-line {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border-bottom: 1px solid #000;
    margin: 10px 0
}

.qodef-separator.qodef-position--center {
    text-align: center
}

.qodef-separator.qodef-position--left {
    text-align: left
}

.qodef-separator.qodef-position--right {
    text-align: right
}

@media only screen and (max-width:1024px) {
    .qodef-separator.qodef-disabled--1024 {
        display: none
    }
}

@media only screen and (max-width:768px) {
    .qodef-separator.qodef-disabled--768 {
        display: none
    }
}

@media only screen and (max-width:680px) {
    .qodef-separator.qodef-disabled--680 {
        display: none
    }
}

@media only screen and (max-width:480px) {
    .qodef-separator.qodef-disabled--480 {
        display: none
    }
}

#qodef-page-sidebar .widget.widget_stronger_core_separator {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_stronger_core_separator {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_stronger_core_separator {
    margin-bottom: 0
}

.qodef-single-image img {
    display: block
}

.qodef-stacked-images .qodef-m-images {
    position: relative;
    display: inline-block
}

.qodef-stacked-images .qodef-m-images .qodef-m-image {
    opacity: 0;
    transition: .35s opacity ease-out
}

.qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child) {
    position: absolute
}

.qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child) img {
    max-width: initial
}

@media only screen and (max-width:1024px) {
    .qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child) img {
        width: 50%
    }
}

.qodef-stacked-images .qodef-m-images .qodef-m-image.qodef--appeared {
    opacity: 1
}

.widget.qodef-stamp-widget {
    margin-bottom: 0
}

.qodef-stamp {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 195px;
    height: 195px;
    color: var(--qode-main-color);
    font-family: IRANSans,"IRAN Sans Bold",iranyekan,"Poppins", sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase
}

.qodef-stamp .qodef-m-centered-text {
    font-family: IRANSans,"IRAN Sans Bold",iranyekan,"Poppins", sans-serif;
    font-size: 80px;
    color: var(--qode-main-color);
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%)
}

.qodef-stamp .qodef-m-circle {
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 1px solid currentColor;
    border-radius: 100%;
    opacity: 0;
    transform: scale(.6);
    transition: opacity .2s ease, transform .3s ease
}

.qodef-stamp .qodef-m-text {
    position: relative;
    display: block;
    height: 100%
}

.qodef-stamp .qodef-m-text>* {
    position: absolute;
    top: 0;
    left: calc(50% - 4px);
    width: 8px;
    height: 50%;
    text-align: center;
    opacity: 0;
    transition: opacity .1s;
    transform-origin: bottom center;
    transform: rotate(-90deg)
}

.qodef-stamp.qodef--appear .qodef-m-circle {
    opacity: .8;
    transform: scale(1)
}

.qodef-stamp.qodef--init .qodef-m-text>* {
    opacity: 1
}

.qodef-stamp.qodef--abs {
    position: absolute
}

@media only screen and (max-width:1440px) {
    .qodef-stamp.qodef-hide-on--1440 {
        display: none
    }
}

@media only screen and (max-width:1366px) {
    .qodef-stamp.qodef-hide-on--1366 {
        display: none
    }
}

@media only screen and (max-width:1280px) {
    .qodef-stamp.qodef-hide-on--1280 {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .qodef-stamp.qodef-hide-on--1024 {
        display: none
    }
}

@media only screen and (max-width:768px) {
    .qodef-stamp.qodef-hide-on--768 {
        display: none
    }
}

@media only screen and (max-width:680px) {
    .qodef-stamp.qodef-hide-on--680 {
        display: none
    }
}

@media only screen and (max-width:480px) {
    .qodef-stamp.qodef-hide-on--480 {
        display: none
    }
}

.qodef-swapping-image-gallery {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-start
}

.qodef-swapping-image-gallery .qodef-m-info {
    flex-grow: 1;
    flex-basis: 0
}

.qodef-swapping-image-gallery .qodef-m-image-holder {
    flex-grow: 1;
    flex-basis: 0;
    overflow: hidden;
    box-shadow: 0 0 10.53px 2.47px rgba(2, 2, 2, .04)
}

.qodef-swapping-image-gallery .qodef-m-info {
    padding-top: 60px
}

.qodef-swapping-image-gallery .qodef-m-headline {
    margin: 0 0 60px
}

.qodef-swapping-image-gallery .qodef-m-title {
    margin: 0 0 24px
}

.qodef-swapping-image-gallery .qodef-m-description {
    margin: 0
}

.qodef-swapping-image-gallery .qodef-m-thumbnails-holder .swiper-pagination-custom {
    width: auto
}

.qodef-swapping-image-gallery .qodef-m-thumbnails-holder .qodef-m-thumbnail {
    font-size: 0;
    cursor: pointer;
    opacity: .35;
    transition: opacity .3s ease-out
}

.qodef-swapping-image-gallery .qodef-m-thumbnails-holder .qodef-m-thumbnail img {
    display: block
}

.qodef-swapping-image-gallery .qodef-m-thumbnails-holder .qodef-m-thumbnail.qodef--active {
    opacity: 1
}

.qodef-swapping-image-gallery.qodef-info-position--right .qodef-m-info {
    padding-left: 120px
}

.qodef-swapping-image-gallery.qodef-info-position--left .qodef-m-info {
    padding-right: 120px
}

.qodef-tabs {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden
}

.qodef-tabs.qodef--init {
    visibility: visible
}

.qodef-tabs .qodef-tabs-navigation {
    margin: 0;
    padding: 0;
    list-style: none
}

.qodef-tabs .qodef-tabs-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-tabs .qodef-tabs-content p {
    margin: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 22px 0 29px;
    list-style: none;
    border-bottom: 2px solid #000
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
    margin: 0 52px 0 0;
    padding: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
    font-family: IRANSans,"IRAN Sans Bold",iranyekan,"Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 600;
    position: relative;
    display: block;
    padding: 0 3px 1px;
    transition: color .3s ease-out, background-color .3s ease-out
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 4px;
    background-color: var(--qode-main-color);
    transition: width .35s ease-out
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
    margin-right: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover a {
    color: #000
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover:after,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a:after,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a:after,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover a:after {
    width: 100%
}

@media only screen and (max-width:680px) {
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
        flex-direction: column;
        align-items: flex-start
    }
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
        margin: 0 0 26px 0;
        padding: 0
    }
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
        margin-bottom: 0
    }
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    height: 100%
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
    flex-shrink: 0;
    display: block;
    padding-right: 26px;
    margin-right: 26px;
    border-right: 1px solid #000
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li {
    width: 100%;
    margin-bottom: 26px
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li:last-child {
    margin-bottom: 0
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li a {
    display: inline-block;
    width: auto
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content {
    margin-top: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-content {
    margin: 31px 0 0
}

@keyframes qode-text-marquee-left {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-100%)
    }
}

@keyframes qode-text-marquee-right {
    0% {
        transform: translateX(-100%)
    }
    100% {
        transform: translateX(0)
    }
}

.qodef-text-marquee .qodef-m-content {
    display: flex;
    font-family: IRANSans,"IRAN Sans Bold",iranyekan,"Poppins", sans-serif;
    font-size: 82px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.07em;
    letter-spacing: -.015em;
    overflow: hidden;
    white-space: nowrap
}

.qodef-text-marquee .qodef-m-content-inner {
    padding-right: 25px
}

.qodef--init.qodef-direction--left.qodef-text-marquee .qodef-m-content-inner {
    animation: qode-text-marquee-left var(--qode-marquee-duration, 25s) linear infinite
}

.qodef--init.qodef-direction--right.qodef-text-marquee .qodef-m-content-inner {
    animation: qode-text-marquee-right var(--qode-marquee-duration, 25s) linear infinite
}

.qodef-text-marquee .qodef-m-text-1 {
    color: #000
}

.qodef-text-marquee .qodef-m-text-2 {
    color: #000
}

.qodef-text-marquee .qodef-m-text-3 {
    color: #000
}

.qodef-text-marquee .qodef-m-separator {
    color: #000;
    position: relative;
    display: inline-block;
    margin: 0 20px;
    width: 10px;
    height: 10px;
    background-color: currentColor;
    border-radius: 100%;
    vertical-align: middle;
    transform: translateY(-6px)
}

.qodef-vertical-split-slider--init {
    height: 100vh !important;
    margin: 0;
    overflow: hidden;
    padding: 0
}

.admin-bar.qodef-vertical-split-slider--init {
    margin-top: 32px;
    height: calc(100vh - 32px) !important
}

.qodef-vertical-split-slider--init .qodef-vertical-split-slider {
    visibility: visible
}

.qodef-vertical-split-slider {
    height: 100vh;
    position: relative;
    visibility: hidden
}

.admin-bar .qodef-vertical-split-slider {
    height: calc(100vh - 32px)
}

.qodef-vertical-split-slider .ms-right {
    right: 0 !important
}

.qodef-vertical-split-slider .ms-tableCell {
    height: calc(100vh - (2 * 10%)) !important
}

.admin-bar .qodef-vertical-split-slider .ms-tableCell {
    height: calc(100vh - (2 * 10%) - 32px) !important
}

.qodef-vertical-split-slider .qodef-vertical-split-slider-responsive {
    display: none
}

.qodef-vertical-split-slider .qodef-m-slide-image,
.qodef-vertical-split-slider-responsive .qodef-m-slide-image {
    background-position: center;
    background-size: cover;
    position: relative
}

.qodef-vertical-split-slider .qodef-m-slide-content,
.qodef-vertical-split-slider-responsive .qodef-m-slide-content {
    padding: 10% 24%;
    position: relative
}

.qodef-vertical-split-slider .qodef-m-slide-content>div>:not(.qodef-m-image),
.qodef-vertical-split-slider-responsive .qodef-m-slide-content>div>:not(.qodef-m-image) {
    position: relative;
    z-index: 1
}

.qodef-vertical-split-slider .qodef-m-label-holder,
.qodef-vertical-split-slider-responsive .qodef-m-label-holder {
    bottom: 0;
    display: block;
    height: 200px;
    overflow: hidden;
    position: absolute;
    width: 200px
}

.qodef-vertical-split-slider .qodef-m-label,
.qodef-vertical-split-slider-responsive .qodef-m-label {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 30px 80px 40px 40px;
    width: 100%
}

.qodef-vertical-split-slider .qodef-m-label .qodef-m-label-counter,
.qodef-vertical-split-slider-responsive .qodef-m-label .qodef-m-label-counter {
    font-family: IRANSans,"IRAN Sans Bold",iranyekan,"Poppins", sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 32px;
    line-height: 1.125;
    font-weight: 600
}

.qodef-vertical-split-slider .qodef-m-label .qodef-m-label-text,
.qodef-vertical-split-slider-responsive .qodef-m-label .qodef-m-label-text {
    font-family: IRANSans,"IRAN Sans Bold",iranyekan,"Poppins", sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 18px;
    line-height: 1.38889;
    font-weight: 500
}

.qodef-vertical-split-slider .qodef-m-image,
.qodef-vertical-split-slider-responsive .qodef-m-image {
    bottom: 0;
    height: 200px;
    overflow: hidden;
    position: absolute;
    width: 200px;
    z-index: 0
}

.qodef-vertical-split-slider .qodef-m-image img,
.qodef-vertical-split-slider-responsive .qodef-m-image img {
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 200px
}

.qodef-vertical-split-slider .qodef-slide-layout--image-left .qodef-m-label-holder,
.qodef-vertical-split-slider-responsive .qodef-slide-layout--image-left .qodef-m-label-holder {
    right: 0
}

.qodef-vertical-split-slider .qodef-slide-layout--image-left .qodef-m-image,
.qodef-vertical-split-slider-responsive .qodef-slide-layout--image-left .qodef-m-image {
    left: 0
}

.qodef-vertical-split-slider .qodef-slide-layout--image-right .qodef-m-label-holder,
.qodef-vertical-split-slider-responsive .qodef-slide-layout--image-right .qodef-m-label-holder {
    left: 0
}

.qodef-vertical-split-slider .qodef-slide-layout--image-right .qodef-m-image,
.qodef-vertical-split-slider-responsive .qodef-slide-layout--image-right .qodef-m-image {
    right: 0
}

#multiscroll-nav {
    display: none
}

#multiscroll-nav li {
    height: 12px !important;
    margin: 32px 0 !important;
    width: 12px !important
}

#multiscroll-nav li a span {
    background-color: #000;
    border: none;
    height: 12px;
    left: 0;
    top: 0;
    width: 12px
}

#multiscroll-nav li a.active span {
    background-color: var(--qode-main-color)
}

#multiscroll-nav.right {
    right: 34px !important
}

.qodef-vertical-split-slider--init #multiscroll-nav {
    display: block
}

.qodef-vertical-split-slider--init #multiscroll-nav.qodef-skin--light a:not(.active) span {
    background-color: #fff
}

.qodef-vertical-split-slider--init #multiscroll-nav.qodef-skin--dark a:not(.active) span {
    background-color: #000
}

.qodef-fullscreen-menu--opened #multiscroll-nav {
    z-index: 98
}

html.elementor-html #multiscroll-nav {
    display: none !important
}

.qodef-vertical-split-slider .qodef-content-layout--type-1 .qodef-m-title,
.qodef-vertical-split-slider-responsive .qodef-content-layout--type-1 .qodef-m-title {
    margin: 0 0 35px 0
}

.qodef-vertical-split-slider .qodef-content-layout--type-1 .qodef-m-text,
.qodef-vertical-split-slider-responsive .qodef-content-layout--type-1 .qodef-m-text {
    margin: 0 0 50px 0
}

.qodef-vertical-split-slider .qodef-content-layout--type-2 .qodef-m-title,
.qodef-vertical-split-slider-responsive .qodef-content-layout--type-2 .qodef-m-title {
    margin: 0 0 35px 0
}

.qodef-vertical-split-slider .qodef-content-layout--type-2 .qodef-icon-list-item:first-of-type,
.qodef-vertical-split-slider-responsive .qodef-content-layout--type-2 .qodef-icon-list-item:first-of-type {
    margin: 0 0 20px 0
}

.qodef-video-button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%
}

.qodef-video-button img {
    width: 100%
}

@media only screen and (max-width:680px) {
    .qodef-video-button img {
        min-height: 320px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.qodef-video-button .qodef-m-play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    line-height: 1
}

.qodef-video-button .qodef-m-play-inner {
    width: 152px;
    height: 152px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--qode-main-color);
    -webkit-clip-path: circle(37% at 50% 50%);
    clip-path: circle(37% at 50% 50%);
    transition: -webkit-clip-path .35s ease;
    transition: clip-path .35s ease;
    transition: clip-path .35s ease, -webkit-clip-path .35s ease
}

.qodef-video-button .qodef-m-play-inner>.qodef-svg--play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.qodef-video-button .qodef-circle-text {
    font-family: IRANSans,"IRAN Sans Bold",iranyekan,"Poppins", sans-serif;
    font-weight: 900;
    font-size: 14px;
    line-height: 1;
    letter-spacing: .05em;
    text-transform: uppercase
}

.qodef-video-button .qodef-circle-svg {
    transform: rotate(-45deg);
    animation: qodef-rotate-video-text 5s linear infinite;
    animation-play-state: paused
}

.qodef-video-button:hover .qodef-m-play-inner {
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%)
}

.qodef-video-button:hover .qodef-circle-svg {
    animation-play-state: running
}

@keyframes qodef-rotate-video-text {
    from {
        transform: rotate(-45deg)
    }
    to {
        transform: rotate(315deg)
    }
}

#qodef-side-area {
    position: fixed;
    top: 0;
    right: -453px;
    width: 453px;
    height: 100%;
    min-height: 100%;
    padding: 120px 60px 35px;
    text-align: left;
    background-color: #1f1f1f;
    border-left: 2px solid #3d3d3d;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    transition: all .6s cubic-bezier(.77, 0, .175, 1)
}

@media only screen and (max-width:1366px) {
    #qodef-side-area {
        padding: 50px 60px 35px
    }
}

#qodef-side-area #qodef-side-area-inner {
    display: flex;
    flex-direction: column;
    height: 100%
}

#qodef-side-area #qodef-side-area-inner .widget_block:last-child {
    margin-top: auto
}

.qodef-side-area--opened #qodef-side-area {
    right: 0;
    visibility: visible
}

#qodef-side-area.qodef-alignment--center {
    text-align: center
}

#qodef-side-area.qodef-alignment--right {
    text-align: right
}

#qodef-side-area.qodef-alignment--left {
    text-align: left
}

#qodef-side-area-close {
    position: absolute;
    top: 33px;
    right: 40px;
    display: block;
    z-index: 1000;
    color: #fff
}

.admin-bar #qodef-side-area-close {
    top: 65px
}

.qodef-side-area-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    z-index: 1002;
    background-color: #000;
    transition: opacity .5s cubic-bezier(.45, 0, .55, 1)
}

.qodef-side-area--opened .qodef-side-area-cover {
    opacity: .2
}

.qodef-social-share {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-social-share .qodef-social-title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 0 0;
    font-family: IRANSans,"IRAN Sans Bold",iranyekan,"Poppins", sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 18px;
    line-height: 1.38889;
    font-weight: 500
}

.qodef-social-share ul {
    position: relative;
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding: 0;
    margin: 0
}

.qodef-social-share li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    padding: 0;
    margin: 0
}

.qodef-social-share li a {
    font-size: 15px
}

.qodef-social-share li.qodef-facebook-share a:hover {
    color: var(--qode-main-color)
}

.qodef-social-share li.qodef-twitter-share a:hover {
    color: var(--qode-main-color)
}

.qodef-social-share li.qodef-linkedin-share a:hover {
    color: var(--qode-main-color)
}

.qodef-social-share li.qodef-tumblr-share a:hover {
    color: var(--qode-main-color)
}

.qodef-social-share li.qodef-pinterest-share a:hover {
    color: var(--qode-main-color)
}

.qodef-social-share li.qodef-vk-share a:hover {
    color: var(--qode-main-color)
}

.qodef-social-share.qodef-layout--dropdown {
    position: relative;
    display: inline-block;
    vertical-align: bottom
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    margin: 0;
    vertical-align: middle
}

.qodef-social-share.qodef-layout--dropdown .qodef-e-social-share-icon {
    width: 18px;
    height: auto;
    margin-left: 5px
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li {
    opacity: 1;
    visibility: visible;
    cursor: pointer
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(2) {
    transition-delay: .2s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(3) {
    transition-delay: .3s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(4) {
    transition-delay: .4s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(5) {
    transition-delay: .5s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(6) {
    transition-delay: .6s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(7) {
    transition-delay: .7s
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener {
    display: flex
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener .qodef-social-share-title {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown {
    position: absolute;
    visibility: hidden;
    z-index: 950
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown ul {
    position: relative;
    display: block;
    z-index: 990;
    margin: 0;
    padding: 0 !important
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    transition: opacity .2s ease-out, visibility .2s ease-out
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a {
    transition: color .2s ease-out, background-color .2s ease-out
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li>* {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: inherit;
    width: 100%;
    height: 100%
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown {
    bottom: 0;
    left: 0
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li {
    width: 90px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #000
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:not(:first-child) {
    border-top: none
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li a {
    font-size: 20px;
    color: #000;
    background-color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(1) {
    bottom: -30px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(2) {
    bottom: -60px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(3) {
    bottom: -90px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(4) {
    bottom: -120px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(5) {
    bottom: -150px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(6) {
    bottom: -180px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(7) {
    bottom: -210px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown {
    top: 0;
    right: 0
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li {
    width: calc(90px / 3)
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1) {
    left: 5px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2) {
    left: 35px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3) {
    left: 65px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4) {
    left: 95px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5) {
    left: 125px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6) {
    left: 155px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7) {
    left: 185px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
    top: 0;
    left: 0
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li {
    width: calc(90px / 3)
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1) {
    right: 5px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2) {
    right: 35px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3) {
    right: 65px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4) {
    right: 95px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5) {
    right: 125px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6) {
    right: 155px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7) {
    right: 185px
}

.qodef-social-share.qodef-layout--list .qodef-m-social-share-icon {
    margin-right: 15px;
    position: relative
}

.qodef-social-share.qodef-layout--list li {
    margin-right: 20px
}

.qodef-social-share.qodef-layout--list li:last-child {
    margin-right: 0
}

.qodef-social-share.qodef-layout--text li {
    margin-right: 15px
}

.qodef-social-share.qodef-layout--text li:last-child {
    margin-right: 0
}

.widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    display: block;
    margin-bottom: 21px
}

.widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    display: block;
    margin-bottom: 21px
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    color: #ccc
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    color: #ccc
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    color: #ccc
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    color: #ccc
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    color: #ccc
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    color: #ccc
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-page-spinner {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2000
}

#qodef-page-spinner .qodef-m-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: var(--qode-main-color);
    background-color: #fff
}

#qodef-page-spinner .qodef-m-spinner {
    position: relative
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom {
    position: relative;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1 {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50%;
    width: 50%;
    z-index: 1;
    animation: qode-atom-shrink 4.5s infinite linear
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1:before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    height: 100%;
    width: 100%;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    margin: 0 auto;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2 {
    animation: qode-atom-zindex 1.5s .75s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before {
    transform: rotate(0);
    animation: qode-atom-postion 1.5s infinite ease, qode-atom-size 1.5s -1.125s infinite ease
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3 {
    transform: rotate(120deg);
    animation: qode-atom-zindex 1.5s -.25s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before {
    animation: qode-atom-postion 1.5s -1s infinite ease, qode-atom-size 1.5s -.75s infinite ease
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
    transform: rotate(240deg);
    animation: qode-atom-zindex 1.5s .25s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
    animation: qode-atom-postion 1.5s -.5s infinite ease, qode-atom-size 1.5s -125ms infinite ease
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock {
    position: relative;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    animation: qode-clock 8s infinite steps(8)
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item {
    position: absolute;
    height: 50px;
    width: 50px
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item:before {
    content: '';
    position: absolute;
    height: 18.31501832px;
    width: 18.31501832px;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--1 {
    transform: rotate(-135deg);
    animation: qode-clock-1 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--2 {
    transform: rotate(-90deg);
    animation: qode-clock-2 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--3 {
    transform: rotate(-45deg);
    animation: qode-clock-3 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--4 {
    animation: qode-clock-4 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--cube .qodef-m-cube {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    background-color: currentColor;
    animation: qode-cube 1.2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulses {
    position: relative;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: currentColor;
    border-radius: 50%;
    opacity: .6;
    animation: qode-double-pulse 2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse.qodef-pulse--2 {
    animation-delay: -1s
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-five-rotating-circles {
    position: relative;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item {
    position: absolute;
    width: 100%;
    height: 100%
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--2 {
    animation-delay: calc((600ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--3 {
    animation-delay: calc((900ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--4 {
    animation-delay: calc((1200ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 {
    transform: rotateZ(45deg)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--1 {
    animation-delay: calc((300ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--2 {
    animation-delay: calc((600ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--3 {
    animation-delay: calc((900ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--4 {
    animation-delay: calc((1200ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 {
    transform: rotateZ(90deg)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--1 {
    animation-delay: calc((300ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--2 {
    animation-delay: calc((600ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--3 {
    animation-delay: calc((900ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--4 {
    animation-delay: calc((1200ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: currentColor;
    border-radius: 100%;
    animation: qode-bounce-delay 1.2s infinite ease-in-out both
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--1 {
    top: 0;
    left: 0
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--2 {
    top: 0;
    right: 0
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--3 {
    right: 0;
    bottom: 0
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--4 {
    left: 0;
    bottom: 0
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion {
    position: relative;
    width: 30px;
    height: 30px;
    margin: -45px 0 0 -30px
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--1 {
    top: 0;
    left: 50%;
    animation: qode-fussion-ball-1 1s 0s ease infinite;
    z-index: 1
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--2 {
    top: 50%;
    left: 100%;
    animation: qode-fussion-ball-2 1s 0s ease infinite;
    z-index: 2
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--3 {
    top: 100%;
    left: 50%;
    animation: qode-fussion-ball-3 1s 0s ease infinite;
    z-index: 1
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--4 {
    top: 50%;
    left: 0;
    animation: qode-fussion-ball-4 1s 0s ease infinite;
    z-index: 2
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-lines {
    width: 60px;
    height: 60px;
    margin: 0 0 0 -30px
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--1 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((100ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--2 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((200ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--3 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((300ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--4 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis {
    position: relative;
    height: 50px;
    width: 50px;
    margin: -25px 0 0 -25px;
    animation: qode-mitosis-invert 2s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--1 {
    animation: qode-mitosis-ball-1 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--2 {
    animation: qode-mitosis-ball-2 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--3 {
    animation: qode-mitosis-ball-3 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--4 {
    animation: qode-mitosis-ball-4 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading>* {
    margin: 0;
    opacity: 0;
    animation: qode-fade-in 1s forwards
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-number-holder {
    flex-shrink: 0;
    animation-delay: .5s
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line {
    position: relative;
    display: block;
    height: 3px;
    width: 500px;
    margin-top: 20px;
    background-color: #e5e1dc;
    overflow: hidden;
    opacity: 0;
    animation: qode-fade-in 1s .3s forwards
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line-front {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--qode-main-color);
    width: 0
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circles {
    position: relative;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle {
    position: absolute;
    height: 100%;
    width: 100%;
    background: currentColor;
    border: 0 solid currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--1 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-750ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--2 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-1500ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--3 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-2250ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--4 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-3000ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse .qodef-m-pulse {
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background-color: currentColor;
    border-radius: 16px;
    animation: qode-scaleout 1s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles {
    width: 60px;
    height: 20px
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 4px;
    background-color: currentColor;
    border-radius: 100%;
    opacity: 0;
    animation: qode-ball-fall 1.5s ease infinite both
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(1) {
    animation-delay: calc((100ms) - 300ms)
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(2) {
    animation-delay: calc((200ms) - 300ms)
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(3) {
    animation-delay: calc((300ms) - 300ms)
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cubes {
    position: relative;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: currentColor;
    animation: qode-rotating-cubes 1.8s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube.qodef-cube--2 {
    animation-delay: -.9s
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripes {
    width: 50px;
    height: 60px;
    margin: -30px 0 0 -25px;
    text-align: center
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe {
    display: inline-block;
    float: left;
    height: 100%;
    width: 6px;
    margin: 0 3px 0 0;
    background-color: currentColor;
    animation: qode-stretch-delay 1.2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--2 {
    animation-delay: calc((200ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--3 {
    animation-delay: calc((300ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--4 {
    animation-delay: calc((400ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--5 {
    animation-delay: calc((500ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--stronger {
    text-align: center
}

#qodef-page-spinner.qodef-layout--stronger .qodef-m-spinner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: left
}

#qodef-page-spinner.qodef-layout--stronger .qode-m-spinner-text {
    color: #fff;
    font-size: 82px;
    margin: 0 0 40px
}

@media only screen and (max-width:680px) {
    #qodef-page-spinner.qodef-layout--stronger .qode-m-spinner-text {
        font-size: 41px
    }
}

#qodef-page-spinner.qodef-layout--stronger .qodef-m-spinner-bar-holder {
    line-height: 0;
    width: 100%;
    padding: 0 18%
}

#qodef-page-spinner.qodef-layout--stronger .qodef-m-spinner-bar {
    position: relative;
    display: inline-block;
    background: #3d3d3d;
    width: 100%;
    height: 2px
}

#qodef-page-spinner.qodef-layout--stronger .qodef-m-spinner-bar-active {
    position: absolute;
    left: 0;
    top: -3px;
    background: var(--qode-main-color);
    width: 100%;
    height: 8px;
    transform-origin: left;
    transform: scaleX(0)
}

#qodef-page-spinner.qodef-layout--stronger .qodef-m-spinner-number {
    display: inline-block;
    margin: 30px 0 0;
    color: #fff;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 600
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-textual {
    opacity: 0
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-text {
    display: flex;
    font-family: IRANSans,"IRAN Sans Bold",iranyekan,"Poppins", sans-serif;
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
    white-space: nowrap;
    text-transform: uppercase
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-char {
    display: inline-block;
    opacity: 0;
    will-change: opacity
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-char.qodef-m-empty-char {
    white-space: pre
}

#qodef-page-spinner.qodef-layout--textual.qodef--init .qodef-m-textual {
    opacity: 1
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-two-rotating-circles {
    position: relative;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    text-align: center;
    animation: qode-rotate-circles 2s infinite linear
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle {
    position: absolute;
    top: 0;
    width: 60%;
    height: 60%;
    display: inline-block;
    background-color: currentColor;
    border-radius: 100%;
    transform-origin: center bottom;
    animation: qode-bounce 2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle.qodef-circle--2 {
    top: auto;
    bottom: 0;
    animation-delay: -1s
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circles {
    width: 150px;
    height: 30px;
    margin: -15px 0 0 -75px
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle {
    float: left;
    height: 30px;
    width: 30px;
    margin-right: 10px;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--1 {
    animation: qode-wave-jump-3 1.8s infinite ease-out
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--2 {
    animation: qode-wave-jump-2 1.8s infinite ease-out
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--3 {
    animation: qode-wave-jump-1 1.8s infinite ease-out
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--4 {
    margin-right: 0;
    animation: qode-wave-wipe 1.8s infinite cubic-bezier(.5, 0, .5, 1)
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave {
    width: 72px;
    margin: -9px 0 0 -36px;
    text-align: center
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 3px 0 0;
    background-color: currentColor;
    border-radius: 100%;
    animation: qode-bounce-delay 1.4s infinite ease-in-out both
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--1 {
    animation-delay: -.32s
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--2 {
    animation-delay: -.16s
}

.qodef-sp-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 115;
    visibility: hidden;
    transition: opacity .3s ease-out;
    background-color: rgba(0, 0, 0, .65);
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-sp-holder .qodef-sp-inner {
    width: 90%;
    max-width: 600px;
    background-color: #fff;
    padding: 40px;
    opacity: 0;
    box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, .5);
    transition: transform .3s cubic-bezier(.06, .47, .38, .99), opacity .3s ease-out
}

.qodef-sp-holder .qodef-sp-close {
    position: absolute;
    top: 16px;
    right: 16px;
    display: block;
    color: #000
}

.qodef-sp-holder .qodef-sp-close:hover {
    color: #000
}

.qodef-sp-holder .qodef-sp-close svg {
    stroke: currentColor;
    fill: currentColor
}

.qodef-sp-holder .qodef-sp-content-container {
    background-color: #fafafa;
    background-size: cover;
    padding: 40px
}

.qodef-sp-holder .qodef-sp-title {
    margin: 0 0 30px 0
}

.qodef-sp-holder .qodef-sp-subtitle {
    margin: 0 0 20px 0
}

.qodef-sp-holder .wpcf7 {
    width: 100%;
    display: block
}

.qodef-sp-holder .qodef-sp-prevent {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 28px
}

.qodef-sp-holder .qodef-sp-prevent-inner {
    cursor: pointer
}

.qodef-sp-holder .qodef-sp-prevent-inner>* {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 1
}

.qodef-sp-holder .qodef-sp-prevent-input {
    margin: 1px 1px 0 0;
    width: 11px;
    height: 11px;
    border: 1px solid #000;
    overflow: hidden
}

.qodef-sp-holder .qodef-sp-prevent-input svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .3s ease-out
}

.qodef-sp-holder .qodef-sp-prevent-input.qodef-sp-prevent-clicked svg {
    opacity: 1
}

.qodef-sp-holder .qodef-sp-prevent-label {
    font-size: 13px
}

.qodef-sp-opened .qodef-sp-holder {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s ease-out
}

.qodef-sp-opened .qodef-sp-holder .qodef-sp-inner {
    opacity: 1;
    transform: scale(1);
    transition: transform .8s cubic-bezier(.26, .63, 0, .96)
}

.qodef-page-title {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover
}

.qodef-page-title.qodef-image--responsive {
    height: auto !important
}

.qodef-page-title.qodef-image--responsive .qodef-m-content {
    position: absolute;
    top: 0;
    left: 0
}

.qodef-page-title.qodef-image--responsive .qodef-m-content.qodef-content-grid {
    left: 50%;
    transform: translateX(-50%)
}

.qodef-page-title.qodef-alignment--center {
    text-align: center
}

.qodef-page-title.qodef-alignment--right {
    text-align: right
}

.qodef-page-title .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-page-title .qodef-m-image img {
    display: block;
    width: 100%
}

.qodef-page-title .qodef-m-content.qodef-content-full-width {
    padding: 0 40px
}

.qodef-page-title .qodef-light-breadcrumbs .qodef-breadcrumbs a.qodef-breadcrumbs-current,
.qodef-page-title .qodef-light-breadcrumbs .qodef-breadcrumbs span.qodef-breadcrumbs-current {
    color: #fff
}

.qodef-page-title .qodef-light-breadcrumbs .qodef-breadcrumbs .qodef-breadcrumbs-separator:after {
    background-color: var(--qode-main-color)
}

.qodef-page-title .qodef-breadcrumbs a,
.qodef-page-title .qodef-breadcrumbs span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .05em;
    line-height: 14px;
    color: #828282;
    font-weight: 500
}

.qodef-page-title .qodef-breadcrumbs a.qodef-breadcrumbs-current,
.qodef-page-title .qodef-breadcrumbs span.qodef-breadcrumbs-current {
    color: #000
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator {
    margin: 0 11px
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #000;
    margin: -3px 0 0 0;
    display: inline-block;
    vertical-align: middle
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:last-of-type {
    display: none
}

.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs {
    margin-top: 5px
}

.qodef-page-title.qodef-title--standard .qodef-m-subtitle {
    margin: 4px 0 0
}

html.elementor-html .qodef-uncovering-section .qodef-page-content-section>.elementor {
    margin-bottom: 0 !important
}

.qodef-uncovering-section .qodef-page-content-section>.elementor .elementor-section {
    z-index: 1
}

.qodef-uncovering-section .qodef-page-content-section>.elementor>.elementor-section:last-child {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 0
}

html.elementor-html .qodef-uncovering-section .qodef-page-content-section>.elementor>.elementor-section:last-child {
    bottom: initial;
    left: initial;
    position: initial;
    width: initial
}

.widget.qodef-author-info .qodef-author-info-image {
    margin-bottom: 24px;
    display: inline-block
}

.widget.qodef-author-info .qodef-author-info-name {
    margin: 0 0 21px
}

.widget.qodef-author-info .qodef-author-info-description {
    margin: 0
}

.widget .qodef-contact-info-widget {
    margin: 0
}

#qodef-top-area .widget .qodef-contact-info-widget a {
    font-size: 16px
}

.widget_stronger_core_sticky_sidebar {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: 0 0 !important
}

.widget_stronger_core_svg_icon {
    display: inline-block;
    vertical-align: top;
    margin: 0 !important
}

.widget_stronger_core_svg_icon .qodef-m-holder {
    display: flex;
    align-items: center
}

.widget_stronger_core_svg_icon .qodef-svg-icon-widget {
    line-height: 1
}

.widget_stronger_core_svg_icon .qodef-svg-icon-widget svg {
    display: block;
    fill: var(--fill-color);
    stroke: var(--stroke-color);
    max-width: 100%;
    max-height: 100%;
    transition: all .25s ease-out
}

.widget_stronger_core_svg_icon .qodef-svg-icon-widget a {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 0
}

.widget_stronger_core_svg_icon .qodef-svg-icon-widget a:hover svg,
.widget_stronger_core_svg_icon .qodef-svg-icon-widget:hover svg {
    fill: var(--fill-hover-color);
    stroke: var(--stroke-hover-color)
}

.widget_stronger_core_svg_icon .qodef-svg-icon-widget a:hover .qodef-m-text,
.widget_stronger_core_svg_icon .qodef-svg-icon-widget:hover .qodef-m-text {
    color: var(--text-hover-color)
}

.widget_stronger_core_svg_icon .qodef-svg-icon-widget:hover .qodef-m-icon {
    background-color: var(--background-hover-color)
}

.widget_stronger_core_svg_icon .qodef-m-icon {
    --fill-color: currentColor;
    --stroke-color: currentColor;
    --fill-hover-color: currentColor;
    --stroke-hover-color: currentColor;
    --background-color: transparent;
    --background-hover-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    max-height: 100%;
    background-color: var(--background-color);
    overflow: hidden;
    transition: all .25s ease-out
}

.widget_stronger_core_svg_icon .qodef-m-text {
    --text-color: currentColor;
    --text-hover-color: currentColor;
    color: var(--text-color);
    transition: all .25s ease-out;
    line-height: 1
}

#qodef-page-header .widget_stronger_core_svg_icon .qodef-m-text {
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.57em;
    font-family: IRANSans,"IRAN Sans Bold",iranyekan,"Poppins", sans-serif;
    font-weight: 600;
    color: #000
}

#qodef-page-header .widget_stronger_core_svg_icon .qodef-m-text .qodef-menu-item-text {
    text-decoration: none;
    background-image: linear-gradient(to top, var(--qode-main-color) 0, var(--qode-main-color) 4px, transparent 4px, transparent 100%);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .25s ease-out
}

@media only screen and (max-width:1440px) {
    .qodef-background-text .qodef-m-background-text {
        font-size: 135px
    }
}

@media only screen and (max-width:680px) {
    .qodef-background-text .qodef-m-background-text {
        display: none !important
    }
}

@media only screen and (max-width:680px) {
    #qodef-author-info .qodef-m-inner {
        flex-wrap: wrap
    }
    #qodef-author-info .qodef-m-content {
        margin-top: 23px
    }
}

@media only screen and (max-width:1024px) {
    body:not(.qodef-content-behind-header) #qodef-page-outer {
        margin-top: 0 !important
    }
}

@media only screen and (max-width:1024px) {
    .qodef-header--vertical-sliding #qodef-page-header-inner {
        display: none
    }
    .qodef-header--vertical-sliding #qodef-page-outer,
    .qodef-header--vertical-sliding footer {
        padding-left: 0
    }
}

@media only screen and (max-width:1024px) {
    .qodef-header--vertical #qodef-page-header-inner {
        display: none
    }
    .qodef-header--vertical #qodef-page-footer,
    .qodef-header--vertical #qodef-page-outer {
        padding-left: 0
    }
}

@media only screen and (max-width:1024px) {
    #qodef-top-area {
        display: none
    }
}

@media (max-width:1440px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5
    }
}

@media (max-width:1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
}

@media (max-width:1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
}

@media (max-width:768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
}

@media (max-width:680px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8
    }
}

@media (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
}

@media (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
}

@media (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
}

@media (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
}

@media (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5
    }
}

@media (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6
    }
}

@media (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7
    }
}

@media (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7
    }
}

@media (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8
    }
}

@media (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
}

@media (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
}

@media (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
}

@media (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
}

@media (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5
    }
}

@media (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6
    }
}

@media (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7
    }
}

@media (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8
    }
}

@media (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
}

@media (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
}

@media (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
}

@media (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
}

@media (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5
    }
}

@media (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6
    }
}

@media (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7
    }
}

@media (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8
    }
}

@media (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
}

@media (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
}

@media (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
}

@media (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
}

@media (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5
    }
}

@media (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6
    }
}

@media (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7
    }
}

@media (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8
    }
}

@media (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
}

@media (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
}

@media (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
}

@media (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
}

@media (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5
    }
}

@media (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6
    }
}

@media (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7
    }
}

@media (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8
    }
}

@media only screen and (max-width:1440px) {
    .qodef-twitter-list.qodef-vertical-gutter--huge .ctf-tweets {
        --qode-columns-row-gap: 60px
    }
    .qodef-twitter-list.qodef-vertical-gutter--extreme .ctf-tweets {
        --qode-columns-row-gap: 100px
    }
    .qodef-twitter-list.qodef-gutter--huge .ctf-tweets {
        --qode-columns-col-gap: 60px
    }
    .qodef-twitter-list.qodef-gutter--extreme .ctf-tweets {
        --qode-columns-col-gap: 100px
    }
}

@media only screen and (max-width:680px) {
    #yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner {
        flex-wrap: wrap
    }
}

@media only screen and (max-width:680px) {
    #yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image {
        max-height: 30vh
    }
}

@media only screen and (max-width:680px) {
    #yith-quick-view-modal #yith-quick-view-content.single-product .woocommerce-product-details__short-description {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-single .qodef-variations--small .qodef-grid-item .qodef-media {
        margin: 0 0 47px
    }
    .qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info {
        margin-top: 26px;
        margin-left: 0
    }
}

@media only screen and (max-width:768px) {
    .qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
        display: block
    }
    .qodef-call-to-action.qodef-layout--standard .qodef-m-inner .qodef-m-content {
        padding-right: 0
    }
    .qodef-call-to-action.qodef-layout--standard .qodef-m-button {
        margin-top: 20px
    }
}

@media only screen and (max-width:768px) {
    .qodef-cards-gallery .qodef-m-fake-card {
        transform: scale(.8)
    }
    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card {
        transform: scale(.8)
    }
    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out {
        transform: translateX(-100%)
    }
    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(6) {
        transform: scale(.3) translateX(84%)
    }
    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(5) {
        transform: scale(.4) translateX(60%)
    }
    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(4) {
        transform: scale(.5) translateX(39%)
    }
    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(3) {
        transform: scale(.6) translateX(25%)
    }
    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(2) {
        transform: scale(.7) translateX(11.2%)
    }
    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card {
        transform: scale(.8)
    }
    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out {
        transform: translateX(100%)
    }
    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(6) {
        transform: scale(.3) translateX(-84%)
    }
    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(5) {
        transform: scale(.4) translateX(-60%)
    }
    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(4) {
        transform: scale(.5) translateX(-39%)
    }
    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(3) {
        transform: scale(.6) translateX(-25%)
    }
    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(2) {
        transform: scale(.7) translateX(-11.2%)
    }
}

@media only screen and (max-width:768px) {
    .qodef-countdown.qodef-show--4 .qodef-digit-wrapper,
    .qodef-countdown.qodef-show--5 .qodef-digit-wrapper,
    .qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
        width: 33.33333333333333%
    }
}

@media only screen and (max-width:1024px) {
    .qodef-frame-slider-holder {
        margin-bottom: 96px
    }
    .qodef-frame-slider-holder .swiper-pagination-bullets {
        bottom: -96px !important
    }
}

@media only screen and (max-width:768px) {
    .qodef-frame-slider-holder {
        margin-bottom: 86px
    }
    .qodef-frame-slider-holder .swiper-pagination-bullets {
        bottom: -86px !important
    }
}

@media only screen and (max-width:680px) {
    .qodef-frame-slider-holder {
        margin-bottom: 76px
    }
    .qodef-frame-slider-holder .swiper-pagination-bullets {
        bottom: -76px !important
    }
}

@media only screen and (max-width:480px) {
    .qodef-frame-slider-holder {
        margin-bottom: 46px
    }
    .qodef-frame-slider-holder .swiper-pagination-bullets {
        bottom: -46px !important
    }
}

@media only screen and (max-width:1024px) {
    .qodef-highlight.qodef-title-break--disabled .qodef-m-title br {
        display: none
    }
}

@media only screen and (max-width:680px) {
    .qodef-image-marquee .qodef-m-content.qodef--desktop {
        display: none
    }
    .qodef-image-marquee .qodef-m-content.qodef--mobile {
        display: block
    }
}

@media only screen and (max-width:1024px) {
    .qodef-info-section.qodef-title-break--disabled .qodef-m-title br {
        display: none
    }
}

@media only screen and (max-width:1366px) {
    .qodef-interactive-link-showcase.qodef-type--standard {
        padding: 100px 0
    }
    .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-images {
        width: 60%
    }
    .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items {
        width: 40%
    }
}

@media only screen and (max-width:1024px) {
    .qodef-interactive-link-showcase.qodef-type--standard {
        padding: 60px 0
    }
    .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-images {
        width: 80%
    }
    .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items {
        width: 100%;
        padding-left: 60px;
        align-items: flex-start
    }
    .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-item {
        font-size: 32px;
        line-height: 1.125;
        font-weight: 600;
        padding-bottom: 3px
    }
}

@media only screen and (max-width:680px) {
    .qodef-interactive-link-showcase.qodef-type--standard {
        padding: 30px 0
    }
    .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items {
        padding-left: 30px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-item-showcase {
        align-items: flex-start;
        flex-wrap: wrap
    }
    .qodef-item-showcase .qodef-m-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 40%;
        padding-right: 40px;
        margin: 0 !important
    }
    .qodef-item-showcase .qodef-m-items {
        left: 40%;
        width: calc(100% - 40%)
    }
    .qodef-item-showcase .qodef-m-items .qodef-m-item {
        transition-delay: 0s
    }
    .qodef-item-showcase .qodef-m-items.qodef--left {
        text-align: left
    }
    .qodef-item-showcase .qodef-m-items.qodef--right .qodef-m-item:first-child {
        margin-top: 40px
    }
    .qodef-item-showcase .qodef-m-item {
        margin-top: 40px
    }
}

@media only screen and (max-width:680px) {
    .qodef-item-showcase .qodef-m-image {
        display: none
    }
    .qodef-item-showcase .qodef-m-items {
        left: 0;
        width: 100%
    }
}

@media only screen and (max-width:1024px) {
    .qodef-section-title.qodef-title-break--disabled .qodef-m-title br {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .qodef-swapping-image-gallery.qodef-info-position--right .qodef-m-info {
        padding-left: 60px
    }
    .qodef-swapping-image-gallery.qodef-info-position--left .qodef-m-info {
        padding-right: 60px
    }
    .qodef-swapping-image-gallery .qodef-m-info {
        padding-top: 30px
    }
    .qodef-swapping-image-gallery .qodef-m-info .qodef-m-headline {
        margin: 0 0 30px
    }
    .qodef-swapping-image-gallery.qodef-title-break--disabled .qodef-m-title br {
        display: none
    }
}

@media only screen and (max-width:680px) {
    .qodef-swapping-image-gallery {
        display: block
    }
    .qodef-swapping-image-gallery .qodef-m-image-holder,
    .qodef-swapping-image-gallery .qodef-m-info {
        flex-basis: auto
    }
    .qodef-swapping-image-gallery.qodef-info-position--right .qodef-m-info {
        padding-left: 0
    }
    .qodef-swapping-image-gallery.qodef-info-position--left .qodef-m-info {
        padding-right: 0
    }
}

@media only screen and (max-width:680px) {
    .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
        display: block
    }
    .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
        padding-right: 0;
        margin-right: 0;
        border-right: 0
    }
    .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content {
        margin-top: 26px
    }
    .qodef-tabs.qodef-layout--simple .qodef-tabs-content {
        margin: 26px 0 0
    }
}

@media only screen and (max-width:1024px) {
    .qodef-vertical-split-slider.qodef-disable-below--1024 {
        display: none
    }
    .qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vertical-split-slider-responsive {
        display: block
    }
    .qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vertical-split-slider-responsive .qodef-m-slide-content {
        padding: 10% 10% 10% 40px
    }
    .qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vertical-split-slider-responsive .qodef-m-slide-image {
        min-height: 50vh
    }
    .qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vertical-split-slider-responsive .qodef-m-label-holder {
        left: 0;
        right: auto
    }
}

@media only screen and (max-width:768px) {
    .qodef-vertical-split-slider.qodef-disable-below--768 {
        display: none
    }
    .qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vertical-split-slider-responsive {
        display: block
    }
    .qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vertical-split-slider-responsive .qodef-m-slide-content {
        padding: 10% 10% 10% 40px
    }
    .qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vertical-split-slider-responsive .qodef-m-slide-image {
        min-height: 50vh
    }
    .qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vertical-split-slider-responsive .qodef-m-label-holder {
        left: 0;
        right: auto
    }
}

@media only screen and (max-width:1440px) {
    .qodef-vertical-split-slider .qodef-m-label-holder,
    .qodef-vertical-split-slider-responsive .qodef-m-label-holder {
        height: 140px;
        width: 140px
    }
    .qodef-vertical-split-slider .qodef-m-image,
    .qodef-vertical-split-slider-responsive .qodef-m-image {
        height: 140px;
        width: 140px
    }
    .qodef-vertical-split-slider .qodef-m-image img,
    .qodef-vertical-split-slider-responsive .qodef-m-image img {
        height: 140px;
        width: 140px
    }
}

@media only screen and (max-width:680px) {
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1) {
        left: 1px
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2) {
        left: 46px
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3) {
        left: 91px
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4) {
        left: 136px
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5) {
        left: 181px
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6) {
        left: 226px
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7) {
        left: 271px
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
        left: auto;
        right: 0
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1) {
        right: auto;
        left: 1px
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2) {
        right: auto;
        left: 46px
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3) {
        right: auto;
        left: 91px
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4) {
        right: auto;
        left: 136px
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5) {
        right: auto;
        left: 181px
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6) {
        right: auto;
        left: 226px
    }
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7) {
        right: auto;
        left: 271px
    }
}

@media only screen and (max-width:1024px) {
    body:not(.qodef-content-behind-header) .qodef-page-title .qodef-m-content {
        padding-top: 0 !important
    }
}