@font-face {
    font-family: sansB;
    src: url("../fonts/roboto/Roboto-Bold.woff2");
}

@font-face {
    font-family: RobotoL;
    src: url("../fonts/roboto/Roboto-Light.ttf");
}

@font-face {
    font-family: sansM;
    src: url("../fonts/roboto/Roboto-Regular.ttf");
}

@font-face {
    font-family: RobotoR;
    src: url("../fonts/roboto/Roboto-Regular.ttf");
}

@font-face {
    font-family: sansB;
    src: url("../fonts/source_sans_var/SourceSansPro-Bold.ttf");
}

@font-face {
    font-family: sansL;
    src: url("../fonts/source_sans_var/SourceSansPro-Light.ttf");
}

@font-face {
    font-family: sansM;
    src: url("../fonts/source_sans_var/SourceSansPro-Semibold.ttf");
}

@font-face {
    font-family: sansR;
    src: url("../fonts/source_sans_var/SourceSansPro-Regular.ttf");
}

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

    .navbar-brand img {
        height: 70px;
    }

}

.navbar-brand img {
    height: 70px;
}

h1{
    margin-top: 5px;
    color: rgb(5, 107, 180)	;
}
h3,h6{
    color: #b2b2b2;
}

.fixed-top{
    box-shadow: 1px 2px 10px rgba(0,0,0,.1);
}
#boxes-4 p {
    font-size: 1.25em;
}

#logo-div {
    position: absolute;
    z-index: 2;
    right: 0px;
    bottom: 0px;
    width: 100%;
    text-align: right;
    pointer-events: none;
}


#logo-spin {
    fill: rgb(151, 151, 151);
    /* width: 40%; */
    height: 180px;
    right: 0px;
    animation-name: spin;
    animation-duration: 20000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    margin-right: 3em;
    margin-bottom: 3em;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#boxes-4 h2 {
    font-family: sansB;
    text-transform: uppercase;
    margin-bottom: 1em;
}

#container_3d {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 500px;
}

#inner-container {

    top: 0px;
    left: 0px;

    min-height: 500px;
    pointer-events: none;
}

#main-container {
    position: absolute;
    padding:0px;
    min-height: 480px;
    margin-top: 100px;
}

model-viewer {
    width: 100%;
    height: 100%;
}

body {
    font-family: "sansR", sans-serif;
    color:rgb(87, 87, 86);
}

#globe{
    background-image: url("../images/earth.svg");
    background-repeat: no-repeat;
    background-size: 40%;
    background-position-x: right;
    background-position-y: 70%;
    overflow: hidden;
    margin-top:8em;
}

#globe p{
    font-size: 1.3em;
    margin-top: 1.5em;

}



.nav-link {
    color: rgb(46, 93, 155);
    margin: 0.3em;
    font-weight: bold;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: rgb(4, 69, 155);
    font-weight: bold;
}

.dot {
    height: 40px;
    width: 40px;

    background-color: rgb(28, 175, 230);
    border-radius: 12%;
    display: inline-block;
    color: white;
    font-size: 28px;
    text-align: center;
    font-weight: bold;
}

.vl {
    border-left: 2px solid rgb(230 234 237);
    height: 80%;
    width: 1px;

    margin-left: 60%;
    margin-top: 10px;
}

#next {
    margin-top: 12em;
}

#next h1 {
    font-size: 3em;
    font-family: sansB;
    margin-bottom: 0.3em;
    text-transform: uppercase;
}

#next h2 {
    font-size: 2.2em;
    font-family: sansB;
}

#next svg {
    width: 60px;
    height: 60px;
}

#next div {
    text-align: center;
}

#next p {
    font-size: 1.3em;
    margin: 0.5em 2em;
    line-height: 1.3em;
}

.box4 {
    margin-bottom: 2em;
}

.svg-container {

    fill: rgb(5, 107, 180)	;
    margin-top: 2em;
    margin-bottom: 1em;

}

#crisp-container {
    margin-top: 12em;
    background-color: #e3edf6;
    padding: 3em 0;
}

#crisp h1 {
    font-size: 3em;
    font-family: sansB;
    margin-bottom: 0.3em;
    text-transform: uppercase;
}

#crisp p {
    font-size: 1.3em;
}

#worklow-container {
    margin-top: 10em;
}


#app {
    border: solid 3px #ddd;
    border-radius: 1em;
    margin-top: 14em;
    margin-bottom: 10em;
    padding: 2em;
}

#app h1 {
    font-size: 2em;
    font-family: sansB;
    text-transform: uppercase;
    text-align: center;
    background-color: rgb(248, 249, 250);
    width: 9em;
    margin-right: auto;
    margin-left: auto;
    margin-top: -60px;
}

#app svg {
    margin: 2em 0 0.5em 0;
    border: solid 4px rgb(16, 164, 174);
    border-radius: 50%;
    width: 6em;
    height: 6em;
    padding: 0.7em;
    fill: rgb(16, 164, 174);
}

#app h2 {
    font-size: 2em;
    font-family: sansB;
    margin-top: 1em;
}

#app p {
    font-size: 1.4em;
    margin-top: 0.5em;
    line-height: 1.3em;
}

#app .col-lg-4 {
    padding: 0.5em 2.5em;
}

#footer-container {
    background-color: rgb(28, 175, 230);
    /* text-align: center; */
    padding: 2em 1em;
    margin-top: 7em;
    padding-right:0px !important;
    padding-left:0px !important;
    font-size: 0.8em;
}

#footer{
    color:white;    
}

#footer_contact img{
    width:15px;
    float: right;
}
#logo_footer{
    width:80%;
    margin-left: auto;
    margin-right: auto;
}

#footer a {
    color: white;
    text-decoration: none;
}

#footer a:hover {
    color: rgb(141, 206, 250);
  
}

#footer h5{
    border-bottom: solid 1px #5dc6ff ;
    font-size: 1.1em;
    margin-top: 0.5em;
    margin-bottom: 1.2em;
}

#message{
    /* height:3ex; */
}


.member{
    padding:2em 15px;
}

.b1{
    background-color: #ecf0f2;
}

.b1 h2{
    font-size: 1.2em;
    /* margin-left: 0.8em; */
    margin-top:1em;
    /* font-weight: 600; */
    font-family: sansB;
}
.b1 h3{
    font-size:1.0em;
    /* margin-left: 0.8em; */
    color:rgb(87, 87, 86);
}
.b1 img{
    position:relative;
    /* left:12px; */
    bottom: 12px;
    z-index: 2;
    width:9em;
    border: solid 1px #ddd;
}
.b2{
    background-color:#e1e4e6;
}

.b2 a{
    color:white;
    font-weight: bold;    
    text-align: right;
    text-decoration:none;
}
.new_blue{
    background-color: rgb(5, 107, 180)	;
    border-color: rgb(5, 107, 180)	;
}