.sri-splash {
  display: flex;
  flex: 1 1 100%;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, .50);
  height: 100vh;
  width: 100vw;
  position: absolute;
  flex-flow: column;
  z-index: 999999990;
  padding: 0px;
  margin: 0px;
}

.sri-splash-text {
  display: flex;
  justify-content: center;
  font-size: 16px;
  line-height: 120%;
  padding: 10px;
  color: #FFF;
}

.bubblingG {
  text-align: center;
  width: 68px;
  height: 42px;
  margin: auto;
}

.bubblingG span {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  margin: 21px auto;
  background: rgb(22, 51, 199);
  border-radius: 42px;
  -o-border-radius: 42px;
  -ms-border-radius: 42px;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  animation: bubblingG 1.5s infinite alternate;
  -o-animation: bubblingG 1.5s infinite alternate;
  -ms-animation: bubblingG 1.5s infinite alternate;
  -webkit-animation: bubblingG 1.5s infinite alternate;
  -moz-animation: bubblingG 1.5s infinite alternate;
}

#bubblingG_1 {
  animation-delay: 0s;
  -o-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
}

#bubblingG_2 {
  animation-delay: 0.45s;
  -o-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
}

#bubblingG_3 {
  animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
}



@keyframes bubblingG {
  0% {
    width: 8px;
    height: 8px;
    background-color: rgb(14, 29, 194);
    transform: translateY(0);
  }

  100% {
    width: 20px;
    height: 20px;
    background-color: rgb(255, 255, 255);
    transform: translateY(-18px);
  }
}

@-o-keyframes bubblingG {
  0% {
    width: 8px;
    height: 8px;
    background-color: rgb(14, 29, 194);
    -o-transform: translateY(0);
  }

  100% {
    width: 20px;
    height: 20px;
    background-color: rgb(255, 255, 255);
    -o-transform: translateY(-18px);
  }
}

@-ms-keyframes bubblingG {
  0% {
    width: 8px;
    height: 8px;
    background-color: rgb(14, 29, 194);
    -ms-transform: translateY(0);
  }

  100% {
    width: 20px;
    height: 20px;
    background-color: rgb(255, 255, 255);
    -ms-transform: translateY(-18px);
  }
}

@-webkit-keyframes bubblingG {
  0% {
    width: 8px;
    height: 8px;
    background-color: rgb(14, 29, 194);
    -webkit-transform: translateY(0);
  }

  100% {
    width: 20px;
    height: 20px;
    background-color: rgb(255, 255, 255);
    -webkit-transform: translateY(-18px);
  }
}

@-moz-keyframes bubblingG {
  0% {
    width: 8px;
    height: 8px;
    background-color: rgb(14, 29, 194);
    -moz-transform: translateY(0);
  }

  100% {
    width: 20px;
    height: 20px;
    background-color: rgb(255, 255, 255);
    -moz-transform: translateY(-18px);
  }
}
