/* /Layout/3DWaveBalls.razor.rz.scp.css */

div[b-ysn7qyzb7e] {
    transform-style:preserve-3d;
}

#container[b-ysn7qyzb7e] {
    width: 100%;
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    perspective: 500px;
}

.camera[b-ysn7qyzb7e] {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

    .camera.camX[b-ysn7qyzb7e] {
        transform: rotateX(60deg);
    }

    .camera.camY[b-ysn7qyzb7e] {
        transform: rotateY(0deg);
    }

    .camera.camZ[b-ysn7qyzb7e] {
        animation: rotZ-b-ysn7qyzb7e 30s linear infinite;
    }

.sea[b-ysn7qyzb7e] {
    width:250px;
    height:250px;
    position:relative;
    display:grid;
    grid-template-rows:repeat(10,7.5%);
    grid-template-columns:repeat(10,7.5%);
    grid-gap:2.5%;
}

.wave[b-ysn7qyzb7e] {
    animation: wave-b-ysn7qyzb7e 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
    animation-delay : var(--d);
}

.counter[b-ysn7qyzb7e] {
    position:absolute;
    width:100%;
    height:100%;
}

.counterX[b-ysn7qyzb7e] {
        transform: rotateX(-60deg);
    }

.counterY[b-ysn7qyzb7e] {
        transform: rotateY(0deg);
    }

.counterZ[b-ysn7qyzb7e] {
    animation: rotZ-b-ysn7qyzb7e 30s linear infinite reverse;
}

.ball[b-ysn7qyzb7e] {
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 0px 3px, #fff, #69a8cc 60%, #23315c);
    border-radius: 100%;
    box-shadow: 0 100px 12px rgba(96,148,179,0.2);
    filter: drop-shadow(0 100px 12px rgba(96,148,179,0.2))
}


@keyframes rotZ-b-ysn7qyzb7e {
    0% {
        transform:rotateZ(0deg);
    }
    100% {
        transform: rotateZ(360deg);
    }
}

@keyframes wave-b-ysn7qyzb7e {
    0% {
        transform: translateZ();
    }

    100% {
        transform: translateZ(30px);
    }
}

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

@media screen and (max-width:992px) {
    .sea[b-ysn7qyzb7e] {
        width: 220px;
        height: 220px;
    }
}

@media screen and (max-width:768px) {
    .sea[b-ysn7qyzb7e] {
        width: 180px;
        height: 180px;
    }
}


@media screen and (max-width:576px) {
    #container[b-ysn7qyzb7e] {
        width: 100%;
        height: 400px;
        transform:translateY(-70px);
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-8teipwepbs] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-8teipwepbs] {
    flex: 1;
}

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

.backToTop[b-8teipwepbs] {
    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-8teipwepbs] {
        cursor: pointer;
        opacity: 1;
        background: url(Icons/up-arrow.gif) no-repeat;
        background-size: cover;
    }

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

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

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

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

@media (max-width: 640.98px) {
    .top-row[b-8teipwepbs] {
        justify-content: space-between;
    }

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

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

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

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

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

    .top-row[b-8teipwepbs], article[b-8teipwepbs] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.w150[b-icb00zmfe2] {
    min-width: 150px !important;
    justify-content: center;
    text-align: center;
}

.nav-link img[b-icb00zmfe2] {
    display: block;
    border-radius: 50%;
    height: 40px;
    margin: auto;
}

/*.nav-link {
    --bs-nav-link-color: white;
    color: var(--bs-nav-link-color);
}*/

@media screen and (max-width:576px) {
    .nav-link img[b-icb00zmfe2] {
        display: inline-block;
        margin: unset;
    }

    .navbar-nav[b-icb00zmfe2] {
        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-icb00zmfe2] {
    -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-icb00zmfe2] {
    padding-left: 10px;
    font-size: 2rem;
    /*font-weight: 700;*/
    font-family:'Poppins';
   /* 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 2s linear infinite;*/
}

@keyframes move-b-icb00zmfe2 {
    0% {
        background-position: -500%;
    }

    100% {
        background-position: 500%;
    }
}


.navbar-toggler[b-icb00zmfe2] {
    border:solid 2px white;
}

.navbar-toggler-icon[b-icb00zmfe2] {
    /*background-image: var(--bs-navbar-toggler-icon-bg);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255 , 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/*.top-row {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}*/
.navbar-brand[b-icb00zmfe2] {
    font-size: 1.1rem;
    color: white;
}

/*.bi {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

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

.nav-item ::deep a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item ::deep a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

    .collapse {*/
         /*Never collapse the sidebar for wide screens*/ 
        /*display: block;
    }
    
    .nav-scrollable {*/
         /*Allow sidebar to scroll for tall menus*/ 
        /*height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}*/
/* /Pages/AboutUs.razor.rz.scp.css */
*[b-645hrivlpc] {
    padding:0;
    margin:0;
}

.topPanel[b-645hrivlpc] {
    margin-top: 74px;
    width: 100%;
    height: 98vh;
    overflow: hidden;
    position: relative;
}

    .topPanel .text[b-645hrivlpc] {
        top: 30%;
        left: 0;
        transform: translateY(-30%);
        position: absolute;
        margin-left: 48px;
        width: 85%;
        animation: slideIn-b-645hrivlpc 0.7s linear forwards;
    }

        .topPanel .text p[b-645hrivlpc] {
            font-size: 2rem;
            font-weight: 400;
        }

        .topPanel .sideImg[b-645hrivlpc] {
            position: absolute;
            height: 700px;
            width: 700px;
            top: -200px;
            right: -300px;
            z-index: -999;
            perspective: 500px;
            animation: rotate-b-645hrivlpc 20s linear reverse infinite;
        }

    .topPanel .dot1[b-645hrivlpc] {
        position: absolute;
        width: 120px;
        top: 520px;
        right: 200px;
        z-index: -998;
    }

    .topPanel .dot2[b-645hrivlpc] {
        position: absolute;
        width: 90px;
        top: 100px;
        right: 450px;
        z-index: -998;
    }

.secondContent[b-645hrivlpc] {
    position: relative;
    height: 100vh;
    background-color:#4800ff1d
}
.thirdContent[b-645hrivlpc] {
    position: relative;
    height: 90vh;
    overflow:hidden;
    display:flex;
    align-items:center;
}

.center-container[b-645hrivlpc] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 65%;
}

.right-container[b-645hrivlpc] {
   
    width: calc(98vw - 32rem);
    margin-left:32rem;
}

.title[b-645hrivlpc] {
    font-family: 'Roboto';
    font-size: 2rem;
    font-weight: 300;
    padding: 0;
    margin: 0;
}
.hugeFont[b-645hrivlpc] {
    font-family: 'Gemunu Libre';
    font-size: 5rem;
    font-weight:500;
}

.text-Content[b-645hrivlpc] {
    width: 100%;
    font-family: 'Roboto';
    font-size: 2rem;
}

.missionImg[b-645hrivlpc] {
    height:100%;
    position:absolute;
    top:0;
    right:0;
}

.cultureImg[b-645hrivlpc] {
    height: 100%;
    position: absolute;
    top: -215px;
    left: -270px;
    transform: rotate(80deg);
    z-index: -996;
}

.cultureItem[b-645hrivlpc] {
    display:flex;
    align-items:center;
    margin:24px 0;
}

    .cultureItem .itemImg[b-645hrivlpc] {
        width: 100px;
        height: 100px;
        min-width:100px;
        min-height:100px;
        margin-right: 16px;
        padding: 8px;
        border-radius: 50%;
        border: solid 1px #808080;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        background-color:white;
        z-index:-996;
    }

        .cultureItem .itemImg img[b-645hrivlpc] {
            width: 100%; /* or any custom size */
            height: 100%;
            object-fit: contain;
        }

    .cultureItem .itemText[b-645hrivlpc] {
        height:100px;
        display:flex;
        flex-direction:column;
        justify-content:center;
    }

    .cultureItem .itemText h2[b-645hrivlpc] {
        font-family:'Roboto';
        font-size:2.5rem;
    }

        .cultureItem .itemText .desc[b-645hrivlpc] {
            font-family: 'Roboto';
            font-size: 1.2rem;
        }

    @keyframes rotate-b-645hrivlpc {
        from {
        transform:rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes slideIn-b-645hrivlpc {
    0% {
        transform: translateX(-150%);
        opacity: 0;
    }

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

@media screen and (max-width:1200px) {
    .right-container[b-645hrivlpc] {
        margin-left: 16rem;
        width: calc(98vw - 16rem);
        backdrop-filter: blur(10px);
    }
}

@media screen and (max-width:992px) {
    .topPanel .text[b-645hrivlpc] {
        width: 100vw;
        margin-left:0;
        padding:16px;
        /*backdrop-filter:blur(5px);*/
    }

        .topPanel .text p[b-645hrivlpc] {
            font-size: 1.5rem;
        }

    .title[b-645hrivlpc] {
        font-size: 1.5rem;
    }

    .hugeFont[b-645hrivlpc] {
        font-size: 4rem;
    }
    .text-Content[b-645hrivlpc] {
        font-size: 1.5rem;
    }
    .center-container[b-645hrivlpc] {
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 100%;
        padding: 16px;

    }
    .right-container[b-645hrivlpc] {
        margin-left: 8rem;
        width: calc(98vw - 8rem);
        backdrop-filter: blur(10px);
    }
}

@media screen and (max-width:768px) {
    .hugeFont[b-645hrivlpc] {
        font-size: 3rem;
    }

    .cultureItem .itemText h2[b-645hrivlpc] {
        font-family: 'Roboto';
        font-size: 2rem;
    }

    .cultureItem .itemText .desc[b-645hrivlpc] {
        font-family: 'Roboto';
        font-size: 1rem;
    }
    .right-container[b-645hrivlpc] {
        margin-left: 2rem;
        width: calc(98vw - 2rem);
        backdrop-filter: blur(10px);
    }
}

@media screen and (max-width:576px) {
    .topPanel .text p[b-645hrivlpc] {
        font-size: 1rem;
    }

    .title[b-645hrivlpc] {
        font-size: 1rem;
    }
    .hugeFont[b-645hrivlpc] {
        font-size: 2rem;
    }

    .topPanel .sideImg[b-645hrivlpc] {
        height: 600px;
        width: 600px;
    }

    .secondContent[b-645hrivlpc] {
        height: 50vh;
    }
    .center-container[b-645hrivlpc] {
       
        backdrop-filter:blur(3px);
    }

    .text-Content[b-645hrivlpc] {
        font-size: 1rem;
    }
    .cultureItem .itemImg[b-645hrivlpc] {
        width: 70px;
        height: 70px;
        min-width: 70px;
        min-height: 70px;
        margin-right: 8px;
        padding: 4px;
    }
    .right-container[b-645hrivlpc] {
        margin:0;
        padding:16px;
        width:98vw;
        backdrop-filter: blur(10px);
    }
    .cultureItem .itemText h2[b-645hrivlpc] {
        font-size: 1.5rem;
    }

    .cultureItem .itemText .desc[b-645hrivlpc] {
        font-size: 1rem;
    }


}
/* /Pages/ContactUs.razor.rz.scp.css */
*[b-pbj930chzz] {
    margin:0;
    padding:0;
    overflow:hidden;
}

.contactUsTopPanel[b-pbj930chzz] {
    width: 100vw;
    height: 60vh;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
}

.topImg[b-pbj930chzz] {
    position: absolute;
    top: 0;
    height: 150px;
    width: 100vw;
    animation: slideToRight-b-pbj930chzz 0.4s ease-in-out forwards;
}

.bottomImg[b-pbj930chzz] {
    position: absolute;
    bottom: 0;
    height: 80px;
    width: 100vw;
    animation: slideToRight-b-pbj930chzz 0.4s ease-in-out forwards;
}

.topText[b-pbj930chzz] {
    position: absolute;
    animation: zoomOut-b-pbj930chzz 0.6s cubic-bezier(0.51,-0.31, 0.34, 1.84) forwards;
    animation-delay: 0.4s;
    transform: scale(0);
}

.topHeader[b-pbj930chzz] {
    font-family: 'Gemunu Libre';
    font-size: 5rem;
    font-weight: 500;
}

.topDesc[b-pbj930chzz] {
    font-family: 'Roboto';
    font-size: 2rem;
    font-weight: 500;
}
.title[b-pbj930chzz] {
    font-family: 'Roboto';
    font-size: 2rem;
    font-weight: 300;
    padding: 0;
    margin: 0;
}
@keyframes slideToRight-b-pbj930chzz {
    from {
        right:-100%
    }
    to {
        right: 0
    }
}

@keyframes zoomOut-b-pbj930chzz {
    from {
        transform:scale(0);
    }
    to {
        transform: scale(100%);
    }
}

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

@media screen and (max-width:992px) {
    .topText[b-pbj930chzz] {
        padding:8px;
    }
    .title[b-pbj930chzz] {
        font-size: 1.5rem;
    }
}

@media screen and (max-width:768px) {
    .topHeader[b-pbj930chzz] {
        font-size: 3rem;

    }

    .topDesc[b-pbj930chzz] {
        font-size: 1.5rem;
    }

    .contactUsTopPanel[b-pbj930chzz] {
        height: 45vh; 
    }

    .topImg[b-pbj930chzz] {
        height: 100px;
    }

    .bottomImg[b-pbj930chzz] {
        height: 60px;
    }
}

@media screen and (max-width:576px) {
    .topHeader[b-pbj930chzz] {
        font-size: 2.2rem;
    }

    .topDesc[b-pbj930chzz] {
        font-size: 1.2rem;
    }
    .title[b-pbj930chzz] {
        font-size: 1rem;
    }


}

/* /Pages/ContactUsComponent.razor.rz.scp.css */
*[b-zr881c0e33] {
    padding:0;
    margin:0;
}

.cTitle[b-zr881c0e33] {
    font-size: 3.5rem;
    margin: 72px 0 10px 72px;
    font-family: sans-serif;
}

.cContainer[b-zr881c0e33] {
    display:flex;
}

.contactInfo[b-zr881c0e33] {
    width:50%;
    margin: 0 0 0 40px;
}

img[b-zr881c0e33] {
        width:100px;
    }

    .contactForm[b-zr881c0e33] {
        width: 50%;
        display:flex;
        align-items:center;
        justify-content:center;
    }
        .contactForm .contactForm-item[b-zr881c0e33] {
            width: 65%;
            padding: 16px;
            border: solid 1px #808080;
            border-radius: 20px;
            backdrop-filter: blur(10px);
            background-color: rgba(255,255,255,0.7);
            box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
        }

        .phoneLink[b-zr881c0e33] {
            text-decoration: none;
            /*color: black;*/
        }
.icon[b-zr881c0e33] {
    width:25px !important;
}
.form-text[b-zr881c0e33] {
    color: #0e0e0e
}

@media screen and (max-width:992px) {
    .contactForm .contactForm-item[b-zr881c0e33] {
        width: 85%;
    }
}

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

    img[b-zr881c0e33] {
        width: 70px;
    }
    .cTitle[b-zr881c0e33] {
        width: 100%;
        margin: 40px 16px 16px 0;
        font-size:48px;
    }

    .cContainer .contactInfo h2[b-zr881c0e33] {
        font-size: 24px;
    }
    .cContainer .contactInfo h3[b-zr881c0e33] {
        font-size: 16px;
    }
}


@media screen and (max-width:576px) {
    .cTitle[b-zr881c0e33] {
        width: 100%;
        margin: 24px 16px 0;
        font-size: 32px;
    }

    .cContainer[b-zr881c0e33] {
        display:flex;
        flex-direction:column;
    }

    .contactInfo[b-zr881c0e33] {
        width: 100%;
        margin: 10px;
    }
    .contactForm[b-zr881c0e33] {
        width: 100%;
    }

    .cContainer .contactInfo img:not(.icon)[b-zr881c0e33] {
        display:none;
    }
        .contactForm .contactForm-item h2[b-zr881c0e33] {
            font-size:18px;
        }

    .contactForm .contactForm-item p[b-zr881c0e33] {
        font-size: 12px;
    }
}
/* /Pages/HowWeHelp.razor.rz.scp.css */
.cardContainer[b-5npjk5p4ze] {
    width: 100vw;
    height: 100%;
    display: flex;
    justify-content: center;
    margin: 0;
    padding-top: 18px;
}

    .cardContainer .card[b-5npjk5p4ze] {
        height: 410px;
        width: 350px;
        margin: 16px;
        position: relative;
        border-radius: 16px;
        backdrop-filter: blur(10px);
        background-color: rgba(255,255,255,0.7);
    }

        .cardContainer .card .cardHeader[b-5npjk5p4ze] {
            text-align: right;
            font-size: 120px;
            font-family: 'Gemunu Libre';
            color: #9100da;
            padding: 0 16px 0;
        }

        .cardContainer .card .cardTitle[b-5npjk5p4ze] {
            font-size: 24px;
            font-weight: 400;
            padding: 16px;
        }

        .cardContainer .card .cardContent[b-5npjk5p4ze] {
            font-size: 16px;
            color: #898989;
            padding: 16px;
        }

@media screen and (max-width:992px) {
    .cardContainer .card[b-5npjk5p4ze] {
        height: 360px;
        width: 260px;
        margin: 8px;
    }

        .cardContainer .card .cardHeader[b-5npjk5p4ze] {
   
            font-size: 80px;
        }

        .cardContainer .card .cardTitle[b-5npjk5p4ze] {
            font-size: 16px;
            padding: 8px;
        }

        .cardContainer .card .cardContent[b-5npjk5p4ze] {
            padding: 8px;
        }
}

@media screen and (max-width:768px) {
    .cardContainer[b-5npjk5p4ze] {
        justify-content: start;
        flex-direction: column;
    }

        .cardContainer .card[b-5npjk5p4ze] {
            height: 140px;
            width: 100%;
            border-radius: unset;
            border: none;
            border-bottom: solid 1px #d2d2d2;
            position: relative;
            display: grid;
            grid-template-columns: 140px auto;
            grid-template-rows: auto auto;
            margin: 0;
        }

            .cardContainer .card .cardHeader[b-5npjk5p4ze] {
                width: 140px;
                grid-row: 1/3;
                justify-content: center;
                align-items: center;
            }

            .cardContainer .card .cardTitle[b-5npjk5p4ze] {
                font-size: 16px;
                grid-row: 1;
                grid-column: 2;
                padding: 8px;
            }

            .cardContainer .card .cardContent[b-5npjk5p4ze] {
                grid-row: 2;
                grid-column: 2;
                padding: 8px;
            }
}


@media screen and (max-width:576px) {
    .cardContainer .card[b-5npjk5p4ze] {
        height: 170px;
    }

        .cardContainer .card .cardHeader[b-5npjk5p4ze] {
            justify-content: center;
            align-items: center;
        }

        .cardContainer .card .cardTitle[b-5npjk5p4ze] {
            font-size: 19px;
            padding: 4px;
        }

        .cardContainer .card .cardContent[b-5npjk5p4ze] {
            padding: 4px;
        }
}
/* /Pages/OurApproach.razor.rz.scp.css */
*[b-twxgqacfup] {
    padding:0;
    margin:0;
}
.otitle[b-twxgqacfup] {
    color:white;
    font-size:4vw;
}
.ocontainer[b-twxgqacfup] {
    height: 100vh;
    width: 100vw;
    display: grid;
    grid-template-rows: 20% 60% 20%;
}
.oheader[b-twxgqacfup] {
  /*  background: url(/Icons/BgImg/Background5-1.png) no-repeat;
    background-size: cover;*/
    display:flex;
    align-items:center;
    justify-content:center;
}

.ocontent[b-twxgqacfup] {
    display: flex;
    align-items: center;
    justify-content: center;
}
    .ocontent img[b-twxgqacfup] {
        height:250px;
        width:250px;
        border-radius:50%;
        border:solid 1px #00ff90;
    }
    .ofooter[b-twxgqacfup] {
        /*background: url(/Icons/BgImg/Background5-2.png) no-repeat;
        background-size: cover;*/
    }
/* /Pages/OurProcess.razor.rz.scp.css */
body[b-xh81fjt9mm] {
}
/* /Pages/OurWork.razor.rz.scp.css */
*[b-5b7edyg2o4] {
padding:0;
margin:0;
overflow:hidden;
}

.topPanel[b-5b7edyg2o4] {
    width: 100vw;
    height: 100vh;
    /*margin-top: 74px;*/
    background:url(/Icons/BgImg/Background6.png);
    background-size:cover;
    background-repeat:no-repeat;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.textPanel[b-5b7edyg2o4] {
    margin-left: 48px;
    animation: slideUp-b-5b7edyg2o4 0.5s linear forwards;
}

.topHeader[b-5b7edyg2o4] {
    
    font-family: 'Gemunu Libre';
    font-size: 5rem;
    font-weight: 500;
}

.topHeader-md[b-5b7edyg2o4] {
    font-family: 'Gemunu Libre';
    font-size: 3rem;
}

.topDesc[b-5b7edyg2o4] {
    width:60vw;
    font-family: 'Roboto';
    font-size: 2rem;
}
.topDesc-md[b-5b7edyg2o4] {
    font-family: 'Roboto';
    font-size: 1.5rem;
    font-weight:300;
}



.title[b-5b7edyg2o4] {
    font-family: 'Roboto';
    font-size: 2rem;
    font-weight: 300;
}

.ourWorkContainer[b-5b7edyg2o4] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    width: 99vw;
    margin:16px 0 16px 0;
}

.left[b-5b7edyg2o4], .right[b-5b7edyg2o4] {
    padding:16px;
    display:flex;
    flex-direction:column;
}

.myOrder-1[b-5b7edyg2o4] {
    /* order:2;
    -webkit-flex-order:2;*/
}
.myOrder-2[b-5b7edyg2o4] {
    /* order: 1;
    -webkit-flex-order: 1;*/
}

.imgContainer[b-5b7edyg2o4] {
    display:flex;
}

    .imgContainer img[b-5b7edyg2o4] {
        width:150px;
    }

.centreItem[b-5b7edyg2o4] {
    justify-content:center;
    align-items:center;
}

.workImg[b-5b7edyg2o4] {
    width: 80%;
    border-radius: 10px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.middleSection[b-5b7edyg2o4] {
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    height:300px;
    background:#f4f0ff
}

@keyframes slideUp-b-5b7edyg2o4 {
    from {
        transform:translateY(20%);
        opacity:0;
    }
    to {
        transform: translateY(0%);
        opacity:1
    }
}

@media screen and (max-width:1200px) {
    .topPanel[b-5b7edyg2o4] {
        background-size: contain;
    }
}

@media screen and (max-width:992px) {
    .topPanel[b-5b7edyg2o4] {
        background-size:contain;
    }
    .topText[b-5b7edyg2o4] {
        padding: 8px;
    }

    .title[b-5b7edyg2o4] {
        font-size: 1.5rem;
    }

    .topHeader-md[b-5b7edyg2o4] {
        font-size: 2.5rem;
    }
    .topDesc-md[b-5b7edyg2o4] {
        font-size: 1rem;
    }
}

@media screen and (max-width:768px) {
    .topHeader[b-5b7edyg2o4] {
        font-size: 3rem;
    }

    .topDesc[b-5b7edyg2o4] {
        font-size: 1.5rem;
        width: 100%;
    }

    .topHeader-md[b-5b7edyg2o4] {
        font-size: 1.8rem;
    }

    .topDesc-md[b-5b7edyg2o4] {
        font-size: 0.8rem;
    }
}

@media screen and (max-width:576px) {
    .topHeader[b-5b7edyg2o4] {
        font-size: 2.2rem;
    }

    .topDesc[b-5b7edyg2o4] {
        font-size: 1.2rem;
    }

    .title[b-5b7edyg2o4] {
        font-size: 1rem;
    }

    .myOrder-1[b-5b7edyg2o4] {
         order:1;
    -webkit-flex-order:1;
    }

    .myOrder-2[b-5b7edyg2o4] {
         order: 2;
    -webkit-flex-order: 2;
    }
}


/* /Pages/WhatWeDo.razor.rz.scp.css */
*[b-d5c6xf83v9] {
padding:0;
margin:0;
color:#fff;
}

.headerContainer[b-d5c6xf83v9] {
    display: flex;
    justify-content: flex-end;
}

.headerSection[b-d5c6xf83v9] {
    width:50%;
    margin:64px 16px 0;
}

.headerSection h1[b-d5c6xf83v9]{
    font-size: 72px;
    font-family: sans-serif;
}

    .headerSection p[b-d5c6xf83v9] {
        font-size: 1.2rem;
        font-weight:300;
    }

.wwdContainer[b-d5c6xf83v9] {
    display: flex;
    align-content:center;
    justify-items:center;
    flex-wrap: wrap;
    margin:16px 0;
}

    .wwdContainer .wwdItem[b-d5c6xf83v9] {
        flex-basis: 33%;
        flex-grow: 1;
        margin: 16px;
        padding: 16px;
        display: flex;
        border-radius: 20px;
        box-shadow: rgba(0, 0, 0, 0.85) 0px 3px 8px;
        background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
        /*background-image: linear-gradient(to top, #fddb92 0%, #d1fdff 100%);*/
        /*background-image: linear-gradient(-20deg, #e9defa 0%, #fbfcdb 100%);*/
    }
    .wwdContainer .wwdItem img[b-d5c6xf83v9]{
        min-width:100px;
        max-width:100px;
        min-height:100px;
        max-height:100px;
        margin:auto 16px auto;
    }
        .wwdContainer .wwdItem .wwdTitle[b-d5c6xf83v9] {
            color: black !important;
            margin-bottom:16px;
        }

        .wwdContainer .wwdItem p[b-d5c6xf83v9] {
            color: black !important;
        }

@media screen and (max-width:1200px) {
    .headerSection[b-d5c6xf83v9] {
        width: 75%;
    }
        .headerSection h1[b-d5c6xf83v9] {
            font-size: 64px;
        }
        .headerSection p[b-d5c6xf83v9] {
            font-size: 1.1rem;
        }
    .wwdContainer .wwdItem[b-d5c6xf83v9] {
        margin: 16px;
        padding: 16px;
    }

        .wwdContainer .wwdItem img[b-d5c6xf83v9] {
            min-width: 80px;
            max-width: 80px;
            min-height: 80px;
            max-height: 80px;
        }

        .wwdContainer .wwdItem .wwdTitle[b-d5c6xf83v9] {
            font-size:1.3rem;
        }

        .wwdContainer .wwdItem p[b-d5c6xf83v9] {
            font-size: 1rem;
        }
}

@media screen and (max-width:992px) {
    .headerSection[b-d5c6xf83v9] {
        width: 75%;
    }
    .headerSection h1[b-d5c6xf83v9] {
        font-size: 64px;
    }

    .headerSection p[b-d5c6xf83v9] {
        font-size: 1.1rem;
    }

    .wwdContainer .wwdItem[b-d5c6xf83v9] {
        margin: 8px;
        padding: 8px;

    }
        .wwdContainer .wwdItem img[b-d5c6xf83v9] {
            min-width: 80px;
            max-width: 80px;
            min-height: 80px;
            max-height: 80px;
        }

            .wwdContainer .wwdItem .wwdTitle[b-d5c6xf83v9] {
                font-size:1.2rem;
            }

        .wwdContainer .wwdItem p[b-d5c6xf83v9] {
            font-size: 0.9rem;
        }
}

@media screen and (max-width:768px) {
    .headerSection[b-d5c6xf83v9] {
        width: 100%;
        margin: 40px 16px 0;
    }
        .headerSection h1[b-d5c6xf83v9] {
            font-size: 48px;
        }

        .headerSection p[b-d5c6xf83v9] {
            font-size: 0.9rem;
        }

    .wwdContainer[b-d5c6xf83v9] {
        margin: 8px 0;
    }
    .wwdContainer .wwdItem[b-d5c6xf83v9] {
        margin: 8px;
        padding: 8px;
    }

        .wwdContainer .wwdItem img[b-d5c6xf83v9] {
            min-width: 70px;
            max-width: 70px;
            min-height: 70px;
            max-height: 70px;
            margin: auto 16px auto;
        }

            .wwdContainer .wwdItem .wwdTitle[b-d5c6xf83v9] {
                font-size:1rem;
            }

            .wwdContainer .wwdItem p[b-d5c6xf83v9] {
                font-size:0.75rem;
            }
}

@media screen and (max-width:576px) {
    .headerSection[b-d5c6xf83v9] {
        width: 100%;
        margin: 16px 8px;
    }

        .headerSection h1[b-d5c6xf83v9] {
            font-size: 32px;
        }

        .headerSection p[b-d5c6xf83v9] {
            font-size: 0.8rem;
        }

    .wwdContainer[b-d5c6xf83v9] {
        margin: 0;
    }

        .wwdContainer .wwdItem[b-d5c6xf83v9] {
            flex-basis: 100%;
            flex-grow: 1;
            margin: 8px 6px 8px 6px;
            padding: 8px;
        }

            .wwdContainer .wwdItem img[b-d5c6xf83v9] {
                min-width: 80px;
                max-width: 80px;
                min-height: 80px;
                max-height: 80px;
                margin: auto 8px auto;
            }

            .wwdContainer .wwdItem .wwdTitle[b-d5c6xf83v9] {
                font-size:1rem;
                margin-bottom: 8px;
            }

            .wwdContainer .wwdItem p[b-d5c6xf83v9] {
                font-size: 0.75rem;
            }
}
