

body {
    /*height: 100%;*/
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    box-sizing: border-box;
    /*font-family: 'Poppins', sans-serif;*/
    font-family: 'Poppins';
}

.extContent {
    padding-bottom: 300px !important;
}

.main-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1;
}

main {
    flex: 1;
}

/* Margins Fixed*/

.mtb-10 {
    margin: 10px 0px !important;
}

/* COLORS */
.whtBG {
    background-color: #fff;
}

.upiGray-bg {
    background-color: #f2f2f2;
}

.upiGray-light-bg {
    background-color: #fdfdfd;
}

.upiGray-txt {
    color: #f2f2f2;
}

.upiBlue2-bg {
    background-color: #023059;
}

.upiBlue2-txt {
    color: #023059;
}

    .upiBlue2-txt a:link {
        color: #023059;
    }

    .upiBlue2-txt a:hover {
        color: #03588C;
    }






.upiBlue3-bg {
    background-color: #03588C;
}

.upiBlue3-txt {
    color: #03588C;
}

.bottomBorder {
    border-bottom: 1px solid #5E9ABF;
    padding-bottom: 20px;
}

.fontb-1-8 {
    font-size: 1.8rem;
    font-weight: bold;
}

.border-tb-1 {
    border-top: 1px solid #03588C;
    border-bottom: 1px solid #03588C;
}

.text-20 {
    font-size: 19px;
    font-weight: bold;
}
.text-18 {
    font-size: 18px;
}
.text-19 {
    font-size: 18px;
}

.imgContain {
    width: 100%;
    padding: 10px 5px;
}
/* prod box 01 */
.prod-box-01 {
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

    .prod-box-01:hover {
        -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
    }

    .prod-box-01:before {
        background: #084768;
        content: "";
        height: 0;
        left: 0px;
        position: absolute;
        top: 0;
        transition: all 0.2s ease-in-out 0s;
        width: 2px;
    }

    .prod-box-01:hover:before {
        height: 100%;
    }

/* ref box */
.ref-box {
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

    .ref-box:hover {
        -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
    }

    .ref-box:before {
        background: #084768;
        content: "";
        height: 0;
        left: 0px;
        position: absolute;
        top: 0;
        transition: all 0.2s ease-in-out 0s;
        width: 2px;
    }

    .ref-box:hover:before {
        height: 100%;
    }

.ref-pad-1r {
    padding: 1rem !important;
}

.butn-pad-5r {
    padding: .5rem !important;
}

.mtb-1-5 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.mtb-1-5 {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
}

/*.upiblue-main {
    color: #084768;
}*/

.titlePage {
    transition: none 0s ease 0s;
    text-align: inherit;
    line-height: 60px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 700;
    /*    font-size: 58px;*/
    font-size: 3.625rem;
    text-shadow: 0px 0px 8px #1e2022;
    --bs-text-opacity: 1;
    color: #fff;
}

.prodHeaderTitle {
    transition: none 0s ease 0s;
    text-align: inherit;
    line-height: 50px;
    border-width: 0px;
    margin: 0px;
    /*padding: 0px;*/
    padding-top: 25px;
    padding-bottom: 0px;
    letter-spacing: 0px;
    font-weight: 700;
    /*    font-size: 58px;*/
    /*font-size: 3.625rem;*/
    font-size: 3.0rem;
    text-shadow: 0px 0px 8px #1e2022;
    --bs-text-opacity: 1;
    color: #fff;
}

.prodHeaderSub {
    line-height: 20px;
    font-size: 1.0rem;
    color: #fff;
    padding-top: 6px;
    padding-bottom: 25px;
    padding-left: 3px;
}

.prodName:link, .prodName:visited {
    color: #023059 !important;
    text-decoration: none;
}


.prodName:hover, .prodName:focus {
    /*color: #03588C;*/
    color: #5e9abf !important;
    text-decoration: none;
}


@media (max-width: 650px) {
    .titlePage {
        font-size: 2.2rem;
        line-height: 40px;
    }

    .prodHeaderTitle {
        font-size: 2.2rem;
        line-height: 40px;
    }
}

/*.bgGrad {*/
    /*    background-image: linear-gradient(to left bottom, #084768, #1a4765, #254762, #2c485e, #33485b, #3d5061, #475868, #51606e, #637281, #768595, #8999a9, #9dadbd);*/

    /*background-image: linear-gradient(90deg, rgba(2,48,89,1) 20%, rgba(4,30,74,1) 80%);
}*/

.products {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .products img {
        /* max-width: 100% !important;*/
        max-width: 300px !important;
        height: auto;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
        color: rgba(255,255,255,.8) !important;
    }





    .bg-light {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important;
        /*    #D7DEED*/
        /*background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important;*/
    }

    .img-p10 {
        padding: 0 10px;
        margin: 0 auto;
    }

    .img-p20 {
        padding: 0 30px;
        margin: 0 auto;
    }

    .img-p30 {
        padding: 0 30px;
        margin: 0 auto;
    }

    .img-p50 {
        padding: 0 50px;
        margin: 0 auto;
    }

    .img-p60 {
        padding: 0 60px;
        margin: 0 auto;
    }

    .img-p100 {
        padding: 0 100px;
    }

    .img-p20x100 {
        padding: 20px 100px;
    }

.img-p20x100x5 {
    padding: 20px 100px 5px;
}

.img-p20x75x10 {
    padding: 20px 75px 5px;
}

    .img-mtb-10px {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .img-plr30-mtbauto {
        padding-left: 30px;
        padding-right: 30px;
        margin-top: auto;
        margin-bottom: auto;
    }

    .item-img-90 {
        max-width: 90%;
        align-items: center;
    }

    .item-img-100 {
        max-width: 100%;
        align-items: center;
    }




    @media screen and (max-width: 767px) {

        .mobil-show {
            display: none;
        }
    }



    .section-tb-90 {
        padding: 90px 0 !important;
    }

    .smlCaps {
        font-variant: small-caps;
    }

    .allCapBold {
        text-transform: capitalize;
        font-weight: bold;
    }

    .nobull li {
        list-style: none;
        list-style-type: none;
    }

    .pr-20 {
        padding-right: 20px;
    }

    .mlr-7 {
        margin: 0 7px;
    }

.ptb-20 {
    padding: 20px 0 !important;
}

.ptb-50 {
    padding: 50px 0 !important;
}

.ptb-60 {
    padding: 60px 0 !important;
}

.ptb-70 {
    padding: 70px 0 !important;
}
.ptb-80 {
    padding: 80px 0 !important;
}

    .card-style1 .card-body .card-text {
        padding: 0 0 0 0 !important;
    }

    .mt--20 {
        margin-top: -20px;
    }

    .card .card-style22 {
        padding: 25px;
        position: relative;
    }


    /*** Reference Styles ***/
    .refLink {
        color: #232323;
        line-height: 20px;
        text-align: left;
        white-space: normal;
        text-decoration: none !important;
    }




    /* ===================================
    Cards
====================================== */
    /* card-style1 */
    .card-style22 {
        position: relative;
        background: #fff;
        border: 1px solid #eee;
        border-radius: 5px;
        overflow: hidden;
        -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
        box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
    }

        .card-style22 .card-date {
            display: inline-block;
        }

            .card-style22 .card-date:before {
                content: "/";
                padding-right: 5px;
            }

            .card-style22 .card-date h5 {
                font-size: 12px;
                line-height: normal;
                letter-spacing: 2px;
                display: inline-block;
                vertical-align: middle;
                margin-bottom: 0;
            }

            .card-style22 .card-date p {
                font-size: 12px;
                margin-bottom: 0;
                padding: 0;
                border: none;
                display: inline-block;
                vertical-align: middle;
                text-transform: uppercase;
            }

        .card-style22 .card-body {
            padding: 25px;
            position: relative;
        }

            .card-style22 .card-body > span {
                color: #084768;
                font-size: 13px;
                padding-right: 5px;
            }

            .card-style22 .card-body h4 {
                font-size: 16px;
                line-height: normal;
                margin-bottom: 3px;
            }

            .card-style22 .card-body ul li {
                display: inline-block;
                margin: 10px 25px 10px 0;
            }
            /*      .card-style1 .card-body ul li i {
        color: #084768;
        font-size: 14px;
        font-weight: 500;
        margin-right: 10px; }*/

            .card-style22 .card-body .card-text {
                padding: 15px 0 0 0;
            }

    .card-left-justify {
        text-align: left;
    }

    .allCaps {
        text-transform: uppercase;
    }

    .minH {
        min-height: 326px;
    }

    /* For Material/Product Page */

    .sticky-div-button {
        position: sticky;
        position: -webkit-sticky;
        top: 90px;
        left: 0px;
        padding: 5px 10px;
        background-color: #03588c !important;
        color: #f2f2f2 !important;
        border-radius: 5px;
        cursor: pointer;
        z-index: 1050;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
        text-align: center;
        width: fit-content;
    }

        .sticky-div-button:hover {
            background-color: #f2f2f2 !important;
            color: #03588c !important;
        }

    @media (max-width: 768px) {
        .sticky-div-button {
            display: none !important;
        }
    }

    .case-block-inner h4:after {
        content: '';
        display: block;
        width: 80px;
        height: 2px;
        background: #084768;
        margin-top: 10px;
        margin-bottom: 15px;
        -webkit-transition-duration: .4s;
        transition-duration: .4s;
    }

    .case-block-inner p {
        margin-bottom: 12px;
    }

    /* list style 5b */
    .list-style-5b {
        list-style: none;
        margin: 0;
        padding: 0 0 0 15px;
    }

        .list-style-5b li {
            position: relative;
            padding: 0 0 10px 25px;
            margin: 0 0 10px 0;
            /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
        }

            .list-style-5b li:before {
                content: "\f192";
                position: absolute;
                top: 0;
                left: 0;
                font-family: Font Awesome\ 5 Free;
                color: #c0c0c0;
            }

            .list-style-5b li:first-child {
                padding-top: 10px;
            }

                .list-style-5b li:first-child:before {
                    top: 11px;
                }

            .list-style-5b li:last-child {
                border-bottom: 0;
                margin-bottom: 0;
            }

        .list-style-5b.list-style-color li {
            border-color: rgba(255, 255, 255, 0.15);
        }

            .list-style-5b.list-style-color li:before {
                color: #232323;
            }

    .padt-1 {
        padding-top: 1em !important;
    }

    .section-heading-1b {
        margin-bottom: 20px;
        text-align: left;
    }

        .section-heading-1b.half {
            margin-bottom: 30px;
        }

        .section-heading-1b h1, .section-heading-1b h2, .section-heading-1b h3, .section-heading-1b h4, .section-heading-1b h5, .section-heading-1b h6 {
            position: relative;
            padding-bottom: 10px;
            font-weight: 600;
            margin-bottom: 10px;
            position: relative;
            line-height: 140%;
        }

            .section-heading-1b h1:after, .section-heading-1b h2:after, .section-heading-1b h3:after, .section-heading-1b h4:after, .section-heading-1b h5:after, .section-heading-1b h6:after {
                content: '';
                display: block;
                width: 100px;
                height: 2px;
                background: #084768;
                left: 0;
                /*margin: 0 auto;*/
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
            }

        .section-heading-1b.white h1, .section-heading-1b.white h2, .section-heading-1b.white h3, .section-heading-1b.white h4, .section-heading-1b.white h5, .section-heading-1b.white h6 {
            color: #fff;
        }

        .section-heading-1b.grey h1, .section-heading-1b.grey h2, .section-heading-1b.grey h3, .section-heading-1b.grey h4, .section-heading-1b.grey h5, .section-heading-1b.grey h6 {
            color: #b7b7b7;
        }

            .section-heading-1b.grey h1:after, .section-heading-1b.grey h2:after, .section-heading-1b.grey h3:after, .section-heading-1b.grey h4:after, .section-heading-1b.grey h5:after, .section-heading-1b.grey h6:after {
                background: #b7b7b7;
            }

        .section-heading-1b.left {
            text-align: left;
        }

            .section-heading-1b.left h1, .section-heading-1b.left h2, .section-heading-1b.left h3, .section-heading-1b.left h4, .section-heading-1b.left h5, .section-heading-1b.left h6 {
                padding-bottom: 15px;
            }

                .section-heading-1b.left h1:after, .section-heading-1b.left h2:after, .section-heading-1b.left h3:after, .section-heading-1b.left h4:after, .section-heading-1b.left h5:after, .section-heading-1b.left h6:after {
                    margin: 0;
                    left: 0;
                }

        .section-heading-1b strong {
            font-weight: 600;
        }

        .section-heading-1b.white p {
            color: #fff;
        }

        .section-heading-1b p {
            font-size: 15px;
            font-weight: 400;
            padding-top: 15px;
            margin: 0 auto;
        }

        .section-heading-1b span {
            position: relative;
            font-size: 15px;
            font-weight: 500;
            color: #084768;
            line-height: 200%;
            margin-bottom: 10px;
        }

        .section-heading-1b.white span {
            color: #fff;
        }

        .section-heading-1b.grey span {
            color: #b7b7b7;
        }

        .section-heading-1b .badge {
            display: inline-block;
            padding: 7px 19px;
            font-size: 12px;
            font-weight: 700;
            line-height: 1;
            text-align: center;
            white-space: nowrap;
            vertical-align: baseline;
            border-radius: 14px;
            color: #084768;
            border: 1px solid #084768;
            background: transparent;
            text-transform: uppercase;
            letter-spacing: .075em;
        }

.butn-nuvite {
    /*background: #4F7C93;*/
    /*background: #5E9ABF;*/
    /*background: #03588C;*/
    background: #878787;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 12px 30px !important;
    line-height: normal;
    font-weight: 500;
    text-transform: none !important;
    position: relative;
    z-index: 9999;
    display: inline-block;
    white-space: nowrap;
    border: none;
    cursor: pointer;
}

/*    .butn-nuvite .wide-80p {

        width: 80% !important;
    }*/

    .butn-nuvite span {
        z-index: 9;
        position: relative;
    }

        .butn-nuvite:hover,
        .butn-nuvite:active,
        .butn-nuvite:focus {
            /*color: #fff;*/
            color: #000;
            border-radius: 6px;
        }

    .butn-nuvite:after {
        content: '';
        position: absolute;
        border-radius: 6px;
        bottom: 6px;
        left: 0;
        height: 2px;
        color: #000;
        -webkit-transition: width .4s;
        -o-transition: width .4s;
        transition: width .4s;
        width: 0;
        background: #fff64d;
        height: 100%;
        top: 0;
        z-index: 1;
    }
        .butn-nuvite:hover:after,
        .butn-nuvite:active:after,
        .butn-nuvite:focus:after {
            width: 100%;
            border-radius: 6px;
        }



        .butn-nuvite.white {
            background: #fff;
            color: #232323;
        }

            .butn-nuvite.white:hover,
            .butn-nuvite.white:active,
            .butn-nuvite.white:focus {
                color: #fff;
                border-radius: 3px;
            }

            .butn-nuvite.white:after {
                background: #232323;
                border-radius: 3px;
            }




        .butn-nuvite.primary {
            background: #084768;
            color: #fff !important;
        }

            .butn-nuvite.primary span {
                color: #fff;
            }

            .butn-nuvite.primary:hover,
            .butn-nuvite.primary:active,
            .butn-nuvite.primary:focus {
                color: #fff !important;
                border-radius: 3px;
            }

            .butn-nuvite.primary:after {
                background: #232323;
                border-radius: 3px;
            }

            .butn-nuvite.primary.white-hover:hover,
            .butn-nuvite.primary.white-hover:active,
            .butn-nuvite.primary.white-hover:focus {
                color: #232323;
            }

                .butn-nuvite.primary.white-hover:hover span,
                .butn-nuvite.primary.white-hover:active span,
                .butn-nuvite.primary.white-hover:focus span {
                    color: #232323;
                }

            .butn-nuvite.primary.white-hover:after {
                background: #fff;
                border-radius: 3px;
            }

        .butn-nuvite.small {
            padding: 8px 20px !important;
            text-decoration: none !important;
        }

        .butn-nuvite.medium {
            padding: 10px 20px !important;
        }

    .butn-nuvite.large {
        padding: 15px 20px !important;
    }



    .lightFrame {
        background: #ffffff;
        border: 1px solid #ededed;
        border-radius: 5px;
        /*padding: 30px 30px 30px 95px;*/
        padding: 20px;
        /*height: 100%;*/
        position: relative;
        transition-timing-function: ease-in-out;
        -moz-transition-timing-function: ease-in-out;
        -webkit-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        transition-duration: .5s;
        -moz-transition-duration: .5s;
        -webkit-transition-duration: .5s;
        -o-transition-duration: .5s;
    }

    .aRight {
        align-items: flex-end;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }

    .boxCenter {
        position: inherit !important;
    }

    .b10pt90p {
        padding-top: 90px;
        padding-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .text-white-80 {
        --bs-text-opacity: 1;
        color: rgba(255,255,255,.8) !important;
    }

    .text-shadow-gray {
        text-shadow: 0px 0px 8px #1e2022;
    }

    .whtText {
        color: #ffffff !important;
    }
    /*    .whtText a:link,
    a:active,
    a:hover,
    a:visited
    {
        color: #ffffff !important;
        font-weight: bold;
        text-decoration: none !important;
    }*/
    a.whtTextLink:active, a.whtTextLink:hover {
        color: #ffffff !important;
        font-weight: bold;
        text-decoration: none !important;
    }

    a.whtTextLink:link, a.whtTextLink:visited {
        color: #ffffff !important;
        font-weight: bold;
        text-decoration: none !important;
    }


.txtWHTHead:link,
.txtWHTHead:visited {
    color: #d1d1d1 !important;
    font-weight: bold;
    text-decoration: none !important;
}

.txtWHTHead:hover,
.txtWHTHead:active {
    color: #ffffff !important;
    font-weight: bold;
    text-decoration: none !important;
}

.footerCompanyLinks {
    list-style: none;
    padding: 0;
    text-align: center;
    font-size: 1.7rem;
}
    .footerCompanyLinks li {
        display: inline-block;
        margin: 0 10px;
    }
.abCenter {
    text-align: center;
}


.font-24b {
    font-size: 24px;
    font-weight: bold;
}

    .m-lr-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .font-20 {
        font-size: 20px;
    }

    .l-auto {
        left: auto !important;
        position: relative !important;
        top: auto !important;
        height: 240px !important;
    }

    .iso-mb-15 {
        margin-bottom: 15px !important;
    }

    .notMobile {
        display: none !important;
    }

    .isMobile {
        display: none !important;
    }

    .noUnder {
        text-decoration: none !important;
    }


    .contact-info-section ul {
        list-style: none;
        counter-reset: item;
    }

        .contact-info-section ul li {
            margin-left: 2em;
            margin-right: 1em;
        }

        .contact-info-section ul.distroFac li:first-child {
            padding-left: 0px;
            margin-left: 0px;
        }

    /*.contact-info-section i {
        width: 22px;
        height: 22px;
        padding-top: 5px;
        border-radius: 50%;
        background: #084768;
        color: #fff;
        font-size: 10px;
        margin-right: 5px;
        line-height: 11px;
    }*/

    .inline li {
        display: inline-block;
    }


    /*.mt-0{
    margin-top: 0px !important;
}*/

    .pt-0b {
        padding-top: 0 !important;
    }

    ul.blineStyle {
        display: inline-block !important;
        list-style: none !important;
        padding-left: 10px;
    }



    /*** Events Page Styles ***/





    /*** Filtering ***/
    .eventfiltering {
        margin-bottom: 10px;
    }

        .eventfiltering span {
            border-bottom: 1px solid rgba(0, 0, 0, 0);
            color: #333333;
            cursor: pointer;
            font-size: 16px;
            font-weight: 600;
            letter-spacing: 1px;
            margin-right: 20px;
            display: inline-block;
            margin-bottom: 5px;
        }

            .eventfiltering span:last-child {
                margin: 0;
            }

        .eventfiltering .active {
            border-color: #084768;
            color: #084768;
        }


    .filterBoxBottom {
        border-bottom: 1px solid grey;
        padding: 15px 0;
    }

    .filterCenterBorder {
        position: relative;
        padding: 15px 0;
    }

        .filterCenterBorder::after {
            content: '';
            position: absolute;
            bottom: 0;
            /*left: 50%;*/
            width: 100%;
            border-bottom: 1px solid #5e5e5e;
            /*transform: translateX(-50%);*/
        }


    .filterImg {
        max-height: 15px;
        display: inline;
        padding-right: 10px;
    }

    /*** Applied Filters  ***/

    .applied-filters {
        margin-bottom: 15px;
    }

    .filter-box {
        display: inline-block;
        background-color: #f1f1f1;
        padding: 5px 10px;
        margin: 0 5px 5px 0;
        border-radius: 5px;
        font-size: 14px;
    }

        .filter-box .remove-filter {
            cursor: pointer;
            color: red;
            margin-left: 5px;
            font-weight: bold;
        }

    .hidden-checkbox {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }





    /** NEW TO TEST START **/

    /*.filterCard {
        padding: 1rem;
        background: #f2f2f2;
        border-bottom: 1px solid #777;
        display: flex;
        flex-direction: column;
        padding: 0.85rem 0;
    }

        .filterCard:first-of-type {
            padding-top: .5rem;
        }

        .filterCard:last-of-type {
            border-bottom: 0px solid #777;
        }

    .filterValue {
        position: static;
        height: 1.1rem;
        width: 1.1rem;
        margin-right: 6px;
    }

        .filterValue:checked {
            background: #03588c;
            color: #fff !important;
        }

    .mmfilterValue {
        position: static;
        height: 1.1rem;
        width: 1.1rem;
        margin-right: 6px;
    }

        .mmfilterValue:checked {
            background: #03588c;
            color: #fff !important;
        }

    .filterLabel {
        font-size: 1rem;
        font-weight: bold;
        padding-bottom: 0;
        margin-bottom: 0.5rem;
    }

    .filterListLabel {
        color: rgb(42, 42, 51);
        font-family: "Open Sans", "Adjusted Arial", Tahoma, Geneva, sans-serif;
        font-size: 1rem;
    }

    .filterListLabel2 {
        color: rgb(42, 42, 51);
        font-family: "Open Sans", "Adjusted Arial", Tahoma, Geneva, sans-serif;
        font-size: 1rem;
        padding: 2px 5px;
    }

    .filterContent {
        font-size: 1rem;
        padding: 0px;*/
        /* place-items: center;
    display: grid */
    /*}

    .filterSection {
        max-width: 300px;
        width: 100%;
        background: #f2f2f2;
        margin: 2.5rem auto;
    }

    .filterGrid {
        display: grid;
        gap: 1rem;
        grid-template-columns: repeat(auto-fit, minmax(min(100%, 150px), 1fr));
        position: relative;
    }

        .filterGrid > * {
            padding: 0.25rem;
        }*/

/*    .rowInline {
        display: flex;
        height: 1.7rem;
        align-items: center;
        width: 100% !important;
    }*/

    /** NEW TO TEST END **/




    /* New Filters Styles START */








/*
    .filter2Cols {
        width: 100% !important;
        display: flex;
        margin: 2px;
    }

    filter1Col {
        width: 100% !important;
        display: flex;
        margin: 2px;
    }

    .filter2Cols .filterCol {
        display: flex;
        width: 50%;
        height: 40px;
    }

    .filterCol input {
        width: 100%;
        height: 100%;
        outline: none;
        font-size: 18px;
        border-radius: 5px;
        text-align: center;
        border: 1px solid #999;
        -moz-appearance: textfield;
    }

    .filter2Cols .separator {
        width: 50px;
        display: flex;
        font-size: 30px;
        font-weight: bolder;
        align-items: center;
        justify-content: center;
    }

    .filterFooter {
        margin-top: 1rem;
        padding: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .filterFooter .btn {
            background: #03588c;
            color: #fff !important;
            border: none;
            font-size: 1rem;
            padding: 0.5em 0.75em;
            border-radius: 0.25em;
            width: 70%;
        }

    .spaceline {
        margin: 0px !important;
        height: 1px;
        border-top: 1px solid #000000;
        padding: 0px !important;
        width: 100% !important;
    }
*/

    /*c-check__input*/
    /*.applyBtnfilter {*/
    /*margin: 1rem 1.5rem;
    min-width: 80%;*/
    /*margin-top: 1rem;
    padding: 0px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.applyBtninput {*/
    /* padding: 0.5em 0.75em;
  border: 2px solid #ddd;
  border-radius: 5px;
  background-color: #03588c;
  font-size: 1rem;
  color: #fff !important;
  cursor: pointer;
  transition: background-color 0.2s ease;
  width: 70%; */

    /*position: absolute !important;
    z-index: -1 !important;
    opacity: 0 !important;
}
.applyBtnlabel {*/
    /*display: flex;*/
    /*display: inline-flex;
    padding: 0.6em 0.8em;
    border: 2px solid #ddd;
    border-radius: 5px;
    background-color: #03588c;
    font-size: 1rem;
    color: #fff !important;
    cursor: pointer;
    transition: background-color 0.2s ease;
    width: 80%;
    justify-content: center;
    align-items: center;
}*/

/*    input.applyBtnfilter {
        display: none !important;
    }

    .btnHide {
        display: none !important;
    }*/

    /* Style the label for checkboxes with class="applyBtn" */
    /*input.applyBtnfilter .label {
        display: inline-block !important;
        padding: 10px 20px !important;
        background-color: lightgray !important;
        border: 1px solid #ccc !important;
        border-radius: 5px !important;
        cursor: pointer !important;
        font-size: 16px !important;
        transition: background-color 0.3s !important;
        user-select: none !important;
        margin: 5px !important;
    }*/

    /*.applyBtnfilter-container {*/
        /*width: 70%;*/
        /*margin-left: auto;
        margin-right: auto;
        min-width: 70%;
        padding: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .applyBtnfilter-container label {
            display: inline-block;
            padding: 7px 20px 8px 20px;
            background-color: lightgray;
            border: 1px solid #ccc;
            border-radius: 5px;
            cursor: pointer;
            font-size: 1.05rem;
            transition: background-color 0.3s;
            user-select: none;
            margin-top: 5px;
            margin-bottom: 5px;
            margin-left: auto !important;
            margin-right: auto !important;
            min-width: fit-content;
        }

        .applyBtnfilter-container input.applyBtnfilter:checked ~ label {*/
            /*background-color: green;
    color: white;*/
            /*background: #0d6efd;*/
            /*background: #0a58ca;
            color: #fff !important;
            font-weight: 500;
        }

        .applyBtnfilter-container input.btnHide:checked ~ label {*/
            /*background-color: green;
    color: white;*/
            /*background: #0d6efd;*/
            /*background: #0a58ca;
            color: #fff !important;
            font-weight: 500;
        }

        .applyBtnfilter-container label:hover {
            background-color: #ddd;
            border-color: #585858;
            outline: none;
        }

    .label_checked {
        background: #0d6efd;
        color: #fff !important;
    }*/

    /* Change the appearance of the button when checked */
    /*    input.applyBtnfilter:checked .label {
        background-color: green !important;
        color: white !important;
    }*/

    /* Hover effect for the styled button */
    /*    input.applyBtnfilter .label:hover {
        background-color: #ddd !important;
    }
*/

    /*.c-check {
    position: relative;
    display: block;
}*/

    .c-check__input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

    .c-check__label {
        /*display: flex;*/
        align-items: center;
        justify-content: center;
        font-family: 'Quicksand', sans-serif;
        color: #0D0059;
        width: 100%;
        height: 100%;
        min-height: 40px;
        padding: 12px;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0.4px;
        line-height: 11px;
        background: linear-gradient(rgba(255, 255, 255, .71), rgba(216, 216, 216, .71));
        border: 1px solid #0D0059;
        border-radius: 25px;
        box-sizing: border-box;
        cursor: pointer;
    }

    .c-check__input:checked {
        color: #FFFFFF;
        font-weight: 600;
        background: linear-gradient(180deg, #0D0059, #006EB3);
    }




    .checkbtn {
        padding: 0.5em 0.75em;
        border: 2px solid #ddd;
        border-radius: 5px;
        background-color: #03588c;
        font-size: 1rem;
        color: #fff !important;
        cursor: pointer;
        transition: background-color 0.2s ease;
        width: 70%;
    }

        .checkbtn.active {
            background-color: #4caf50;
            color: white;
            border-color: #4caf50;
        }


    /*New Filters Styles END */


    @media screen and (max-width: 768px) {
        .eventfiltering span {
            margin-right: 15px;
        }

        .removeMobile {
            display: none !important;
        }

        .hideMobile {
            display: none;
        }

        .removeFull {
        }

        .hideFull {
            display: inline;
        }

/*        #top-bar {
            padding: 0px !important;
        }
*/
        .flushR {
            text-align: right;
        }
    }

    @media screen and (min-width: 769px) {
        .hideMobile {
            display: inline;
        }

        .removeMobile {
        }

        .hideFull {
            display: none;
        }
    }

    /*- -Card Events --*/

    .eventcard-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        /*    max-width: 1000px !important;*/
        margin-left: auto !important;
        margin-right: auto !important;
        /*    left: auto !important;
    right: auto !important ;
    position: absolute !important;*/
    }


    .cardevent {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        border: 1px solid #ccc;
        border-radius: 8px;
        padding: 16px;
        /*margin: 16px;*/
        /*    margin-left: auto !important;
    margin-right: auto !important;*/
        margin-top: 16px;
        margin-bottom: 16px;
        width: calc(100% - 32px);
        -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
        box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
    }

    .eventlogo img {
        width: 200px;
        height: 140px;
        object-fit: contain;
    }

    .eventinfo {
        flex-grow: 2;
        padding: 0 30px;
    }

    .eventbuttons {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        align-content: stretch;
        flex-wrap: nowrap;
    }

    /* Responsive styling */
    @media (max-width: 768px) {
        .cardevent {
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

        .eventinfo {
            padding: 10px 30px;
        }

        .eventlogo img {
            width: 300px;
            height: 140px;
            object-fit: contain;
        }

        .eventbuttons {
            margin-top: 15px;
            flex-direction: column;
            /*        align-items: center;
        text-align: center;*/
            gap: 16px;
        }

            .eventbuttons a {
                min-width: 200px;
                text-align: center;
            }
    }

    @media (max-width: 350px) {
        .eventinfo {
            flex-grow: 1;
            padding: 0 8px;
        }
    }

    @media (min-width: 990px) {
        .mainTitle {
            padding-left: 250px !important;
            text-align: right !important;
            line-height: 1.1em;
            font-size: 3.625rem;
            font-weight: 700;
            text-shadow: 0px 0px 8px #1e2022;
            --bs-text-opacity: 1;
            color: #fff;
        }
    }

    @media (max-width: 988px) {
        .mainTitle {
            text-align: center !important;
            line-height: 1.1em;
            /*font-size: 45px;*/
            font-size: 2.5rem;
            font-weight: 700;
            text-shadow: 0px 0px 8px #1e2022;
            --bs-text-opacity: 1;
            color: #fff;
        }
    }


    /* REV SLIDER Changes */

    .rev_slider_wrapper, .rev_slider {
    height: 500px !important;  
    }


    /* Main Page */
    .mainTitle33 {
        transition-timing-function: ease-in ease;
        text-align: inherit;
        border-width: 0px;
        margin: 0px;
        padding: 0px;
        letter-spacing: 0px;
        font-weight: 700;
        /*    font-size: 58px;*/
        line-height: 60px;
        font-size: 3.625rem;
        text-shadow: 0px 0px 8px #1e2022;
        --bs-text-opacity: 1;
        color: #fff;
    }


    /* Footer Set Bottom*/
    .setBotPos0 {
        /*    bottom: 0;
    width: 100%; 
    position: absolute;*/
    }

    .large {
        font-size: 2em
    }

    .xlarge {
        font-size: 6.25em;
    }

    #shorten-text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 70ch;
    }

    .textWrap {
        inset-inline: inherit;
    }

        .textWrap p {
            inset-inline: inherit;
        }

    .toggle-btn {
        /*    outline: none;
    border-radius: 0 !important;
    outline: 0 !important;
    cursor: pointer !important;
    border: none;
    background-color: none !important;
    background: none !important;
    color: red;
    font-size: 0.9rem; 
    margin-left: 0px;*/
        color: blue;
        cursor: pointer;
        text-decoration: underline;
    }



    /*** Featured Products Grid ***/

    .cardGrid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
        gap: 90px;
        align-items: center;
        margin-right: auto;
        margin-left: auto;
        /* max-width: 1140px;  */
        max-width: 1100px;
        width: 90%;
    }

.cardGrid_Home {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    /* max-width: 1140px;  */
    max-width: 1100px;
    width: 90%;
}


    .card_fp {
        --padding: 1rem;
        background: white;
        border: 1px solid #777;
        border-radius: 0.25rem;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        height: 500px;
    }

        .card_fp.cardShadow {
            border: none;
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
        }

    .cardHeader {
        font-size: 1.5rem;
        padding: var(--padding);
        padding-bottom: 0;
        margin-bottom: 0.5rem;
    }

        .cardHeader.cardImage {
            padding: 0;
            overflow: hidden;
        }

            .cardHeader.cardImage > img {
                display: block;
                width: 100%;
                max-height: 200px;
                aspect-ratio: 16 / 9;
                object-fit: cover;
                object-position: center;
                transition: 200ms transform ease-in-out;
            }

    .card_fp:hover > .cardHeader.cardImage > img {
        /*transform: scale(1.025);*/
        transform: scale(1.050);
    }

    .cHCenter {
        place-self: center;
        padding-bottom: 0px;
    }

    .cardContent {
        font-size: 1rem;
        padding: 0 var(--padding);
        flex-grow: 1;
    }

    .cardFooter {
        margin-top: 1rem;
        padding: var(--padding);
        padding-top: 0;
        place-self: center;
    }

    @media screen and (max-width: 600px) {
        .cardHeader.cardImage {
            padding: 0;
            overflow: visible;
        }

        .card_fp {
            --padding: 1rem;
            background: white;
            border: 1px solid #777;
            border-radius: 0.25rem;
            display: flex;
            flex-direction: column;
            overflow: visible;
            height: auto;
        }
    }

    .btn {
        --color: hsl(200, 50%, 50%);
        background: var(--color);
        color: white;
        border: none;
        font-size: 1rem;
        padding: 0.5em 0.75em;
        border-radius: 0.25em;
        cursor: pointer;
    }

        .btn:hover,
        .btn:focus {
            background: hsl(200, 50%, 60%);
        }

        .btn.btn-outline {
            background: none;
            border: 1px solid var(--color);
            color: var(--color);
        }

            .btn.btn-outline:hover,
            .btn.btn-outline:focus {
                background: hsl(200, 50%, 90%);
            }

        .btn + .btn {
            margin-left: 0.25rem;
        }

/*** Brochure Grid ***/

/*.brochure-section-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.brochure-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    justify-content: center;
}

@media (max-width: 480px) {
    .brochure-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .brochure-card {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem;
    }

    .brochure-image {
        width: 80%;
        max-width: 200px;
        margin: 0 auto 1rem;
    }
}

.brochure-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    transition: transform 0.2s ease;
}

    .brochure-card:hover {
        transform: translateY(-5px);
    }

.brochure-image {
    width: 100px;
    height: auto;
    flex-shrink: 0;
    margin-right: 1rem;
    border: solid 1px #d6d6d6;
}

.brochure-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: space-between;
    min-height: 190px;
}

.brochure-title {
    font-size: 1.1rem;
    color: #333;
}

.brochure-button {
    align-self: center;
    padding: 0.4rem 0.8rem;
    font-size: 0.9rem;
    background: #0077cc;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
}*/

/* Responsive Brochure Grid Changes */

/*@media (max-width: 1024px) {
    .brochure-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .brochure-grid {*/
        /*grid-template-columns: repeat(2, 1fr);*/
        /*grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .brochure-grid {
        grid-template-columns: 1fr;
    }

    .brochure-card {
        flex-direction: column;
        text-align: center;
    }

    .brochure-image {
        margin: 0 0 1rem 0;
        width: 80px;
    }

    .brochure-content {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: auto;
    }

    .brochure-button {
        align-self: center;
    }
}*/

/*** Brochure Grid END ***/

    .twoColumnList {
        column-count: 2;
        column-gap: 10px;
    }

    .headerLogo {
        max-height: 200px;
        filter: drop-shadow(4px 4px 4px white) drop-shadow(-4px -4px 4px white);
        /*-webkit-filter: drop-shadow(5px 5px 0px white) drop-shadow(-5px -5px 0px white);*/
    }



    .font-4em {
        font-size: 4em;
    }

    .font-3em {
        font-size: 3em;
    }

    .font-2em {
        font-size: 2em;
    }

    .font-1em {
        font-size: 1em;
    }

    .font-1_2em {
        font-size: 1.2em;
    }

    .font-1_3em {
        font-size: 1.3em;
    }

    .font-1_4em {
        font-size: 1.4em;
    }


    /***** Responsive Table *****/
    table.RespGrid {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 20px;
    }

    .tableRespGrid-container {
        overflow-x: auto;
    }

    table.RespGrid th, table.RespGrid td {
        padding: 12px;
        text-align: left;
        border: 1px solid #ddd;
    }

    table.RespGrid th {
        background-color: #f4f4f4;
    }

        table.RespGrid th:last-child,
        table.RespGrid td:last-child {
            width: 15%;
            text-align: center;
            margin: 0 auto;
        }

    @media screen and (max-width: 600px) {
        tabletable.RespGrid,
        table.RespGrid thead,
        table.RespGrid tbody,
        table.RespGrid th,
        table.RespGrid td,
        table.RespGrid tr {
            display: block;
        }

            table.RespGrid thead tr {
                position: absolute;
                top: -9999px;
                left: -9999px;
            }

        table.RespGrid tr {
            margin: 0 0 1rem 0;
        }

            table.RespGrid tr:nth-child(even) {
                background: #f4f4f4;
            }

        table.RespGrid td {
            border: none;
            border-bottom: 1px solid #ddd;
            position: relative;
            padding-left: 50%;
            text-align: left;
        }
            /*table.RespGrid td:last-child {
            border: none;
            border-bottom: 1px solid #ddd;
            position: relative;
            padding-left: 50%;
            text-align: right;
        }
*/
            table.RespGrid td:before {
                content: attr(data-label);
                position: absolute;
                left: 0;
                width: 45%;
                /*padding-left: 15px;*/
                /*padding-left: 4px;*/
                font-weight: bold;
                text-align: right;
            }

            table.RespGrid td:last-child {
                padding-left: 0;
                text-align: center;
            }
    }


    #loader-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 100000;
        /*z-index: 999 !important; */
    }

    #loader {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 60px;
        height: 60px;
        margin: -20px 0 0 -20px;
        border: 4px solid #f3f3f3;
        border-top: 4px solid #3498db;
        border-radius: 50%;
        animation: spin 1s linear infinite;
        /*    z-index: 1000 !important;*/
        z-index: 100001;
    }


    /* Spin animation */
    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    .link_selected {
        color: red !important;
        font-weight: bold !important;
        margin-left: 50px !important;
    }

    /*.category-link:link,
.category-link:visited,
.category-link:active {
    text-decoration: none !important;
    color: #000 !important;
}

.category-link:hover,
.category-link:current {
    text-decoration: none !important;*/
    /*color: #084768 !important;*/
    /*color: blue !important;
    font-weight: bold !important;
}*/
