.section-inner {
  background-size: cover;
  background-position: center center;
}
.uber-stats .stats-header {
  margin-bottom: 50px;
}
.uber-stats .stats-header .stats-title {
  margin: 0 0 60px;
  font-size: 22px;
  font-weight: 300;
  color: #333333;
  line-height: 1.75;
}
.uber-stats .stats-header .stats-description {
  margin-top: 0;
  font-weight: 300;
  line-height: 1.875;
}
.uber-stats .stats-list {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.uber-stats .stats-list:before,
.uber-stats .stats-list:after {
  display: table;
  content: " ";
}
.uber-stats .stats-list:after {
  clear: both;
}
.uber-stats .stats-list li {
  padding: 0 25px;
  border-top: 0;
}
.uber-stats.style-1 .stats-list .stats-asset {
  margin-bottom: 30px;
}
.uber-stats.style-1 .stats-list .stats-asset:before,
.uber-stats.style-1 .stats-list .stats-asset:after {
  display: table;
  content: " ";
}
.uber-stats.style-1 .stats-list .stats-asset:after {
  clear: both;
}
.uber-stats.style-1 .stats-list span {
  display: block;
  text-align: center;
}
.uber-stats.style-1 .stats-list span.stats-item-counter {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.uber-stats.style-1 .stats-list span.stats-item-counter .progressbar {
  background: #d24a24;
  color: #ffffff;
}
.uber-stats.style-1 .stats-list span.stats-item-counter .progressbar span {
  background-color: #d24a24;
  font-size: 14px;
}
.uber-stats.style-1 .stats-list span.stats-item-subject {
  text-align: left;
  padding-left: 0;
}
.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;
}