

.viewport {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  
  .scroll-container {  
    position: absolute;  
    overflow: hidden;
    z-index: 10;
    width: 100%;       
    backface-visibility: hidden;
    transform-style: preserve-3d;
  }
  
/* #Navigation
================================================== */

.start-header {
    opacity: 1;
    transform: translateY(0);
    padding: 10px 0;
    /* box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15); */
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.start-header.scroll-on {
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    padding: 5px 0;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
    height: 28px;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.navigation-wrap{
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}

.banner{
    margin: 0 10%;
    position: relative;
    min-height: 80vh;
    vertical-align: middle;
    display: flex;
    align-items: center;
}

.banner-content{
    margin-left: 30px;
}
.banner-content p
{
    font-size: 22px;
    color: #fff;
    opacity: 0.5;
    margin-top: 10px;
    
    position: relative;
}
.new-dawn{
    position: relative;
    padding: 100px 0;
}
.new-dawn-img img{    
    margin-top: 40px;
}
.new-dawn-img{
    margin: auto;
    text-align: center;
}
.new-dawn-content > p{
    padding: 20px 40px 20px 35px;
    font-size: 24px;
}
.new-dawn-content > p div
{
    
}
.watch-teaser{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}
.watch-teaser a{
    width: 30%;
}

.watch-teaser a img{
    padding-right: 15px;
}
.watch-teaser p{
    padding: 0 75px 0 15px;
    width: 70%;
    
    font-weight: 100;
}
.off-center-heading span{
    display: block;
    text-align: right;
    font-size: 65px;
    margin-right: 100px;
}
.off-center-heading{
    margin-left: 50px;
}
.off-center{
    position: relative;
    padding: 150px 0;
    margin: 0 10%;
}
.off-center-heading p{
    margin-top: 25px;
    font-size: 24px;
}
.off-center-heading p div{
    
}
.off-center-content p{
    margin-bottom: -65px;
    font-size: 18px;
    
    font-weight: 100;
    padding-left: 30px;
}
.witness-anti{
    position: relative;
    padding: 100px 0;
    margin: 0 10%;
}
.witness-anti-img{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}
.witness-anti-img > img{
    width: 50%;   
    padding: 15px 30px 0 0;
}
.witness-heading
{
    width: 70%;
}
.witness-heading p{
    font-size: 24px;
    opacity: 0.5;
    margin-bottom: 10px;
}
.btn-pointer{
    font-size: 18px;
    line-height: 20px;
    vertical-align: middle;
    padding-top: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.btn-pointer img{
    margin-right: 15px;
    z-index: 1;
}
.btn-pointer:hover{
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    opacity: 0.5;
    transition: 0.5s all ease;
}
.witness-heading h2{
    margin-bottom: 20px;
}
.witness-anti-content{
    margin-left: -60px;
    margin-right: 60px;
}
.witness-anti-content p{
    font-size: 18px;
    
    font-weight: 100;
    padding-bottom: 20px;
}
.devils-workshop{
    position: relative;
    padding: 100px 0;
    margin: 0 10%;
}
.devils-workshop-heading{
    width: 50%;
    margin: auto;
}
.devils-workshop-heading p{
    font-size: 24px;
    opacity: 0.5;
    margin-bottom: 10px;
}
.devils-workshop-heading h3
{
    margin-bottom: 30px;
}
.devils-workshop-content p{
    font-size: 18px;
    
    font-weight: 100;
    padding-bottom: 40px;
    margin-top: -18px;
    margin-left: 35px;
}
.devils-workshop-img{
    margin: -91px 120px -90px auto;
    text-align: center;
}
.award-grid{
    position: relative;
    padding: 100px 0;
    margin: 0 10%;  
}
.award-grid-item h4
{
    
    line-height: 40px;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-top: 30px;
}
.award-grid-item p {
    font-size: 18px;
    margin-top: 10px;
    display: flex;
}
.award-grid-item p img{
    padding-right: 15px;
}
.know-be{
    position: relative;
    margin-top: 70px;
    border: solid 0.3px #313131;
    height: 30px;
    border-top: 0;
}
.know-be-inner{
    position: absolute;
    width: 100%;
    text-align: center;
    margin: auto;
    top: 8px;
}
.know-be-inner a{
    justify-content: center;
}
.be-span{
    background: #161616;
    padding: 0 15px;
}
.wtif{
    border: solid 0.3px #313131;
    padding: 100px 10% 100px 22%;
}
.join-section{
    position: relative;
    padding: 100px 0 80px;
}
.wtif-content p{
    margin-top: 20px;
    
}
.behind-screens{
    border: solid 0.3px #313131;
    padding: 100px 10% 100px 22%;
}
.behind-screens-content h3{
    font-size: 48px;
    line-height: 60px;
}
.behind-screens-content p
{
    margin-top: 20px;
    
    font-size: 18px;
}
.wtif a:hover, .behind-screens a:hover{
    text-decoration: none;
}
.join-waitlist{
    padding: 100px 10% 100px 17%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.b-gray{
    border: solid 0.3px #313131;
    border-left: 0;
}
.join-waitlist-content h3{
    font-size: 48px;
    line-height: 60px;
}
.join-waitlist-content p
{
    margin-top: 20px;
    
    font-size: 18px;
}
.invite-code{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.invite-code a{
    padding-bottom: 10px;  
}
.invite-code > img{
    margin-right: 10px;  
}
.site-map{
    position: relative;
    padding: 0 0 50px 0;
    margin: 0 10%;
}
.site-nav ul li{
    margin: 15px 0 20px;
}
.site-nav ul li a{
    
    font-size: 14px;
    text-transform: uppercase;
}
.site-nav-about ul li{
    margin: 15px 0 20px;
}
.site-nav-about ul li:first-child a{
    opacity: 1;
}
.site-nav-about ul li a{
    opacity: 0.5;
    font-size: 14px;
    text-transform: uppercase;
    
}
.site-nav-about ul li span
{
    margin-left: -10px;
}
.social-media p, .get-touch p{
    font-size: 14px;
    text-transform: uppercase;
    
    margin-top: 15px;
}
.social-media ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 20px 0;
}
.social-media ul li a{
    
    font-size: 24px;
    padding: 15px 35px 0 0;
    font-weight: 700;
}
.get-touch p{
    margin-bottom: 20px;
}
.get-touch a{
    
    font-weight: 600;
}
.social-media{
    margin-bottom: 55px;
}
.footer{
    position: relative;
    margin: 0 10%;
    padding: 100px 0 0 0;
    text-align: right;
}
footer{
    background: url(../images/footer-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.footer span{
    background: #fff;
    padding: 25px 50px;
    color: #000;
    
    font-size: 50px;
    font-weight: 600;
    height: 125px;
    line-height: 100px;
}
.about-banner{
    position: relative;
    padding: 100px 0 0;
    text-align: center;
    border-bottom: solid 0.3px #313131;
}
.about-div{
    position: relative;
    margin: 0 10%;
}
.about-stroke h1{
    -webkit-text-stroke: #fff;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    opacity: 0.3;
}
.about-stroke h1 div{
    -webkit-text-stroke: #fff;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    opacity: 0.3;
}
.about-stroke{
    margin: 0 10%;
    z-index: 2;
    position: absolute;
    top: -70px;
}
.goal-bg{
    width: 100%;
    height: 2px;
    position: absolute;
    background: #161616;
    top: 70px;
}
.slice-of h2{
    margin-top: 30px;
}
.slice-of p
{
    font-size: 30px;
    margin-top: 30px;
    padding: 0 10%;
}
.slice-of p div{
    
}
.slice-of{
    border: solid 0.3px #313131;
    border-bottom: 0;
    padding-bottom: 100px;
    z-index: 1;
    margin-top: 100px;
    padding-top: 100px;
}
.join-the-force{
    position: relative;
    padding: 100px 0;
    margin: 0 10%;
}
.join-force-heading{
    margin-bottom: 60px;
}
.join-force-item h4{
    
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
.join-force-item p{
    
    font-size: 18px;
    font-weight: 100;
    margin-bottom: 40px;
    min-height: 150px;
}
.join-force-item{
    padding-right: 60px;
}
.our-principles{
    position: relative;
    padding: 100px 0;
    margin: 0 10%;
}
.our-principles-content h3{
    margin-bottom: 30px;
}
.our-principles-content p{
    padding-bottom: 20px;
    font-size: 18px;
    
}
.principal-item-div 
{
    margin-top: 100px;
}
.principal-item h4{
    
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}
.principal-item p{
    padding-bottom: 20px;
    font-size: 18px;
    
    padding-right: 20px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
.nav-stacked > li + li {
    margin-top: 0px;
}
.nav-tabs > li > a {
    color: #AAAAAA;
    border: 0px;
    border-radius: 0px;
    margin: 0;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {

    color: #ffffff;
    z-index: 99;
    transition: all 0.5s ease 0s;
}
.nav-tabs > li.active > a {
    z-index: 100;
}
.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
   color: #FFFFFF;
   transition: all 0.5s ease 0s;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 1px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: all 0.5s ease 0s;
  
}
.btn-primary {
    background-color: #2962FF;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #0D47A1;
}
.technique-pyramid{
    position: relative;
    padding: 100px 0;
    margin: 0 10%;
}
.if-you-are h3{
    margin-left: 47px;
    font-size: 24px;
    margin-bottom: 20px;
}
.you-navtab{
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
    border-bottom: 0;
    margin-top: 30px;
}
.you-navtab li a img{
    margin-right: 20px;
    width: 22px;
}
.you-navtab li a {
    font-size: 20px;
}
.you-navtab li{
    margin-bottom: 10px;
}
.you-navtab li a:hover{
    text-decoration: none;
}
.innovator-item ol li p{
    
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 29px;
    text-transform: lowercase;
}
.tab-you{
    border: solid 0.3px #313131;
}
.innovator-list{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.show-mb{
    display: none;
}
.innovator-item ol li span{
    margin-bottom: 25px;
    
    font-size: 40px;
    margin-right: 20px;
    font-weight: 100;
}
.innovator-item1{
    border-left: solid 0.3px #313131;
    padding: 30px 40px;
    height: 100%;
}
.innovator-item1 p{
    
}
.innovator-item{
    padding: 30px 30px 10px 40px;
}
.tab-you:after{
    content: "";
    width: 80px;
    height: 1px;
    background: #313131;
    position: absolute;    
    left: -80px;
}
#innovator > .tab-you::after{
    top: 45px;
}
#corporate > .tab-you::after
{
    top: 85px;
}
#academia > .tab-you::after
{
    top: 125px;
}
#investors > .tab-you::after
{
    top: 165px;
}
#goverment > .tab-you::after
{
    top: 205px;
}
.you-navtab a[aria-selected="true"]
{
    color: #ffffff;
}
.event-feature p{
    font-size: 18px;
    
    padding-bottom: 20px;
}
.event-feature h3{
    font-size: 24px;
    line-height: 27px;
    margin: 60px 0px 30px;
}
.event-list-item ul li{
    font-size: 19px;
}
.event-list{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.event-list-item{
    margin-right: 110px;
}
.event-feature{
    padding: 20px 15%;
}
.if-you-article{
    margin-top: 100px;
}
.pyramid-heading h2{
    margin: -100px 30px 20px 100px;
}
.moon{
    width: 200px;
}

.pyramid-img{
    text-align: right;
    margin-top: -200px;
    margin-bottom: 100px;
}

.link-grow{
    width: 50px;
    height: 50px;
    background: none;
    border: 1px solid #ccc;
    margin-left: 52px;
    margin-top: 52px;
}

.scope {
    z-index: 5;
    position: absolute;
    top: calc(50% - 10rem);
    left: calc(50% - 10rem);
    width: 15rem;
    height: 15rem;
    background: url("../images/background.jpg") 50% 50% fixed;
    background-repeat: repeat-y;
    border-radius: 50%;
    transition: all 0.35s ease;
  }
  .cursor-parent{
      position: relative;  }

.about-site-map{
    border-top: solid 0.3px #313131;
    padding-top: 40px;
}
 .un{
     display: flex;
 }
 .unavailable{
     color: #fff;
     opacity: 0.5;
 }
 .know-input, .know-btn{
    background: #161616;
    border: 0;
 }
 .know-input{
    outline: 0;
    /* border-bottom: 0.3px solid #313131; */
    color: #fff;
 }
 .hide{
    display: none;
    transition: 0.5s all ease;
 }
 .main-subtitle{
 display: none;
    /* margin-top: -24px; */
    position: absolute;
    text-align: center;
    width: 100%;
    top: 8px;
 }

 .show{
     display: block;
     transition: 0.5s all ease;
 }
 .z-in{
     z-index: 2;
     background-image: none !important;
     width: 50px;
     height: 50px;
     background: none;
     border: 1px solid #ccc;
     margin-left: 52px;
     margin-top: 52px;
 }