.text-color[data-color="bg6"]{color: #38b8e8 !important;}

.wrapper-logo{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%); 
}
.circle-logo{
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  animation: loading 1.5s cubic-bezier(.8, .5, .2, 1.4) infinite;
  transform-origin: bottom center;
  position: relative;
}
@keyframes loading{
  0%{
    transform: translateY(0px);

  }
  50%{
    transform: translateY(50px);

  }
  100%{
    transform: translateY(0px);

  }
}
.circle-logo-1{
  animation-delay: 0.1s;
}
.circle-logo-2{
  animation-delay: 0.2s;
}
.circle-logo-3{
  animation-delay: 0.3s; 
}
.circle-logo-4{
  animation-delay: 0.4s;
}
.circle-logo-5{
  animation-delay: 0.5s;
}
.circle-logo-6{
  animation-delay: 0.6s;
}
.circle-logo-7{
  animation-delay: 0.7s;
}
.circle-logo-8{
  animation-delay: 0.8s;
}


.text-color[data-color="bg1"]{color: #00c851 !important;}
.text-color[data-color="bg2"]{color: #ff6ec4 !important;}
.text-color[data-color="bg3"]{color: #d389dc !important;}
.text-color[data-color="bg4"]{color: #ff8177 !important;}
.text-color[data-color="bg5"]{color: #2096ff !important;}
.text-color[data-color="bg6"]{color: #444 !important;}
.text-color[data-color="bg7"]{color: #38b8e8 !important;}


 