.preloader{position: fixed;top: 0;left: 0;z-index: 999999;width: 100%;height: 100%;background-color: #fff;}
.loading { height: 40px;position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%);color: rgba(5, 86, 153, 1)}
.loading > div {background-color: rgba(17, 125, 194,1); height: 100%; width: 6px; display: inline-block; -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;animation: sk-stretchdelay 1.2s infinite ease-in-out;}
@-webkit-keyframes sk-stretchdelay {0%, 40%, 100% { -webkit-transform: scaleY(0.4) } 20% { -webkit-transform: scaleY(1.0) }}
@keyframes sk-stretchdelay {
  0%, 40%, 100% { transform: scaleY(0.4); -webkit-transform: scaleY(0.4); }  20% {transform: scaleY(1.0); -webkit-transform: scaleY(1.0);}
}