@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@-moz-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@-webkit-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@-ms-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
html {
  background-color: #001018;
  scroll-behavior: smooth;
  -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
     -moz-animation: fadein 2s; /* Firefox < 16 */
      -ms-animation: fadein 2s; /* Internet Explorer */
       -o-animation: fadein 2s; /* Opera < 12.1 */
          animation: fadein 2s;
  height:100%;

}
body {
  font-family: 'Rajdhani', Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #fcfcfc;
  font-weight: 500;
  background-color: #001018;/*#0a1921;*/
  background: url('../images/cyberspace-background.jpg') no-repeat top center; 
  background-size: 2048px 1200px;
}
a {
  text-decoration: none;
  color: #00d2ff;
}
a:hover {
  text-decoration: none;
  color: #88eaff;
}
section {
  width: 100%;
  min-height: 850px;
  height:auto;
  padding-bottom:60px;
  padding-top:120px;
  display:flex;
}
@media all and (max-height: 850px) {
  section {
    min-height: 100vh;
  }
}
section .container {
  padding-bottom: 60px;
  margin: auto auto;
  overflow: hidden;
}
section h1, section h2, section h3, section h4  {
  color: #e0e0e0;
  font-weight: 600;
  padding: 10px 0 20px 0;
}
section p  {
  font-weight: 300;
  padding: 10px 0 10px 0;
  text-align: justify;
  text-justify: inter-word;
}
section ul,section li {
  font-weight: 300;
  text-align: justify;
  text-justify: inter-word;
}
section h1 {
  font-size: 5.5rem;
}
section h2 {
  font-size: 4.4rem;
}
section h3 {
  font-size: 3.4rem;
}
section h4 {
  font-size: 4.4rem;
}
section h5 {
  font-size: 2.4rem;
}
section p  {
  font-size: 2.1rem;
}
section ul,section li {
  font-size: 1.9rem;
}
@media all and (max-width: 1199px) {
  section h1 {
    font-size: 5.8rem;
  }
}
@media all and (max-width: 739px) {
  section h1 {
    font-size: 5.0rem;
  }
}
@media all and (max-width: 530px) {
  section h1, section h2, section h3, section h4  {
    font-weight: 600;
  }
  section {
    padding-top:60px;

  }
  section .container {
    padding-bottom: 40px;
  }
  section h1{
    font-size: 4.2rem;
  }
  section h2{
    font-size: 3.8rem;
  }
  section h3{
    font-size: 3.0rem;
  }
  section h4{
    font-size: 3.8rem;
  }
  section p  {
    font-size: 2.0rem;
  }
  section ul,section li {
    font-size: 1.8rem;
  }
}

@media all and (max-width: 424px) {
  section h1{
    font-size: 3.4rem;
  }
  section h2{
    font-size: 2.9rem;
  }
  section h3{
    font-size: 2.7rem;
  }
  section h4{
    font-size: 2.9rem;
  }
  section p  {
    font-size: 1.8rem;
  }
  section ul,section li {
    font-size: 1.6rem;
  }
}


@media all and (max-width: 374px) {
  section h1{
    font-size: 3.0rem;
  }
  section h2{
    font-size: 2.9rem;
  }
  section h3{
    font-size: 2.7rem;
  }
  section h4{
    font-size: 2.9rem;
  }
  section p  {
    font-size: 1.8rem;
  }
  section ul,section li {
    font-size: 1.6rem;
  }
}

img {
   max-height: 100%;
   width: auto;
   color: #ffffff;
   font-size: 22px;
   font-weight: 700;
   line-height: 40px;
}

/*******************************************
  NAVBAR CUSTOM
********************************************/
.navbar {
  margin-bottom: 0px;
  min-height: 77px; /*#1f1f23; 029dbb*/
  background-color: rgba(246,246,246,0.95);
  border-radius: 0;
}
.navbar-fixed-top {
-webkit-transition: 0.5s -webkit-filter linear;
-moz-transition: 0.5s -moz-filter linear;
-moz-transition: 0.5s filter linear;
-ms-transition: 0.5s -ms-filter linear;
-o-transition: 0.5s -o-filter linear;
transition: 0.5s filter linear, 0.5s -webkit-filter linear;
}
.navbar-brand {
  height: 77px;
  line-height: 77px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.navbar-toggle {
  margin-top: 20px;
  padding: 9px 10px !important;
  border:0;
  padding:0;
  position: fixed;
  right:0;
}
.navbar-default .navbar-toggle .icon-bar {
  height: 5px;
  width: 25px;
}
.navbar-nav > li{
  padding:0;
}
.navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
    line-height: 27px;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus {
  color: #3b3b3b;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.3s ease 0s;
  border-radius: 2px;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #7b7876;
}
@media (max-width: 991px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}

@media (max-width: 767px) {
  .navbar {

  }
}
@media (max-width: 375px) {
 .navbar-brand { 
    width: 75%; 
    padding-top: 20px;
    padding-bottom: 15px;
 } 
}

/*******************************************
  FOOTER
********************************************/
footer {
  color: #cecece;
  background: #2a3d48;
  min-height: 80px;
  padding-top:20px;
  padding-bottom:20px;
}
@media all and (max-width: 800px) {
 footer {
  min-height: 10vh;
 }
}
.footer-nav > li{
  float:left;
}
.footer-nav > li > a,
.footer-nav > li > a:focus {
  padding: 4px 15px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  background: transparent;
  transition: all 0.3s ease 0s;
  border-radius: 2px;
}
.footer-nav > li > a:hover {
  color: #FFFFFF;
  text-decoration: underline;
  background: transparent;
}
.footer-copyright {
  color: #949CA1;
  font-size: 12px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .footer-nav > li > a {
     font-size: 10px;
  }
  .footer-copyright {
    font-size: 10px;
  }
}

/*******************************************
  ANIMATION & TILE & ICONS
********************************************/
.scene {
  width: 100%;
  height: auto;
  min-height: 850px;
  position: absolute;
  top: 0; left: 0;
  background-image: url('../images/dna-triplex.png');
  background-position: top center; 
  background-repeat: no-repeat;
}
.tile {
  padding: 50px;
  border-radius: 8px;
  margin: 0 auto 20px auto;
  overflow: hidden;
  height:100%;
}
.inv-tile {
  padding: 10px 30px 10px 30px;
  overflow: hidden;
  margin: 0 auto 20px auto;
  height:100%;
}
.inv-tile2 {
  padding: 0 20px 0 20px;
}

@media all and (max-width: 496px) {
  .tile{
      padding-left: 30px;
      padding-right: 30px;
  }
  .inv-tile {
      padding-left: 30px;
      padding-right: 30px;
  }
}
.icon {
  width: 100%;
  height:auto;
}

.icon-sm {
  display: none;
}
.right {
    float: right;
}
.left {
    float: left;
}

@media (max-width: 992px) {
  .icon {
      display: none;
  }
  .icon-sm {
    max-width: 200px;
    height:auto;
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 436px) {
  .right {
    float: none;
  }
  .left {
    float: none;
  }
}
/*******************************************
  SECTION1
********************************************/
/*linear-gradient(355deg, #014c88 0%, #451c7b 55%, #182560 100%);*/
#home {
  min-height:850px;
  height: auto;
}
#partners {
  min-height:20vh;
}
#partners div.container {
  margin-bottom:0px;
  padding-bottom:0px;
}
#contact {
  padding-top:60px;
  margin-top:-60px;
  min-height:20vh;
}
#privacy {
  padding-top: 120px;
}
#padded {
  padding-top: 120px;
}
@media all and (max-height: 850px) {
  #home {
    min-height:100vh;
    height:auto;
  }
}

@media all and (max-width: 396px) {
  #home {
    padding-top: 95px;
  }
  #home p{
    font-size: 1.9rem;
  }
}
/*******************************************
  CARDS
********************************************/

.card-wrapper {
  padding: 10px;
}
.card-wrapper a {
  color: #fcfcfc;
  text-decoration: none;
}

.card-primary {
  position: relative;
  z-index: 10;
  display: block;
  background: transparent;
  padding: 17.5%;
  border-radius: 8px;
  border: 2px solid #27bbbb;
}
.card-wide {
  padding-top: 5.5%;
  padding-bottom: 5.5%;
}
@media all and (max-width: 850px) {
 .card-wide {
   padding: 17.5%;
 }
}

.card-primary:before {
    border-radius: 8px;
    content: "";
    position: absolute;
    transition: opacity .35s ease-in-out;
   -moz-transition: opacity .35s ease-in-out;
   -webkit-transition: opacity .35s ease-in-out;
    top:0; left: 0; right: 0; bottom: 0; z-index:-1;
    background: transparent;
}
.card-primary:hover:before {
    opacity: 0;
}
.card-primary:after {
    border-radius: 8px;
    content: ""; opacity: 0;
    transition: opacity .35s ease-in-out;
   -moz-transition: opacity .35s ease-in-out;
   -webkit-transition: opacity .35s ease-in-out;
    position: absolute;
    top:0; left: 0; right: 0; bottom: 0; z-index:-1;
    background: -moz-linear-gradient(to right top, rgba(234,237,243,0.4), rgba(138,246,248,0.3));
    background: -webkit-linear-gradient(to right top, rgba(234,237,243,0.4), rgba(138,246,248,0.3));
    background: linear-gradient(to right top, rgba(234,237,243,0.4), rgba(138,246,248,0.3)); 
}
.card-primary:hover:after {
    opacity: 1;
}
.card {
  text-align:center;
  padding-bottom:10px;
}
@media all and (max-width: 396px) {
  .card {
    padding-bottom:40px;
  }
}
.card a{
  text-decoration: none;
}
.card h3{
  text-align:left;
  font-size: 2.6rem;
  text-justify: inter-character;
}
.card p {
  text-align: justify;
  text-justify: inter-word;
  height:100px;
  font-size: 1.8rem;
}

.card img {
  width:100%;
  height:auto;
}
@media all and (max-width: 396px) {
  .card p {
    font-size: 1.7rem;
  }
}
.branch {
  border-left: 2px solid #27bbbb;
}
.branch p{
  font-size: 1.8rem;
}
@media all and (max-width: 396px) {
  .branch p {
    font-size: 1.7rem;
  }
}
.big-button,.big-button:focus {
  height: 80px;
  width: 280px;
  float: center;
  background-color: #fffc00;
  color: #0f0f0f;
  font-size: 30px;
  font-weight: 600;
}

.big-button:hover {
  background-color: #0f0f0f;
  color: #fffc00;
}
/*******************************************
  SECTIONS 2-
********************************************/
#spacer {
  max-height: 120px;
  min-height: 120px;
}
.bold {
  font-weight: 700;
}
#link {
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
}

#products .container {

}