/* /Components/AutoComplete.razor.rz.scp.css */
[b-8jej5nhvr4] .mud-paper.mud-elevation-1.mud-card.autocomplete-card:hover {
    border: 1px solid #ed2024;
}


[b-8jej5nhvr4] .mud-list-item-clickable:hover {
    background-color: rgb(255 0 0 / 50.0%);
}

[b-8jej5nhvr4] .mud-list-item {
   align-content:initial;

}

[b-8jej5nhvr4] .mud-ripple {
    color:black !important;
}

[b-8jej5nhvr4] mud-typograph.d-flex {
    justify-content: left !important;
}
/* /Components/BannerCarousel.razor.rz.scp.css */

.marquee[b-frgk4ays95] {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height:500px;
    overflow-x: hidden;
}

.track[b-frgk4ays95] {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee-b-frgk4ays95 60s linear infinite;
    height:100%;
}
.content[b-frgk4ays95] {
    height: 100%;
}
    .content img[b-frgk4ays95]{
        height:100%;
    }

    @keyframes marquee-b-frgk4ays95 {
        from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}
/* /Components/DimensionInput.razor.rz.scp.css */




@media (max-width: 575px) {
    .col-xs-12[b-4gzae06zb8] {
        flex: 0 0 auto;
        width: 100%;
    }
}
/* /Components/FacebookPagePlugin.razor.rz.scp.css */
/* /Components/HorizontalDimensionSlider.razor.rz.scp.css */
[b-xcd3v49f2t] .custom-handle .ant-slider-handle {
    border-color: #ff000073;
}

[b-xcd3v49f2t] .custom-handle.ant-slider:hover .ant-slider-track {
    background-color: #1890ff;
}


[b-xcd3v49f2t] .custom-handle.ant-slider:hover .ant-slider-handle {
    border-block-color: #1890ff;
}


[b-xcd3v49f2t] .custom-handle .ant-slider-track {
    background-color: #ed2424;
}
/* /Components/InfiniteMarquee.razor.rz.scp.css */

.marquee[b-r3nuw8mvi7] {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height:500px;
    overflow-x: hidden;
}

.track[b-r3nuw8mvi7] {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee-b-r3nuw8mvi7 60s linear infinite;
    height:100%;
}
.content[b-r3nuw8mvi7] {
    height: 100%;
}
    .content img[b-r3nuw8mvi7]{
        height:100%;
    }

    @keyframes marquee-b-r3nuw8mvi7 {
        from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-20%);
    }
}
/* /Components/InfiniteScrolling.razor.rz.scp.css */
.product-grid-row[b-2rjvjl749u] {
    margin-top: 10px;
    --bs-gutter-x: 0.5rem;
    /* --bs-gutter-y: 50; */
    display: flex;
    flex-wrap: wrap;
    /* margin-top: calc(var(--bs-gutter-y) * -1); */
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}



[b-2rjvjl749u] .d-flex {
    justify-content: center;
}
/* /Components/ListDimensionSearch.razor.rz.scp.css */
.shape-image-container[b-vm0uwatvfy] {
    display: inline;
}

[b-vm0uwatvfy] .ant-radio-button-wrapper-checked:not([class*=' ant-radio-button-wrapper-disabled']).ant-radio-button-wrapper:first-child {
    border-color: #ed2024 !important;
}

[b-vm0uwatvfy] .ant-radio-button-wrapper {
    margin-top: 10px;
    border-radius: 5em !important;
    border-left-width: 1px !important;
}
    [b-vm0uwatvfy] .ant-radio-button-wrapper:not(:first-child)::before {
        display: none !important;
    }

[b-vm0uwatvfy] .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
    border-color: #ed2024 !important;
    color: #ed2024 !important;
}

[b-vm0uwatvfy] .ant-radio-button-wrapper:hover {
    color: #ed2024 !important;
}
/* /Components/ProductCardImage.Razor.rz.scp.css */

[b-kn5mzz2y4f] .mud-carousel {
    /*width: 180px;
    height: 100px;
    padding: 0;*/
}

img[b-kn5mzz2y4f] {
    width: 150px;
    height: 100px;
}

[b-kn5mzz2y4f] .mud-icon-button {
    color: #ff3236;
}

[b-kn5mzz2y4f] .d-flex {
    justify-content: center;
}
/* /Components/ProductDetail.razor.rz.scp.css */
.featured-services .icon-box[b-7lt6eqaiw1] {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 0px 5px 0 rgb(0 0 0 / 50%);
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
    z-index: 1;
    width: 100%;
}
/*.title {
    text-decoration: underline;
}
*/

.title[b-7lt6eqaiw1] {
    /*text-decoration: underline;*/
    /*font-size: 3vh;*/
    font-family: Helvetica;
    color: #C62828;
}

.label-title[b-7lt6eqaiw1] {
    font-weight: bold;
}

.product-image-container[b-7lt6eqaiw1] {
    cursor: pointer;
}
.product-details-table[b-7lt6eqaiw1]{
    text-align: left;
    font-size: 1.7vh;
}

    .product-details-table td[b-7lt6eqaiw1] {
        width: 60%;
    }

    .product-details-table th[b-7lt6eqaiw1] {
        font-size: 3vh;
        text-decoration: underline;
    }

.product-details-table tr[b-7lt6eqaiw1] {
    vertical-align: top;
}
/* /Components/ProductDetailDimension.razor.rz.scp.css */
/* /Components/ProductDetailFuzzy.razor.rz.scp.css */
.highlight-text[b-di9khbybzu] {
    text-decoration:underline;
}
/* /Components/ProductDetailNew.razor.rz.scp.css */
/* /Components/ProductImage.Razor.rz.scp.css */
img[b-fm21p522tk] {
    width: 150px;
    height: 100px;
}

[b-fm21p522tk] .mud-carousel {
/*    width: 150px;
    height: 100px;
    padding: 0;*/
}

[b-fm21p522tk] .mud-icon-button {
    color: #ff3236;
}
/* /Components/ProductTabs.razor.rz.scp.css */
[b-2h8sl74fgl] .mud-tabs {
    background: white;
    height: auto;
}

/*::deep .mud-list-item-icon {
    display: contents;
}*/

[b-2h8sl74fgl] .mud-typography h1 {
    font-size: 50px;
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif;
    color: #C62828;
}

[b-2h8sl74fgl] .mud-typography-body2 {
    font-size: 18px;
}

[b-2h8sl74fgl] .mud-tabs-toolbar-dark .mud-tab.mud-tab-active {
    color: #C62828;
}

[b-2h8sl74fgl] .mud-tabs-toolbar {
    background-color: #000000;
    font-family: Arial, Helvetica, sans-serif;
}

[b-2h8sl74fgl] .mud-ripple {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

[b-2h8sl74fgl] .filter-image {
    height: 400px;
    position: initial;
    margin-top: -160px;
    margin-left: -140px;
}

[b-2h8sl74fgl] .d-flex{
    justify-content:center;
}

.marquee[b-2h8sl74fgl] {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 500px;
    overflow-x: hidden;
}

.track[b-2h8sl74fgl] {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee-b-2h8sl74fgl 60s linear infinite;
    height: 100%;
}

.content[b-2h8sl74fgl] {
    height: 100%;
}

    .content img[b-2h8sl74fgl] {
        height: 100%;
    }

@keyframes marquee-b-2h8sl74fgl {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-20%);
    }
}
/* /Components/ProductThumbnail.razor.rz.scp.css */
.featured-services .icon-box[b-ra4w2yr8s8] {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 0px 5px 0 rgb(0 0 0 / 50%);
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
    z-index: 1;
    width: 100%;
}

.title[b-ra4w2yr8s8] {
    font-size: 2rem;
    font-family: Helvetica;
    color: #C62828;
}

[b-ra4w2yr8s8] .label-title {
    font-weight: bold;
}

.product-image-container[b-ra4w2yr8s8] {
    cursor: pointer;
}

/*::deep .mud-carousel {
    width: 250px;
    height: 200px;
}*/

[b-ra4w2yr8s8] img {
    width: 250px;
    height: 200px;
}
/* /Components/ProductThumbnailGroup.razor.rz.scp.css */
/* /Components/PropertiesTable.razor.rz.scp.css */
[b-6i632b04lu] .mud-table-container {
    height: 100%;
    min-width: 400px;
}
[b-6i632b04lu] .label-title {
    font-weight: bold;
}
/* /Components/ReferenceTable.razor.rz.scp.css */
[b-ndfye2w31p] .mud-table-container {
    height: 100%;
    min-width: 400px;
}
[b-ndfye2w31p] .label-title {
    font-weight: bold;
}
/* /Components/SearchResultTable.razor.rz.scp.css */

[b-4tp2aumdhd] .selected {
    background-color: #cacaca !important;
    border-bottom-width: 2px;
    border-bottom-color: #cacaca;
}

    [b-4tp2aumdhd] .selected > td {
        color: #ff3236 !important;
        font-weight: 600;
    }

        [b-4tp2aumdhd] .selected > td .mud-input {
            color: #ff3236 !important;
        }

    [b-4tp2aumdhd] .selected mark {
        background-color: #ff3236 !important;
        color: white !important;
    }

[b-4tp2aumdhd] .extra-row-content {
    background-color: #cacaca !important;
}
[b-4tp2aumdhd] .extra-row-content{
    display:none;
}
[b-4tp2aumdhd] .selected + .extra-row-content {
    display: table-row;
}

[b-4tp2aumdhd] .scope {
    margin-bottom: 2px;
    font-size: x-small;

}

[b-4tp2aumdhd] .scope b{

}

[b-4tp2aumdhd] .mud-ripple {
    color:black !important;
}
/* /Components/ShapeImage.razor.rz.scp.css */
img[b-vrtr0l703r] {
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
}

label.active[b-vrtr0l703r] {
    color: #ed2024;
}

img.active[b-vrtr0l703r] {
    border: 2px solid #ed2024;
    border-radius: 2px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.text-align-center[b-vrtr0l703r] {
    text-align: center;
}
/* /Components/SimpleDimensionSearch.razor.rz.scp.css */
.shape-image-container[b-k4cd2tdga0] {
    display: flex;
}
/* /Components/SwipeOverlay.razor.rz.scp.css */
.overlay[b-oyh8u132bd] {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: gray;
    overflow-x: hidden;
}
/* /Components/VerticalDimensionSlider.razor.rz.scp.css */
/*.vslider {
    height: 300px;
    margin-left: 70px;
    display: inline-block;
}
*/
/* /Pages/About.razor.rz.scp.css */
.page[b-x4wcxnqv29]{
    border: 0px solid red;
}

.about-container[b-x4wcxnqv29] {
    background: url(../img/company/about.png) top center;
    background-size: cover;
    height: 1000px;
}

.about-overlay[b-x4wcxnqv29] {
    background-color: rgba(255, 255, 255, 0.3);
    height: 1000px;
}


.about .content h3[b-x4wcxnqv29] {
    font-weight: 600;
    font-size: 26px;
}

.about .content ul[b-x4wcxnqv29] {
    list-style: none;
    padding: 0;
}

    .about .content ul li[b-x4wcxnqv29] {
        display: flex;
        align-items: flex-start;
        margin-bottom: 35px;
    }

        .about .content ul li:first-child[b-x4wcxnqv29] {
            margin-top: 35px;
        }

    .about .content ul i[b-x4wcxnqv29] {
        background: #fff;
        box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
        font-size: 24px;
        padding: 20px;
        margin-right: 15px;
        color: #ed2024;
        border-radius: 50px;
    }

    .about .content ul h5[b-x4wcxnqv29] {
        font-size: 18px;
        color: #555555;
    }

    .about .content ul p[b-x4wcxnqv29] {
        font-size: 15px;
    }

.about .content p:last-child[b-x4wcxnqv29] {
    margin-bottom: 0;
}

.mud-paper[b-x4wcxnqv29] {
    color: var(--mud-palette-text-primary);
    background-color: #ffffffa3;
    border-radius: var(--mud-default-borderradius);
    transition: box-shadow 300ms cubic-bezier(.4,0,.2,1) 0ms;
}

.about-subtitle[b-x4wcxnqv29] {
    width: max-content;
    border-bottom: 5px solid #e92a2a;
    margin-bottom: 10px;
    color: #e92a2a;
}

.about-paragraph[b-x4wcxnqv29] {
    color: black
}

.icon-box[b-x4wcxnqv29] {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
}

.mud-typography h3[b-x4wcxnqv29] {
    font-family: Helvetica;
    color: #C62828;
}
.mud-typography h5[b-x4wcxnqv29] {
    font-family: Helvetica;
    color: #C62828;
}


.mud-typography p[b-x4wcxnqv29] {
    font-family: sans-serif;
    font-size:smaller;
}
/* /Pages/Catalog.razor.rz.scp.css */
.featured-services[b-uvlyh1iyaq]{
    min-height:800px;
}

[b-uvlyh1iyaq] .mud-tabs {
    background: white;
    height: auto;
}

/*::deep .mud-list-item-icon {
    display: contents;
}*/

[b-uvlyh1iyaq] .mud-typography h1 {
    font-size: 50px;
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif;
    color: #C62828;
}

[b-uvlyh1iyaq] .mud-typography-body2 {
    font-size: 18px;
}

[b-uvlyh1iyaq] .mud-tabs-toolbar-dark .mud-tab.mud-tab-active {
    color: #C62828;
}

[b-uvlyh1iyaq] .mud-tabs-toolbar {
    background-color: #000000;
    font-family: Arial, Helvetica, sans-serif;
}

[b-uvlyh1iyaq] .mud-ripple {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

[b-uvlyh1iyaq] .filter-image {
    height: 400px;
    position: initial;
    margin-top: -160px;
    margin-left: -140px;
}

.marquee[b-uvlyh1iyaq] {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 500px;
    overflow-x: hidden;
}

.track[b-uvlyh1iyaq] {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee-b-uvlyh1iyaq 60s linear infinite;
    height: 100%;
}

.content[b-uvlyh1iyaq] {
    height: 100%;
}

    .content img[b-uvlyh1iyaq] {
        height: 100%;
    }

@keyframes marquee-b-uvlyh1iyaq {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-20%);
    }
}


[b-uvlyh1iyaq] .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
    z-index: 1;
    color: #ed2024;
    background: #fff;
    border-color: #ed2024;
}


[b-uvlyh1iyaq] .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
    z-index: 1;
    color: #ed2024;
    border-color: #ed2024;
}



[b-uvlyh1iyaq] .ant-radio-button-wrapper-checked:hover {
    color: #ed2024;
    border-color: #ed2024;
}

[b-uvlyh1iyaq] .ant-radio-button-wrapper {
    margin-right: 10px;
}


[b-uvlyh1iyaq] .ant-radio-button-wrapper .ant-radio-button-wrapper-checked:hover {
    border-color: #ed2024;
    color: #ed2024;
}

[b-uvlyh1iyaq] .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before{
    background-color: #ed2024;
}
/* /Pages/Contact.razor.rz.scp.css */

#contact[b-hsa0edq0lp] {
    background: url(../img/company/contactus.png) top center;
    background-size: cover;
    height: 1000px;
}

.contact-overlay[b-hsa0edq0lp] {
    background-color: rgba(255, 255, 255, 0.3);
    height: 1000px;
    padding-top: 30px;
}

.active-guide-title[b-hsa0edq0lp] {
    color: #C62828;
}

.productGuideHeader[b-hsa0edq0lp] {
    position: relative;
    width: 100%;
    padding: 4rem 1rem 5rem 1rem;
    text-align: center;
    background: white;
    color: black;
    clip-path: polygon(0 0,100% 0,100% 85%,0 100%);
    font-family: 'Montserrat',sans-serif;
}


.section-title > p[b-hsa0edq0lp] {
    text-align: justify;
    text-justify: inter-word;
    font-size:0.7em;
}
.bx-map[b-hsa0edq0lp] {
    height: 100px;
    width: 100px;
    background-size: cover;
    color: #ed2024;
    border-radius: 50%;
    border: 4px dotted #b3d1fa;
}
    .bx-map.johor[b-hsa0edq0lp] {
        background-image: url("../img/contact/johor.png");
    }

    .bx-map.kl[b-hsa0edq0lp] {
        background-image: url("../img/contact/kualalumpur.png");
    }

.info-box-container[b-hsa0edq0lp] {
    display: flex;
    /*flex-direction: row;*/
    justify-content: space-evenly;
}
.contact .info-box[b-hsa0edq0lp] {
    color: #444444;
    text-align: center;
    /*box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);*/
    padding: 20px 0 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
}

    .contact .info-box i[b-hsa0edq0lp] {
        font-size: 32px;
        color: #ed2024;
        border-radius: 50%;
        padding: 8px;
        border: 2px dotted #b3d1fa;
    }

.contact .info-box h3[b-hsa0edq0lp] {
    font-size: 20px;
    color: #C62828;
    font-weight: 700;
    margin: 10px 0;
}

    .contact .info-box p[b-hsa0edq0lp] {
        padding: 0;
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }

.contact .php-email-form[b-hsa0edq0lp] {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
    padding: 30px;
}

    .contact .php-email-form .error-message[b-hsa0edq0lp] {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: left;
        padding: 15px;
        font-weight: 600;
    }

        .contact .php-email-form .error-message br + br[b-hsa0edq0lp] {
            margin-top: 25px;
        }

    .contact .php-email-form .sent-message[b-hsa0edq0lp] {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }

    .contact .php-email-form .loading[b-hsa0edq0lp] {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
    }

        .contact .php-email-form .loading[b-hsa0edq0lp]:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #18d26e;
            border-top-color: #eee;
            -webkit-animation: animate-loading 1s linear infinite;
            animation: animate-loading-b-hsa0edq0lp 1s linear infinite;
        }

    .contact .php-email-form .form-group[b-hsa0edq0lp] {
        margin-bottom: 20px;
    }

    .contact .php-email-form input[b-hsa0edq0lp], .contact .php-email-form textarea[b-hsa0edq0lp] {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
    }

        .contact .php-email-form input:focus[b-hsa0edq0lp], .contact .php-email-form textarea:focus[b-hsa0edq0lp] {
            border-color: #ed2024;
        }

    .contact .php-email-form input[b-hsa0edq0lp] {
        padding: 10px 15px;
    }

    .contact .php-email-form textarea[b-hsa0edq0lp] {
        padding: 12px 15px;
    }

    .contact .php-email-form button[type=submit][b-hsa0edq0lp] {
        background: #ed2024;
        border: 0;
        padding: 10px 30px;
        color: #fff;
        transition: 0.4s;
        border-radius: 4px;
    }

        .contact .php-email-form button[type=submit]:hover[b-hsa0edq0lp] {
            background: #3b8af2;
        }

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading-b-hsa0edq0lp {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* /Pages/Index.razor.rz.scp.css */


.videobg video[b-rwav2ytn8r] {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    z-index: -1000 !important;
    left: 0;
}

.imagebg[b-rwav2ytn8r] {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.6);
    z-index: -888 !important;
    cursor: pointer;
}

.container[b-rwav2ytn8r] {
    padding-top: 60px;
    height:1000px;
}
.sub-container[b-rwav2ytn8r] {
    height: 800px;
}


#hero[b-rwav2ytn8r] {
    width: 100%;
    height: 75vh;
    background-size: cover;
    position: relative;
}

    #hero[b-rwav2ytn8r]:before {
        content: "";
        background: rgba(255, 255, 255, 0.5);
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    #hero .container[b-rwav2ytn8r] {
        position: relative;
    }

    #hero h1[b-rwav2ytn8r] {
        margin: 0;
        font-size: 48px;
        font-weight: 700;
        line-height: 56px;
        color: #222222;
        font-family: "Poppins", sans-serif;
    }

        #hero h1 span[b-rwav2ytn8r] {
            color: #ed2024;
        }

    #hero h2[b-rwav2ytn8r] {
        color: #555555;
        margin: 5px 0 30px 0;
        font-size: 24px;
        font-weight: 400;
    }

    #hero .btn-get-started[b-rwav2ytn8r] {
        font-family: "Roboto", sans-serif;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 28px;
        border-radius: 4px;
        transition: 0.5s;
        color: #fff;
        background: #ed2024;
    }

        #hero .btn-get-started:hover[b-rwav2ytn8r] {
            background: #247cf0;
        }

    #hero .btn-watch-video[b-rwav2ytn8r] {
        font-size: 16px;
        transition: 0.5s;
        margin-left: 25px;
        color: #222222;
        font-weight: 600;
        display: flex;
        align-items: center;
    }

        #hero .btn-watch-video i[b-rwav2ytn8r] {
            color: #ed2024;
            font-size: 32px;
            transition: 0.3s;
            line-height: 0;
            margin-right: 8px;
        }

        #hero .btn-watch-video:hover[b-rwav2ytn8r] {
            color: #ed2024;
        }

            #hero .btn-watch-video:hover i[b-rwav2ytn8r] {
                color: #3b8af2;
            }

@media (min-width: 1024px) {
    #hero[b-rwav2ytn8r] {
        background-attachment: fixed;
        background-position: center center;
    }
}

@media (max-width: 768px) {
    #hero[b-rwav2ytn8r] {
        height: 100vh;
    }

        #hero h1[b-rwav2ytn8r] {
            font-size: 28px;
            line-height: 36px;
        }

        #hero h2[b-rwav2ytn8r] {
            font-size: 18px;
            line-height: 24px;
            margin-bottom: 30px;
        }

        #hero .btn-get-started[b-rwav2ytn8r], #hero .btn-watch-video[b-rwav2ytn8r] {
            font-size: 13px;
        }
}

@media (max-height: 500px) {
    #hero[b-rwav2ytn8r] {
        height: 120vh;
    }
}
/* /Pages/New.razor.rz.scp.css */
[b-yse4l91mrr] .ant-timeline-item-label {
    font-size: 50px;
}

[b-yse4l91mrr] .ant-card {
    background: #ffffffe6;
}

[b-yse4l91mrr] .ant-card-head-title {
    font-size: 3vh;
    font-family: Helvetica;
    color: #C62828;
    font-weight: bold;
}

[b-yse4l91mrr] .ant-spin-dot-item {
    background-color: #ed2024;
}

[b-yse4l91mrr] .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
    color: #C62828;
}

[b-yse4l91mrr] .ant-tabs-tab:hover {
    color: #C62828;
}
/* /Pages/ProductPage.razor.rz.scp.css */
[b-a9jm7jz097] .ant-timeline-item-label {
    font-size: 50px;
}

[b-a9jm7jz097] .ant-card {
    background: #ffffffe6;
}

[b-a9jm7jz097] .ant-card-head-title {
    font-size: 3vh;
    font-family: Helvetica;
    color: #C62828;
    font-weight: bold;
}

[b-a9jm7jz097] .ant-spin-dot-item {
    background-color: #ed2024;
}

[b-a9jm7jz097] .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
    color: #C62828;
}

[b-a9jm7jz097] .ant-tabs-tab:hover {
    color: #C62828;
}

[b-a9jm7jz097] .d-flex {
    justify-content: center;
}
/* /Pages/Products.razor.rz.scp.css */

.product-container[b-5lb3cyllav] {
    background: url("../img/product/product-bg.jpg")  top center;
    background-size: cover;
    height: 1000px;
}

.product-overlay[b-5lb3cyllav] {
    background-color: rgba(255, 255, 255, 0.3);
    height: 1000px;
}

.featured-services .icon-box[b-5lb3cyllav] {
   
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
}

    .featured-services .icon-box[b-5lb3cyllav]::before {
        content: "";
        position: absolute;
        background: #cbe0fb;
        right: 0;
        left: 0;
        bottom: 0;
        top: 100%;
        transition: all 0.3s;
        z-index: -1;
    }

    .featured-services .icon-box:hover[b-5lb3cyllav]::before {
        background: #ed2024;
        top: 0;
        border-radius: 0px;
    }

.featured-services .icon[b-5lb3cyllav] {
    margin-bottom: 15px;
}

    .featured-services .icon i[b-5lb3cyllav] {
        font-size: 48px;
        line-height: 1;
        color: #ed2024;
        transition: all 0.3s ease-in-out;
    }

.featured-services .title[b-5lb3cyllav] {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

    .featured-services .title a[b-5lb3cyllav] {
        color: #111;
    }

.featured-services .description[b-5lb3cyllav] {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}

.featured-services .icon-box:hover .title a[b-5lb3cyllav], .featured-services .icon-box:hover .description[b-5lb3cyllav] {
    color: #fff;
}

.featured-services .icon-box:hover .icon i[b-5lb3cyllav] {
    color: #fff;
}
/* /Shared/MainLayout.razor.rz.scp.css */
[b-lpw3fj22r5] .mudbar {
    color: #222222;
    display: none;
    font-size: 28px;
}
@media (max-width: 991px) {
    [b-lpw3fj22r5] .mudbar {
        display: block;
    }
}
/* /Shared/NavBar.razor.rz.scp.css */
[b-akrw89jitf] .mudbar {
    display: none;
}

.navbar[b-akrw89jitf] {
    padding: 0;
}

    .navbar ul[b-akrw89jitf] {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li[b-akrw89jitf] {
        position: relative;
    }

    .navbar > ul > li[b-akrw89jitf] {
        white-space: nowrap;
        padding: 10px 0 10px 28px;
    }

    .navbar a[b-akrw89jitf], .navbar a:focus[b-akrw89jitf] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 3px;
        font-size: 15px;
        font-weight: 600;
        color: #222222;
        white-space: nowrap;
        transition: 0.3s;
        position: relative;
    }

        .navbar a i[b-akrw89jitf], .navbar a:focus i[b-akrw89jitf] {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px;
        }

    .navbar > ul > li > a[b-akrw89jitf]:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: -6px;
        left: 0;
        background-color: #ed2024;
        visibility: hidden;
        width: 0px;
        transition: all 0.3s ease-in-out 0s;
    }

    .navbar a:hover[b-akrw89jitf]:before, .navbar li:hover > a[b-akrw89jitf]:before, .navbar .active[b-akrw89jitf]:before {
        visibility: visible;
        width: 100%;
    }

    .navbar a:hover[b-akrw89jitf], .navbar .active[b-akrw89jitf], .navbar .active:focus[b-akrw89jitf], .navbar li:hover > a[b-akrw89jitf] {
        color: #ed2024;
    }

    .navbar .dropdown ul[b-akrw89jitf] {
        display: block;
        position: absolute;
        left: 28px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
    }

        .navbar .dropdown ul li[b-akrw89jitf] {
            min-width: 200px;
        }

        .navbar .dropdown ul a[b-akrw89jitf] {
            padding: 10px 20px;
            font-weight: 400;
        }

            .navbar .dropdown ul a i[b-akrw89jitf] {
                font-size: 12px;
            }

            .navbar .dropdown ul a:hover[b-akrw89jitf], .navbar .dropdown ul .active:hover[b-akrw89jitf], .navbar .dropdown ul li:hover > a[b-akrw89jitf] {
                color: #ed2024;
            }

    .navbar .dropdown:hover > ul[b-akrw89jitf] {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul[b-akrw89jitf] {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover > ul[b-akrw89jitf] {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul[b-akrw89jitf] {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul[b-akrw89jitf] {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle[b-akrw89jitf] {
    color: #222222;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}


.mobile-nav-toggle.bi-x[b-akrw89jitf] {
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-nav-toggle[b-akrw89jitf] {
        display: block;
    }

    .navbar ul[b-akrw89jitf] {
        display: none;
    }

    [b-akrw89jitf] .mudbar {
        display: block;
    }
}

.navbar-mobile[b-akrw89jitf] {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transition: 0.3s;
    z-index: 999;
}

    .navbar-mobile .nav-link[b-akrw89jitf] {
        justify-content: space-around;
    }

    .navbar-mobile .mobile-nav-toggle[b-akrw89jitf] {
        position: absolute;
        top: 29px;
        right: 39px;
    }

    .navbar-mobile ul[b-akrw89jitf] {
        min-width: 200px;
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        padding: 10px 0;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar-mobile a[b-akrw89jitf], .navbar-mobile a:focus[b-akrw89jitf] {
        padding: 10px 20px;
        font-size: 15px;
        color: #222222;
    }

    .navbar-mobile > ul > li[b-akrw89jitf] {
        padding: 0;
    }

    .navbar-mobile a:hover[b-akrw89jitf]:before, .navbar-mobile li:hover > a[b-akrw89jitf]:before, .navbar-mobile .active[b-akrw89jitf]:before {
        visibility: hidden;
    }

    .navbar-mobile a:hover[b-akrw89jitf], .navbar-mobile .active[b-akrw89jitf], .navbar-mobile li:hover > a[b-akrw89jitf] {
        color: #ed2024;
    }

    .navbar-mobile .getstarted[b-akrw89jitf], .navbar-mobile .getstarted:focus[b-akrw89jitf] {
        margin: 15px;
    }

    .navbar-mobile .dropdown ul[b-akrw89jitf] {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }

        .navbar-mobile .dropdown ul li[b-akrw89jitf] {
            min-width: 200px;
        }

        .navbar-mobile .dropdown ul a[b-akrw89jitf] {
            padding: 10px 20px;
        }

            .navbar-mobile .dropdown ul a i[b-akrw89jitf] {
                font-size: 12px;
            }

            .navbar-mobile .dropdown ul a:hover[b-akrw89jitf], .navbar-mobile .dropdown ul .active:hover[b-akrw89jitf], .navbar-mobile .dropdown ul li:hover > a[b-akrw89jitf] {
                color: #ed2024;
            }

    .navbar-mobile .dropdown > .dropdown-active[b-akrw89jitf] {
        display: block;
    }
