body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    color: #818181;
    width: 100% ;
    height: 100vh;
   /* background-image: url(../images/background.jpg);  */
    background: rgb(247, 247, 247);   
    scroll-snap-type: mandatory;
    scroll-snap-points-y: repeat(100vh);
    scroll-snap-type: y mandatory;
}


.sectionstart{
    scroll-snap-align: start;
}

#FAQDATA{
    overflow: auto;
}

.initialtextbox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30vw;
    height: 30vh;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}


.initialheader {
    width: 100vw;
    height: 100vh;
  
    background-image: url(../images/background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
  

}

.initialformat{
 
    color: rgb(232, 231, 240);
    font-size: 120px !important; 
    font-family: Montserrat, sans-serif;
}


.initialsubformat{
 
    color: #fff;
    font-size: 30px !important; 
    font-family: Montserrat, sans-serif;
}

h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
}
h3 {
    margin-bottom: 40px;
    color: #303030;
}  

h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
}  

.column {
    float: left;
  /*  width: 45vw;
    height: 36vh; */
    margin: 0px 0px 0px 50px;

  }

  .bisquare{
   
    color: rgb(3, 3, 24);
    font-size: 18px;
    text-align: center;
    margin:5%;
    font-family: 'Cabin', sans-serif;
  }



  .shadow {
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    3px 3px 5px 6px #ccc;  /* Firefox 3.5 - 3.6 */
    box-shadow:         3px 3px 5px 6px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  }



  .row{
      padding-bottom: 3px; 

      /*width: 98; */
  }

  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }

.vis-section {
    background: white;    
    color: #fff;
    font-size: 15px;
    font-family: Montserrat, sans-serif;
    border: 5px solid rgb(138, 138, 175);
    border-style: groove;
    border-radius: 12px;

}


.container-fluid {
    padding: 20px 50px;

}
.bg-grey {  
    background-color: #f6f6f6;
}
.logo-small {
    color: #030630;
    font-size: 50px;
}
.logo {
    color: #030630;
    font-size: 200px;
}
.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}
.thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}


.navbar {
    margin-bottom: 10px;
    background-color:#132038;
    z-index: 9999;
    border: 0;
    font-size: 16px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
    font-family: Montserrat, sans-serif;

}
.navbar li a, .navbar .navbar-brand {
    color: #fff !important;
 
}

#navmenu{
    white-space: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
}

#navmenu > li {
    display: inline-block !important;
}

#navmenu > li > a {
    display: inline-block  !important;
}

.navbar-title{
    font-size: 25px;
}

.navbar-padding{
    padding-top: 10px;
    padding-bottom: 0px;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #030630 !important;
    background-color: #fff !important;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
}

footer{
    background-color:#132038;
    color: #fff;
    padding: 10px;
    position: fixed;
    bottom: 0;
    left:0;
    width: 100%;
    font-size: 20px;
}

footer #logo{   
    color: #fff;
    margin-bottom: 0px;
    vertical-align: center;
}

.basechart{
    height: 42vh;
 }


 .fullchart{
    height: 84vh;
 }


#CFO{
    padding-top: 75px;
}


#ASL{
    padding-top: 75px;
}

#gs{
    text-align: left;
    padding-left:3%;
    padding-right:3%;
    vertical-align: -webkit-baseline-middle;
}

#coy{
    float: right;
}


.impact{
    animation-name: impact1;
    -webkit-animation-name: impact1;
    animation-delay: 3s;
    animation-duration: 3s;
    visibility: hidden;
    -webkit-animation-duration: 3s;
    animation-fill-mode: forwards;
}


@keyframes impact1 {
  0% {
    opacity: 0;
  } 

  50%{
    visibility: visible;
    opacity: .5;
  }

  100% {
    visibility: visible;
    opacity: 1;
  }
}
@-webkit-keyframes impact1{
  0% {
    opacity: 0;
  } 

  50%{
    opacity: .5;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}


.hslide {
    animation-name: hslide;
    -webkit-animation-name: hslide;
    visibility: visible;
}

.dur1{
     animation-duration: 2s;
    -webkit-animation-duration: 2s;
}

.dur2{
     animation-duration: 3s;
    -webkit-animation-duration: 3s;
}

.dur3{
     animation-duration: 4s;
    -webkit-animation-duration: 4s;
}

.dur4{
     animation-duration: 5s;
    -webkit-animation-duration: 5s;
}


@keyframes hslide {
  0% {
    opacity: 0;
    transform: translateX(70%);
  } 
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@-webkit-keyframes hslide {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70%);
  } 
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}

.slideanim {visibility:hidden;}
.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    visibility: visible;
}
@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(70%);
  } 
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
  } 
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}





@media (max-width: 1500px){}
.container {
    width: 80vw;
}
.navbar-title{
    font-size: 18px;
  }

  .navbar-items{
    font-size: 16px;
  }

@media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 15px 0;
    }
    
    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }
    .navbar-title{
        font-size:10px;
      }
  
      .navbar-nav{
        font-size:10px;
      }
  
  }

@media screen and (max-width: 480px) {
  .logo {
      font-size: 150px;
  }
  
  .navbar-title{
    font-size:10px;
  }

  .navbar-nav{
    font-size:10px;
  }



  .no-mobile{
    display: none;
  }



}







#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
  }
  
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  /* Add animation to "page content" */
  .animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
  }
  
  @-webkit-keyframes animatebottom {
    from { bottom:-100px; opacity:0 } 
    to { bottom:0px; opacity:1 }
  }
  
  @keyframes animatebottom { 
    from{ bottom:-100px; opacity:0 } 
    to{ bottom:0; opacity:1 }
  }
  
  #allDiv {
    display: none;
    text-align: center;
  }

