.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: 70px!important;
        font-size: 20px!important;
        font-weight: bold!important;
        height: 40px!important;
        width: 40px!important;
        left: 3%!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: 0px !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: 70px;
}
.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: 25px !important;
    }
}