html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'UbuntuMono-Regular';
    src: url('../fonts/UbuntuMono-Regular.ttf');
}



* {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 'UbuntuMono-Regular',
        'Jura_DemiBold';

}



h1 {
    font-family: 'UbuntuMono-Regular',
        'Jura_DemiBold';
    color: #444;
    font-weight: 1000 !important;
    font-size: 2em !important;
    line-height: 1.5 !important;

}

h2 {
    font-family: 'UbuntuMono-Regular',
        'Jura_DemiBold';
    color: #444;
}

h3 {
    font-family: 'UbuntuMono-Regular',
        'Jura_DemiBold';
    color: #444;
}

h4 {
    font-family: 'UbuntuMono-Regular',
        'Jura_DemiBold';
    color: #444;
    font-size: 1em;
}

h5 {
    font-family: 'UbuntuMono-Regular',
        'Jura_DemiBold';
    color: #444;
}




a {

    color: #111!important;

}

li {

margin: 3% 5%;
}


.iso {
    font-size: 1em;
    padding-top: 1%;
    padding-bottom: 3%;
    z-index: 1010;
}

.btn {
    border-radius: 0 !important;
    vertical-align: baseline;
    padding-left: 4px !important;
    padding-right: 4px !important;
}

#sectIntro1 button {
    background: none !important;
    width: 100%;
    border: none;
}

#card-body li {
    text-align: left !important;
}

#card-body p {
    text-align: left !important;
}

.card {
    background: none !important;
    border: 1px solid rgba(0, 0, 0, 0) !important;
}




body {

    background-image: linear-gradient(180deg, #fff, #888);
}


section {
    margin-top: 50%;
}

.master {
    width: 100%;
    height: 100%;
    margin: 0;


}




canvas {
    display: block;
    margin: 0;
}

/* ---- particles.js container ---- */
#particles-js {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: none;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

#logo {
    height: 100vh;
    margin: 0;
}

.logoD {
    margin-bottom: 0px;
    padding-bottom: 0px;


}

.svgBig {
    position: relative;
    height: 50%;
    vertical-align: middle;
    margin-top: 15%;
    width: 100%;

}



.subText {
    position: relative;
    width: 100%;
    padding-top: 2%;

}

#subText h1 {
    vertical-align: middle;
    margin-top: 2%;
    font-size: 5em !important;
    color: #444;
}


.empty {
    stroke: none;
    fill: none;
    opacity: 0;

}

.void {
    opacity: 0;

}

.voidNot {
    opacity: 1;

}



.black {
    stroke: #111;
    fill: #111;
    stroke-dasharray: 1800;
    opacity: 1;
    animation: animate 2.5s cubic-bezier(0, 0.30, 1, 0.1);
}



@keyframes animate {
    0% {
        opacity: 0.1;
        fill: none;
        stroke-dashoffset: 1800;
    }

    50% {
        opacity: 1;
    }


    100% {
        fill: #111;
        stroke-dashoffset: 0;
    }


}

.empty1 {
    opacity: 0;
    height: 0;
    width: 0;
    stroke: none;
    fill: none;

}

.black1 {
    stroke: #444;
    fill: #444;
    opacity: 1;
    height: 120px;
    width: auto;

}





.red {
    stroke: #EC2227;
    fill: #EC2227;
    stroke-dasharray: 1800;
    opacity: 1;
    animation: animate2 2.5s cubic-bezier(0, 0.30, 1, 0.1);
}

@keyframes animate2 {
    0% {
        opacity: 0.1;
        fill: none;
        stroke-dashoffset: 1800;
    }

    50% {
        opacity: 1;
    }


    100% {
        fill: #EC2227;
        stroke-dashoffset: 0;
    }
}

.red1 {
    stroke: #EC2227;
    fill: #EC2227;
    opacity: 1;
    animation: animate21 2.5s;
}



@keyframes animate21 {
    0% {
        opacity: 0.1;
    }

    50% {
        opacity: 0.5;
    }


    100% {
        opacity: 1;
    }


}



#profile1,
#profile2,
#profile3 {
    margin: 1% 0 2% 0;

}



/* The side navigation menu */

.visible {
    opacity: 1;

}

.invisible {
    opacity: 0;

}



.btnBg2 {
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.16);
    position: fixed;
    left: 0;
    top: 0;
    height: 32px;
    width: 32px;
    padding: 3px 1px 0 0;
    cursor: pointer;
    opacity: 0;
    transition: 0.3s;
    z-index: 1000;
}

.btnBg2:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

#navBtns {
    position: relative;
    width: 100%;
}

#navBtns>ul {
    list-style-type: none !important;
}



.mySidenav {
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 1002;
    /* Stay on top */
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.16);
    opacity: 1;
    overflow-x: hidden;
    /* Disable horizontal scroll */
    transition: 0.3s;
    /* 0.5 second transition effect to slide in the sidenav */
}





/* Position and style the close button (top right corner) */
.mySidenav .closebtn {
    position: relative;
    height: 32px;
    width: 32px;
    left: 0;
    top: 0;
    padding: 3px 0 0 0;
    cursor: pointer;
    transition: 0.3s;
    background: rgba(0, 0, 0, 0);
    border: none;
}

.mySidenav .closebtn:hover,
.closebtn:focus {
    background: rgba(0, 0, 0, 0.2);
    border: none;

}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    text-align: inherit;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.3);
}

.list-group-item-action:active {
    background-color: rgba(0, 0, 0, 0.3);
    border: none;
}

.list-group-item {
    width: 100%;
    margin-bottom: 2%;
    padding: 5px 0 5px 0;
    display: block;
    transition: 0.3s;
    position: relative;
    display: block;
    background-color: rgba(0, 0, 0, 0);
    border: none;
}

.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.list-group-item:focus,
.list-group-item:hover {
    z-index: 1;
    text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
    background-color: rgba(0, 0, 0, 0);
}

.list-group-item.active {
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.3);
    border: none;
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: none;
}

.list-group-flush:last-child .list-group-item:last-child {
    border: none;
}




/* The side navigation menu - end */





/*expoScreen*/

.canText {
    background: none;
    box-shadow: none;
    opacity: 0;
}


.canTextS {
    background: none;
    box-shadow: none;
    opacity: 0;
}

.canTextVisS {
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.16);
    font-size: 1em;
    text-align: center;
    padding: 2%;
    opacity: 1;
    margin: 0 3% !important;
}

.canTextVisS2 {
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.16);
    font-size: 1em;
    text-align: center;
    padding: 2%;
    opacity: 1;
    margin: 3% !important;
}

#wrapper>div {
    text-align: center;
}




.sect {
    margin: 0;
    padding: 1%;
    min-height: 100vh;
}


.sectIcon {
    position: relative;

}



.sectLineBefore {
    position: absolute;
    height: 1px;
    bottom: 45px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    background-color: none;
    opacity: 0;
    width: 0;

}

.sectLine {
    position: absolute;
    height: 1px;
    bottom: 45px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    background-color: #444;
    box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.16);
    opacity: 1;
    width: 100%;
}




.sectTitle {
    font-family: 'UbuntuMono-Regular' !important;
    display: inline-block;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    padding-left: 0;
    padding-right: 0;
    opacity: 0;
    z-index: 2;
}

.sectTitleV {
    font-family: 'UbuntuMono-Regular' !important;
    display: inline-block;
    position: relative;
    background-color: #444;
    color: #fff !important;
    box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.16);
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0;
    opacity: 1;
    z-index: 2;
}






.sectTitleWrapper {
    position: relative;
    font-size: 1em !important;
    text-align: center;
    padding-bottom: 15px;
    margin-top: -10px;
    margin-bottom: 15px;

}

.sectIntro {
    text-align: center;
    font-size: 1em;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.16);
    padding: 5px;
    line-height: 1 !important;
    font-weight: 1000 !important;

}



#tuvLogo {
margin-top: 30px;
margin-bottom: 30px;
}


#tspan5860, #tspan5944 {
font-family:  Arial !important;

}









.cusLogo {
    width: 0%;
    height: 0%;
    background: none;
    margin-bottom: 30px;


}

.cusLogoAfter {
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.16);
    border: 6px solid rgba(255, 255, 255, 0.7);
    border-radius: 0;
    margin-bottom: 40px;
}






.teamMember {
    opacity: 0;
    width: 0%;
    height: 0%;
    margin-bottom: 20px;
    visibility: hidden;
}

.teamMemberAfter {
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    background-repeat: no-repeat;
    background-position: center center;
    border: 6px solid rgba(255, 255, 255, 0.7);
    border-radius: 100px;
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.16);
    padding: 2%;
    opacity: 1;
    visibility: visible;
}







.cont {

    margin-bottom: 20px;
}




.text {
    height: 100%;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    color: none;
    padding-top: 20%;
    padding-right: 10%;
    padding-left: 10%;
    border-radius: 80px;
    cursor: pointer;

}












.screenThumb {
    margin-bottom: 20px;
    cursor: pointer;

}

.card-header {
    background-color: #444;
}


.footer-container {
    position: fixed;
    bottom: -50px;
    left: 0%;
    right: 0%;
    opacity: 0;
    height: auto;
    width: 100%;
}


.footer-containerAfter {
    box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.16);
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
    color: #111;
    font-size: 0.8em;
    position: fixed;
    bottom: 0;
    left: 0%;
    right: 0%;
    width: 100%;
    height: auto;
    padding-top: 1%;
    z-index: 1010;
    overflow-y: hidden;
    opacity: 1;


}










@media only screen and (max-width: 1140px) {
    #subText h1 {
        font-size: 4em;
    }

    .text h4 {
        font-size: 0.7em;
    }

    .text {
        padding-top: 30%;

    }


}


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

    .svgBig {

        margin-top: 20%;


    }


    .text {
        padding-top: 15%;

    }

    .text h4 {
        font-size: 0.6em;
    }

}

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

    h1 {
        font-size: 1.5em !important;
        line-height: 1.2 !important;

    }

    #subText h1 {
        font-size: 3em !important;
    }

    .text h4 {
        font-size: 1em;

    }

    .text {
        height: 80%;
        width: 80%;
        padding-top: 30%;

    }

    .sectTitleWrapper {

        padding-bottom: 24px;
        margin-top: -5px;

    }


}

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

@media only screen and (max-width: 500px) {
    #subText h1 {
        font-size: 2em !important;
    }

    .svgBig {

        margin-top: 40%;


    }


    .btn {
        margin-top: 2% !important;
    }


}