@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';
@import '_content/PSC.Blazor.Components.MarkdownEditor/PSC.Blazor.Components.MarkdownEditor.bundle.scp.css';

/* /Components/General/Button.razor.rz.scp.css */
button[b-2e1tleatrk] {
    margin:auto;
    transform: perspective(1px) translateZ(0);


    position: relative;
    display: inline-block;
    overflow: hidden;
    padding-top: 5px;
    padding-left: 60px;
    padding-bottom: 5px;
    padding-right: 60px;
    background-color: var(--thm-base);
    color: #ffffff;
    font-size: 14px;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-family: var(--thm-font);
    z-index: 1;
}

    button[b-2e1tleatrk]::before {
        z-index: -1;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0;
        background: black;
        clip-path: inset(0 100% 0 0);
        opacity: 1;
        transition: 0.8s;

        position: absolute;
        content: "";
        background-color: var(--thm-black);
        
    }

    button:hover[b-2e1tleatrk]::before {
        clip-path: inset(0 49% 0 0);
    }

    button[b-2e1tleatrk]::after {
        z-index: -1;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0;
        background: black;
        clip-path: inset(0 0 0 100%);
        opacity: 1;
        transition: 0.8s;
        position: absolute;
        content: "";
        background-color: var(--thm-black);
    }

    button:hover[b-2e1tleatrk]::after {
        clip-path: inset(0 0 0 49%);
    }
/* /Components/General/Card.razor.rz.scp.css */
h3.card-title[b-ajco792yua] {
    margin-top: 1rem;
}

    h3.card-title a[b-ajco792yua] {
        color: var(--bs-dark);
    }

div.card[b-ajco792yua] {
    border-radius: 0;
    min-width: 370px;
    border-width: 1px;
    position:relative;
}

@media(max-width:599px) {
    div.card[b-ajco792yua] {
        margin: 1em auto;
    }
}

div.card:hover[b-ajco792yua] {
    border-color: var(--thm-base);
}

img.card-img-top[b-ajco792yua] {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    transform: scale(1.0);
    mix-blend-mode: normal;
    transition: all 700ms ease
}

div.card:hover .card-img-top[b-ajco792yua] {
    transform: scale(1.2);
    mix-blend-mode: normal;
}

div.card-body[b-ajco792yua] {
    width: 100%;
    position: relative;
}



div.card-footer[b-ajco792yua] {
    display: flex;
    width: 100%;
    border-top: none;
    background-color: white;
}

div.card-icon[b-ajco792yua] {
    position: absolute;
    right: 20px;
    top: -80px;
    width: 100px;
    height: 100px;
    background: var(--thm-base);
    
    z-index: 2;
}

    div.card-icon[b-ajco792yua]::before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: var(--thm-black);
        content: "";
        z-index: -1;
        transform: scale(0.0);
        transform-origin: center;
        transform-style: preserve-3d;
        transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    }

div.card:hover .card-icon[b-ajco792yua]::before {
    transform: scale(1.0);
}

    div.card-icon span[b-ajco792yua] {
        position: relative;
        display: block;
        color: white;
        font-size: 60px;
        line-height: 100px;
        text-align: center;
        transition: all 200ms linear;
        transition-delay: 0.1s;
    }


div.card[b-ajco792yua]::before {
    content: "";
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    border-top: 60px solid transparent;
    border-right: 0 solid var(--thm-base);
    transform-origin: right;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    z-index: 2;
}

div.card:hover[b-ajco792yua]::before {
    border-right: 60px solid var(--thm-base);
}

div.img-container[b-ajco792yua] {
    overflow: hidden;
    position:relative;
}

div.img-container[b-ajco792yua]::after {
    
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background: rgba(var(--thm-base-rgb), .70);
    content: '';
    transition: all 500ms ease;
}

div.card:hover .img-container[b-ajco792yua]::after {
    opacity: 1;
}
/* /Components/General/CollapseView.razor.rz.scp.css */
div.content-view[b-cvhl4xxfhb] {
    margin-left: 2rem;
}
/* /Components/Input/CurrencyInput.razor.rz.scp.css */
input.currency-input[b-c8ku08kt0q] {
    flex-grow: 2;
    position: relative;
    display: flex;
    background: #eff7f8;
    border: 1px solid #eff7f8;
    height: 70px;
    width: unset;
    color: #818891;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    padding-left: 5px;
    padding-right: 30px;
    border-radius: 0px;
    border: none;
    font-family: var(--thm-font);
}

span.input-group-text[b-c8ku08kt0q] {
    border-radius: 0;
    background: #eff7f8;
    border: 1px solid #eff7f8;
    color: #818891;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
}

div.input-group.error[b-c8ku08kt0q] {
    border: 1px solid red;
}

div.input-group[b-c8ku08kt0q] {
    margin-bottom: 1rem;
}
/* /Pages/About.razor.rz.scp.css */
span.icon-check[b-3a9xhgoor7] {
    color: var(--thm-base);
}
/* /Pages/Application.razor.rz.scp.css */
[b-rovb96a567] .text-dark-force * {
    color: var(--bs-dark);
}
/* /Pages/Index.razor.rz.scp.css */
section[b-fjg0dqnpk7] {
    z-index: 9;
}
/* /Shared/BreadCrumb.razor.rz.scp.css */
.breadcrumb-area[b-j84db8cdsg] {
    width: 100%;
    /*height: 30rem;*/
}
/* /Shared/Career/ApplicationReview.razor.rz.scp.css */
h2[b-2byorb71q0] {
    color: var(--thm-black);
    cursor:pointer;
}
/* /Shared/Career/ApplicationView.razor.rz.scp.css */
h3[b-356l7ei3i4] {
    color: var(--thm-black);
    cursor:pointer;
}

h4[b-356l7ei3i4] {
    color: var(--thm-black);
}

object[b-356l7ei3i4] {
    height: 80vh;
}
/* /Shared/Career/CareerApplicationForm.razor.rz.scp.css */
.file-input[b-ykjmiinyid] {
    position: relative;
    display: flex;
    background: #eff7f8;
    border: 1px solid #eff7f8;
    width: 100%;
    height: 70px;
    color: #818891;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 0px;
    transition: all 500ms ease;
    font-family: var(--thm-font);
    cursor: pointer;
    align-items: center;
}

[b-ykjmiinyid] .file-input input[type="file"] {
    display: none;
}

label.invalid[b-ykjmiinyid] {
    border-color: red;
}
/* /Shared/Career/CareerSummaryView.razor.rz.scp.css */
h3.card-title[b-u85vpgduk7] {
    margin-top: 1rem;  
}

    h3.card-title a[b-u85vpgduk7] {
        color: var(--bs-dark);
    }
div.card[b-u85vpgduk7] {
    border-radius: 0;
    min-width: 370px;
    border-width: 1px;
}
@media(max-width:599px){
    div.card[b-u85vpgduk7] {
        margin:1em auto;
    }
}

div.card:hover[b-u85vpgduk7] {
    border-color:var(--thm-base);
}

img.card-img-top[b-u85vpgduk7] {
    width: 100%;
}

div.card-body[b-u85vpgduk7] {
    width: 100%;
    position:relative;
}

div.card-footer[b-u85vpgduk7] {
    display:flex;
    width: 100%; 
    border-top: none;
    background-color: white;
}

div.card-icon[b-u85vpgduk7] {
    position: absolute;
    right: 20px;
    top: -80px;
    width: 100px;
    height: 100px;
    background: var(--thm-base);
    z-index: 2;
}

    div.card-icon span[b-u85vpgduk7] {
        position: relative;
        display: block;
        color: white;
        font-size: 60px;
        line-height: 100px;
        text-align: center;
        transition: all 200ms linear;
        transition-delay: 0.1s;
    }
/* /Shared/Career/CareersView.razor.rz.scp.css */

/* /Shared/Career/CareerView.razor.rz.scp.css */
[b-wipyvfi8jm] .text-dark-force * {
    color: var(--bs-body-color);
}

/* /Shared/Carousel.razor.rz.scp.css */
.slide[b-t72q29xp34] {

}
/* /Shared/Footer.razor.rz.scp.css */


.bottom-parallax[b-f6bpx2o8kw] {
    position: relative;
    height: 595px;
    opacity: 0;
    z-index: -999;
}

.parallax-visible .bottom-parallax[b-f6bpx2o8kw] {
    opacity: 1;
    z-index: 1;
}

    .bottom-parallax .footer-area[b-f6bpx2o8kw] {
        position: fixed;
        left: 0px;
        bottom: 0px;
        right: 0px;
        height: 595px;
    }

.footer-area[b-f6bpx2o8kw] {
    position: relative;
    display: block;
    background: var(--thm-bg);
    z-index: 10;
}


.footer[b-f6bpx2o8kw] {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 114px;
    z-index: 9;
}

.single-footer-widget[b-f6bpx2o8kw] {
    position: relative;
    display: block;
}

    .single-footer-widget .title[b-f6bpx2o8kw] {
        position: relative;
        display: block;
        margin-top: -5px;
    }

        .single-footer-widget .title h3[b-f6bpx2o8kw] {
            color: #ffffff;
            font-size: 20px;
            line-height: 24px;
            font-weight: 700;
            text-transform: capitalize;
        }


.single-footer-widget--company-info[b-f6bpx2o8kw] {
    max-width: 320px;
}

.single-footer-widget .our-company-info[b-f6bpx2o8kw] {
    position: relative;
    display: block;
}

    .single-footer-widget .our-company-info .text-box[b-f6bpx2o8kw] {
        position: relative;
        display: block;
        margin-top: -7px;
        padding-bottom: 21px;
    }

        .single-footer-widget .our-company-info .text-box p[b-f6bpx2o8kw] {
            color: #787e86;
            font-size: 16px;
            line-height: 26px;
            font-weight: 500;
            margin: 0;
        }

    .single-footer-widget .our-company-info h2[b-f6bpx2o8kw] {
        font-size: 30px;
        line-height: 30px;
        font-weight: 500;
        margin: 0 0 13px;
    }

        .single-footer-widget .our-company-info h2 a[b-f6bpx2o8kw] {
            color: #ffffff;
            transition: all 200ms linear;
            transition-delay: 0.1s;
        }

            .single-footer-widget .our-company-info h2 a:hover[b-f6bpx2o8kw] {
                color: var(--thm-base);
            }

    .single-footer-widget .our-company-info h3[b-f6bpx2o8kw] {
        font-size: 20px;
        line-height: 30px;
        font-weight: 500;
        margin: 0 0 32px;
    }

        .single-footer-widget .our-company-info h3 a[b-f6bpx2o8kw] {
            color: var(--thm-base);
            transition: all 200ms linear;
            transition-delay: 0.1s;
        }

            .single-footer-widget .our-company-info h3 a:hover[b-f6bpx2o8kw] {
                color: #ffffff;
            }


.footer-social-link[b-f6bpx2o8kw] {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    padding-top: 40px;
}

    .footer-social-link ul[b-f6bpx2o8kw] {
        position: relative;
        display: block;
    }

        .footer-social-link ul li[b-f6bpx2o8kw] {
            position: relative;
            float: left;
            margin-right: 10px;
        }

            .footer-social-link ul li:last-child[b-f6bpx2o8kw] {
                margin-right: 0;
            }

            .footer-social-link ul li a[b-f6bpx2o8kw] {
                position: relative;
                display: block;
                height: 50px;
                width: 50px;
                background: #ffffff;
                color: var(--thm-black);
                font-size: 16px;
                text-align: center;
                transition: all 200ms linear;
                transition-delay: 0.1s;
                z-index: 1;
            }

                .footer-social-link ul li a i[b-f6bpx2o8kw]::before {
                    position: relative;
                    display: inline-block;
                    line-height: 50px;
                }

                .footer-social-link ul li a[b-f6bpx2o8kw]:before {
                    position: absolute;
                    top: 0;
                    left: 0;
                    bottom: 0;
                    right: 0;
                    background: var(--thm-base);
                    content: "";
                    z-index: -1;
                    transform: scale(0.0);
                    transform-origin: center;
                    transform-style: preserve-3d;
                    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
                }

            .footer-social-link ul li:hover a[b-f6bpx2o8kw]:before {
                transform: scaleX(1.0);
            }

            .footer-social-link ul li:hover a[b-f6bpx2o8kw] {
                color: #ffffff;
            }




.footer-widget-links[b-f6bpx2o8kw] {
    position: relative;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    padding-top: 27px;
}

    .footer-widget-links ul[b-f6bpx2o8kw] {
        position: relative;
        display: block;
        overflow: hidden;
    }

        .footer-widget-links ul.right[b-f6bpx2o8kw] {
            margin-left: 70px;
        }

        .footer-widget-links ul li[b-f6bpx2o8kw] {
            position: relative;
            display: block;
            line-height: 26px;
            margin-bottom: 14px;
        }

            .footer-widget-links ul li:last-child[b-f6bpx2o8kw] {
                margin-bottom: 0;
            }

            [b-f6bpx2o8kw] .footer-widget-links ul li a {
                position: relative;
                display: inline-block;
                color: #787e86;
                font-size: 16px;
                font-weight: 500;
                font-family: var(--thm-font);
                transition: all 200ms linear;
                transition-delay: 0.1s;
            }

                [b-f6bpx2o8kw] .footer-widget-links ul li a:hover,
                [b-f6bpx2o8kw] .footer-widget-links ul li a.active {
                    color: #ffffff;
                }

                [b-f6bpx2o8kw] .footer-widget-links ul li a:before {
                    content: "";
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    right: 0;
                    height: 1px;
                    transform: perspective(400px) scaleX(0);
                    transform-origin: center;
                    transition: all 300ms linear;
                    transition-delay: 0.2s;
                    background: var(--thm-base);
                    z-index: 1;
                }

                [b-f6bpx2o8kw] .footer-widget-links ul li a:hover:before,
                [b-f6bpx2o8kw] .footer-widget-links ul li a.active:before {
                    transform: perspective(400px) scaleX(1.0);
                }



.newsletter-form[b-f6bpx2o8kw] {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
    padding-top: 35px;
}

    .newsletter-form input[type="email"][b-f6bpx2o8kw] {
        position: relative;
        display: block;
        background: #ffffff;
        border: 1px solid #ffffff;
        color: #818891;
        font-size: 14px;
        font-weight: 500;
        width: 100%;
        height: 70px;
        padding: 0 20px;
        border-radius: 0px;
        text-align: center;
        transition: all 500ms ease;
    }

    .newsletter-form input[b-f6bpx2o8kw]::-webkit-input-placeholder {
        color: #818891;
    }

    .newsletter-form input:-moz-placeholder[b-f6bpx2o8kw] {
        color: #818891;
    }

    .newsletter-form input[b-f6bpx2o8kw]::-moz-placeholder {
        color: #818891;
    }

    .newsletter-form input:-ms-input-placeholder[b-f6bpx2o8kw] {
        color: #818891;
    }

    .newsletter-form button[b-f6bpx2o8kw] {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-top: 10px;
        width: 100%;
    }

    .newsletter-form input[type="email"]:focus[b-f6bpx2o8kw] {
        color: var(--thm-base);
    }

        .newsletter-form input[type="email"]:focus + button[b-f6bpx2o8kw],
        .newsletter-form button:hover[b-f6bpx2o8kw] {
            color: #fff;
        }




.footer-bottom[b-f6bpx2o8kw] {
    position: relative;
    display: block;
}

    .footer-bottom .bottom-inner[b-f6bpx2o8kw] {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        border-top: 1px solid rgba(255, 255, 255, 0.10);
        padding: 38px 0px 38px;
    }

.footer-logo-style1[b-f6bpx2o8kw] {
    position: relative;
    display: block;
}

    .footer-logo-style1 a[b-f6bpx2o8kw] {
        position: relative;
        display: inline-block;
    }


.footer-bottom .bottom-inner .copyright[b-f6bpx2o8kw] {
    position: relative;
    display: block;
}

    .footer-bottom .bottom-inner .copyright p[b-f6bpx2o8kw] {
        color: #80868d;
        font-size: 16px;
        font-weight: 500;
        font-family: var(--thm-font);
        margin: 0;
    }

        .footer-bottom .bottom-inner .copyright p a[b-f6bpx2o8kw] {
            color: #ffffff;
            font-weight: 700;
            transition: all 500ms ease;
        }

            .footer-bottom .bottom-inner .copyright p a:hover[b-f6bpx2o8kw] {
                color: var(--thm-base);
            }
/* /Shared/Header.razor.rz.scp.css */
.mobile-menu[b-rvzwanpe6i] {
    visibility:visible;
}

.mobile-menu .menu-box[b-rvzwanpe6i] {
    visibility: visible;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-c2r1ars473] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-c2r1ars473] {
    flex: 1;
    overflow-y: revert;
}

.sidebar[b-c2r1ars473] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-c2r1ars473] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-c2r1ars473]  a, .top-row[b-c2r1ars473]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-c2r1ars473]  a:hover, .top-row[b-c2r1ars473]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-c2r1ars473]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-c2r1ars473] {
        display: none;
    }

    .top-row.auth[b-c2r1ars473] {
        justify-content: space-between;
    }

    .top-row[b-c2r1ars473]  a, .top-row[b-c2r1ars473]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-c2r1ars473] {
        flex-direction: row;
    }

    .sidebar[b-c2r1ars473] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-c2r1ars473] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-c2r1ars473]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-c2r1ars473], article[b-c2r1ars473] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/Menu/Menu.razor.rz.scp.css */
.main-header[b-kpya0i5dru] {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    margin: 0px;
    z-index: 999;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

[b-kpya0i5dru] .main-menu .navigation.scroll-nav > li:hover > a,
[b-kpya0i5dru] .main-menu .navigation.scroll-nav > li.current > a {
    color: var(--thm-base);
}

[b-kpya0i5dru] .main-menu.style1,
[b-kpya0i5dru] .sticky-menu.style1 {
    position: relative;
    display: block;
    padding-left: 50px;
}

[b-kpya0i5dru] .main-menu,
[b-kpya0i5dru] .sticky-menu {
    position: relative;
    display: block;
    float: left;
}

    [b-kpya0i5dru] .main-menu .navbar-collapse,
    [b-kpya0i5dru] .sticky-menu .navbar-collapse {
        padding: 0px;
        display: block !important;
    }

    [b-kpya0i5dru] .main-menu .navigation,
    [b-kpya0i5dru] .sticky-menu .navigation {
        position: inherit;
        display: block;
    }

        [b-kpya0i5dru] .main-menu .navigation > li,
        [b-kpya0i5dru] .sticky-menu .navigation > li {
            position: inherit;
            display: inline-block;
            float: left;
            margin-right: 60px;
        }

            [b-kpya0i5dru] .main-menu .navigation > li:last-child,
            [b-kpya0i5dru] .sticky-menu .navigation > li:last-child {
                margin-right: 0;
            }

            [b-kpya0i5dru] .main-menu .navigation > li > a,
            [b-kpya0i5dru] .sticky-menu .navigation > li > a {
                position: relative;
                display: flex;
                align-items: center;
                padding: 42px 0px 43px;
                color: #ffffff;
                font-size: 14px;
                line-height: 20px;
                font-weight: 500;
                text-transform: uppercase;
                transition: all 500ms ease;
                font-family: var(--thm-font);
                opacity: 1;
                z-index: 1;
            }



                [b-kpya0i5dru] .main-menu .navigation > li > a span,
                [b-kpya0i5dru] .sticky-menu .navigation > li > a span {
                    position: relative;
                    display: inline-block;
                }

                    [b-kpya0i5dru] .main-menu .navigation > li > a span:before,
                    [b-kpya0i5dru] .sticky-menu .navigation > li > a span:before {
                        content: "";
                        position: absolute;
                        left: 0;
                        bottom: -7px;
                        height: 2px;
                        width: 0%;
                        background: var(--thm-base);
                        transition: all 500ms ease;
                    }





                [b-kpya0i5dru] .main-menu .navigation > li:hover > a,
                [b-kpya0i5dru] .main-menu .navigation > li.current > a,
                [b-kpya0i5dru] .main-menu .navigation > li > a.active,
                [b-kpya0i5dru] .sticky-menu .navigation > li:hover > a,
                [b-kpya0i5dru] .sticky-menu .navigation > li.current > a,
                [b-kpya0i5dru] .sticky-menu .navigation > li > a.active {
                    color: var(--thm-base);
                }

[b-kpya0i5dru] .sticky-header .main-menu .navigation > li,
[b-kpya0i5dru] .sticky-header .sticky-menu .navigation > li {
    margin-right: 35px;
}

    [b-kpya0i5dru] .sticky-header .main-menu .navigation > li > a,
    [b-kpya0i5dru] .sticky-header .sticky-menu .navigation > li > a {
        color: var(--thm-black);
        padding: 40px 0px 40px;
    }

        [b-kpya0i5dru] .sticky-header .main-menu .navigation > li:hover > a,
        [b-kpya0i5dru] .sticky-header .main-menu .navigation > li.current > a,
        [b-kpya0i5dru] .sticky-header .main-menu .navigation > li > a.active,
        [b-kpya0i5dru] .sticky-header .sticky-menu .navigation > li:hover > a,
        [b-kpya0i5dru] .sticky-header .sticky-menu .navigation > li.current > a,
        [b-kpya0i5dru] .sticky-header .sticky-menu .navigation > li > a.active {
            color: var(--thm-base);
        }

[b-kpya0i5dru] .mobile-menu .navigation li > a.active:before {
    height: 100%
}
/* /Shared/Menu/MobileMenu.razor.rz.scp.css */
.close-btn[b-rncgb4in3b] {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.menu-box[b-rncgb4in3b] {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #000000;
    padding: 0px 0px;
    z-index: 5;
    border-radius: 0px;

    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.nav-logo[b-rncgb4in3b] {
    position: relative;
    padding: 30px 25px;
    text-align: left;
}
/* /Shared/Menu/StickyMenu.razor.rz.scp.css */
.sticky-header[b-0n6o5u8tfa] {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 0px 0px;
    background: rgba(255, 255, 255, 0.98);
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: 0;
}

.fixed-header .sticky-header[b-0n6o5u8tfa] {
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown-b-0n6o5u8tfa;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    opacity: 1;
    z-index: 999999;
}

.sticky-header .container[b-0n6o5u8tfa] {
    position: relative;
}

.sticky-header .logo[b-0n6o5u8tfa] {
    position: relative;
    display: block;
    padding: 33px 0 33px;
}

    .sticky-header .logo a[b-0n6o5u8tfa] {
        position: relative;
        display: inline-block;
    }

.sticky-header .sticky-menu[b-0n6o5u8tfa] {
    position: inherit;
}






@keyframes fadeInDown-b-0n6o5u8tfa {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
/* /Shared/Menu/TopMenu.razor.rz.scp.css */
.header[b-3sdalysplu] {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    z-index: 1;
}

.header .auto-container[b-3sdalysplu] {
    max-width: 100%;
    padding: 0;
}

.header .outer-box[b-3sdalysplu] {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.header-left[b-3sdalysplu] {
    position: relative;
    display: flex;
    align-items: center;
}

.outer-box[b-3sdalysplu] {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.header-right[b-3sdalysplu] {
    position: relative;
    display: flex;
    align-items: center;
}

.main-logo-box[b-3sdalysplu] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    padding: 8px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.main-logo-box a[b-3sdalysplu] {
   position: relative;
   display: inline-block;
}

.main-menu.style1[b-3sdalysplu] {
    position: relative;
    display: block;
    padding-left: 50px;
}

.navbar-collapse[b-3sdalysplu] {
    padding: 0px;
    display: block !important;
}

[b-3sdalysplu] .main-menu .navigation {
    position: inherit;
    display: block;
}

.phone-number-box1[b-3sdalysplu] {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 50px;
}

    .phone-number-box1 .icon[b-3sdalysplu] {
        position: relative;
        display: block;
        width: 50px;
        height: 50px;
        background-color: rgba(var(--thm-base-rgb), 1.0);
        border-radius: 50%;
        z-index: 1;
    }

        .phone-number-box1 .icon[b-3sdalysplu]:before {
            position: absolute;
            top: -1px;
            left: -1px;
            bottom: -1px;
            right: -1px;
            border-radius: 50%;
            background: var(--thm-black);
            content: "";
            z-index: -1;
            transform: scale(0.0);
            transform-origin: center;
            transform-style: preserve-3d;
            transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
        }

    .phone-number-box1:hover .icon[b-3sdalysplu]:before {
        transform: scaleX(1.0);
    }

    .phone-number-box1 .icon span[b-3sdalysplu]::before {
        position: relative;
        display: block;
        color: #ffffff;
        font-size: 25px;
        line-height: 50px;
        text-align: center;
        transition: all 200ms linear;
        transition-delay: 0.1s;
    }

    .phone-number-box1:hover .icon span[b-3sdalysplu]::before {
        color: #fff;
    }

    .phone-number-box1 .phone[b-3sdalysplu] {
        position: relative;
        display: block;
        padding-left: 20px;
    }

        .phone-number-box1 .phone a[b-3sdalysplu] {
            position: relative;
            display: inline-block;
            color: #ffffff;
            font-size: 18px;
            line-height: 20px;
            font-weight: 500;
            transition: all 200ms linear;
            transition-delay: 0.1s;
        }

            .phone-number-box1 .phone a:hover[b-3sdalysplu] {
                color: var(--thm-base);
            }

/* /Shared/Users/UserEdit.razor.rz.scp.css */
h2[b-qkdzo4lm3k] {
    color: var(--thm-black);
    cursor: pointer;
}
