/* /Shared/CustomComponent/BackgroundScroll.razor.rz.scp.css */

.parallax[b-y06gk811f6] {
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    transform-style: preserve-3d;
    background-size: cover;
    background-position: center top -150px;
}

.fixed-background[b-y06gk811f6] {
    height: 200px;
}
/* /Shared/CustomComponent/MainCarousel.razor.rz.scp.css */

.main-carrousel-container[b-7wb2qq3m1y] {

}
    .main-carrousel-container:hover .nav-button-container[b-7wb2qq3m1y] {
        visibility: visible;
        opacity: 1;
    }
    .main-carrousel-container .nav-button-container[b-7wb2qq3m1y] {
        position: relative;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0.5s linear,opacity 0.75s linear;
    }
        .main-carrousel-container .nav-button-container .nav-button-container-positioning[b-7wb2qq3m1y] {
            width: max-content;
            position: absolute;
            bottom: 50px;
            display: grid;
            grid-template-columns: auto auto auto;
        }
            .main-carrousel-container .nav-button-container .nav-button-container-positioning .nav-button[b-7wb2qq3m1y] {
                width: 20px;
                height: 20px;
                margin: 3px;
                border-radius: 50%;
                background-color: var(--background-primary-color);
            }
                .main-carrousel-container .nav-button-container .nav-button-container-positioning .nav-button:hover[b-7wb2qq3m1y] {
                    cursor: pointer;
                }
            .main-carrousel-container .nav-button-container .nav-button-container-positioning .inner-blue[b-7wb2qq3m1y] {
                width: 6px;
                height: 6px;
                border-radius: 50%;
                margin: auto;
                margin-top: 7px;
                background-color: var(--background-secondary-color);
                opacity: 0.3;
            }
            .main-carrousel-container .nav-button-container .nav-button-container-positioning .selected-nav-button[b-7wb2qq3m1y] {
                opacity: 1;
            }
/* /Shared/CustomComponent/McgButton.razor.rz.scp.css */

.mcg_button[b-q350ztxe27] {
    width: 100%;
    height: 100%;
    cursor: pointer;
    font-size: 12px;
    font-family: Rubik;
    text-transform: uppercase;
    display: inline-block;
    padding: 1em 2em;
    text-align: center;
    color: #273272;
    background: red; /* default color */
    /* "to left" / "to right" - affects initial color */
    background: linear-gradient(to left, #fff 50%, #273272 50%) right;
    background-size: 200%;
    transition: .50s ease-out;
    box-shadow: 10px 10px 20px rgba(2, 6, 32, 0.1);
    border-top: 0px none #000000;
    border-right: 0px none #000000;
    border-bottom: 0px none #000000;
    border-left: 0px none #000000;
    border-radius: 50px;
    margin-top:15px;
}
    .mcg_button:hover[b-q350ztxe27] {
        color: white;
        background-position: left;
    }
/* /Shared/CustomComponent/PartnershipComponents/Associatedpts.razor.rz.scp.css */

.partnership-img-container[b-psq8sjiui0] {
    cursor: pointer;
    width: 100%;
    height: 100%;
    background-image: url('images/shared/associated.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}
/* /Shared/CustomComponent/PartnershipComponents/MatrixTRCAcademy.razor.rz.scp.css */

.partnership-img-container[b-sorzq48ebl] {
    cursor: pointer;
    width: 100%;
    height: 100%;
    background-image: url('images/shared/matrix.webp');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    -ms-transform: translateY(25%);
    transform: translateY(25%);
}
/* /Shared/CustomComponent/PartnershipComponents/PhoenixConsulting.razor.rz.scp.css */

.partnership-img-container[b-fv486dzdfc] {
    cursor: pointer;
    width: 100%;
    height: 100%;
    background-image: url('images/shared/phoenix consulting international.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}
/* /Shared/CustomComponent/PartnershipComponents/PhoenixMEA.razor.rz.scp.css */

.partnership-img-container[b-acy4m81uul] {
    cursor: pointer;
    width: 100%;
    height: 100%;
    background-image: url('images/shared/phoenixconsulting it.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    -ms-transform: translateY(25%);
    transform: translateY(25%);
}
/* /Shared/CustomComponent/ServicesBanner.razor.rz.scp.css */
.banner-header[b-1ensggf2l1] {
    background-color: #ffffff;
    background-image: url('images/shared/banner background.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    border-top: 0px none #000000;
    border-right: 0px none #000000;
    border-bottom: 1px solid rgba(2, 6, 32, 0.1);
    border-left: 0px none #000000;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
    padding-top: 160px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.main-page-sitemap[b-1ensggf2l1] {
    width: max-content;
}
    .main-page-sitemap:hover .mcg_line[b-1ensggf2l1] {
        color: white;
        background-position: left;
    }
h2:hover[b-1ensggf2l1] {
    cursor: pointer;
}
.line-button[b-1ensggf2l1] {
    width: 100%;
}

.sitemap[b-1ensggf2l1]::before {
    display: inline-block;
    content: "•";
    font-size: 18px;
    margin: 0 10px;
    line-height: 1;
    position: relative;
    top: -1px;
    vertical-align: middle;
    -webkit-opacity: 0.5;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.mcg_line[b-1ensggf2l1] {
    width: 100%;
    height: 100%;
    cursor: pointer;
    font-size: 12px;
    padding: 0.15em 0.15em;
    color: #273272;
    background: red; /* default color */
    /* "to left" / "to right" - affects initial color */
    background: linear-gradient(to left, #fff 50%, #273272 50%) right;
    background-size: 200%;
    transition: .50s ease-out;
    border-top: 0px none #000000;
    border-right: 0px none #000000;
    border-bottom: 0px none #000000;
    border-left: 0px none #000000;
    border-radius: 50px;
}
table[b-1ensggf2l1]{
    width:100%;
}
tr[b-1ensggf2l1] {
    width: 100%;
}
h2[b-1ensggf2l1] {
    font-family: Rubik;
    font-style: normal;
    color: #273272;
    text-transform: none;
    font-size: 14px;

}
h1[b-1ensggf2l1] {
    font-family: Poppins;
    font-weight: 800;
    color: #273272;
    text-transform: none;
    font-size: 2rem;
    line-height: 1.15em;
}

td[b-1ensggf2l1]{
   width: 20%;
}
h1[b-1ensggf2l1]{
   width:max-content;
}
@media only screen and (max-width: 600px) {

 
    td[b-1ensggf2l1]{
        width:100%;
        height:max-content;
      
    }
    h1[b-1ensggf2l1] {
        font-size: 2rem;
        line-height: 1.15em;
      position:absolute;
       margin-top:-60px;
       margin-left:-350px;
    }
    h2[b-1ensggf2l1] {
       
        font-size: 10px;
        margin:5px;
        margin-left:50px;
    }
    .sitemap[b-1ensggf2l1]{
        font-size:15px;
    }
}
/* /Shared/CustomComponent/SummaryContainer.razor.rz.scp.css */

.main-summary-container[b-5qnydbq5sp] {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    transition: top ease 0.5s;
    border-top-color: coral;
    box-shadow: 0 0 35px rgba(2, 6, 32, 0.15);
    background-color: var(--background-primary-color);
}
    .main-summary-container:hover[b-5qnydbq5sp] {
        top: -10px;
    }

.title-summary-container[b-5qnydbq5sp] {
    padding: 30px 30px 0 30px;
    height: 20%;
    color: #273272;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-family: poppins-bold;
}

.summary-summary-container[b-5qnydbq5sp] {
    font-family: rubik-light;
    color: #273272;
    height: 40%;
}
.title-summary-container[b-5qnydbq5sp], .summary-summary-container[b-5qnydbq5sp] {
    padding: 30px 30px 0 30px;
}

.img-summary-container[b-5qnydbq5sp] {
    height: 50%;
    color: blue;
}
img[b-5qnydbq5sp] {
    height:100%;
    width: 100%;
}

.more-summary-container[b-5qnydbq5sp] {
    cursor: pointer;
    position: absolute;
    height: 50px;
    left: 0;
    bottom: -10%;
    /*padding: 0 15%;*/
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 0;
    background: linear-gradient(to left, #fff 50%, #273272 50%) right;
    background-size: 200%;
    transition: .50s ease-out;
    cursor: pointer;
    opacity: 95%;
}
    .more-summary-container p[b-5qnydbq5sp] {
        margin-top: 3%;
        margin-left: 2%;
    }
.main-summary-container:hover .more-summary-container[b-5qnydbq5sp] {
    color: #ffffff;
    background-position: left;
    opacity: 1000%;
}
/* /Shared/CustomComponent/SwipeRightArrow.razor.rz.scp.css */
body[b-jvhqd0ski4] {
    background-color: #000;
}

.arrow[b-jvhqd0ski4] {
    position: absolute;
    bottom: 25px;
    right: 50px;
    transform: translate(-50%, -50%);
    transform: rotate(-90deg);
    cursor: pointer;
    color: black;
    z-index: 999;
}

    .arrow span[b-jvhqd0ski4] {
        display: block;
        width: 15px;
        height: 15px;
        border-bottom: 5px solid #b4b7c7; /* Beige */
        border-right: 5px solid #b4b7c7; /* Beige */
        transform: rotate(45deg);
        margin: -10px;
        animation: animate-b-jvhqd0ski4 2s infinite;
        color: black;
    }

        .arrow span:nth-child(2)[b-jvhqd0ski4] {
            animation-delay: -0.2s;
        }

        .arrow span:nth-child(3)[b-jvhqd0ski4] {
            animation-delay: -0.4s;
        }

@keyframes animate-b-jvhqd0ski4 {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}
/* /Shared/CustomComponent/ThreeItemsCarousel.razor.rz.scp.css */

.three-items-carousel-container[b-2yqcao03yc] {
    height: 400px;
    width: 100%;
}
    .three-items-carousel-container .render-main-container[b-2yqcao03yc] {
        margin-top: 30px;
    }
.render-container[b-2yqcao03yc] {
    width: 350px;
    height: 150px;
}

.arrows[b-2yqcao03yc] {
    background-color: #ececed;
    border-radius: 50%;
    margin: 7px;
    width: 35px;
    height: 35px;
    align-content: center;
}
    .arrows:hover[b-2yqcao03yc] {
        background-color: #e0e0e1;
        cursor: pointer;
    }
        .arrows:hover .arrow[b-2yqcao03yc] {
            border: solid #414449;
            border-width: 0 3px 3px 0;
        }
.arrow[b-2yqcao03yc] {
    border: solid #8e8f92;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
}

.right[b-2yqcao03yc] {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: 35%;
    margin-top: 35%;
}

.left[b-2yqcao03yc] {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-left: 45%;
    margin-top: 35%;
}
/* /Shared/Footer.razor.rz.scp.css */

.footer-container[b-esx6e4m42m] {
    color: var(--font-secondary-text-color);
    background-color: var(--background-secondary-color);
    background-image: url('images/footer/barckground.png');
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    height: 450px;
}
.info-container[b-esx6e4m42m] {
    height: 75%;
  padding:5%;
 padding-left:8%;
}

.p[b-esx6e4m42m] {
    font-family: rubik-light;
    color: rgba(255, 255, 255, 0.5);
}
h2[b-esx6e4m42m] {
    font-family: poppins-bold;
    /*font-style: normal;*/
    color: #ffffff;
    text-transform: none;
    letter-spacing: 0px;
    /*text-transform: uppercase;*/
    font-size: 20px;
    letter-spacing: 1px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}

.logo-container[b-esx6e4m42m] {
    color: var(--font-primary-text-color);
    background-color: var(--background-primary-color);
    height: 25%;
    border-top: 0px none rgba(2, 6, 32, 0.1);
    border-right: 0px none #000000;
    border-bottom: 0px none #000000;
    border-left: 0px none #000000;
    background-color: #ffffff;
    padding-top: 30px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
}

    .logo-container .grid[b-esx6e4m42m] {
        display: grid;
        grid-template-columns: auto auto;
        width: 90%;
        margin: auto;
    }
.footer[b-esx6e4m42m] {
    width: 25%;
    float: left;

   
}
.footer2[b-esx6e4m42m] {
    width: 50%;
    float: left;
 
}

td[b-esx6e4m42m] {
    cursor: pointer;
    font-family: rubik-light;
    width: 50%;
    padding-bottom: 10px;
    padding-right: 50px;
    padding-left: 0px;
}

.list:hover[b-esx6e4m42m] {
  border-bottom:1px solid;
}

input[b-esx6e4m42m] {
    background: transparent;
    color: inherit;
  
    height: 40px;
    border: 1px solid;
}
.input1[b-esx6e4m42m] {
    width: 50%;
    border-right: 0px;
    color: rgba(255, 255, 255, 0.5);
}
.input2[b-esx6e4m42m] {
    width: 30%;
    border-left: 0px;
    color: rgba(255, 255, 255, 0.5);
}
    .input2:hover[b-esx6e4m42m] {
        font-weight: 900;
    }
    .text-right[b-esx6e4m42m] {
        padding-top: 20px;
        padding-left: 20%;
        color: rgba(255, 255, 255, 0.5);
    }
.a1[b-esx6e4m42m] {
    color: #ffffff;
    text-decoration: none;
}
.a2[b-esx6e4m42m]{
    top:-10px;
}
img[b-esx6e4m42m] {
    width: 20px;
    height: 20px;
    float: left;
    margin: 5px;
    /*padding-left: 50px;*/
}
.a3[b-esx6e4m42m] {
    color: #00a914;
    text-decoration:none;
    border-left: 1px solid;
    margin-left:10px;
    padding-left:10px;
}
@media only screen and (max-width: 600px) {

    .footer-container[b-esx6e4m42m] {
      
        height: 750px;
    }
    .footer[b-esx6e4m42m] {
        width: 100%;
        float: none;
    }

    .footer2[b-esx6e4m42m] {
        width: 100%;
        float: none;
    }
    .input1[b-esx6e4m42m] {
   
        width: 70%;
       
    }
    .input2[b-esx6e4m42m]{
        width:30%;
    }
    h2[b-esx6e4m42m] {
        padding-top:20px;
    }
    .text-right[b-esx6e4m42m] {
        padding-top: 10px;
        padding-left: 1%;
       
    }
    td[b-esx6e4m42m] {
      
        padding-right: 100px;
     
    }
    .logo-container .grid[b-esx6e4m42m] {
        display: block;
        grid-template-columns: auto auto;
        width: 100%;
        margin: auto;
        
    }
    .social-icons[b-esx6e4m42m] {
        padding-left: 15px;
        padding-top: 20px;
        
    }
    img[b-esx6e4m42m] {
        padding-left: 15px;
        padding-right:10px;
      
    }
    .a3[b-esx6e4m42m] {
       
      float:right;
      padding-right:20px;
        
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-zy27kmi0r4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-zy27kmi0r4] {
    flex: 1;
    padding: 15px;
    background-color: var(--background-main-color);
}

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

.top-row[b-zy27kmi0r4] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 45px;
    display: flex;
    align-items: center;
    font-size: 13px;
}

    .top-row a[b-zy27kmi0r4] {
        text-decoration: none;
        cursor: pointer;
        color: var(--font-secondary-text-color);
    }

        .top-row a:hover[b-zy27kmi0r4] {
            color: var(--font-hover-text-color);
        }

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

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

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

article[b-zy27kmi0r4] {
    background-color: var(--background-primary-color);
    margin-top:-100px;
}


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

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

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

.sidebar2[b-zy27kmi0r4] {
    background-color: white;
    display: flex;
    z-index: 2147483647;
    position: sticky;
    top: 0;
    opacity: 0.95;
}
@media (min-width: 641px) {
    .page[b-zy27kmi0r4] {
        flex-direction: row;
    }

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


    .top-row[b-zy27kmi0r4] {
   /*   position:sticky;
      top:0px;*/
        color: var(--font-disabled-text-color);
        background-color: var(--background-secondary-color);
    }

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

    .top-row[b-zy27kmi0r4], .main-content[b-zy27kmi0r4] {
        /*padding-left: 4rem !important;
        padding-right: 4rem !important;*/
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
#menuToggle[b-ap080x34dk] {
    visibility: hidden;
    position: fixed;
}


.shadow[b-ap080x34dk] {
    box-shadow: 0px 15px 10px -15px #111;
}

.nav-bar[b-ap080x34dk] {
    width: 100%;
    height: 120px;
    padding-bottom: 10px;
}

.logo-container[b-ap080x34dk] {
    width: 35%;
    float: left;
}

.flex-column[b-ap080x34dk] {
    width: 65%;
    float: left;
}

.image[b-ap080x34dk] {
    width: 50%;
    float: left;
}

.text[b-ap080x34dk] {
    width: 50%;
    float: left;
    padding: 5%;
    font-size: 1rem;
    border-left: 1px solid rgba(2, 6, 32, 0.1);
}

    .text a[b-ap080x34dk] {
        color: #8d8ea3;
    }

    .text span[b-ap080x34dk] {
        color: #273272;
    }

.menu1[b-ap080x34dk] {
    width: 70%;
    float: left;
    font-family: poppins-regular;
    padding-left: 15%;
}

td[b-ap080x34dk] {
    width: 50%;
    padding-right: 10px;
}

.left[b-ap080x34dk] {
    text-align: right;
}

.menu2[b-ap080x34dk] {
    width: 30%;
    float: left;
    border-left: 1px solid rgba(2, 6, 32, 0.1);
    margin-top: 20px;
}
.menu2 .nav-item[b-ap080x34dk]  a {
    height: 2.5rem !important;
}

p[b-ap080x34dk] {
    width: 100%;
    padding: 5%;
    padding-left: 10%;
    padding-right: 10%;
}

.navbar-toggler[b-ap080x34dk] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

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

.nav-item[b-ap080x34dk] {
    padding-bottom: 0.5rem;
    display: inline-table;
}

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

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

    .nav-item[b-ap080x34dk]  a {
        color: #273272;
        border-radius: 4px;
        height: 3rem;
        display: block;
        /*line-height: 3rem;*/
    }

        .nav-item[b-ap080x34dk]  a:hover {
            //border-top: 3px solid #273272;
            border-radius: 0px;
        }

.menu2[b-ap080x34dk]  a:hover {
    border-top: 0px;
    border-bottom: 3px solid #c6d3e3;
    border-radius: 0px;
}

.listServices[b-ap080x34dk] {
    visibility: hidden;
    text-align: left;
    margin-top: 20px;
}

.services:hover .listServices[b-ap080x34dk] {
    visibility: visible;
}

.nav-item ul[b-ap080x34dk]  {
    background-color: #fff;
    font-size: 8px;
    padding: 0px;
    position: absolute;
    z-index: 99;
    border-top: 3px solid #c6d3e3;
}

.nav-item li[b-ap080x34dk]  a.active {
    background-color: #abb8c3;
    border-top: 0px solid #273272;
    width: 100%;
}

.nav-item li[b-ap080x34dk]  a:hover {
    background-color: #abb8c3;
    border-top: 0px solid #273272;
}

ul[b-ap080x34dk] {
    list-style-type: none;
}

.mcg_line[b-ap080x34dk] {
    width: 100%;
    height: 1px;
    cursor: pointer;
    font-size: 12px;
    padding: 0.15em 0.15em;
    color: #273272;
    background: red; /* default color */
    /* "to left" / "to right" - affects initial color */
    background: linear-gradient(to left, #fff 51%, #273272 50%) right;
    background-size: 200%;
    transition: .3s ease-out;
    border-top: 0px none #000000;
    border-right: 0px none #000000;
    border-bottom: 0px none #000000;
    border-left: 0px none #000000;
    border-radius: 50px;
}


.nav-link:hover .mcg_line[b-ap080x34dk] {
    color: white;
    background-position: left;
}

img[b-ap080x34dk] {
    width: 100%;
    height: 100%;
}
.facebook[b-ap080x34dk] {
    background-image: url('/icon/facebook no background.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}
.instagram[b-ap080x34dk] {
    background-image: url('icon/instagram no background.png');
}
.linkedin[b-ap080x34dk] {
    background-image: url('icon/linkedin no background.png');
}

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

    .collapse[b-ap080x34dk] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

/*Mobile View*/
@media only screen and (max-width: 600px) {

    .logo-container[b-ap080x34dk] {
        width: 100%;
        float: none;
    }

    .text[b-ap080x34dk] {
        font-size: 0px;
        padding: 0%;
        border-left: 0px solid rgba(2, 6, 32, 0.1);
    }

    .floating-menu[b-ap080x34dk] {
        position: fixed;
        z-index: 1000;
    }

    .flex-column[b-ap080x34dk] {
        font-size: 1.5rem;
        background-color: #273272;
        /*background-image: url(https://mimassigroup.com/wp-content/uploads/2017/12/bg-main.svg);*/
        background-position: top left;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: scroll;
        width: 100%;
        height: 100%;
    }

    .menu1[b-ap080x34dk] {
        width: 100%;
        float: left;
        padding-left: 10%;
        padding-top: 50px;
    }

    .nav-item[b-ap080x34dk] {
        padding-bottom: 0.5rem;
        display: block;
    }

    .menu2[b-ap080x34dk] {
        width: 100%;
        padding-left: 10%;
    }

    .nav-item[b-ap080x34dk]  a {
        color: #ffffff;
        border-radius: 4px;
        height: 0rem;
        display: inline-table;
    }

    .listServices[b-ap080x34dk] {
        margin-top: 0px;
        padding-left: 5%;
    }

    .nav-item ul[b-ap080x34dk]  {
        font-size: 10px;
        padding: 0px;
        border-top: 0px solid #c6d3e3;
    }

    .nav-item li[b-ap080x34dk]  a {
        color: #273272;
    }

    .menu2[b-ap080x34dk] {
        width: 100%;
        padding-left: 10%;
    }

    .nave-name-tab[b-ij4jypvzq0][b-ap080x34dk] {
        margin-right: 0px;
    }

    .animation[b-ap080x34dk] {
        border-right: none;
    }

    #menuToggle[b-ap080x34dk] {
        height: 40px;
        width: 40px;
        cursor: pointer;
        visibility: visible;
        display: block;
        position: absolute;
        top: 20px;
        right: 40px;
        opacity: 0;
        z-index: 2;
        -webkit-user-select: none;
        user-select: none;
    }

        #menuToggle ~ .floating-menu > .animation[b-ap080x34dk] {
            height: 110vh;
            width: 0px;
            overflow: hidden;
            -webkit-transition: width 0.3s linear;
            transition: width 0.3s linear;
            -webkit-transform: translateZ(0) scale(1,1);
            z-index: 1000;
        }

        #menuToggle:checked ~ .floating-menu > .animation[b-ap080x34dk] {
            color: #5e5f61;
            overflow: hidden;
            -webkit-transition: width 1s linear;
            transition: width 0.4s linear;
            -webkit-transform: translateZ(0) scale(1,1);
            z-index: 1000;
            width: 400px;
        }

        #menuToggle:checked ~ .burger1[b-ap080x34dk], #menuToggle:checked ~ .burger3[b-ap080x34dk] {
            opacity: 1;
            transform: rotate(60deg) translate(3px, -6px);
            background: #232323;
        }

        #menuToggle:checked ~ .burger2[b-ap080x34dk] {
            opacity: 0;
            transform: rotate(0deg) scale(0.2, 0.2);
        }

        #menuToggle:checked ~ .burger3[b-ap080x34dk] {
            /*opacity: 1;*/
            transform: rotate(-60deg) translate(0, 3px);
        }

    .mcg_line[b-ap080x34dk] {
        height: 0px;
        width: 0px;
        font-size: 0px;
    }

    .burger1[b-ap080x34dk], .burger2[b-ap080x34dk], .burger3[b-ap080x34dk] {
        top: 30px;
        display: block;
        width: 33px;
        height: 4px;
        margin-bottom: 5px;
        position: absolute;
        background: #273272;
        border-radius: 3px;
        right: 40px;
        z-index: 2;
        transform-origin: 4px 0px;
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
    }

    .burger2[b-ap080x34dk] {
        top: 40px;
    }

    .burger3[b-ap080x34dk] {
        top: 50px;
    }
}
/* /Views/AboutUs.razor.rz.scp.css */

.aboutusinfo-container[b-cl952lo0s3] {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 60px;
}

.aboutus-contactus-btn-container[b-cl952lo0s3] {
    width: 100%;
}

.aboutus-contactus-btn[b-cl952lo0s3] {
    width: 150px;
    height: 60px;
    margin: auto;
}
.box-subtitle[b-cl952lo0s3], .box-header spam[b-cl952lo0s3], p[b-cl952lo0s3]{
    font-family: rubik-light;
    text-align: justify;
    text-justify: inter-word;
}

.all[b-cl952lo0s3] {
    height: max-content;
    width: 100%;
    display: table;
    margin-bottom: 50px;
}

.eye-background[b-cl952lo0s3] {
    width: 90px;
    height: 45px;
    margin-left: 40%;
    margin-block: 10%;
    background: #c6d3e3;
    position: relative;
}

    .eye-background:hover[b-cl952lo0s3] {
        background: #273272;
    }

        .eye-background:hover[b-cl952lo0s3]::before {
            border-bottom: 28.8675px solid #273272;
        }

        .eye-background:hover[b-cl952lo0s3]::after {
            border-top: 28.8675px solid #273272;
        }

        .eye-background:hover .eye-focus[b-cl952lo0s3] {
            background-image: radial-gradient(circle, #c6d3e3 8%, #c6d3e3 8%, #273272 18%, #273272 15%, #c6d3e3 35%);
        }

    .eye-background[b-cl952lo0s3]::before {
        content: "";
        position: absolute;
        top: -27.8675px;
        left: 0;
        width: 0;
        height: 0;
        border-left: 45px solid transparent;
        border-right: 45px solid transparent;
        border-bottom: 28.8675px solid #c6d3e3;
    }

    .eye-background[b-cl952lo0s3]::after {
        content: "";
        position: absolute;
        bottom: -27.8675px;
        left: 0;
        width: 0;
        height: 0;
        border-left: 45px solid transparent;
        border-right: 45px solid transparent;
        border-top: 28.8675px solid #c6d3e3;
    }

    .eye-background[b-cl952lo0s3], .eye-background[b-cl952lo0s3]::before, .eye-background[b-cl952lo0s3]::after, .eye-focus[b-cl952lo0s3] {
        transition: 0.3s;
        cursor: pointer;
    }

.eye-focus[b-cl952lo0s3] {
    box-sizing: content-box;
    width: 50%;
    padding-top: 50%;
    margin: -10% auto; /* negative margin to account for the rotation */
    border-radius: 100% 0;
    background-image: radial-gradient(circle, #273272 8%, #273272 8%, #c6d3e3 18%, #c6d3e3 15%, #273272 35%);
    transform: rotate(45deg);
}


.para[b-cl952lo0s3] {
    width: 50%;
    float: left;
    padding-left: 5%;
    padding-right: 5%;
    vertical-align: middle;
}

h2[b-cl952lo0s3] {
    padding-bottom: 25px;
    font-family: Poppins;
    font-weight: 800;
    color: #273272;
    text-transform: none;
    font-size: 2.25rem;
    line-height: 1.2em;
    text-align: center
}


.vc_column_container > .vc_column-inner[b-cl952lo0s3] {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.button[b-cl952lo0s3] {
    width: max-content;
    margin: auto;
}

.iconlist-item-icon[b-cl952lo0s3] {
    margin-bottom: 25px;
    position: relative;
    text-align: center;
}

    .iconlist-item-icon i[b-cl952lo0s3] {
        background-color: #c6d3e3;
        font-size: 3rem;
        vertical-align: middle;
        display: inline-block;
        position: relative;
        z-index: 2;
        height: 100px;
        line-height: 100px;
    }

        .iconlist-item-icon i[class*="fa"][b-cl952lo0s3] {
            font-size: 42px;
        }

.row[b-cl952lo0s3] {
    width: 100%;
    height: 320px;
    margin-bottom: 30px;
    /*display: table;*/
}

.box-image1[b-cl952lo0s3] {
    width: 60%;
    float: left;
    height: 100%;
    margin-top: 10px;
    /*padding:50px;*/
}

.box-image2[b-cl952lo0s3] {
    width: 40%;
    float: left;
    height: 100%;
    /*padding:50px;*/
}

.imagebox[b-cl952lo0s3] {
    position: relative;
    padding: 0px;
    height: 150px;
    top: 0;
    transition: top ease 0.5s;
    cursor: pointer;
}

    .imagebox:hover[b-cl952lo0s3] {
        top: -10px;
    }

.box-header[b-cl952lo0s3] {
    /*text-align: center;*/
    width: 60%;
    height: 50%;
    float: left;
    padding: 20px;
}

.box-image img[b-cl952lo0s3] {
    width: 40%;
    float: right;
    
}

.imagebox[b-cl952lo0s3] {
    -webkit-box-shadow: 0 0 35px rgba(2, 6, 32, 0.15);
    -moz-box-shadow: 0 0 35px rgba(2, 6, 32, 0.15);
    -ms-box-shadow: 0 0 35px rgba(2, 6, 32, 0.15);
    -o-box-shadow: 0 0 35px rgba(2, 6, 32, 0.15);
    box-shadow: 0 0 35px rgba(2, 6, 32, 0.15);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    margin: 20px;
}

h3 a[b-cl952lo0s3] {
    text-decoration: none;
    font-family: Poppins;
    font-weight: 800;
    color: #273272;
    text-transform: none;
    font-size: 1.5rem;
    line-height: 1.2em;
}



.box-header[b-cl952lo0s3] {
    line-height: 1.4;
    display: block;
    margin-bottom: 15px;
    font-size: 13px;
    color: #8d8ea3;
}
.img1[b-cl952lo0s3] {
    width: 135px;
    height: 150px;
}
.center[b-cl952lo0s3]{
    text-align:center;
}
    .center span[b-cl952lo0s3] {
        font-size: large;
        font-family: century gothic;
    }
@media only screen and (max-width: 600px) {
    .aboutusinfo-container[b-cl952lo0s3] {
     
        padding: 0 10px;
    }
    .row[b-cl952lo0s3] {
        width: 100%;
        height: max-content;
        margin-bottom: 10px;
        
    }
    .box-image1[b-cl952lo0s3] {
        width: 100%;
        float: left;
       
        margin-top: 5px;
        
    }
    .box-image2[b-cl952lo0s3] {
        width:100%;
        float: none;
        height: 100%
        /*padding:50px;*/
    }
    .para[b-cl952lo0s3] {
        width: 100%;
        float:none;
        font-size:15px;
     padding-bottom:10px;
        vertical-align: middle;
    }
}
/* /Views/AboutUsCarousel/AboutUsCarousel.razor.rz.scp.css */

.main-carrousel-container[b-m5zmhtyywa] {
    height: 100%
}

    .main-carrousel-container:hover .nav-button-container[b-m5zmhtyywa] {
        visibility: visible;
        opacity: 1;
    }

    .main-carrousel-container .nav-button-container[b-m5zmhtyywa] {
        position: relative;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0.5s linear,opacity 0.75s linear;
    }

        .main-carrousel-container .nav-button-container .nav-button-container-positioning[b-m5zmhtyywa] {
            /*width: max-content;*/
            position: absolute;
            bottom: 50px;
            display: grid;
            grid-template-columns: auto auto auto;
        }

            .main-carrousel-container .nav-button-container .nav-button-container-positioning .nav-button[b-m5zmhtyywa] {
                width: 20px;
                height: 20px;
                margin: 3px;
                border-radius: 50%;
                background-color: var(--background-primary-color);
            }

                .main-carrousel-container .nav-button-container .nav-button-container-positioning .nav-button:hover[b-m5zmhtyywa] {
                    cursor: pointer;
                }

            .main-carrousel-container .nav-button-container .nav-button-container-positioning .inner-blue[b-m5zmhtyywa] {
                width: 6px;
                height: 6px;
                border-radius: 50%;
                margin: auto;
                margin-top: 7px;
                background-color: var(--background-secondary-color);
                opacity: 0.3;
            }

            .main-carrousel-container .nav-button-container .nav-button-container-positioning .selected-nav-button[b-m5zmhtyywa] {
                opacity: 1;
            }
/* /Views/AboutUsCarousel/AboutUsFirstCarousel.razor.rz.scp.css */

.about-us-carousel-first-container[b-iveoqq6bdj] {
    height: 100%;
    width: 100%;
    background-image: url('images/aboutus/aboutuscarouselfist.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

    .about-us-carousel-first-container .info-container[b-iveoqq6bdj] {
        /*width: max-content;*/
        height: 100%;
        margin: auto;
        padding-top: 5%;
        align-items: center;
    }

        .about-us-carousel-first-container .info-container h1[b-iveoqq6bdj] {
            font-size: 2rem;
            text-transform: uppercase;
            font-family: 'poppins-semibold';
            color: var(--primary-color);
            text-transform: uppercase;
            margin: 15px;
            width: 60%;
        }
@media only screen and (max-width: 600px) {
    .about-us-carousel-first-container .info-container h1[b-iveoqq6bdj] {
        font-size: 2rem;
        text-transform: uppercase;
        font-family: 'poppins-semibold';
        color: var(--primary-color);
        text-transform: uppercase;
        margin: 7px;
        width: 60%;
        padding:20px;
        padding-bottom:30px;
    }
}

/* /Views/AboutUsCarousel/AboutUsSecondCarousel.razor.rz.scp.css */

.about-us-carousel-second-container[b-oimf2muexe] {
    height: 100%;
    width: 100%;
    background-image: url('images/aboutus/aboutuscarouselsecond.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

    .about-us-carousel-second-container .info-container[b-oimf2muexe] {
        /*width: max-content;*/
        height: 100%;
        margin: auto;
        padding-top: 5%;
        align-items: center;
    }

        .about-us-carousel-second-container .info-container h1[b-oimf2muexe] {
            font-size: 2rem;
            text-transform: uppercase;
            font-family: 'poppins-semibold';
            color: var(--primary-color);
            text-transform: uppercase;
            margin: 15px;
            margin-top: 15%;
            width: 60%;
        }
@media only screen and (max-width: 600px) {
    .about-us-carousel-second-container .info-container h1[b-oimf2muexe]{
    font-size: 2rem;

    margin: 7px;
    width: 60%;
    padding: 20px;
    padding-bottom: 30px;
    }
}
/* /Views/ContactUs.razor.rz.scp.css */
.contactusinfo-container[b-wbpz22cqia] {
    /*width: 1170px;*/
    /*max-width: 92%;*/
    margin: 0 auto;
    max-width: 1350px;
    width: 100%;
    padding: 0 90px;
}
    .all[b-wbpz22cqia]{
    height:max-content;
    width:100%;
    text-align:center;
    display:table;
       margin-bottom:50px;

}
.left[b-wbpz22cqia] {
    width: 70%;
   height:1100px;
    background-color: #ffffff !important;
    box-shadow: 0 3px 40px rgba(2, 6, 32, 0.1);
    padding: 50px;
   
    float: left;
}
.right[b-wbpz22cqia] {
 
    float: right;
    width: 30%;
    padding-top: 90px !important;
    padding-right: 50px !important;
    padding-bottom: 15px;
    padding-left: 50px !important;
    background-color: #f2f2f3 !important;
}
.form[b-wbpz22cqia]{
    width:100%;
}
h3[b-wbpz22cqia] {
    text-align: center;
    font-family: Poppins;
    font-weight: 800;
    color: #273272;
    text-transform: none;
    font-size: 1.5rem;
    line-height: 1.15em;
   
}
input[b-wbpz22cqia] {
    width: 47%;
    padding: 5px;
    margin: 1%;
    text-align: left;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 2px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    border: 1px solid #ccc;
    height: 38px;
    line-height: 1.3;
}
select[b-wbpz22cqia] {
    width: 47%;
    padding: 5px;
    margin: 1%;
    text-align: left;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 2px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: none;
    font-size: 16px;
    border: 1px solid #ccc;
    height: 38px;
    line-height: 1.3;
}
textarea[b-wbpz22cqia] {
    
    width: 97%;
    padding: 5px;
    margin:1%;
    text-align: left;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 2px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: none;
    font-size: 16px;
    border: 1px solid #ccc;
    height: 120px;
    line-height: 1.3;
}
.wpforms-submit[b-wbpz22cqia] {
    background-color: #eee;
    border: 1px solid #ccc;
    cursor: pointer;
    color: #333;
    font-size: 1em;
    padding: 5px 16px;
    float: left;
    margin-left: 1.5%;
    margin-right: 100%;
}

    .wpforms-submit:hover[b-wbpz22cqia] {
        background-color: #ddd;
    }
h5[b-wbpz22cqia] {
    font-family: Poppins;
    font-weight: 800;
    color: #273272;
    text-transform: none;
    font-size: 1rem;
    line-height: 1.15em;
    text-align: left;
    margin: 0 0 10px 0;
}
img[b-wbpz22cqia] {
    width: 20px;
    height: 15px;
   
}
ul[b-wbpz22cqia]{
    padding-left:0px;
}
li[b-wbpz22cqia] {
    position: relative;
    margin-bottom: 8px;
    display: flex;
    
}
    li a[b-wbpz22cqia] {
        text-decoration: none;
        color: #00a914;
        font-size: 15px;
    padding:10px;
    }
.button-location[b-wbpz22cqia] {
    text-align: left;
    margin-bottom: 30px;
    top: -20px;
    position: relative;
}
.button-location a[b-wbpz22cqia] {
    color: #fff;
    background-color: #08c;
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 40px;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.1);
    border-radius: 2em;
    text-decoration: none;
}
.fa-map-marker-alt[b-wbpz22cqia]:before {
    content: "\f3c5";
}
.p1[b-wbpz22cqia] {
    text-align: center;
    font-size: 13px;
}
    .p1 a[b-wbpz22cqia] {
        color: #00a914;
        text-decoration: none;
    }
.p2[b-wbpz22cqia] {
    text-align: left;
   
}
@media only screen and (max-width: 600px) {
    .contactusinfo-container[b-wbpz22cqia] {
      
        padding: 0 10px;
    }
    .all[b-wbpz22cqia] {
      
        margin-bottom: 100px;
    }
    .left[b-wbpz22cqia] {
        width: 100%;
        height: max-content;
        background-color: #ffffff !important;
        box-shadow: 0 3px 40px rgba(2, 6, 32, 0.1);
        padding: 50px;
        float: none;
    }

    .right[b-wbpz22cqia] {
        float: none;
        width: 100%;
        padding-top: 90px !important;
        padding-right: 50px !important;
        padding-bottom: 15px;
        padding-left: 50px !important;
        background-color: #f2f2f3 !important;
    }
}
/* /Views/ContactUsNoEmail.razor.rz.scp.css */
.contactusinfo-container[b-60nyktmk3n] {
    /*width: 1170px;*/
    /*max-width: 92%;*/
    margin: 0 auto;
    max-width: 1350px;
    width: 100%;
    padding: 0 90px;
}

.all[b-60nyktmk3n] {
    height: max-content;
    width: 100%;
    text-align: center;
    display: table;
    margin-bottom: 50px;
}

.right[b-60nyktmk3n] {
    float: right;
    width: 100%;
    padding-top: 90px !important;
    padding-right: 50px !important;
    padding-bottom: 15px;
    padding-left: 50px !important;
    background-color: #f2f2f3 !important;
}

h5[b-60nyktmk3n] {
    font-family: Poppins;
    font-weight: 800;
    color: #273272;
    text-transform: none;
    font-size: 1rem;
    line-height: 1.15em;
    text-align: left;
    margin: 0 0 10px 0;
}

img[b-60nyktmk3n] {
    width: 20px;
    height: 15px;
}

ul[b-60nyktmk3n] {
    padding-left: 0px;
}

li[b-60nyktmk3n] {
   display:inline-block;
    margin-bottom: 8px;
    
    
}

    li a[b-60nyktmk3n] {
        text-decoration: none;
        color: #00a914;
        font-size: 15px;
        padding: 10px;
    }
.number[b-60nyktmk3n] {
    
    
    padding-left: 5%;
    padding-bottom: 20px;
}
    .number h5[b-60nyktmk3n]{
        text-align:center;
    }
    .location[b-60nyktmk3n] {
        width: 30%;
        display: inline-block;
        padding-left: 5%;
        padding-bottom: 20px;
    }
.button-location[b-60nyktmk3n] {
   
    text-align: left;
    margin-bottom: 30px;
    top: -20px;
    position: relative;
}

    .button-location a[b-60nyktmk3n] {
        color: #fff;
        background-color: #08c;
        font-size: 14px;
        padding-top: 14px;
        padding-bottom: 14px;
        padding-left: 20px;
        padding-right: 40px;
        border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.1);
        border-radius: 2em;
        text-decoration: none;
    }

.fa-map-marker-alt[b-60nyktmk3n]:before {
    content: "\f3c5";
}

.p1[b-60nyktmk3n] {
    text-align: center;
    font-size: 13px;
}

    .p1 a[b-60nyktmk3n] {
        color: #00a914;
        text-decoration: none;
    }

.p2[b-60nyktmk3n] {
    text-align: left;
}
@media only screen and (max-width: 900px) {
    .location[b-60nyktmk3n] {
        width: 45%;
        display: inline-block;
        padding-left: 5%;
        padding-bottom: 20px;
    }

}
    @media only screen and (max-width: 600px) {
        .location[b-60nyktmk3n] {
            width: 90%;
            display: inline-block;
            padding-left: 5%;
            padding-bottom: 20px;
        }
        .contactusinfo-container[b-60nyktmk3n] {
            padding: 0 10px;
        }

        .all[b-60nyktmk3n] {
            margin-bottom: 100px;
        }

        .right[b-60nyktmk3n] {
            float: none;
            width: 100%;
            padding-top: 90px !important;
            padding-right: 50px !important;
            padding-bottom: 15px;
            padding-left: 50px !important;
            background-color: #f2f2f3 !important;
        }
    }
/* /Views/Home.razor.rz.scp.css */

.home-about-us[b-nsylj808eu], .home-services[b-nsylj808eu], .home-partnership[b-nsylj808eu] {
    padding: 0 7rem;
}

/*MAIN*/
.home-main[b-nsylj808eu]{
    width: 100%;
    height: 700px;
    /*margin-top: 127px;*/
}
/*ABOUT US*/
.home-about-us[b-nsylj808eu] {
    margin: 50px 0;
    display: grid;
    grid-template-columns: 30% 70%;
}
    .home-about-us .header[b-nsylj808eu] {

    }
        .home-about-us .header h1[b-nsylj808eu] {
            cursor: pointer;
            font-size: 2.5rem;
        }
    .home-about-us .info[b-nsylj808eu] {

    }
        .home-about-us .info p[b-nsylj808eu] {
            font-family: rubik-light;
            font-size: 17px;
            text-align: justify;
            text-justify: inter-word;
        }
.about-us-button[b-nsylj808eu] {
    width: 200px;
    height: 60px;
}

/*HOME SERVICES*/
.home-services[b-nsylj808eu] {
    max-width: 100%;
    background-color: var(--background-differential-color);
    padding-bottom: 80px;
}
.side-by-side[b-nsylj808eu] {
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 33% 33% 33%;
    padding-bottom: 20px;
}
.summary-container[b-nsylj808eu] {
    padding: 20px;
    margin-top: 50px;
    height: 300px;
    width: 100%;
}
.services-button[b-nsylj808eu] {
    width: 300px;
    height: 60px;
    margin: auto;
}

/*PATRNERSHIP*/
.home-partnership[b-nsylj808eu] {
    margin: 50px 0;
    height: 400px;
}
.home-partnership h1[b-nsylj808eu] {
    margin: 0 auto;
    width: max-content;
}
@media only screen and (max-width: 600px) {
    .home-about-us[b-nsylj808eu], .home-services[b-nsylj808eu], .home-partnership[b-nsylj808eu] {
        padding: 1rem 1rem;
    }
    /*ABOUT US*/
    .home-about-us[b-nsylj808eu] {
       
        display: table;
       
    }


    .side-by-side[b-nsylj808eu] {
        
       display:block;
    }

    .summary-container[b-nsylj808eu] {
        margin-top: 5px;
    }
    .services-button[b-nsylj808eu] {
      margin:50px auto;
     
    }
}
/* /Views/HomeComponents/HomeMainCarouselFirst.razor.rz.scp.css */

.home-main-carousel-first-container[b-wp1jztg6vd] {
    height: 100%;
    width: 100%;
    background-image: url('images/home/homemaincarouselfirst.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
    .home-main-carousel-first-container .info-container[b-wp1jztg6vd] {
        width: max-content;
        height: max-content;
        margin: auto;
        padding-top: 15%;
        align-items: center;
    }
        .home-main-carousel-first-container .info-container h3[b-wp1jztg6vd] {
            font-size: 2.1rem;
            text-align: center;
            text-transform: uppercase;
            font-family: poppins-bold;
        }
        .home-main-carousel-first-container .info-container h1[b-wp1jztg6vd] {
            font-size: 5rem;
            text-align: center;
            text-transform: uppercase;
            font-family: poppins-bold;
        }
        .home-main-carousel-first-container .info-container h3[b-wp1jztg6vd], .home-main-carousel-first-container .info-container h1[b-wp1jztg6vd] {
            color: var(--font-hover-text-color);
            text-transform: uppercase;
        }
        .home-main-carousel-first-container .info-container .button-container[b-wp1jztg6vd] {
            width: 200px;
            height: 60px;
            margin: auto;
            margin-top: 100%;
        }
@media only screen and (max-width: 600px) {
    .home-main-carousel-first-container .info-container[b-wp1jztg6vd] {
        width:80%;
        padding:10px;
        margin: auto;
        padding-top: 20%;
        align-items: left;
    }
}
/* /Views/HomeComponents/HomeMainCarouselSecond.razor.rz.scp.css */

.home-main-carousel-second-container[b-5hqe67ivz3] {
    height: 100%;
    width: 100%;
    background-image: url('images/home/homemaincarouselsecond.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

    .home-main-carousel-second-container .info-container[b-5hqe67ivz3] {
        max-width: 50%;
        height: max-content;
        margin: auto;
        padding-top: 15%;
        margin-left: 47%;
        align-items: center;
    }

        .home-main-carousel-second-container .info-container h3[b-5hqe67ivz3] {
            font-size: 1.5rem;
            /*text-align: center;*/
            text-transform: uppercase;
            font-family: poppins-bold;
            color: #8e93b3 !important;
        }

        .home-main-carousel-second-container .info-container h1[b-5hqe67ivz3] {
            font-size: 3rem;
            /*text-align: center;*/
            text-transform: uppercase;
            font-family: poppins-bold;
        }

        .home-main-carousel-second-container .info-container h3[b-5hqe67ivz3], .home-main-carousel-second-container .info-container h1[b-5hqe67ivz3] {
            color: var(--font-primary-text-color);
            text-transform: uppercase;
        }

        .home-main-carousel-second-container .info-container .button-container[b-5hqe67ivz3] {
            width: 200px;
            height: 60px;
            /*margin: auto;*/
        }
@media only screen and (max-width: 600px) {
    .home-main-carousel-second-container .info-container[b-5hqe67ivz3] {
        max-width: 80%;
        height: max-content;
        margin: auto;
        padding-top: 20%;
        margin-left: 10%;
        align-items: left;
    }
 
}
/* /Views/HomeComponents/HomeMainCarouselThird.razor.rz.scp.css */

.home-main-carousel-third-container[b-5shh8jpq6j] {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    max-width: 100%;
}

    .home-main-carousel-third-container .info-container[b-5shh8jpq6j] {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        width: 300%; /* enlarge beyond browser width */
        left: -100%; /* center */
    }

        .home-main-carousel-third-container .info-container iframe[b-5shh8jpq6j] {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
/* /Views/JoinUs.razor.rz.scp.css */
body[b-wnt6eq8fdk] {
}
/* /Views/Services/Commercial.razor.rz.scp.css */
.all[b-ntgsf8frk8] {
    width: 100%;
    height: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
 
}
.servicesinfo-container[b-ntgsf8frk8] {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 90px;
    padding-bottom: 100px;
}
.commercial-contactus-btn-container[b-ntgsf8frk8] {
    width: 100%;
}

.commercial-contactus-btn[b-ntgsf8frk8] {
    width: 150px;
    height: 60px;
    margin: auto;
}
h2[b-ntgsf8frk8] {
    width: 30%;
    float: left;
    margin-bottom: 100%;
    font-family: Poppins;
    font-weight: 700;
    color: #273272;
    text-transform: none;
    line-height: 1.25em;
}


h3[b-ntgsf8frk8] {
    font-family: Poppins;
    font-weight: 850;
    color: #273272;
    text-transform: none;
    font-size: 1.25rem;
    line-height: 1.25em;
}

p[b-ntgsf8frk8] {
    margin-top: 10px;
    margin-bottom: 20px;
}
li[b-ntgsf8frk8] {
    margin-bottom: 30px;
    font-size: 0.9rem;
    padding-left: 32%;
}
.commercial-contactus-btn[b-ntgsf8frk8] {
    margin-left: 60%;
}
@media only screen and (max-width: 600px) {
    .servicesinfo-container[b-ntgsf8frk8] {
        padding: 0 10px;
    }



    h2[b-ntgsf8frk8] {
        width: 100%;
        float: left;
        margin-bottom: 5px;
    }
    li[b-ntgsf8frk8] {
      
        padding-left: 5%;
    }


    .commercial-contactus-btn[b-ntgsf8frk8] {
        margin-left: 30%;
    }
}
/* /Views/Services/CompanyRegistration.razor.rz.scp.css */
.all[b-d12vi3j837]{
    width:100%;
    height:100%;
    min-height: 80vh;
    margin-top:50px;
    margin-bottom:50px;
}

.servicesinfo-container[b-d12vi3j837] {
    width: 100%;
    margin: 0 auto;
    padding: 0 90px;
    padding-bottom: 100px;
    max-width: 1350px;
}

.companyregistration-contactus-btn-container[b-d12vi3j837] {
    width: 100%;
}

.companyregistration-contactus-btn[b-d12vi3j837] {
    width: 150px;
    height: 60px;
    margin: auto;
}
h2[b-d12vi3j837]{
    width:30%;
    float:left;
    margin-bottom:50%;
        font-family: Poppins;
    font-weight: 700;
    color: #273272;
    text-transform: none;
   
    line-height: 1.25em;
}

.companyregistration-contactus-btn[b-d12vi3j837] {
margin-left:60%;

}
@media only screen and (max-width: 600px) {
    .servicesinfo-container[b-d12vi3j837] {
     
        padding: 0 10px;
     
    }
    h2[b-d12vi3j837] {
        width:100%;
        float: left;
        margin-bottom: 5px;
       
    }

    .companyregistration-contactus-btn[b-d12vi3j837] {
        margin-left:30%;
    }
}
/* /Views/Services/CorporateCommunication.razor.rz.scp.css */
.all[b-m1hesbqe5m] {
    width: 100%;
    height: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}
.servicesinfo-container[b-m1hesbqe5m] {
    width: 100%;
    margin: 0 auto;
    padding: 0 90px;
    padding-bottom: 100px;
    max-width: 1350px;
}

.corporatecommunication-contactus-btn-container[b-m1hesbqe5m] {
    width: 100%;
}

.corporatecommunication-contactus-btn[b-m1hesbqe5m] {
    width: 150px;
    height: 60px;
    margin: auto;
}
h2[b-m1hesbqe5m] {
    width: 30%;
    float: left;
    margin-bottom: 100%;
    font-family: Poppins;
    font-weight: 700;
    color: #273272;
    text-transform: none;
    line-height: 1.25em;
}
h3[b-m1hesbqe5m] {
    font-family: Poppins;
    font-weight: 700;
    
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.1em;
    padding-top: 5px;
    padding-bottom: 0px;
}
h4[b-m1hesbqe5m] {
    font-family: Poppins;
    font-weight: 700;
    color: #273272;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.1em;
    padding-top: 10px;
    padding-bottom: 10px;
}




p[b-m1hesbqe5m] {
    margin-bottom: 20px;
   
}

li[b-m1hesbqe5m] {
    margin-bottom: 1px;
    font-size: 0.9rem;
    padding-left: 32%;
   
}
.corporatecommunication-contactus-btn[b-m1hesbqe5m] {
    margin-left: 60%;
}
@media only screen and (max-width: 600px) {
    .servicesinfo-container[b-m1hesbqe5m] {
        padding: 0 10px;
    }



    h2[b-m1hesbqe5m] {
        width: 100%;
        float: left;
        margin-bottom: 5px;
    }

    li[b-m1hesbqe5m] {
        padding-left: 5%;
    }


    .corporatecommunication-contactus-btn[b-m1hesbqe5m] {
        margin-left: 30%;
    }
}
/* /Views/Services/DigitalTrasformation.razor.rz.scp.css */
.all[b-4d6iuvcm0h] {
    width: 100%;
    height: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}
.servicesinfo-container[b-4d6iuvcm0h] {
    width: 100%;
    margin: 0 auto;
    padding: 0 90px;
    padding-bottom: 100px;
    max-width: 1350px;
}

.digitaltransformation-contactus-btn-container[b-4d6iuvcm0h] {
    width: 100%;
}

.digitaltransformation-contactus-btn[b-4d6iuvcm0h] {
    width: 150px;
    height: 60px;
    margin: auto;
}
h2[b-4d6iuvcm0h] {
    width: 30%;
    float: left;
    margin-bottom: 100%;
    font-family: Poppins;
    font-weight: 700;
    color: #273272;
    text-transform: none;
    line-height: 1.25em;
}
h3[b-4d6iuvcm0h] {
    font-family: Poppins;
    font-weight: 700;
    color: #273272;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.1em;
    padding-top: 10px;
    padding-bottom: 10px;
}
.all img[b-4d6iuvcm0h] {
    margin-left: 10%;
}

p[b-4d6iuvcm0h] {
    margin-bottom: 30px;
}

li[b-4d6iuvcm0h] {
    margin-bottom: 30px;
    font-size: 0.9rem;
    padding-left: 32%;
}
.digitaltransformation-contactus-btn[b-4d6iuvcm0h] {
    margin-left: 50%;
}
@media only screen and (max-width: 600px) {

    .servicesinfo-container[b-4d6iuvcm0h] {
        padding: 0 10px;
    }


    .all img[b-4d6iuvcm0h] {
        width:100%;
        height:100%;
        margin: auto;
    }
    h2[b-4d6iuvcm0h] {
        width: 100%;
        float: left;
        margin-bottom: 5px;
    }

    li[b-4d6iuvcm0h] {
        padding-left: 5%;
    }


    .digitaltransformation-contactus-btn[b-4d6iuvcm0h] {
        margin-left: 30%;
    }
}
/* /Views/Services/OperationalExcellence.razor.rz.scp.css */
.all[b-e7ji4reue9] {
    width: 100%;
    height: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}
.servicesinfo-container[b-e7ji4reue9] {
    width: 100%;
    margin: 0 auto;
    padding: 0 90px;
    padding-bottom: 100px;
    max-width: 1350px;
}
.operationalexcellence-contactus-btn-container[b-e7ji4reue9] {
    width: 100%;
}

.operationalexcellence-contactus-btn[b-e7ji4reue9] {
    width: 150px;
    height: 60px;
    margin: auto;
}
h2[b-e7ji4reue9] {
    width: 30%;
    float: left;
    margin-bottom: 50%;
    font-family: Poppins;
    font-weight: 700;
    color: #273272;
    text-transform: none;
    line-height: 1.25em;
}
h3[b-e7ji4reue9] {
    font-family: Poppins;
    font-weight: 850;
    color: #273272;
    text-transform: none;
    font-size: 1.25rem;
    line-height: 1.25em;
}
p[b-e7ji4reue9] {
    margin-top: 10px;
    margin-bottom: 20px;
}
.operationalexcellence-contactus-btn[b-e7ji4reue9] {
    margin-left: 60%;
}
@media only screen and (max-width: 600px) {
    .servicesinfo-container[b-e7ji4reue9] {
        padding: 0 10px;
    }

 

    h2[b-e7ji4reue9] {
        width: 100%;
        float: left;
        margin-bottom: 5px;
    }



    .operationalexcellence-contactus-btn[b-e7ji4reue9] {
        margin-left: 30%;
    }
}
/* /Views/Services/Services.razor.rz.scp.css */

.servicesinfo-container[b-63n06layyi] {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    /*padding: 0 90px;*/
}
.servicesgrid-container[b-63n06layyi] {
    width: 100%;
    padding: 0 90px;
}
p[b-63n06layyi] {
    font-family: 'rubik-regular';
    font-size: 1.1em;
}
.gridthree[b-63n06layyi] {
    display: grid;
    grid-template-columns: auto auto auto;
}

.gridtwo[b-63n06layyi] {
    display: grid;
    grid-template-columns: auto auto;
    border-bottom: dashed 1px;
    padding-bottom: 50px;
}
.gridthree .summary-container[b-63n06layyi] {
    max-height: 320px;
    margin: 20px;
}
.gridtwo .summary-container[b-63n06layyi] {
    margin: 30px;
    max-height: 400px;
}
/*PATRNERSHIP*/
.home-partnership[b-63n06layyi] {
    height: 400px;
}

.companies-number[b-63n06layyi] {
    background-image: url('images/services/numbers-background.jpg');
    background-size: contain;
    height: 800px;
    position: relative;
}
    .companies-number .info-container[b-63n06layyi] {
        width: 60%;
        position: absolute;
        right: 50px;
        top: 50px;
        padding: 30px;
    }
h1[b-63n06layyi] {
    font-family: 'poppins-thin';
}
p[b-63n06layyi] {
    font-family: 'rubik-light';
}
    .companies-number .footer[b-63n06layyi] {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 200px;
        background: #020620 !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }
        .companies-number .footer h1[b-63n06layyi] {
            width: max-content;
            color: var(--font-hover-text-color);
            margin: auto;
            padding: 80px 0;
        }

.percentage[b-63n06layyi], .communication-with[b-63n06layyi], .partner-number[b-63n06layyi] {
    background-color: var(--background-primary-color);
    margin: 10px;
    padding: 15px;
    text-align: center;
}

.servicesinfo-container .contact-us[b-63n06layyi] {
    padding-top: 100px;
    width: max-content;
    height: 400px;
    margin: auto;
    text-align: center;
    color: var(--font-primary-text-color);
}

    .servicesinfo-container .contact-us h1[b-63n06layyi] {
        font-size: 3.8em;
    }

    .servicesinfo-container .contact-us h3[b-63n06layyi] {
        font-family: 'poppins-bold';
        color: var(--primary-color);
    }

    .servicesinfo-container .contact-us .button[b-63n06layyi] {
        width: 200px;
        height: 60px;
        margin: auto;
    }
@media only screen and (max-width: 600px) {
    .servicesgrid-container[b-63n06layyi] {
        width: 100%;
        padding: 0 15px;
    }
    .gridthree[b-63n06layyi] {
        display: block;
     
    }

    .gridtwo[b-63n06layyi] {
        display: block;
    
    }
    .gridthree .summary-container[b-63n06layyi] {
        max-height: 320px;
        margin:1px;
        margin-bottom:40px;
    }

    .gridtwo .summary-container[b-63n06layyi] {
        margin: 1px;
        margin-bottom: 50px;
    }
    .companies-number .info-container[b-63n06layyi] {
        width: 100%;
        position: absolute;
        right:0px;
        top: 0px;
        padding: 30px;
    }
    .servicesinfo-container[b-63n06layyi] {
        padding: 0 10px;
    }
}
/* /Views/Services/StrategyAndGrowth.razor.rz.scp.css */
.all[b-upwi2jskme] {
    width: 100%;
    height: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}
.servicesinfo-container[b-upwi2jskme] {
    width: 100%;
    margin: 0 auto;
    padding: 0 90px;
    padding-bottom: 100px;
    max-width: 1350px;
}
.strategyandgrowth-contactus-btn-container[b-upwi2jskme] {
    width: 100%;
}

.strategyandgrowth-contactus-btn[b-upwi2jskme] {
    width: 150px;
    height: 60px;
    margin: auto;
    margin-left: 60%;
}

h2[b-upwi2jskme] {
    width: 30%;
    float: left;
    margin-bottom: 100%;
    font-family: Poppins;
    font-weight: 700;
    color: #273272;
    font-size: 1.5rem;
    text-transform: none;
    line-height: 1.25em;
}
h3[b-upwi2jskme] {
    font-family: Poppins;
    font-weight: 700;
    color: #273272;
    text-transform: uppercase;
    font-size:1rem;
    line-height: 1.1em;
    padding-top:10px;
    padding-bottom:10px;
}
h4[b-upwi2jskme] {
    font-family: Poppins;
    font-weight: 850;
    color: #273272;
    text-transform: none;
    font-size: 1.2rem;
    line-height: 1.15em;
}
p[b-upwi2jskme]{
    margin-bottom:30px;
}
.h1[b-upwi2jskme] {
    margin-bottom: 100px;
}
.h2[b-upwi2jskme] {
    margin-bottom: 100%;
}
li[b-upwi2jskme] {

    margin-bottom: 30px;
    font-size: 0.9rem;
    padding-left:32%;
}
@media only screen and (max-width: 600px) {
    .servicesinfo-container[b-upwi2jskme] {
        padding: 0 10px;
    }

    .h1[b-upwi2jskme] {
        margin-bottom: 15px;
    }

    .h2[b-upwi2jskme] {
        margin-bottom: 15px;
    }

    h2[b-upwi2jskme] {
        width: 100%;
        float: left;
        margin-bottom: 5px;
    }


li[b-upwi2jskme] {
 
    padding-left: 5%;
}
    .strategyandgrowth-contactus-btn[b-upwi2jskme] {
        margin-left: 30%;
    }
}
/* /Views/Services/SupplyChain.razor.rz.scp.css */
.all[b-prwzje59gk] {
    width: 100%;
    height: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}
.servicesinfo-container[b-prwzje59gk] {
    width: 100%;
    margin: 0 auto;
    padding: 0 90px;
    padding-bottom: 100px;
    max-width: 1350px;
}

.supplychain-contactus-btn-container[b-prwzje59gk] {
    width: 100%;
}

.supplychain-contactus-btn[b-prwzje59gk] {
    width: 150px;
    height: 60px;
    margin: auto;
}
h2[b-prwzje59gk] {
    width: 30%;
    float: left;
    margin-bottom: 70%;
    font-family: Poppins;
    font-weight: 700;
    color: #273272;
    text-transform: none;
    line-height: 1.25em;
}
h3[b-prwzje59gk] {
    font-family: Poppins;
    font-weight: 700;
    color: #273272;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.1em;
    padding-top: 10px;
    padding-bottom: 10px;
}


h4[b-prwzje59gk] {
    padding-bottom: 10px;
    font-family: Poppins;
    font-weight: 700;
    color: #273272;
    text-transform: none;
    line-height: 1.25em;
}
p[b-prwzje59gk] {
    margin-bottom: 30px;
}

li[b-prwzje59gk] {
    margin-bottom: 30px;
    font-size: 0.9rem;
    padding-left: 32%;
}

.supplychain-contactus-btn[b-prwzje59gk] {
    margin-left: 60%;
}
@media only screen and (max-width: 600px) {
    .servicesinfo-container[b-prwzje59gk] {
        padding: 0 10px;
    }



    h2[b-prwzje59gk] {
        width: 100%;
        float: left;
        margin-bottom: 5px;
    }

    li[b-prwzje59gk] {
        padding-left: 5%;
    }


    .supplychain-contactus-btn[b-prwzje59gk] {
        margin-left: 30%;
    }
}
