* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html, body {
  width: 100%;
  height: 100%;
  font-family: sans-serif; }

.wrapper {
  width: 100%;
  height: 100%;
  background-color: #000000; }

.loading-holder {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-image: url("image/web-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 10px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999; }

.img-container {
  flex: 0 0 auto;
  width: 100%;
  max-width: 800px;
  margin-bottom: 30px; }

.inner-container-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain; }

.bottom-row {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%; }

.loader-row {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 110px;
  margin-bottom: 14px; }

.loader-percent {
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  text-align: center; }

.loader-row-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 420px;
  overflow: hidden; }

.loader-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("image/border.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 12; }

.loader-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 82%;
  height: 100%;
  background-image: url("image/Bar-BG.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 10; }

.move-row {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  overflow: hidden;
  padding: 0 10%; }

.move-row-inner {
  width: 100%;
  height: 100%;
  padding: 2% 0;
  overflow: hidden; }

.load-img-cont {
  width: 100%;
  height: 100%;
  background-image: url("image/Bar.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 120ms; }

@media (orientation: portrait) and (max-width: 980px) {
  .loading-holder {
    background-image: url("image/mobile-bg.jpg"); }

  .img-container {
    display: flex;
    align-items: flex-start;
    flex: 1;
    padding-top: 20%; }

  .inner-container-logo {
    flex: 0 0 auto;
    height: auto; }

  .bottom-row {
    flex: 0 0 auto;
    padding-bottom: 1%; }

  .loader-row-wrapper {
    max-width: 300px; }

  .loader-bg {
    width: 84%; }

  .loader-row {
    height: 75px; }

  .loader-percent {
    font-size: 16px;
    line-height: 20px;
    position: relative;
    top: -10px; }

  .move-row {
    padding: 0 10%; } }
@media (orientation: landscape) and (max-width: 1024px) {
  .img-container {
    max-width: 560px;
    margin-bottom: 20px; }

  .loader-percent {
    font-size: 26px;
    line-height: 28px; } }
@media (orientation: landscape) and (max-height: 767px) {
  .img-container {
    width: auto;
    height: 48vh;
    margin-bottom: 20px; } }

/*# sourceMappingURL=style.css.map */
