main {
	padding: 0;
	margin: 0;
	font-size: 16px;
	background: #c9000a;
	color: #fff;	
    position:fixed;
    width:100%;
    height:100%;
    z-index: 9999999;
}
.loding{
   width: 330px;
   height: auto;
   text-align: center;
   margin: 0 auto;
   margin-top: 20%;
}

.loding .ball-pulse{
    text-align: center;
    margin-top: 30px;
}

@-webkit-keyframes loding {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }

  80% {
    -webkit-transform: scaley(0.3);
            transform: scaley(0.3); }

  90% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }

@keyframes loding {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }

  80% {
    -webkit-transform: scaley(0.3);
            transform: scaley(0.3); }

  90% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }


.ball-pulse > div:nth-child(0) {
  -webkit-animation: scale 3.75s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
  animation: scale 3.75s 0s infinite cubic-bezier(.2, .68, .18, 1.08); }
.ball-pulse > div:nth-child(1) {
  -webkit-animation: scale 3.75s 0.12s infinite cubic-bezier(.2, .68, .18, 1.08);
  animation: scale 3.75s 0.12s infinite cubic-bezier(.2, .68, .18, 1.08); }
.ball-pulse > div:nth-child(2) {
  -webkit-animation: scale 3.75s 0.24s infinite cubic-bezier(.2, .68, .18, 1.08);
  animation: scale 3.75s 0.24s infinite cubic-bezier(.2, .68, .18, 1.08); }
.ball-pulse > div:nth-child(3) {
  -webkit-animation: scale 3.75s 0.36s infinite cubic-bezier(.2, .68, .18, 1.08);
  animation: scale 3.75s 0.36s infinite cubic-bezier(.2, .68, .18, 1.08); }
.ball-pulse > div:nth-child(4) {
  -webkit-animation: scale 3.75s 0.48s infinite cubic-bezier(.2, .68, .18, 1.08);
  animation: scale 3.75s 0.48s infinite cubic-bezier(.2, .68, .18, 1.08); }
.ball-pulse > div:nth-child(5) {
  -webkit-animation: scale 3.75s 0.60s infinite cubic-bezier(.2, .68, .18, 1.08);
  animation: scale 3.75s 0.60s infinite cubic-bezier(.2, .68, .18, 1.08); }
.ball-pulse > div:nth-child(6) {
  -webkit-animation: scale 3.75s 0.72s infinite cubic-bezier(.2, .68, .18, 1.08);
  animation: scale 3.75s 0.72s infinite cubic-bezier(.2, .68, .18, 1.08); }
.ball-pulse > div:nth-child(7) {
  -webkit-animation: scale 3.75s 0.84s infinite cubic-bezier(.2, .68, .18, 1.08);
  animation: scale 3.75s 0.84s infinite cubic-bezier(.2, .68, .18, 1.08); }
.ball-pulse > div:nth-child(8) {
  -webkit-animation: scale 3.75s 0.96s infinite cubic-bezier(.2, .68, .18, 1.08);
  animation: scale 3.75s 0.96s infinite cubic-bezier(.2, .68, .18, 1.08); }

.ball-pulse > div {
  background-color:transparent;
  width: 34px;
  height: 40px;
  border-radius: 100%;
  margin:0px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block; }