@charset "utf-8";

/* home banner styles  */
.featureslider_sec.mobileshow {
    display: none;
}

#banner,
.homebannerslider {
    width: 100%;
    clear: both;
    overflow: hidden;
    /* max-width: 1903px; */
    position: relative;
    z-index: 0;
    margin: 0 auto;
}

.homebannerslider {
    float: left;
    margin: 0 !important;
}

.homebannerslider .slidediv {
    background: var(--darkblue);
    position: relative;
    z-index: 0;
    height: 790px;
    /* width: 100% !important; */
    overflow: hidden;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.desktop_banner {
    display: block !important;
    width: 100%;
    position: absolute;
    z-index: 0;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    /* height: 790px !important; */
    min-width: 1920px;
}

.bnrcontent {
    width: 1540px;
    max-width: 94%;
    margin: -90px 0 0 0;
    padding: 0;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.bannertxt {
    width: 100%;
    line-height: 1.22;
    font-weight: 300;
    text-transform: uppercase;
    font-size: clamp(1.375rem, 1.075rem + 1.5vw, 2.875rem);
    color: var(--white);
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    margin: 10px 0 25px 0;
}

.bannertxt span {
    font-weight: 500;
}

.bannersmalltxt {
    width: 100%;
    font-size: 14px;
    font-weight: 600 !important;
    color: var(--white);
    margin: 0;
    position: relative;
    z-index: 0;
    padding: 0 0 0 30px;
    font-weight: normal;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.bannersmalltxt:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background: var(--white);
    top: 12px;
    left: 0;
}

.homebannerslider:not(.slick-initialized) .slidediv:not(:nth-child(-n+1)) {
    display: none !important;
}

.bnrcontent .btnbar a {
    margin-left: 0 !important;
}

.bnrcontent .btnbar a:hover {
    background: var(--white) !important;
    color: var(--darkgrey) !important;
}

.scrolldowndiv {
    position: absolute;
    z-index: 1;
    top: 35%;
    left: 85%;
}

/* home page welcome text content style  */
.welcometxt .hm-content {
    width: calc(100% - 835px);
}

.welcometxt .hm-item {
    min-width: 835px;
}



/* our product section styles  */
.ourproducts {
    background: var(--litesitebg);
    padding: 80px 0;
}

.ourproducts .heading-46 {
    text-align: center;
}

ul.products {
    width: calc(100% + 40px);
    margin: 0 -20px !important;
}

ul.products .product {
    width: calc(33.33% - 40px) !important;
    margin: 0 20px !important;
}

section.ourproducts ul.products {
    width: calc(100% + 40px) !important;
    margin: 0 -20px !important;
}

section.ourproducts ul.products .product {
    padding: 0 20px;
    width: 100% !important;
    margin: 0 !important;
}

section.ourproducts ul.products .slick-list.draggable,
section.ourproducts ul.products .slick-list.draggable .slick-track {
    width: 100%;
}

.welcometxt .hm-content h1 {
    color: var(--darkgrey);
    line-height: 1.2;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-weight: 300;
    letter-spacing: normal;
    font-size: clamp(1.5rem, 1.225rem + 1.375vw, 2.875rem);
    text-transform: uppercase;
}

.welcometxt .hm-content h1 span {
    font-weight: 500;
}

section.faq-section .heading-46 {
    margin-top: 20px;
    line-height: 1;
}

main.home-page .whychoose_bx {
    width: calc(100% / 4);
}



/* for responsive styles */
@media (max-width: 1600px) {

    /*  banner responsive */
    .homebannerslider .slick-prev,
    .homebannerslider .slick-next {
        display: none !important;
    }

    .homebannerslider .slidediv {
        height: 600px;
    }
}

@media (max-width: 1440px) {

    /* whitespace common content */
    .welcometxt .hm-content {
        width: calc(100% - 650px);
    }

    .welcometxt .hm-item {
        min-width: 650px;
    }
}

@media (max-width: 1200px) {

    /* banner responsive */
    .homebannerslider .slidediv {
        height: 500px;
    }

    .bnrcontent {
        margin: 0;
    }

    /* whitespace common content */
    .welcometxt .hm-content {
        width: calc(100% - 550px);
    }

    .welcometxt .hm-item {
        min-width: 550px;
    }
}

@media (max-width: 992px) {

    main.home-page .whychoose_bx {
        width: calc(100% / 2 - 20px);
    }

    /* banner responsive */
    .homebannerslider .slidediv {
        height: 400px;
    }


    /* whitespace common content */
    .welcometxt .hm-content {
        width: 100%;
    }

    .welcometxt .hm-item {
        min-width: 100%;
    }

    .prodlistcontainer ul.products .slick-prev {
        left: 40px !important;
    }

    .prodlistcontainer ul.products .slick-next {
        right: 40px !important;
    }

    .ourproducts {
        padding: 60px 0;
    }

    .homebannerslider {
        margin: 60px 0 0 0 !important;
    }


}

@media (max-width: 768px) {

    .homebannerslider {
        margin: 0px !important;
    }

}

@media (max-width: 576px) {

    .ourproducts {
        padding: 20px 0;
    }

    .scrolldowndiv {
        display: none;
    }

    .homebannerslider .slidediv {
        height: calc(100vh - 130px);
    }

    .bannertxt {
        font-size: 36px;
    }

    .bannertxt span {
        font-size: 36px;
        line-height: 50px;
    }

    .bannertxt span br {
        display: none !important;
    }

    .whychoose_point_container {
        justify-content: center;
    }

    main.home-page .whychoose_bx {
        width: calc(100% / 1 - 20px);
    }

}