.flex-wrapper{display: flex;flex-flow: row nowrap; background-color:#eee;}
										
.single-chart {width: 33%;justify-content: space-around ;}
										
.circular-chart {display: block;margin: 10px auto; max-width: 80%; max-height: 250px;}

.circle-bg {fill: none;stroke: #fff;stroke-width: 1.4;}
										
.circle {fill: none;stroke-width: 1.4;stroke-linecap: round;}
.circle-animate{animation: progress 2s ease-out forwards;}
										
@keyframes progress {
	0% {
	stroke-dasharray: 0 100;
	}
}
										
.circular-chart.color1 .circle {stroke: #ff4b36;}

.circular-chart.color1 #circle1 {stroke: #000;}
										
.circular-chart.color2 .circle {stroke: #4256d6;}
										
.circular-chart.color3 .circle {stroke: #07114d;}
										
.percentage {fill: #0C223F;font-size: 7px;text-anchor: middle;font-weight:bold;}




/*youtube lightbox */
		.lightbox_on1 {
  background-color: rgba(0,0,0,0.7);
  overflow: scroll;
  position: fixed;
  display: none;
  z-index: 9999;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
  
.lightbox_on1-container_on1 {
    position: relative;
    max-width: 960px;
    margin: 7% auto;
    display: block;    
    padding: 0 3%;
    height: auto;
    z-index: 10;
    
    /* Increasing top margin for mobile*/
    @media screen and (max-width: 768px) { margin-top: 10%; }
    @media screen and (max-width: 414px) { margin-top: 13%; }
  }
    
.lightbox_on1-content_on1 {
    box-shadow: 0 1px 6px fade(black, 70%);
  }
  
.lightbox_on1-close_on1 {
    text-transform: uppercase;    
    background: transparent;
    position: absolute; 
    font-weight: 300;      
    font-size: 12px;
    display: block;
    border: none;
    color: white;
    top: -22px;
    right: 3%;
  }

.video_on1-container_on1 {  
    padding-bottom: 56.25%;
    position: relative;  
    padding-top: 30px; 
    overflow: hidden;
    height: 0; 
}

.video_on1-container_on1 iframe,
.video_on1-container_on1 object,
.video_on1-container_on1 embed {
    position: absolute;
    height: 100%;  
    width: 100%;  
    left: 0;  
    top: 0;
}