/*******************************************************
--- SVG Based Timeline  ---
*********************************************************************************/
.stat-markets .timeline-progress-ring {
	display: none;
}

.stat-markets .timeline-icon:before {
	display: none;
}

.stat-markets .timeline-icon[class*='icon-'] {
	width: 50px;
	height: 50px;
	background-size: cover;
	background-repeat: no-repeat;
}

.stat-markets .icon-industry-commercial-real-estate {
	background-image: url("/wp-content/themes/redaptive-energy/assets/icons-svg/icon-industry-commercial-real-estate.svg");
}

.stat-markets .icon-industry-campuses-universities {
	background-image: url("/wp-content/themes/redaptive-energy/assets/icons-svg/icon-industry-campuses-universities.svg");
}

.stat-markets .icon-manufacturing-industrial {
	background-image: url("/wp-content/themes/redaptive-energy/assets/icons-svg/icon-manufacturing-industrial.svg");
}

.stat-markets .icon-industry-enterprise {
	background-image: url("/wp-content/themes/redaptive-energy/assets/icons-svg/icon-industry-enterprise.svg");
}

/********************************************************************************
			 --- Timeline  ---
*********************************************************************************/
.stat-timeline__title {margin-bottom: 0.526rem;}
.stat-timeline__grid {flex-flow: wrap;}
.timeline-item {width: 25%;position:relative;}
.timeline-item:not(:first-of-type) {padding-left: 1rem;}
.timeline-item:not(:last-child)::after {content: '';position: absolute;top:48px;left: 1rem;width: 100%;height: 1px;background-color: #e0e0e0;}
.timeline-item__inner {width: 96px;height: 96px;border-radius: 50%;background-color: #fff;box-shadow: 0 8px 15px 0 rgba(41, 51, 63, 0.08);display: flex;align-items: center;justify-content: center;position: relative;z-index: 2;}
.timeline-item__circle {display: flex;align-items: center;justify-content: center;}
.timeline-item__circle svg {position: absolute;top: 50%;margin-top: -33px;left: 50%;margin-left: -33px;}
.timeline-number {color: #e28133;font-size: 1.684rem;font-weight: bold;font-family: 'Public Sans', sans-serif;}
.timeline-icon {font-size: 1.684rem; font-weight: 400 !important;}
.timeline-item__content {font-size: 0.894rem;margin-top: 1.157rem;}
.timeline-item__content p {padding-right: 1.5rem;}
.timeline-item__content h3 {font-weight: 600;color: #113560;font-size: 1.157rem;padding-right: 0.85rem;}

.timeline-item__content--number p {padding-right: 2.5rem;}
.timeline-progress-ring__circle {transition: 100ms stroke-dashoffset; transform: rotate(-90deg); transform-origin: 50% 50%; stroke: #64af48;}
/**.timeline-progress-ring {opacity: 0;}**/
@media (max-width:850px) {
  .timeline-item {width: 100%;text-align: center;margin-bottom: 2rem;}
  .timeline-item__inner {margin: 0 auto;}
  .timeline-item:not(:last-child)::after {display: none;}
  .timeline-item__content {padding-right: 0;}
}
.timeline-item--anim {animation-name: fader; animation-duration: 800ms; animation-timing-function: ease; }
.timeline-item--visible {opacity: 1;}
.timeline-progress-ring__circle.animating {stroke-dashoffset:0;}
@keyframes fader {
  from { opacity: 1.0; }
  to   { opacity: 0.0; }
}
