.position-fixed {
  position: fixed !important
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important
}

.mb-20 {
  margin-bottom: 20px;
}

.text-uppercase {
  text-transform: uppercase !important
}

.h3 {
  font-size: 24px;
}

.font-weight-light {
  font-weight: 300 !important
}

.mb-1, .my-1 {
  margin-bottom: .25rem !important
}

.font-weight-bold {
  font-weight: 700 !important
}

.preloader {
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 9999999;
  text-align: center;
  overflow: hidden;
  transition: 0.4s ease-out;
  background-image: url("../images/loading-bg.png");
}

.preloader .block {
  display: none;
}
