.preloader {
    /*position: fixed;
    top: 0;
    background: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 15;
    perspective: 700px;
    height: 100%;*/
    position: fixed;
    top: -60px;
    background: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 15;
    /* display: none !important; */
    perspective: 700px;
    height: calc(100% + 120px);
}

.circleContainer {
    opacity:0;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: 0.5s;
    -moz-transform-style: preserve-3d;
    -moz-transition: 0.5s;
    -ms-transform-style: preserve-3d;
    -ms-transition: 0.5s;
    -o-transform-style: preserve-3d;
    -o-transition: 0.5s;
    transform: rotateY(0);
    transition: all 1s;
    height: 175px;
    width: 175px;
}
.op1{
    opacity:1;
}
.circle {
    position: absolute;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 175px;
    width: 175px;
    border: 1px solid rgba(94, 87, 84, 0.2);
    margin: auto;
    text-align: center;
    border-radius: 100%;
    transition: all 1s;
    background: #fff;
}
.front {
    z-index: 10;
}
.circle2 {
    background: #5e5754;
    transform: rotateY(180deg);
}
.circle img {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 132px;
}
.circle img:last-child{
/*    display: none;*/
}
/*.invisibleCircle {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
   
}*/
@import url(http://fonts.googleapis.com/css?family=Lato:100,400);
@-webkit-keyframes load {
  0% {
    stroke-dashoffset: 0;
  }
}
@keyframes load {
  0% {
    stroke-dashoffset: 0;
  }
}
.progress {
  position: relative;
  display: inline-block;
  padding: 0;
  text-align: center;
}
.progress > li {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 190px;
    height: 190px;
    transition: all 1s;
}
.progress > li:before {
  content: attr(data-name);
  position: absolute;
  width: 100%;
  bottom: -2rem;
  font-weight: 400;
}
.progress > li:after {
  content: attr(data-percent);
  position: absolute;
  width: 100%;
  top: 3.7rem;
  left: 0;
  font-size: 2rem;
  text-align: center;
}
.progress svg {
  width: 190px;
  height: 190px;
}
.progress svg:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.progress svg:nth-child(2) path {
/*    display: none;*/
  fill: none;
  stroke-width: 25;
  stroke-dasharray: 629;
  stroke: #fff;
  opacity: .99;
  -webkit-animation-name: load;
          animation-name: load;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
/*    animation-play-state: paused;*/
}
