#format-nav a {
  border-bottom: 2px solid transparent;
}
#format-nav a:hover {
  border-color: var(--kt-primary);
}

.block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  border-radius: 50%;
}
.block .box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  border-radius: 50%;
}
.block .box:before {
  position: absolute;
  content: "";
  width: calc(100% + 50px);
  height: calc(100% + 50px);
  border-radius: 50%;
  border: 20px solid #ffffff;
}
.block .box .number span {
  color: #e9e9e9;
}
.block .box .number .num,
.block .box .number .sub {
  font-size: 27px;
}
.block .dots {
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: 2s transform, 2s opacity ease;
}
.block .svg {
  position: absolute;
  width: 100%;
  height: 100%;
  fill: none;
  transform: rotate(-90deg);
}
.block .svg .circle {
  stroke: url(#gradientStyle);
  stroke-width: 20px;
  stroke-dasharray: 503;
  stroke-dashoffset: 503;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  transition: 2s stroke-dashoffset;
}

#wave {
  position: relative;
  margin-top: 35px;
  text-align: center;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}
#wave .dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 3px;
  animation: wave 1.3s linear infinite;
}
#wave .dot:nth-child(2) {
  animation-delay: -1.1s;
}
#wave .dot:nth-child(3) {
  animation-delay: -0.9s;
}

@keyframes wave {
  0%, 60%, 100% {
    transform: initial;
  }
  30% {
    transform: translateY(-15px);
  }
}
@media (max-width: 767px) {
  .titleclass .leaf-right {
    margin-top: -130px;
  }
}

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