﻿.zash-nav .navbar .navbar-nav .nav-item {
    margin-top: 0 !important;
}

.ltn__slide-animation>*:nth-child(3) {
    -webkit-animation-delay: 0.4s !important;
    animation-delay: 0.4s !important;
    -webkit-animation-duration: 1s !important;
    animation-duration: 1s !important;
}
.ltn__slide-item .slide-sub-title .fa-home {
    display: none !important;
}
.ltn__slide-animation > *:nth-child(4) {
    -webkit-animation-delay: 0.8s !important;
    animation-delay: 0.8s !important;
    -webkit-animation-duration: 1.2s !important;
    animation-duration: 1.2s !important;
}
.ltn__slide-animation > *:nth-child(5) {
    -webkit-animation-delay: 1.1s !important;
    animation-delay: 1.1s !important;
    -webkit-animation-duration: 1.4s !important;
    animation-duration: 1.4s !important;
}

#button {
    background-color: #FF9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

.ltn__header-options-2 .mobile-menu-toggle>a {
    width: 50px;
    height: 50px;
    background: var(--white);
    -webkit-box-shadow: var(--ltn__box-shadow-1);
    box-shadow: var(--ltn__box-shadow-1);
}

.mobile-menu-toggle {
    margin-left: 15px;
    margin-top: 5px;
}

.mobile-menu-toggle>a {
    width: 24px;
    height: 32px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #333;
    margin-right: auto;
}

.mobile-menu-toggle svg {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 50px;
    height: 60px;
    margin-top: -2px;
    margin-right: -2px;
    cursor: pointer;
    -webkit-transform: translate3d(50%, -50%, 0);
    transform: translate3d(50%, -50%, 0);
}

.mobile-menu-toggle svg path {
    -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    -o-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    fill: none;
    stroke: #333;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    stroke-width: 30px;
}

.mobile-menu-toggle svg path#top,
.mobile-menu-toggle svg path#bottom {
    stroke-dasharray: 240px 950px;
}

.mobile-menu-toggle svg path#middle {
    stroke-dasharray: 240px 240px;
}

.mobile-menu-toggle .close svg path#top,
.mobile-menu-toggle .close svg path#bottom {
    stroke-dasharray: -650px;
    stroke-dashoffset: -650px;
}

.mobile-menu-toggle .close svg path#middle {
    stroke-dasharray: 1px 220px;
    stroke-dashoffset: -115px;
}

.menu-btn-white.mobile-menu-toggle>a {
    color: #fff;
}

.menu-btn-white.mobile-menu-toggle svg path {
    stroke: #fff;
}

.mobile-header-menu-fullwidth .mobile-menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid var(--border-color-1);
    padding: 7px 20px 6px;
    margin-left: 0;
}
/*
@media only screen and (max-width: 991px) {
    .navbar-area {
        position: fixed;
    }
}*/
#button {
    background-color: var(--section-bg-1) !important;
    color: var(--ltn__heading-color) !important;
    bottom: 45px !important;
    font-size: 20px !important;
    font-weight: bold !important;
    height: 40px !important;
    width: 40px !important;
    left: 3% !important;
    right: auto !important;
    text-align: center !important;
    -webkit-transform: rotate(-45deg) !important;
    -ms-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
    -webkit-transition: all 0.3s ease 0s !important;
    -o-transition: all 0.3s ease 0s !important;
    transition: all 0.3s ease 0s !important;
    -webkit-box-shadow: var(--ltn__box-shadow-3) !important;
    box-shadow: var(--ltn__box-shadow-3) !important;
    position: fixed;
    z-index: 2147483647;
}#button::after{
    content: none !important;
}#button:hover {
    background-color: var(--ltn__secondary-color)!important;
    color: var(--white)!important;
}#button i{
    line-height: 40px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

/* ---------------------------------------------------------------- */
/* 05.Animations                                                     
/* ---------------------------------------------------------------- */
@-webkit-keyframes ldsellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ldsellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes ldsellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes ldsellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-webkit-keyframes ldsellipsis2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(24px, 0);
        transform: translate(24px, 0);
    }
}

@keyframes ldsellipsis2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(24px, 0);
        transform: translate(24px, 0);
    }
}

@-webkit-keyframes pulseWhite {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes pulseWhite {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes pulsePrimary {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 60, 0, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 60, 0, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 60, 0, 0);
        box-shadow: 0 0 0 20px rgba(255, 60, 0, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 60, 0, 0);
        box-shadow: 0 0 0 0 rgba(255, 60, 0, 0);
    }
}

@keyframes pulsePrimary {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 60, 0, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 60, 0, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 60, 0, 0);
        box-shadow: 0 0 0 20px rgba(255, 60, 0, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 60, 0, 0);
        box-shadow: 0 0 0 0 rgba(255, 60, 0, 0);
    }
}

@-webkit-keyframes iconPulse {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes iconPulse {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
        /* ---------------------------------------------------------------- */
        /* 08.Preloader                            
    /* ---------------------------------------------------------------- */
        #preloader-wrap {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 9999999;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            position: fixed;
            background: #252525;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }
    
        .lds-ellipsis {
            width: 80px;
            height: 80px;
            position: relative;
            display: inline-block;
        }
    
        .lds-ellipsis div {
            top: 33px;
            width: 13px;
            height: 13px;
            border-radius: 50%;
            position: absolute;
            background: #fff;
            -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
            animation-timing-function: cubic-bezier(0, 1, 1, 0);
        }
    
        .lds-ellipsis div:nth-child(1) {
            left: 8px;
            -webkit-animation: ldsEllipsis1 0.6s infinite;
            animation: ldsEllipsis1 0.6s infinite;
        }
    
        .lds-ellipsis div:nth-child(2) {
            left: 8px;
            -webkit-animation: ldsellipsis2 0.6s infinite;
            animation: ldsellipsis2 0.6s infinite;
        }
    
        .lds-ellipsis div:nth-child(3) {
            left: 32px;
            -webkit-animation: ldsellipsis2 0.6s infinite;
            animation: ldsellipsis2 0.6s infinite;
        }
    
        .lds-ellipsis div:nth-child(4) {
            left: 56px;
            -webkit-animation: ldsellipsis3 0.6s infinite;
            animation: ldsellipsis3 0.6s infinite;
        }
        .call-us i{
            vertical-align: middle;
        }
        .show-sub{
            display:block !important;
            overflow: hidden;
        }


@media only screen and (min-width: 992px) {
    .navbar-area:not(.is-sticky) {
        top: 30px !important;
    }
}

.ltn__utilize-menu-inner {
    padding-left: 0px !important;
    padding-right: 10px;
}
.zash-nav .navbar .navbar-nav > .nav-item:first-child a {
    margin-left: 13px !important;
}
.zash-nav .navbar .navbar-nav > .nav-item:last-child a {
    margin-right: 13px !important;
    margin-left:0;
}
.bg-image-right-aboutus {
    position: absolute;
    content: "";
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/bg/21.jpg);
    height: 100%;
    width: 48%;
    right: auto;
    left: 0;
    top: 0;
}

.ltn__about-us-area.section-bg-1 {
    position: relative;
}
.ltn__breadcrumb-inner h1{
    display:none;
}
.ltn__breadcrumb-area {
    padding-top: 130px;
    padding-bottom: 60px;
}
.ltn__breadcrumb-inner {
    position: relative;
    top: 27px;
}
.ltn__copyright-area p {
    margin-bottom: 0 !important;
}
.zash-nav .navbar .navbar-brand {
    max-width: 120px;
}

.zash-responsive-nav .logo img {
    
 max-width: 82px !important;
}
.site-logo {
    max-width: 100px;
}
#navbarSupportedContent .call-us * {
    margin-bottom: 0 !important;

}
#navbarSupportedContent .call-us a * {
    color: inherit !important;
}
.short-desc {
    overflow: hidden;
    padding: 0 30px 0 0;
}
.product-price span label {
    margin-right: 10px;
}
.ltn__breadcrumb-area {
    margin-bottom: 30px !important;
}

@media only screen and (max-width: 600px) {
    .ltn__breadcrumb-area {
        padding-top: 50px !important;
        padding-bottom: 40px !important;
    }
}

@media only screen and (min-width: 600px) {
    .ltn__slide-item-2 .slide-title {
        font-size: 40px !important;
    }
}

@media only screen and (max-width: 600px) {
    .ltn__slide-item-2 .slide-title {
        font-size: 22px !important;
    }
}
.slide-item-info .btn {
    background: #282b38 !important;
}
#flag1 {
    left: 10px;
}
#flag2 {
    left: 65px;
}
.mobile-menu-toggle {
    float: left;
}
.flags-lang a {
    font-size: 11px !important;
    display: grid;
    text-align: center;
}
.flags-lang {
    position: absolute !important;
}
.flags-lang img {
    height: 20px;
    margin-bottom: 2px;
}
.ltn__slider-area {
    background-color: #fff !important;
}
.slide-item-info * {
    color:#fff;
}
.slider-sticky-icon-2 {
    color: #fff;
}
.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    width: max-content !important;
}
@media only screen and (max-width: 600px) {
    .ltn__slider-area .ltn__slide-item {
        padding:0 !important;
    }
    .ltn__slide-item-2 {
        min-height: unset !important;
        margin-top: 70px;
    }
    .ltn__slide-item-inner .row > div {
        display: flex;
        flex-direction: column-reverse;
    }
}
@media only screen and (min-width: 600px) {
    .ltn__slide-item-2 {
        height: auto !important;
        min-height: unset !important;
    }
    .aboutdesc {
        padding: 0 !important;
    }
}

.ltn__slider-11 .slide-item-img {
    position:relative !important;
    height: auto !important;
    width: 100% !important;
}
.slide-item-info {
    position: absolute !important;
    top: 40%;
    right: 19%;
}
@media only screen and (max-width: 600px) {
    .ltn__slider-11-slide-item-count .count {
        font-size: 20px !important;
    }
    .slide-item-info .btn {
        padding: 5px 12px !important;
        font-size: 12px !important;
    }
    .slide-item-info {
        position: absolute !important;
        top: 0;
        right: 15px;
    }
}
.ltn__slide-item-3-normal {
    padding-top: 0 !important;
}
.ltn__slide-item {
    padding-bottom: 0 !important;
}
.ltn__slider-11-img-slide-arrow .slick-prev, .ltn__slider-11-img-slide-arrow .slick-next {
    display: none !important;
}
.ltn__slider-11-slide-item-count {
    display: block !important;
    background-color: #f2f6f7eb !important;
    border-radius: 20px;
}
.ltn__slide-item-inner, .ltn__slide-item-inner > .row {
    width: 100%;
}
    .ltn__slide-item-inner > .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
.abrar-glass {
    height: 100%;
    display: block;
    width: 100%;
    position: absolute;
    right: 0px;
    top: 0;
    background: #ed2029d6;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    width: 50%;
    z-index: 1;
}


.cta-whatsapp-wrapper {
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 99999999;
}

    .cta-whatsapp-wrapper .img-cta-whatsapp {
        width: 60px;
        height: 60px;
    }

        .cta-whatsapp-wrapper .img-cta-whatsapp img {
            width: 100%;
            position: relative;
        }

        .cta-whatsapp-wrapper .img-cta-whatsapp:after {
            content: 'مشاوره آنلاین';
            width: 150px;
            right: 50px;
            top: 30%;
            z-index: -1;
            position: absolute;
            background-color: #79ba7d;
            padding: 2px 5px;
            border-radius: 5px;
            color: #f2faff;
            text-align: center;
        }

.box-cta-whatsapp-wrapper {
    position: fixed;
    background-color: #18eb29;
    bottom: 20px;
    right: 10px;
    width: 320px;
    padding: 15px 10px;
    text-align: justify;
    font-size: 0.8em;
    border-radius: 4px;
    color: #f2faff;
    display: none;
    opacity: 0.95;
}

    .box-cta-whatsapp-wrapper h5 {
        font-size: 1.1em !important;
        text-align: center;
        margin: 20px 0;
        font-weight: 600;
        color: #262626;
    }

    .box-cta-whatsapp-wrapper a {
        background-color: #f2faff;
        display: block;
        padding: 7px;
        text-align: center;
        color: #262626;
        border-radius: 4px;
        font-size: 1.1em;
        font-weight: 600;
    }

    .box-cta-whatsapp-wrapper span {
        position: absolute;
        top: 10px;
    }

        .box-cta-whatsapp-wrapper span img {
            width: 30px;
            z-index: 99;
            margin-top: -5px
        }

    .box-cta-whatsapp-wrapper a:hover {
        color: #79ba7e;
    }
.footer-newsletter button i {
    color: #fff !important;
}
.ltn__copyright-area *{
    color: #fff !important;
}
@media only screen and (max-width: 600px) {
    .bg-image-right-aboutus {
        width: 100% !important;
    }
    .ltn__about-us-area .about-us-info-wrap .section-title-area, .ltn__about-us-area .about-us-info-wrap > p {
        display: none !important;
    }
}