@import '_content/BlazorStrap/BlazorStrap.bundle.scp.css';

/* /Pages/AboutUs.razor.rz.scp.css */
.topBanner[b-egiq0v17cj] {
    overflow: hidden;
    height: 600px;
    background-image: url('/Icons/AboutUs.png');
    background-size: cover;
    position: relative;
}

    .topBanner .text[b-egiq0v17cj] {
        position: absolute;
        top: 50%;
        right: 0;
        width:700px;
        transform: translate(0,-50%);
        backdrop-filter:blur(8px)
        
    }

        .topBanner .text h1[b-egiq0v17cj] {
            font-family: 'Gemunu Libre';
            font-size: 70px;
            font-weight: 200;        
            animation: moveToRight 1s forwards;
        }

    .topBanner .text p[b-egiq0v17cj] {
        font-family: 'Roboto';
        font-size: 24px;
        font-weight: 200;
       
        animation: moveToRight 1s forwards;
    }
    .companyLogo[b-egiq0v17cj] {
        position: absolute;
        right: 20%;
        height: 100px;
    }

.AboutUsContainer[b-egiq0v17cj] {
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    min-height:450px;
}
    .AboutUsContainer h1[b-egiq0v17cj] {
        font-size: 68px;
        font-weight: 100;
        font-family: 'Gemunu Libre';
    }

    .AboutUsContainer h2[b-egiq0v17cj] {
        font-size: 40px;
        font-weight: 100;
        font-family: 'Gemunu Libre';
    }

    .AboutUsContainer p[b-egiq0v17cj] {
        font-size: 20px;
        font-family: 'Roboto';
        font-weight: 200;
        word-wrap: break-word;
    }
    .centerItem[b-egiq0v17cj] {
        text-align: center;
        width: 800px;
        /*margin: 0 auto;*/
    }
    .centerItem p[b-egiq0v17cj] {
        width:95%;
        font-size:20px;
        padding:0;
        margin:0 auto 0 auto;
        text-align:left;
    }

.itemContainer[b-egiq0v17cj] {
    display:flex;
    justify-content:center;
    align-content:center;
}

    .itemContainer .item[b-egiq0v17cj] {
        margin:16px;
        padding:16px;
        width:350px;
        height:250px;
        text-align:center;
        position:relative;
        background-color:rgba(255,255,255,0.1);
        border:solid 1px rgba(255,255,255,1);
    }

    .itemContainer .smItem[b-egiq0v17cj] {
        width: 200px;
        height: 150px;
        text-align:center;
    }

    .itemContainer .item .desc[b-egiq0v17cj]{
        margin:24px auto;
        width:95%;
       font-size:18px;
    }

.itemContainerWithBg[b-egiq0v17cj] {
    width:100%;
    background-size:cover;
    background-image: url(/Icons/SDbanner.png);
    padding:50px 0 50px 0;
}

@media screen and (max-width:1200px) {
    .topBanner .text[b-egiq0v17cj] {
        width:100%;
        padding:50px 0 50px 0;
        text-align:center;
        position:inherit ;
    }
}
@media screen and (max-width:768px) {
    .itemContainer[b-egiq0v17cj] {
        display: flex;
        flex-direction: column;
        /*margin-bottom: 50px;*/
    }

        .itemContainer .item[b-egiq0v17cj] {
            width: 100%;
            margin:0;
            padding: 10px;
            height: 200px;
            border: none;
            /*border-bottom: solid 1px rgba(255,255,255,1);*/
        }
}

@media screen and (max-width:576px) {
    .AboutUsContainer h1[b-egiq0v17cj] {
        font-size: 50px;
    }

    .AboutUsContainer h2[b-egiq0v17cj] {
        font-size: 30px;
    }

    .AboutUsContainer p[b-egiq0v17cj] {
        font-size: 18px;
    }

    
}
/* /Pages/Index.razor.rz.scp.css */
.box[b-lcgykv71ep] {
    position:relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 89vh;
}

.box h1[b-lcgykv71ep] {
    font-size: 68px;
    width: 650px;
    font-weight: 100;
    font-family: 'Gemunu Libre';
}

.box h5[b-lcgykv71ep] {
    margin-top: 8px;
    font-weight: 100;
    font-size: 26px;
    width: 650px;
}

.AnimatedH1[b-lcgykv71ep] {
    font-size: 68px;
    width: 650px;
    font-weight: 100;
    font-family: 'Gemunu Libre';
    animation: moveToLeft 1s forwards;
    transform: translateX(-150%);
    opacity: 0;
}

.AnimatedH5[b-lcgykv71ep] {
    margin-top: 8px;
    font-weight: 100;
    font-size: 26px;
    width: 650px;
    animation: moveToRight 0.5s forwards;
    transform: translateX(200%);
    opacity: 0;
}

.container-bubble[b-lcgykv71ep] {
    margin-top: 80px;
    transform: translateY(1000%);
    opacity: 0;
    animation: moveFromBottom 1s forwards;
    animation-delay:1s;
}

.cardContainer[b-lcgykv71ep] {
    width: 100%;
    height: 490px;
    padding: 0;
    margin: 0;
    text-align: center;
    touch-action: cross-slide-x;
    /*overflow: hidden;*/
    display: block;
    position: relative;
}

     .arrow-left[b-lcgykv71ep] {
        width: 50px;
        height: 50px;
        background: url(Icons/arrow-left-round-white.png) no-repeat;
        background-size: cover;
        position: absolute;
        top: 50%;
        left: 0;
        transform:translate(0,-50%);
        margin-left:8px;
        opacity:0.5;
        display:none;
        z-index:2;
    }

     .arrow-right[b-lcgykv71ep] {
        width: 50px;
        height: 50px;
        background: url(Icons/arrow-right-round-white.png) no-repeat;
        background-size: cover;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0,-50%);
        margin-right: 8px;
        opacity: 0.5;
        display: none;
        z-index: 2;
    }

         .arrow-left:hover[b-lcgykv71ep],
         .arrow-right:hover[b-lcgykv71ep] {
            opacity:1;
            cursor:pointer;
        }

    .cardContainer .item-holder[b-lcgykv71ep] {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin: 0;
        left: 0;
        transition: ease-in-out 0.5s;
        overflow: hidden;
    }

        .cardContainer .item-holder .cardItem[b-lcgykv71ep] {
            position: relative;
            height: 100%;
            width: 350px;
            margin: 0 16px 0 16px;
            background-color: rgba(255,255,255,0.1);
            border-radius: 16px;
            border-top: solid 1px rgba(255,255,255,0.5);
            border-left: solid 1px rgba(255,255,255,0.5);
            box-shadow: 10px 10px 25px rgba(0,0,0,0.5);
            vertical-align: top;
            transform-style: preserve-3d;
            transform: scale(0.3,0.3);
        }

            .cardContainer .item-holder .cardItem .header[b-lcgykv71ep] {
                position: absolute;
                top: 0;
                right: 5px;
                font-size: 150px;
                font-family: 'Gemunu Libre';
                color: rgba(255,255,255,0.1)
            }

            .cardContainer .item-holder .cardItem .title[b-lcgykv71ep] {
                top: 33%;
                left: 8px;
                position: absolute;
                font-size: 38px;
                font-weight: bold;
                font-family: 'Gemunu Libre';
            }

            .cardContainer .item-holder .cardItem .content[b-lcgykv71ep] {
                font-size: 16px;
                position: absolute;
                top: 45%;
                text-align: justify;
                padding: 12px;
            }

@media screen and (max-width:1200px) {
        .box-right[b-lcgykv71ep], .box-left[b-lcgykv71ep] {
            margin-top: 16px;
            width: 75%;
        }
    .cardContainer .cardItem[b-lcgykv71ep] {
        width: calc((100% / 3) - 16px);
    }
        .cardContainer .item-holder .cardItem .header[b-lcgykv71ep] {
            position: absolute;
            top: 0;
            right: 5px;
            font-size: 105px;
        }

        .cardContainer .item-holder .cardItem .title[b-lcgykv71ep] {
            top: 25%;
            font-size: 22px
        }

        .cardContainer .item-holder .cardItem .content[b-lcgykv71ep] {
            font-size: 15px;
            position: absolute;
            top: 30%;
            text-align: justify;
            padding: 12px;
            font-family: 'Roboto';
        }
}

@media screen and (max-width:992px) {
}

    @media screen and (max-width:768px) {
 
        .box h1[b-lcgykv71ep] {
            font-size: 58px;
            width: 90%;
            padding: 8px;
        }

        .box h5[b-lcgykv71ep] {
            width: 95%;
            padding: 8px;
            font-size: 20px;
        }

        .cardContainer[b-lcgykv71ep] {
            height:350px;
            overflow-x:hidden;
        }

            .cardContainer .item-holder[b-lcgykv71ep] {
                width: calc(85% * 3);
                padding: 0;
                margin: 0;
                left: 0;
            }

                .cardContainer .item-holder .cardItem[b-lcgykv71ep] {
                    width: 85%;
                    height: 100%;
                }

            .cardContainer .arrow-left[b-lcgykv71ep] {
                display: block;
            }

            .cardContainer .arrow-right[b-lcgykv71ep] {
                display: block;
            }
    }

    @media screen and (max-width:576px) {


        .cardContainer[b-lcgykv71ep] {
            overflow-y: hidden;
            overflow-x: scroll;
            height: 490px;
        }

            .cardContainer .arrow-left[b-lcgykv71ep] {
                display: none;
            }

            .cardContainer .arrow-right[b-lcgykv71ep] {
                display: none;
            }

        
    }

/*.animateToLeft {
    animation: moveToLeft 1s forwards;
}

    .animateToRight {
        animation: moveToRight 1s forwards;
    }

    .animateToTop {
        animation: moveFromBottom 1s forwards;
    }

    .animateToBottom {
        animation: moveFromTop 1s forwards;
    }

    .animateScaleLarge {
        animation: scaleToLarge 0.5s forwards;
    }

    .animateFlipY {
        animation: flipY 0.5s forwards;
    }

    @keyframes moveToLeft {
        0% {
            transform: translateX(-150%);
            opacity: 0;
        }

        100% {
            transform: translateX(0%);
            opacity: 1;
        }
    }

    @keyframes moveToRight {
        0% {
            transform: translateX(200%);
            opacity: 0;
        }

        100% {
            transform: translateX(0%);
            opacity: 1;
        }
    }

    @keyframes moveFromBottom {
        0% {
            transform: translateY(1000%);
            opacity: 0;
        }

        100% {
            transform: translateY(0%);
            opacity: 1;
        }
    }

    @keyframes moveFromTop {
        0% {
            transform: translateY(-500%);
            opacity: 0;
        }

        100% {
            transform: translateY(0%);
            opacity: 1;
        }
    }

    @keyframes flipY {

        0% {
            transform: rotateY(180deg)
        }

        100% {
            transform: rotateY(0deg)
        }
    }

    @keyframes scaleToLarge {
        0% {
            transform: scale(0.3,0.3);
        }

        100% {
            transform: scale(1,1);
        }
    }*/


/* /Shared/MainBootstrapLayout.razor.rz.scp.css */
.myContent[b-smiuyl6ble] {
    width:100%;
    padding:0;
    margin:0;
    color:#fff;
    transform:translateY(100px);
    
}

.noise[b-smiuyl6ble] {
    position: fixed;
    top: -50%;
    left: -50%;
    right: -50%;
    bottom: -50%;
    width: 200%;
    height: 200vh;
    background-image: url(noise.png);
    background-repeat: repeat;
    /*z-index: 1;*/
    animation: noise-animation-b-smiuyl6ble .2s infinite;
}

.backToTop[b-smiuyl6ble] {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 50px;
    bottom: 50px;
    display: none;
    border-radius: 50%;
    opacity:0.5;
    transition:ease-out 0.3s;
    background:url(Icons/up-arrow.png) no-repeat;
    background-size:cover;
    z-index:2;
}

    .backToTop:hover[b-smiuyl6ble] {
        cursor: pointer;
        opacity: 1;
        background: url(Icons/up-arrow.gif) no-repeat;
        background-size: cover;
    }

    @keyframes noise-animation-b-smiuyl6ble {
        0% {
        transform: translate(0,0)
    }

    10% {
        transform: translate(-5%,-5%)
    }

    20% {
        transform: translate(-10%,5%)
    }

    30% {
        transform: translate(5%,-10%)
    }

    40% {
        transform: translate(-5%,15%)
    }

    50% {
        transform: translate(-10%,5%)
    }

    60% {
        transform: translate(15%,0)
    }

    70% {
        transform: translate(0,10%)
    }

    80% {
        transform: translate(-15%,0)
    }

    90% {
        transform: translate(10%,5%)
    }

    100% {
        transform: translate(5%,0)
    }
}

.square[b-smiuyl6ble],
.circle[b-smiuyl6ble] {
    position: fixed;
    top: 0;
    z-index: 0;
    height: 100vh;
}

ul li[b-smiuyl6ble] {
    position: absolute;
    /*border: solid 1px #fff;*/
    background-color: rgba(255, 255, 255,0.3);
    width: 30px;
    height: 30px;
    list-style: none;
}

.square li[b-smiuyl6ble] {
    top: 40vh;
    left: 60vw;
    animation: square-b-smiuyl6ble 10s linear infinite;
    opacity: 0;
}

    .square li:nth-child(2)[b-smiuyl6ble] {
        top: 15vh;
        left: 80vw;
        animation-delay: 2s;
    }

    .square li:nth-child(3)[b-smiuyl6ble] {
        top: 30vh;
        left: 20vw;
        animation-delay: 4s;
    }

    .square li:nth-child(4)[b-smiuyl6ble] {
        top: 60vh;
        left: 40vw;
        animation-delay: 6s;
    }

    .square li:nth-child(5)[b-smiuyl6ble] {
        top: 70vh;
        left: 85vw;
        animation-delay: 8s;
    }

.circle li[b-smiuyl6ble] {
    bottom: 0;
    left: 10vw;
    opacity: 0;
    animation: circle-b-smiuyl6ble 20s linear infinite;
}

    .circle li:nth-child(2)[b-smiuyl6ble] {
        left: 25vw;
        animation-delay: 12s;
    }

    .circle li:nth-child(3)[b-smiuyl6ble] {
        left: 45vw;
        animation-delay: 8s;
    }

    .circle li:nth-child(4)[b-smiuyl6ble] {
        left: 55vw;
        animation-delay: 13s;
    }

    .circle li:nth-child(5)[b-smiuyl6ble] {
        left: 75vw;
        animation-delay: 1s;
    }

@keyframes square-b-smiuyl6ble {
    0% {
        transform: scale(0) rotateY(0deg);
        opacity: 1;
    }

    100% {
        transform: scale(5) rotateY(1000deg);
        opacity: 0;
    }
}

@keyframes circle-b-smiuyl6ble {
    0% {
        transform: scale(0) rotateY(0deg);
        opacity: 1;
        bottom: 0;
        border-radius: 0;
    }

    100% {
        transform: scale(5) rotateY(1000deg);
        opacity: 0;
        bottom: 90vh;
        border-radius: 50%;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-qa9gn5tgl8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-qa9gn5tgl8] {
    flex: 1;
}

.sidebar[b-qa9gn5tgl8] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-qa9gn5tgl8] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-qa9gn5tgl8]  a, .top-row[b-qa9gn5tgl8]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-qa9gn5tgl8]  a:hover, .top-row[b-qa9gn5tgl8]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-qa9gn5tgl8]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-qa9gn5tgl8] {
        display: none;
    }

    .top-row.auth[b-qa9gn5tgl8] {
        justify-content: space-between;
    }

    .top-row[b-qa9gn5tgl8]  a, .top-row[b-qa9gn5tgl8]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-qa9gn5tgl8] {
        flex-direction: row;
    }

    .sidebar[b-qa9gn5tgl8] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-qa9gn5tgl8] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-qa9gn5tgl8]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-qa9gn5tgl8], article[b-qa9gn5tgl8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavBootstrapMenu.razor.rz.scp.css */
.w150[b-vc4kqjvjxq] {
    min-width: 150px !important;
    justify-content:center;
    text-align:center;
}
.nav-link img[b-vc4kqjvjxq] {
    display: block;
    border-radius: 50%;
    height: 40px;
    margin: auto;
}

@media screen and (max-width:576px) {
    .nav-link img[b-vc4kqjvjxq] {
        display: inline-block;
        margin: unset;
        
    }
    .navbar-nav[b-vc4kqjvjxq] {
        width: 100%;
        text-align: justify;
        background-color: rgba(2,0,36,1);
        padding:8px;
        filter: drop-shadow(0 0 5px #dedede);
    }
}

.nav-item:hover[b-vc4kqjvjxq] {
    -webkit-box-shadow: 0 4px 6px -6px rgba(0,0,0, 0.3);
    -moz-box-shadow: 0 4px 6px -6px rgba(0,0,0, 0.3);
    box-shadow: 0 4px 6px -6px rgb(0, 168, 158);
}

.companyName[b-vc4kqjvjxq] {
    padding-left:10px;
    font-size: 32px;
    font-weight:700;
    background: linear-gradient(to right, rgba(2,0,36,1),#fff,rgba(2,0,36,1));
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-size:80%;
    background-repeat: no-repeat;
    background-position: center;
    animation: move-b-vc4kqjvjxq 2s linear infinite;
}

@keyframes move-b-vc4kqjvjxq {
    0% {
        background-position:-500%;
    }
    100% {
        background-position: 500%;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-4udj18nfvu] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-4udj18nfvu] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-4udj18nfvu] {
    font-size: 1.1rem;
}

.oi[b-4udj18nfvu] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-4udj18nfvu] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-4udj18nfvu] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-4udj18nfvu] {
        padding-bottom: 1rem;
    }

    .nav-item[b-4udj18nfvu]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-4udj18nfvu]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-4udj18nfvu]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-4udj18nfvu] {
        display: none;
    }

    .collapse[b-4udj18nfvu] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/_contactUs.razor.rz.scp.css */

h2[b-siguyn9z0j] {
    font-family: 'Gemunu Libre';
    font-size: 48px;
}
h3[b-siguyn9z0j] {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 24px;
    word-wrap: break-word;
}
h5[b-siguyn9z0j] {
    font-family: 'Roboto';
    font-weight:100;
    font-size: 20px;
}
h6[b-siguyn9z0j] {
    font-family: 'Roboto';
    font-weight: 200;
    font-size: 16px;
}



.contactus-container[b-siguyn9z0j] {
    height:850px ;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    position: relative;
    /*border:solid 1px #fff;*/
}
    .contactus-container .contactInfo[b-siguyn9z0j] {
        width: 50%;
        position: relative;
        border-right:solid 1px rgba(255,255,255,0.3)

    }

    .contactus-container .contactInfo .contactInfo-item[b-siguyn9z0j] {
        position: absolute;
        top:20%;
        left:50%;
        transform:translate(-50%,-20%);
        
    }
        .contactus-container .contactInfo .contactInfo-item img[b-siguyn9z0j] {
            height: 100px;
        }

    .contactus-container .contactForm[b-siguyn9z0j] {
        width: 50%;
        position: relative;
    }

        .contactus-container .contactForm .contactForm-item[b-siguyn9z0j] {
            position: absolute;
            top: 70%;
            left: 50%;
            width:400px;
            transform: translate(-50%,-70%);
            border:solid 1px #fff;
            padding:16px;
            background-color:rgba(255,255,255,0.1);
            border-radius:20px;
        }

            .contactus-container .contactForm .contactForm-item img[b-siguyn9z0j] {
                height: 100px;
            }


.phoneLink[b-siguyn9z0j] {
    text-decoration: none;
    color: #fff;
}

    .phoneLink img[b-siguyn9z0j] {
        width: 25px;
        max-height: 25px;
    }

@media screen and (max-width:992px) {
    .contactus-container .contactInfo .contactInfo-item[b-siguyn9z0j] {
        width:370px;
    }

    .contactus-container .contactForm .contactForm-item[b-siguyn9z0j] {
        position: absolute;
        top: 70%;
        left: 50%;
        width: 350px;
        transform: translate(-50%,-70%);
        border: solid 1px #fff;
        padding: 16px;
        background-color: rgba(255,255,255,0.1);
        border-radius: 20px;
    }
}

@media screen and (max-width:768px) {

    h2[b-siguyn9z0j] {
        font-family: 'Gemunu Libre';
        font-size: 40px;
    }

    h3[b-siguyn9z0j] {
        font-family: 'Roboto';
        font-weight: 300;
        font-size: 18px;
        word-wrap: break-word;
    }

    h5[b-siguyn9z0j] {
        font-family: 'Roboto';
        font-weight: 100;
        font-size: 16px;
    }

    h6[b-siguyn9z0j] {
        font-family: 'Roboto';
        font-weight: 200;
        font-size: 16px;
    }

    .contactus-container[b-siguyn9z0j] {
        display: block;
        position: relative;
        height:auto;
    }
        .contactus-container .contactInfo[b-siguyn9z0j] {
            width: 100%;
            position: relative;
            border-right:none;
        }

        .contactus-container .contactInfo .contactInfo-item[b-siguyn9z0j] {
            top:0;
            left:0;
            transform:none;
            display: block;
            position:relative;
            padding:16px;
            border-bottom:solid 2px rgba(255,255,255,0.3)
        }

    .contactus-container .contactForm[b-siguyn9z0j] {
        width: 100%;
        position: relative;
    }

        .contactus-container .contactForm .contactForm-item[b-siguyn9z0j] {
            width: 85%;
            top: 0;
            left: 0;
            transform: none;
            display: block;
            position: relative;
            margin:16px auto;
        }
}

.scaleSmall[b-siguyn9z0j] {
    transform: scale(0.3,0.3);
}
