.bg-black-trans {
    background-color: rgba(0, 0, 0, 0.5);
}

.theme-demos {
    display: none !important;
}

.slider-main-head .stroke {
    font-family: 'Brush Script MT', cursive!important;
    font-size: 130px;
    font-weight: 100;
    line-height: 50px;
    color: #fff!important;
}

.slider-main-head h3 {
    text-align: right;
    font-weight: 500;
    color: #fff;
    justify-content: center;
    display: inline-grid;
    font-size: 24px;
}

.pb-30 {
    padding-bottom: 30px;
}

.slider-main-head {
    display: flex;
    justify-content: end;
    padding-bottom: 30px;
}

.product-home-list ul {
    list-style: none;
}

.product-right-border {
    border-right: 1px solid #ebebeb;
}

.footer-quick-link {
    display: flex;
    justify-content: center;
}

.pb-50 {
    padding-bottom: 50px;
}

.feature-box-contact {
    height: 100%;
    justify-content: flex-start;
}

.pb-10 {
    padding-bottom: 10px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.download-main .interactive-banners-content .btn {
    bottom: 0!important;
    opacity: 1!important;
}

.download-main .interactive-banners-content:hover .btn {
    background-color: rgba(0, 0, 0, 0.6)
}

.footer-email-p {
    position: absolute;
}

.limit-single-page .single-page:nth-child(1) {
    display: none!important;
}

.limit-single-page .single-page:nth-child(2) {
    display: none!important;
}

.limit-single-page .single-page:nth-child(n+7) {
    display: none!important;
}

.features video {
    width: auto;
    max-width: 100%;
}

#google_translate_element {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.translate i {
    color: #fff;
    font-size: 24px;
}

.translate {
    position: fixed;
    bottom: 15px;
    left: 15px;
    width: 50px;
    height: 50px;
    background-color: #000;
    /* overflow: hidden; */
    border-radius: 50%;
    display: -ms-grid;
    display: grid;
    place-content: center;
    cursor: pointer;
    -webkit-box-shadow: 0 0 12px rgb(0 0 0 / 8%);
    box-shadow: 0 0 12px rgb(0 0 0 / 8%);
    z-index: 1000;
}

li.nav-item .dropdown a:hover::before,
li.nav-item .dropdown a:hover::before,
a:focus::before {
    transform-origin: left top;
    transform: scale(1, 1);
}

li.nav-item .dropdown a::before {
    position: absolute;
    background-color: #fff;
    transform-origin: right top;
    transform: scale(0, 1);
}

li.nav-item .dropdown a::before {
    content: '';
    bottom: 2px;
    height: 2px;
    transition: color .1s, transform .2s ease-out;
    display: block;
    width: 100%;
    left: 0;
}

.export-flag img {
    height: 70px;
}

.export-flag-box {
    margin-bottom: 20px;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    /* Background color */
    z-index: 9999;
    /* Make sure it appears above everything else */
    display: flex;
    justify-content: center;
    align-items: center;
}

#status img {
    /* width: 100px; */
    /* Adjust size as needed */
    height: auto;
}

.catalouge-btn {
    display: flex;
    justify-content: space-around;
    padding-top: 15px;
}

.xs-h-300px img {
    height: 100%;
}

.video-why-lexitas {
    display: flex;
    justify-content: center;
}


/* responsive */

@media only screen and (max-width: 1100px) and (min-width: 992px) {
    .lg-d-n {
        display: none;
    }
}

@media only screen and (max-width: 1280px) {
    .creativity-sec {
        padding: 50px 0!important;
    }
    .creativity-pb-0 {
        padding-bottom: 0 !important;
    }
    .list-style-06 li {
        height: 150px;
    }
}

@media only screen and (max-width: 991px) {
    .md-justify-content-center {
        justify-content: center!important;
    }
    .padding-twelve-lr {
        padding-left: 1%;
        padding-right: 1%;
    }
    .slider-main-head .stroke {
        font-size: 87px;
        line-height: 28px;
    }
    .process-step-style-04 .process-content {
        padding-top: 0px;
    }
    .md-order-2 {
        order: 2;
    }
    .process-step-style-04 .process-step-item {
        padding: 70px 25px 0;
    }
    .list-style-06 li {
        height: 115px;
    }
    .download-main .interactive-banners-content span {
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 600px) {
    .slider-main-head h3 {
        font-size: 22px;
    }
    .slider-main-head .stroke {
        font-size: 60px;
        line-height: 16px;
    }
    .footer-quick-link {
        justify-content: left;
    }
    .footer-mob-left {
        text-align: left!important;
    }
    h3 {
        font-size: 2.8rem;
        line-height: 3.5rem;
    }
    .font-weight-500 {
        font-weight: 400!important;
    }
    .about-desc-main h6 {
        font-size: 1.4rem;
        line-height: 2.1rem;
    }
    body {
        line-height: 24px;
    }
    .process-step-style-04 .process-step-item {
        padding: 40px 25px 0;
    }
    h5 {
        font-size: 2.2rem;
    }
    .list-style-06 li {
        height: auto;
    }
    .mob-justify-center {
        justify-content: center;
    }
}