
/* home-page loading bar */

#nprogress{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #252525;
  z-index: 99999;
}
.spinner-icon{
  display: none;  !important;
}


.mybar {
    background: #fff;
    height: 7px;
  }

  .progress {
    height: 7px;
    overflow: hidden;
    background: #555;
  }
#loading-logo {
  display: block;
  width: 120px;
  height: 120px;
  font-size: 120px;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
  position: absolute; 

  background: -webkit-linear-gradient(#f36e50, #ffbe3d);
  background: -webkit-gradient(linear, left top, right bottom, from(#f36e50), to(#ffbe3d));

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}