
.gradient-one {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(14%, #4057e3), color-stop(73%, #0091ff)) !important;
  background: linear-gradient(0deg, #4057e3 14%, #0091ff 73%) !important;
}

.gradient-two {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(19%, #05b9c8), color-stop(58%, #15d6b0), color-stop(81%, #25f398)) !important;
  background: linear-gradient(0deg, #05b9c8 19%, #15d6b0 58%, #25f398 81%) !important;
}

.gradient-three {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(9%, #b31da3), color-stop(50%, #d63f87), color-stop(88%, #f9606a)) !important;
  background: linear-gradient(0deg, #b31da3 9%, #d63f87 50%, #f9606a 88%) !important;
}

.gradient-four {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(39%, #7e2afc), color-stop(70%, #903df7), color-stop(88%, #a250f2)) !important;
  background: linear-gradient(0deg, #7e2afc 39%, #903df7 70%, #a250f2 88%) !important;
}

div[class*="col"]:nth-child(4n + 1) .counter-item {
  background: #05b9c8;
}

div[class*="col"]:nth-child(4n + 1) .counter-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/counter/shape2.png) no-repeat center;
  background-size: contain;
  width: calc(100% + 60px);
  height: calc(100% + 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: custom-rotate 15s linear infinite;
          animation: custom-rotate 15s linear infinite;
  left: -30px;
  top: -35px;
}

div[class*="col"]:nth-child(4n + 1) .counter-item .counter-inner {
  background: linear-gradient(45deg, #05b9c8 19%, #15d6b0 58%, #25f398 81%);
}

div[class*="col"]:nth-child(4n + 2) .counter-item {
  background: #b31da3;
}

div[class*="col"]:nth-child(4n + 2) .counter-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/counter/shape3.png) no-repeat center;
  background-size: contain;
  width: calc(100% + 60px);
  height: calc(100% + 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: custom-rotate-rev 12s linear infinite;
          animation: custom-rotate-rev 12s linear infinite;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  left: -30px;
  top: -35px;
}

div[class*="col"]:nth-child(4n + 2) .counter-item .counter-inner {
  background: linear-gradient(45deg, #b31da3 9%, #d63f87 50%, #f9606a 88%);
}

div[class*="col"]:nth-child(4n + 3) .counter-item {
  background: #3f58e3;
}

div[class*="col"]:nth-child(4n + 3) .counter-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/counter/shape1.png) no-repeat center;
  background-size: contain;
  width: calc(100% + 60px);
  height: calc(100% + 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: custom-rotate 12s linear infinite;
          animation: custom-rotate 12s linear infinite;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  left: -30px;
  top: -35px;
}

div[class*="col"]:nth-child(4n + 3) .counter-item .counter-inner {
  background: linear-gradient(45deg, #4057e3 14%, #0091ff 73%);
}

div[class*="col"]:nth-child(4n + 4) .counter-item {
  background: #7e2afc;
}

div[class*="col"]:nth-child(4n + 4) .counter-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/counter/shape4.png) no-repeat center;
  background-size: contain;
  width: calc(100% + 60px);
  height: calc(100% + 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: custom-rotate-rev 15s linear infinite;
          animation: custom-rotate-rev 15s linear infinite;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  left: -30px;
  top: -35px;
}

div[class*="col"]:nth-child(4n + 4) .counter-item .counter-inner {
  background: linear-gradient(45deg, #7e2afc 39%, #903df7 70%, #a250f2 88%);
}

.mx-100 {
  max-width: 100% !important;
}

.counter-section {
  margin-bottom: -20px;
}

.counter-wrapper {
  text-align: center;
  margin-bottom: 20px;
}

.counter-wrapper .info {
  margin-top: 15px;
  font-size: 24px;
  font-weight: 500;
  color: #1f1f1f;
}

.counter-wrapper .counter-sign {
  color: #fff;
}

.counter-item {
  text-align: center;
  width: 240px;
  height: 240px;
  margin: 0 auto 30px;
  background: #05b9c8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  position: relative;
}

@media (max-width: 1199px) {
  .counter-item {
    width: 170px;
    height: 170px;
  }
}

.counter-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/counter/shape.html) no-repeat center;
  background-size: contain;
  width: calc(100% + 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: -30px;
  top: -35px;
  -webkit-animation: custom-rotate 15s linear infinite;
          animation: custom-rotate 15s linear infinite;
}

@media (max-width: 1199px) {
  .counter-item::before {
    width: calc(100% + 30px);
  }
}

@-webkit-keyframes custom-rotate {
  0% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}

@keyframes custom-rotate {
  0% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}

@-webkit-keyframes custom-rotate-rev {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  50% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  100% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
}

@keyframes custom-rotate-rev {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  50% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  100% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
}

.counter-inner {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(19%, #05b9c8), color-stop(58%, #15d6b0), color-stop(81%, #25f398));
  background: linear-gradient(0deg, #05b9c8 19%, #15d6b0 58%, #25f398 81%);
  -webkit-box-shadow: 0px 0px 18px 5px rgba(31, 31, 31, 0.3);
          box-shadow: 0px 0px 18px 5px rgba(31, 31, 31, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1199px) {
  .counter-inner {
    width: 130px;
    height: 130px;
  }
}

.counter-inner .title {
  color: #fff;
  font-size: 46px;
}

@media (min-width: 1400px) {
  .counter-inner .title {
    font-size: 50px;
  }
}

@media (max-width: 1199px) {
  .counter-inner .title {
    font-size: 42px;
  }
}

@media (max-width: 991px) {
  .counter-inner .title {
    font-size: 40px;
  }
}

