.uber-stats .stats-header {
  margin-bottom: 60px;
}
.uber-stats .stats-header .stats-title {
  margin: 0 0 50px;
  font-size: 21px;
  font-weight: 300;
  color: #333333;
  line-height: 1.75;
}
.uber-stats .stats-header .stats-description {
  margin-top: 0;
  font-weight: 300;
  line-height: 1.78571429;
}
.uber-stats .stats-list {
  margin-bottom: 0;
  list-style: none;
}
.uber-stats .stats-list:before,
.uber-stats .stats-list:after {
  content: " ";
  display: table;
}
.uber-stats .stats-list:after {
  clear: both;
}
.uber-stats .stats-list li {
  padding: 0 30px;
  border-top: 0;
}
.uber-stats.style-dark {
  color: #ffffff;
}
.uber-stats.style-dark .stats-title {
  color: #ffffff;
}
.uber-stats.style-dark .stats-subject {
  color: #ffffff;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
@media screen and (max-width: 991px) {
  .uber-stats .container {
    overflow: hidden;
  }
}
.ie8 .uber-stats .container {
  width: auto;
}
@-webkit-keyframes progressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes progressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.inview .uber-stats .stats-list span.stats-item-counter .progressbar span {
  -webkit-animation: progressBar 900ms ease 0.15s forwards;
  -moz-animation: progressBar 900ms ease 0.15s forwards;
  animation: progressBar 900ms ease 0.15s forwards;
}
.uber-stats.style-1 .stats-bg {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.uber-stats.style-1 .stats-list .stats-asset.last-child {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .uber-stats.style-1 .stats-list .stats-asset + .stats-asset {
    margin-top: 30px;
  }
}
.uber-stats.style-1 .stats-list .stats-asset-inner {
  border: 1px solid #444444;
  padding: 50px 25px;
}
.uber-stats.style-1 .stats-list span {
  display: block;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
}
.uber-stats.style-1 .stats-list span.stats-item-counter {
  font-size: 100px;
  font-weight: 700;
  color: #333333;
}
.uber-stats.style-1 .stats-list span.stats-subject {
  font-weight: 700;
  color: #999999;
}
.uber-stats.style-1.style-dark .stats-list .stats-asset {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.uber-stats.style-1.style-dark .stats-list .stats-asset:nth-child(2n) {
  border-left-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.uber-stats.style-1.style-dark .stats-list span.stats-item-counter {
  color: #ffffff;
}
.uber-stats.style-1.style-dark .stats-list span.stats-subject {
  color: #ffffff;
}
@media (max-width: 991px) {
  .uber-stats.style-1 .stats-sidebar {
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-top: 60px;
  }
  .uber-stats.style-1 .stats-sidebar > div {
    min-height: 0 !important;
  }
  .uber-stats.style-1 .stats-sidebar > div .testimonial-img img {
    width: 100%;
  }
}