.init-page header {
  text-align: center;
  height: 100vh !important;
  color: #46A040;
  background: url(/Modules/Internal/Init/Img/0.png) no-repeat right center scroll; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

.init-page header .init-intro-text .init-intro-heading {
  width: 100vw;
  height: 100vh;
  display: table;
  text-align: center;
}

.init-page header .init-intro-text .init-intro-heading h1 {
  font-family: "Nexa Bold", Verdana, Tahoma;
  font-size: 46px;
  line-height: 46px;
  letter-spacing: 1px;
  margin: -25px 0 0 0;
  margin-bottom: 40px;
}

.init-page header .init-intro-text .init-intro-heading a {
  background-color: #46A040;
  border-radius: 100px;
  color: #FFF;
  font-family: 'Dosis', sans-serif;
  font-weight: 200;
  font-size: 24px;
  line-height: 24px;
  padding: 15px 60px 12px 60px;
  cursor: pointer;
}

.init-page header .init-intro-text .init-intro-heading .init-section1{
  height: 100vh !important;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
}

.init-section1 :hover{
  text-decoration: none;
}

.init-loading {
     position: relative;
     height: 30px;
     right: 20px;

    -webkit-animation: rotation 1s infinite linear;
}

@-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);}
    to   {-webkit-transform: rotate(359deg);}
}

.init-showTXT {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: fadeInUp-btn;
  animation-name: fadeInUp-btn;
}
@-webkit-keyframes fadeInUp-btn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp-btn {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


.init-showBTN {
  text-decoration: none;
  -webkit-animation-duration: 0s;
  animation-duration: 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: fadeInUp-btn;
  animation-name: fadeInUp-btn;
}
@-webkit-keyframes fadeInUp-btn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp-btn {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.init-showBTN {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: fadeInUp-btn;
  animation-name: fadeInUp-btn;
  -webkit-animation-delay: .8s;
  /* Chrome, Safari, Opera */
  animation-delay: .8s;
}
@-webkit-keyframes showThis {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes showThis {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes showThis {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}



