#loader-wrap {
  background-color: #cc092f;
  width: 100%;
  height: 100%;
  z-index: 2000;
  position: fixed;
  top: 0;
}

#loader-logo {
  max-width: 229px;
  margin-top: 7px;
}

#nprogress-wrap {
  position: fixed;
  top: 55%;
  width: 100%;
  height: 3px;
  z-index: 3000;
}

#nprogress .bar {
  z-index: 2000;
  background-color: white;
}

.mt-55-p {
  top: 55% !important;
}

#main-load {
  position: fixed;
  margin-top: 54vh;
}

.full {
  position: absolute;
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
}

.main-loader-wrap {
  position: absolute;
  height: 2px;
  left: 0;
  top: 0%;
  background: transparent;
  width: 100%;
  z-index: 2001;
}
