/*
* Name:        Vibes Html
* Written by:   Unifato - (http://unifato.com)
* Version:      1.0.0
*/
/* Page Pre Loader
========================*/
body:after {
  z-index: 1001;
  content: '';
  background: url("../img/logo-2.png") no-repeat;
  height: 86px;
  width: 300px;
  position: fixed;
  top: calc(50% - 0px);
  left: calc(50% - 150px);
  display: block;
  margin: 0 auto;
  animation: flipInY 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite alternate; }

body:before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: linear-gradient(to right, #221c25 0%, #221c25 50%, #251f28 50%, #251f28 100%); }

body.pace-completed .wrapper::before, body.pace-completed:before, body.pace-completed:after {
  display: none; }

  
  body.rtl .pace {
    direction: ltr; }
  .pace body.pace-completed {
    display: none; }

.pace-active {
  opacity: 1;
  visibility: visible; }

.pace-active * {
  box-sizing: border-box; }

 
.pace-progress-inner,
.pace-progress::after {
  display: block;
  height: 6px;
  width: 150px;
  border-radius: 20px;
  transition: all .2s ease; }

.pace-progress-inner {
  background: #08cc96;
  background: var(--tertiary);
  transform-origin: left;
  bottom: -6px;
  position: relative; }

/*# sourceMappingURL=pace.css.map */