html {
    scroll-behavior: smooth;
}

body {
    margin: 0px;
    text-align: center;
    font-size: 40px;
    position: relative;
}

.home-div {
    width: 100%;
    height: 900px;
    position: relative;
    background-image: url('../img/back.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100% 80%;
}


.logo {
    width: 100%;
}

.logo-div {
    width: 15%;
}

.containero {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
}




.nav-div {
    text-decoration: none;
    font-family: 'Neuropolitical', sans-serif;
    width: 54%;
    margin-top: 28px;
    padding-left: 35px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    position: absolute;
}

.nav-div a {
    color: #fff;
    font-size: 0.3em;
    text-decoration: none;
}

.c {
    padding-left: 1%;
}

.cut {
    border-right: #fff 1px solid;
    padding: 0 3%;
}

.selected {
    color: #01e461 !important;
}

.nav-div a:hover {
    color: #01e461
}

.paragraph-div {
    position: absolute;
    text-align: left;
    height: 100px;
    margin-top: 286px;
    width: 45%;
    margin-left: 15%;
}

.sub-paragraph {
    font-family: 'Roboto', sans-serif;
    font-size: 0.7em;
    font-weight: 100;
    letter-spacing: 2.1px;
    line-height: 0.85;
    color: #fff;
}

.head-paragraph {
    font-family: 'Neuropolitical', sans-serif;
    font-size: 1.2em;
    line-height: 0.85;
    color: #fff;
}

.robot {
    width: 44%;
    height: 63%;
    margin-top: 23px;
    margin-left: 52%;
}

.line {
    border-bottom: #000000 6px solid;
    width: 26%;
    margin-left: 59%;
    margin-top: -312px;
}

.readmore {
    position: absolute;
    font-family: 'Neuropolitical', sans-serif;
    font-size: 0.5em;
    line-height: 0.8;
    margin-top: 537px;
    margin-left: 42.4%;
}

.readmore a {
    text-decoration: none;
    color: #fff;
}

.readmore a:hover {
    color: #01e461
}

.info {
    margin-top: 100px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.info div {
    margin-top: 100px;
    display: flex;
    justify-content: space-around;

}

.head {

    font-family: 'Neuropolitical', sans-serif;
    width: 630px;
    font-size: 1em;
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: normal;
    color: #121e10;
}

.subhead {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 0.5em;
    color: #121e10;

}

.text {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 0.5em;
    color: #121e10;
    margin-top: 40px;
}

.vr-div {
    text-align: center;
    width: 90%;
    margin: 80px 5% 80px 5%;
    background-image: url(../img/bitmap-min.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 500px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding-bottom: 5%;
}

.labs-for-home {
    padding: 0.5% 1%;
    border-radius: 13.3px;
    background: rgba(0, 0, 0, 0.28);
    /* position: absolute; */
    margin-top: 50px;
    /* margin-left: 39%; */
    margin-bottom: 0%;
}

.labs-home {
    font-size: 0.8em;
    font-family: 'Neuropolitical', sans-serif;
    opacity: 1;
    color: #fff;
}

.for {
    font-size: 0.8em;
    font-family: 'Savoye LET', sans-serif;
}

.notjust {
    /* position: absolute; */
    font-family: 'Neuropolitical', sans-serif;
    margin-left: -15%;
    /* margin-top: 130px; */
    color: #fff;
    font-size: 1.3em;
}

.bringlab {
    position: absolute;
    font-family: 'Neuropolitical', sans-serif;
    color: #fff;
    margin-top: 3%;
    font-size: 0.8em;
    margin-left: 18%;
}

.wedont {
    /* position: absolute; */
    font-family: 'Roboto', sans-serif;
    font-size: 0.5em;
    color: #fff;
    width: 68%;

    /* margin-top: 190px; */
    /* margin-left: 19%; */
}

.readmore-two {
    /* position: absolute; */
    font-family: 'Neuropolitical', sans-serif;
    font-size: 0.6em;
    /* line-height: 0.85; */
    /* margin-top: 290px; */
    /* margin-left: 46%; */
}

.readmore-two a:hover {
    color: #01e461
}

.readmore-two a {
    text-decoration: none;
    color: #fff;
}

.sector-div {
    text-align: center;
}

.sector-head {
    width: 612px;
    height: 84px;
    font-family: 'Neuropolitical', sans-serif;
    font-size: 1.5em;
    line-height: 0.7;
    color: #121e10;
}

.siminds-provides {
    font-weight: 600;
    width: 100%;
    padding-top: 40px;
    font-family: 'Roboto', sans-serif;
    font-size: 0.6em;
    color: #121e10;
}

.slider {
    margin-top: 90px;
    margin-left: 5%;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0;
    top: 50%;
    position: absolute;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -7%;
    top: 50%;
    position: absolute;
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    height: 100%;
    border: none;
}

.card-label {
    font-family: 'Roboto', sans-serif;
    font-size: 0.7em;
    font-weight: 900;
    line-height: 1.75;
    color: #121e10;
}

.card img {
    max-width: 200px;
}

.card-text {
    font-size: 0.5em;
    height: 40%;
    color: #121e10;
    font-family: 'Roboto', sans-serif;
}

.card-readmore {
    font-family: 'Neuropolitical', sans-serif;
    font-size: 0.4em;
    line-height: 0.85;
    color: #121e10;
    margin-top: 10px;
    justify-content: baseline;
}

.card-readmore a:hover {
    color: #01e461
}

.card-readmore a {
    text-decoration: none;
    color: #121e10;
}

.green-div {
    text-align: center;
    /* position: relative; */
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-image: url(../img/green.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 550px;
    margin-left: 5%;
    margin-right: 5%;
}

.good {
    width: 50%;
    /* height: 20%; */
    font-family: 'Neuropolitical', sans-serif;
    font-size: 1.2em;
    line-height: 0.83;
    text-align: left;
    color: #fff;
    margin-top: 0px;
    margin-left: 13%;
}

.oursolutions {
    width: 50%;
    /* height: 20%; */
    font-family: 'Roboto', sans-serif;
    font-size: 0.5em;
    line-height: 1.2;
    text-align: left;
    color: #fff;
    /* margin-top: -20%; */
    margin-left: 13%;
}

.forward-thinking {
    text-align: center;
}

.mt {
    margin-top: 60px;
}

.forward-thinking p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 0.6em;
    color: #121e10;
}

.news-div {
    border: solid 4px #1bab00 ;
    background-color: 
    #f1f1f1;
    border-radius: 40px;
     
     height: 200px;
     margin-top: 100px;
     overflow: hidden;
   }
   
   .news-container {
     display: flex;
     flex-direction: row;
     justify-content: space-between;
     /* padding: 14px; */
     height: 200px;
   
   
   }
   
   .news-text {
     width: 60%;
     padding: 0 31px;
     display: flex;
     flex-direction: column;
     justify-content: space-evenly;
     height: 60%;
     /* border-right: solid 1px #373737; */
     margin-top: 15px;
   }
   
   .news-date {
     width: 100%;
     text-align: right;
     font-family: 'Roboto', sans-serif;
     font-size: 0.4em;
     font-weight: bold;
     color: #121e10;
   }
   .news-read{
     width: 100%;
     text-align: right;
     font-family: 'Neuropolitical', sans-serif;
     font-size: 0.3em;
     font-weight: bold;
     color: #121e10;
   }
   .news-title {
     width: 100%;
     text-align: left;
     font-family: 'Roboto', sans-serif;
     font-size: 0.4em;
     font-weight: 900;
     color: #000;
   }
   
   .news-subtitle {
     width: 100%;
     text-align: left;
     font-family: 'Roboto', sans-serif;
     font-size: 0.3em;
     color: #184a21;
   }
   
   .news-imgdiv {
     height: 100%;
     width: 40%;
   
   }
   
   .news-imgdiv img{
     height: 100%;
     width: 100%;
     vertical-align: middle;
     border-radius: 4px;
   }
.carousel-control-next,
.carousel-control-prev

/*, .carousel-indicators */
    {
    filter: invert(100%);
}

.contact-div {
    margin-top: 100px;
    width: 100%;
    background-image: url(../img/contact.png);
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.carousel-control-prev {
    left: 0%;
    top: 150PX;
    opacity: 1;
}

.carousel-control-next {
    left: 50%;
    top: 150PX;
    opacity: 1;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    height: 0.5em;
    width: 0.5em;
    opacity: 1;
}

.contact-head {
    font-family: 'Neuropolitical', sans-serif;
    font-size: 0.9em;
    color: #fff;
    padding-top: 5%;
    padding-bottom: 2%;
}

.london {
    font-family: 'Roboto', sans-serif;
    font-size: 0.5em;
    color: #fff;
}

.address {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    font-family: 'Roboto', sans-serif;
    font-size: 0.4em;
    font-weight: 900;
    width: 80%;
    color: #fff;
}


.address a {
    text-decoration: none;
    color: #fff;
}

.address p {
    width: 30%;
}



#toggle {
    display: none;
}

/**
  Hamburger
**/
.hamburger {
    display: none;
    position: absolute;
    top: 90px;
    left: 7%;
    width: 2em;
    height: 45px;
    z-index: 5;
}

.hamburger div {
    position: relative;
    width: 2m;
    height: 4px;
    border-radius: 3px;
    background-color: #fff;
    margin-top: 8px;
    transition: all 0.3s ease-in-out;
}

/**
Nav Styles
**/
.navo1 {
    position: absolute;
    width: 100%;
    height: 90vh;
    top: -100%;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-image: linear-gradient(to bottom, rgb(0, 0, 0) 70%, rgba(0, 0, 0, 0.981), rgba(0, 0, 0, 0.203), rgba(0, 0, 0, 0.044));
    padding-top: 150px;
    transition: all 0.3s ease-in-out;
    transform: scale(0);
}

.navo2-wrapper {
    position: relative;
    overflow: hidden;
    overflow-y: auto;
    height: 70%;
    text-align: center;
}

.navo2 {
    text-align: left;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.navo2 a {
    font-family: 'Neuropolitical', sans-serif;
    position: relative;
    text-decoration: none;
    color: #fff;
    font-size: 0.85em;
    display: inline-block;
    transition: color 0.2s ease-in-out;
    border-bottom: #979797 1px solid;
    width: 50%;
    padding: 20px;
    box-sizing: unset;

}

*,
::after,
::before {
    box-sizing: unset;
}

.res-logo {
    display: none;
}

.navo2 a:hover {
    color: #01e461;
}

.navo2 a:hover:before {
    height: 100%;
}

/**
Animations
**/
#toggle:checked+.hamburger .top-bun {
    transform: rotate(-45deg);
    margin-top: 25px;
}

#toggle:checked+.hamburger .bottom-bun {
    opacity: 0;
    transform: rotate(45deg);
}

#toggle:checked+.hamburger .meat {
    transform: rotate(45deg);
    margin-top: -7px;
}

#toggle:checked+.hamburger+.navo1 {
    top: 0;
    transform: scale(1);
    z-index: 4;
}


.sticky {
    position: fixed;
    margin-top: 0;
    height: 42px;
    padding-top: 15px;
    /* padding: 0 176px; */
    padding-left: 174px;
    width: 55%;
    align-items: center;
    background-color: #000;
    margin-left: 0%;
    padding-right: 510px;
    overflow: hidden;
    z-index: 4;

}

.phone{
    display: none;
}