
/*** Preloader style ** */
.psrc-preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #00143B;
  background-repeat: no-repeat;
  background-position: center center; }

.psrc-custom-loader {
  position: relative;
  width: 100%;
  height: 100%; 
}

.preload-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  max-width: 100%;
  max-height: 100%;
}

  