.top_cntn {
	text-align: center;
	padding-bottom: 1rem;
	margin-bottom: 1.5rem;
}
.broadband_wrapinner .stat-bars__bar-fill {
	width: 0;
}

.broadband-provider .stat-bars--animate .stat-bars__bar-fill {
	width: 100%;
	transition: width 4s ease;
}
.broadband-provider .stat-bars--animate [data-bar-color='grey'] .stat-bars__bar-fill{
	border: 2px solid #9da1ab;
	background-color: #f2f4fa;
}
.top_cntn h2 {
	margin: 0;
}
.stat-bars--animate .stat-bars__bar[data-bar-color='grey'] .stat-bars__bar-fill {
	transition-delay: 3s;
}

.broadband-provider .slick-arrow {
	display: none !important;
}

.item_inner {
	padding-bottom: .5rem;
	margin-bottom: 1rem;
	text-align: center;
	width: 83.33333333%;
	margin-left: auto;
	margin-right: auto;
	padding-right: calc(var(--bs-gutter-x)* 0.5);
	padding-left: calc(var(--bs-gutter-x)* 0.5);
}

.item_inner h4 {
	font-size: 20px;
	line-height: 32px;
	margin: 0;
}

.stat_bars_outer {
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y)* -1);
	margin-right: calc(var(--bs-gutter-x)* -0.5);
	margin-left: calc(var(--bs-gutter-x)* -0.5);
	margin-bottom: .5rem;
}

.stat_bars_inner {
	width: 25%;
	padding-right: calc(var(--bs-gutter-x)* 0.5);
	padding-left: calc(var(--bs-gutter-x)* 0.5);
}

.stat-bars__bar_wrap {
	width: 75%;
	position: relative;
	padding-right: calc(var(--bs-gutter-x)* 0.5);
	padding-left: calc(var(--bs-gutter-x)* 0.5);
}

.stat_bars_inner sup {
	font-size: .5em;
	top: -1em;
}

.stat_bars_inner p {
	margin: 0;
}

.stat-bars__bar {
	border: 2px solid transparent;
	border-radius: 20px;
	padding-right: 1rem;
	padding-left: 1rem;
	position: relative;
	justify-content: flex-end;
	display: flex;
	align-items: center;
	background-color: #fff;
	overflow: hidden;
}

.stat-bars__bar-value p {
	color: #000;
	font-family: Poppins, sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 32px;
	margin: 0;
}

ul.slick-dots {
	padding-top: .5rem;
	margin-top: 1rem;
	margin-bottom: 0;
	display: flex;
	justify-content: center;
	column-gap: 14px;
}

ul.slick-dots li {
	margin: 0;
	padding: 0;
	line-height: 0;
}

ul.slick-dots li:before {
	display: none;
}

ul.slick-dots li button {
	height: 14px;
	width: 14px;
	margin: 0;
	background-color: #d6ddf1;
	opacity: 1;
	padding: 0;
	font-size: 0;
	border-radius: 50%;
}

.broadband_wrap {
	margin-bottom: 3rem;
	margin-right: calc(var(--bs-gutter-x)* -0.5);
	margin-left: calc(var(--bs-gutter-x)* -0.5);
}

.stat-bars__bar[data-bar-color='gradient'] {
	border-color: #000;
}

.stat-bars__bar[data-bar-color='grey'] {
	border-color: #9da1ab;
}

[data-bar-color='grey'] .stat-bars__bar-fill {
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	background-color: transparent;
	border: 2px solid transparent;
	transition-duration: 10s;
}

.stat-bars__bar-fill {
	width: 100%;
	border-radius: 20px;
	position: absolute 
}

[data-bar-color='gradient'] .stat-bars__bar-fill {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(90deg, #fad506 0%, #da0083 81.46%, #a91bb7 100%);
}
.stat-bars__bar-value {
	position: relative;
	z-index: 9;
}

.stat-bars__bar[data-bar-color='gradient'] .stat-bars__bar-value * {
	font-weight: bold;
}

span.stat-bars__bar-bubble {
	top: -25px;
	left: 40px;
	border-radius: 64px 64px 64px 0;
	font-size: 16px;
	line-height: 18px;
	background-color: #a91bb7;
	z-index: 9;
	padding: .5rem 1.5rem;!;
	font-weight: 700;
	color: #fff;
	position: absolute;
	display:block;
}

.stat-bars__bar-bubble strong {
	font-size: 18px;
}

.img-wrp {
	line-height: 32px;
	margin: 0 0 29px;
	display: flex;
	justify-content: center;
}
.stat-bars__bar[data-bar-color='grey'] .stat-bars__bar-fill {
	transition: width 4s ease;
	transition-duration: 10s;
}
@media(max-width:991px){
	.stat_bars_inner {
		width: 100%;
	}

	.stat-bars__bar_wrap {
		width: 100%;
	}
}