﻿html {
    scroll-behavior: smooth;
    height: 100%
}

body {
    margin: 0 !important;
    padding: 0 !important;
    color: #1d1d1d;
    font-family: "Segoe UI",SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

section.quote-box small {
    font-size: 21px;
    font-weight: lighter;
    font-weight:400;
}

section.panel.cta h3 {
    margin: 0;
}

ul.about-quote-carousel.contact li {
    margin: 20px 0;
}

.cc-revoke, .cc-window {
    z-index: 8 !important;
}

.visualCaptcha-possibilities {
    margin-right: 0;
    background: white;
    margin-bottom: 20px;
    width: 100%;
}

    .visualCaptcha-possibilities .img {
        text-align: center;
    }

p {
    font-weight:400;
}

html {
    --scrollbarBG: #222;
    --thumbBG: #c2272d;
    scrollbar-face-color: var(--thumbBG) var(--scrollbarBG);
    scrollbar-base-color: red;
    scrollbar-track-color: yellow;
}

body {
    scrollbar-face-color: var(--thumbBG) var(--scrollbarBG);
    scrollbar-base-color: red;
    scrollbar-track-color: yellow;
}
/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #c5252d #222222;
}

.sub-menu {
    scrollbar-width: thin;
    scrollbar-color: #FFFFFF #c5252d;
}

.footer-col.right-side a {
    color: #FFF;
    margin-left: 0;
    display: inline-block;
    text-decoration: none;
    border-bottom: 2px solid #211f20;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

.contact-side div#frmwrap input.red-btn {
    background: black;
    width: 100%;
}

.contact-side .visualCaptcha-possibilities {
    width: 70% !important;
}

div .formcontact p.visualCaptcha-explanation {
    width: 100%;
    color: black;
}

input.red-btn {
    background: #c5252d;
    color: #FFF;
    width: 100% !important;
}

p.visualCaptcha-explanation {
    width: 100%;
}

.visualCaptcha-explanation strong {
    font-size: inherit !important;
    margin: 0 !important;
    display: inline-block !important;
}

html, body {
    width: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight:400;
}

body {
    font-size: 15px;
}

strong {
    font-weight:600;
}

header, section, main, footer {
    display: block;
    position: relative;
    width: 100%;
}

header {
    position: absolute;
    z-index: 6;
}

    header h1 {
        top: 50px;
        height: 40px;
        left: 5%;
        margin: 0;
        position: absolute;
        z-index: 3;
        transition: all 0.3s ease;
    }

        header h1 a {
            display: block;
            background: url(../images/superluminal-white-AI-white-dots.svg) no-repeat;
            background-size: 100% 40px;
            text-indent: -9999px;
            width: 250px;
            height: 40px;
        }

.sticky-header {
    height: 140px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 0 auto 0;
}

.menu-logo {
    top: 50px;
    left: 5%;
    margin: 0;
    position: absolute;
    z-index: 3;
    opacity: 0;
}

    .menu-logo a {
        display: block;
        background: url("../images/superluminal-white-AI-white-dots.svg") no-repeat;
        background-size: 250px auto;
        text-indent: -9999px;
        width: 250px;
        height: 70px;
    }

header .menu-icon {
    position: absolute;
    top: 50px;
    color: #FFF;
    right: 50px;
    background: url("../images/BurgerMenu.svg") no-repeat;
    background-size: contain;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

nav {
    width: 100%;
    height: 100%;
    background: #c1272d;
    top: 0;
    right: -100%;
    bottom: 0;
    left: unset;
    position: fixed;
    z-index: 8;
    overflow: hidden;
    transition: right 0.5s ease;
    -webkit-transition: right 0.5s ease;
    -moz-transition: right 0.5s ease;
    -o-transition: right 0.5s ease;
    -ms-transition: right 0.5s ease;
}

    nav .black-panel {
        background: url(../images/menu-black-panel.svg) center right no-repeat;
        background-size: cover;
        width: 60%;
        height: 100%;
        position: absolute;
        top: 0;
        right: auto;
        bottom: 0;
        left: -100%;
        transition: left 0.5s ease;
        -webkit-transition: left 0.5s ease;
        -moz-transition: left 0.5s ease;
        -o-transition: left 0.5s ease;
        -ms-transition: left 0.5s ease;
        /* transition-delay: 0.5s; */
    }

    nav .close {
        background: url("../images/Close.svg") no-repeat;
        background-size: contain;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 50px;
        right: 50px;
        text-indent: -9999px;
        display: block;
        cursor: pointer;
    }

    nav ul.main-nav {
        position: absolute;
        left: 5%;
        top: 50%;
        transform: translate(0, -50%);
        z-index: 5;
        list-style-type: none;
        margin: 0;
        padding: 0;
        opacity: 1;
    }

        nav ul.main-nav li a {
            color: #FFF;
            display: block;
            text-decoration: none;
            font-size: 20px;
            padding: 0 0 0 3vw;
            font-weight:400;
            transition: all 0.5s ease;
        }

            nav ul.main-nav li a.home {
                background: url(../images/menu-home-icon.svg) center left no-repeat;
                background-size: contain;
            }

            nav ul.main-nav li a.about {
                background: url(../images/menu-about-icon.svg) center left no-repeat;
                background-size: contain;
            }

            nav ul.main-nav li a.covid {
                background: url(../images/menu-covid-icon.svg) center left no-repeat;
                background-size: contain;
            }

            nav ul.main-nav li a.software {
                background: url(../images/menu-software-icon.svg) center left no-repeat;
                background-size: contain;
            }

            nav ul.main-nav li a.hour-power {
                background: url(../images/menu-ai-hour-icon.svg) center left no-repeat;
                background-size: contain;
            }

            nav ul.main-nav li a.projects {
                background: url(../images/menu-projects-icon.svg) center left no-repeat;
                background-size: contain;
            }

            nav ul.main-nav li a.start-up {
                background: url(../images/menu-startup-icon.svg) center left no-repeat;
                background-size: contain;
            }

            nav ul.main-nav li a.funding {
                background: url(../images/menu-funding-icon.svg) center left no-repeat;
                background-size: contain;
            }

            nav ul.main-nav li a.contact {
                background: url(../images/menu-contact-icon.svg) center left no-repeat;
                background-size: contain;
            }

nav ul.main-nav li {
    margin: 20px 0;
}

nav ul.microsoft-logos {
    position: absolute;
    left: unset;
    right: 20px;
    bottom: 25px;
    opacity: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 80%;
    transition: all 0.3s ease-in-out;
    transition-delay: 1.4s;
}

    nav ul.microsoft-logos li.micro-logo.closed {
        display: none;
    }

    nav ul.microsoft-logos li {
        height: 40px;
    }

        nav ul.microsoft-logos li.microsoft-partner {
            width: 120px;
        }

.sub-menu {
    position: absolute;
    left: unset;
    right: 50px;
    top: 49%;
    transform: translate(0, -50%);
    padding: 0 30px;
    height: 70vh;
    overflow-y: scroll;
    width: 34%;
    z-index: 10;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transition-delay: 1.2s;
}

    .sub-menu::-webkit-scrollbar {
        width: 5px;
    }

    .sub-menu::-webkit-scrollbar-track {
        box-shadow: none;
    }

    .sub-menu::-webkit-scrollbar-thumb {
        background-color: white;
        outline: none;
        border-radius: 50px;
    }

    .sub-menu ul {
        list-style-type: none;
        margin: 0;
    }

h1, h2, h3, h4, h5, h6 {
    font-weight:300;
}

h3, h4, h5 {
    font-size: 34px;
    margin: 0 0 20px 0;
    position: relative;
    z-index: 1;
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    /*    background:#000;
*/
}

section.block-panel {
    display: block;
}

    section.block-panel .row {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
    }

        section.block-panel .row .block-content {
            width: 50%;
            display: flex;
            flex-wrap: wrap;
            position: relative;
        }

            section.block-panel .row .block-content .padding {
                padding: 10%;
            }

            section.block-panel .row .block-content .image {
                width: 100%;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                margin: 0;
            }

.red {
    color: #c5252d;
}

.hero {
    height: 100vh;
    background: #222;
    color: #FFF;
    overflow: hidden;
}

    .hero img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .hero h2 {
        font-size: 32px;
        margin: 0;
        font-weight:300;
        text-transform: none !important;
    }

    .hero p {
        font-size: 40px;
        font-weight:400;
        /*        text-transform: uppercase;*/
        margin: 10px 0;
    }

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    z-index: 1;
}

    .hero-content.pages {
        position: absolute;
        top: 50%;
        left: 5%;
        transform: translate(0%, -50%);
        text-align: left;
        width: 45%;
    }

        .hero-content.pages p {
            text-transform: none;
            font-style: italic;
            width: 60%;
            font-size: 15px;
            font-weight:400;
        }

section.quote-box {
    background: #c1272d;
    width: 90%;
    padding: 50px 5%;
    text-align: center;
    color: #FFF;
}

.quote-mark.start {
    background: url("../images/SpeachIcon-66.svg") center left no-repeat;
    background-size: contain;
    position: absolute;
    left: 5%;
    top: 0;
    bottom: 0;
    margin: auto auto auto 0;
    height: 120px;
    width: 20%;
}

.quote-mark.end {
    background: url("../images/SpeachIcon-99.svg") center right no-repeat;
    background-size: contain;
    position: absolute;
    right: 5%;
    top: 0;
    bottom: 0;
    margin: auto 0 auto auto;
    height: 120px;
    width: 20%;
}

section.quote-box p {
    font-size: 30px;
    width: 70%;
    /*    text-align:right;
*/
    padding: 0 15%;
    margin: 0 0 10px 0;
    font-weight: 400;
}

section.panel h3 {
    text-align: center;
    margin: 0 0 20px 0;
    position: relative;
    z-index: 2;
}

ul.microsoft-logos {
    position: absolute;
    left: 5%;
    bottom: 5%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    z-index: 1;
}

nav ul.microsoft-logos li.microsoft-xamarin {
    background: url("../images/xamarin-logo.svg") center left no-repeat;
    background-size: contain;
    width: 180px;
}

ul.microsoft-logos li {
    display: block;
    height: 45px;
    text-indent: -9999px;
    width: 200px;
    margin: 0 30px 0 0;
}

    ul.microsoft-logos li.microsoft-ai {
        background: url("../images/MS_AIWhite.svg") center left no-repeat;
        background-size: contain;
        margin: 0 25px 0 0;
    }

    ul.microsoft-logos li.microsoft-azure {
        background: url("../images/hero-ms-azure.svg") center left no-repeat;
        background-size: contain;
        width: 120px;
    }

    ul.microsoft-logos li.microsoft-xamarin {
        background: url("../images/xamarin-logo.svg") center left no-repeat;
        background-size: contain;
    }

    ul.microsoft-logos li.microsoft-partner {
        background: url("../images/MicrosoftPartner-white.svg") center left no-repeat;
        background-size: contain;
        width: 140px;
        height: 60px;
    }

section.panel.cta {
    padding: 50px 0;
    text-align: center;
}
/* FOOTER */
footer {
    background: #211f20;
    font-size: 13px;
    font-weight: 400;
}

    footer .container {
        width: 90%;
        padding: 50px 5% 75px 5%;
        color: #FFF;
        z-index: unset;
    }

    footer strong {
        font-weight: 400;
        font-size: 30px;
        margin: 40px 0 10px 0;
        display: block;
    }

.footer-col {
    width: 25%;
}

    .footer-col ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

a.tel-icon {
    background: url(../images/phone-icon-footer.svg) left center no-repeat;
    background-size: 30px 30px;
    padding-left: 50px;
    height: 40px;
    line-height: 40px;
    display: block;
    color: #FFF;
    text-decoration: none;
    font-size: 20px;
}

.contact-side a.tel-icon {
    background: url(../images/phone-icon-footer-black.svg) left center no-repeat;
    background-size: 30px 30px;
    padding-left: 50px;
    height: 40px;
    line-height: 40px;
    display: block;
    color: #000;
    text-decoration: none;
}

.footer-col ul li {
    margin: 10px 0;
}

.editor-field select {
    width: 100%;
    display: block;
    border: none;
    padding: 5px 5%;
    border-radius: 5px;
    margin: 10px 0;
    font-weight: 400;
}

.contact-us select {
    display: block;
    border: none;
    width: 100%;
    padding: 10px 5%;
    border-radius: 5px;
    margin: 10px 0;
    background: #F8F8F8;
    font-weight: 400;
}

.footer-col ul li a {
    color: #FFF;
    margin-left: 0;
    display: inline-block;
    text-decoration: none;
    border-bottom: 2px solid #211f20;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

.footer-col.centre {
    width: 40%;
}

ul.social {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    ul.social li a.tw {
        background: url(../images/twitter-icon.svg) left center no-repeat;
        background-size: 30px 30px;
        text-indent: -9999px;
        height: 40px;
        width: 40px;
        display: block;
        color: #FFF;
        text-decoration: none;
    }

.contact-side {
    width: 70%;
}

.contact-us {
    width: 100%;
}

    .contact-us input, .contact-us textarea {
        display: block;
        border: none;
        width: 90%;
        padding: 10px 5%;
        border-radius: 5px;
        margin: 10px 0;
        background: #F8F8F8;
        font-size: 13px;
        font-weight: 400;
    }

    .contact-us textarea {
        height: 150px;
    }

ul.about-quote-carousel {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
/* PRELOADER */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.loaded #loader-wrapper {
    display: none;
    visibility: hidden;
    -webkit-transform: translateX(0);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0);
    /* IE 9 */
    transform: translateX(0);
    /* Firefox 16+, IE 10+, Opera */
}

.material-scrolltop {
    display: block;
    position: fixed;
    width: 0;
    height: 0;
    bottom: 23px;
    right: 23px;
    padding: 0;
    overflow: hidden;
    outline: none;
    border: none;
    border-radius: 2px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    border-radius: 50%;
    background: #e21d27;
    z-index: 5;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    -ms-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
}

    .material-scrolltop::before {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        content: '';
        width: 0;
        border-radius: 100%;
        background: #c5252d;
    }

    .material-scrolltop, .material-scrolltop::before {
        background-image: url(icons/top-arrow.svg);
        background-position: center 50%;
        background-repeat: no-repeat;
    }

.end {
    margin-right: 0 !important;
}

.cc-revoke, .cc-window {
    position: fixed !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    font-weight:400 !important;
    font-size: 15px !important;
    max-width: 100% !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap !important;
    padding: 0 10px !important;
    justify-content: center !important;
    z-index: 10 !important;
    align-items: center !important;
    bottom: 0 !important;
    right: 0 !important;
    left: 0 !important;
    transform: unset;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9) !important;
}

.modal {
    max-width: 640px !important;
}

@media screen and (max-width:2560px) {
    .hero h2 {
        font-size: 48px;
        font-weight: 200;
    }

    nav ul.main-nav li a {
        font-size: 1.3vw;
    }

    .hero p {
        font-size: 54px;
    }
}

@media screen and (max-width: 2150px) {
    .hero h2 {
        font-size: 46px;
        font-weight: 200;
    }

    .hero p {
        font-size: 54px;
    }
}

@media screen and (max-width: 1960px) {
    .hero h2 {
        font-size: 44px;
        font-weight: 200;
    }

    .hero p {
        font-size: 52px;
    }
}
/* HD Monitors*/
@media screen and (max-width: 1920px) {
    body {
        font-size: 17px;
    }

    .hero h2 {
        font-size: 44px;
        font-weight: 200;
    }

    .hero p {
        font-size: 52px;
    }
}

@media only screen and (min-device-width : 100px) and (max-device-width : 640px) and (-webkit-min-device-pixel-ratio : 2) and (orientation : portrait) {
}

.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 500px;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    padding: 15px 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left;
}

}

.visualCaptcha {
    margin-bottom: 20px;
    min-height: 120px;
}

@media only screen and (min-width: 750px) {
    .visualCaptcha {
        margin-bottom: 15px;
    }
}

.visualCaptcha * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.accessibility-description, .visualCaptcha-explanation, .status.valid {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: white 2px solid;
    background-color: rgba(193, 247, 232, 0);
    padding: 10px;
    text-align: center;
    font-size: 1em;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    margin: 20px 0 24px;
    letter-spacing: 0.1em;
    width: 69%;
}

.visualCaptcha-possibilities, .visualCaptcha-refresh-button, .visualCaptcha-accessibility-button, .visualCaptcha-button-group {
    display: inline-block;
}

.visualCaptcha-possibilities {
    vertical-align: middle;
}

@media only screen and (min-width: 360px) {
    .visualCaptcha-possibilities {
        margin-right: 0;
        background: white;
        margin-bottom: 20px;
    }
}

.visualCaptcha-possibilities .img {
    padding: 4px;
    border: 1px solid #fff;
    display: inline-block;
}

@media only screen and (min-width: 360px) {
    .visualCaptcha-possibilities .img {
        padding: 10px;
        border: 3px solid #D6423F;
        width: 20%;
    }
}

.visualCaptcha-possibilities img {
    width: 32px;
    height: 32px;
    z-index: 5;
    transition: all 200ms;
    -webkit-transition: all 200ms;
}

.visualCaptcha-refresh-button {
    padding: 9px 10px 7px;
    margin: 0 5px;
    border: 1px solid #fff;
    background: white;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

    .visualCaptcha-refresh-button img {
        width: 16px;
        height: 16px;
    }

.visualCaptcha-accessibility-button {
    padding: 9px 10px 7px;
    background-color: #D6423F;
    border: 1px solid #D6423F;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

    .visualCaptcha-accessibility-button img {
        width: 16px;
        height: 16px;
    }

div.visualCaptcha .visualCaptcha-hide {
    display: none !important;
    -webkit-animation: fadeOut 300ms;
    animation: fadeOut 300ms;
}
