.growfast-icon-block {
	display: flex;
	flex-wrap: wrap;
}
.progress_bar-sub{
background-color: #FEDE60;
    font-weight: 300;
   transition: all 0.3s ease; /* Smooth color or other transitions */
    text-align: right;
    font-size: 14px;
    /* margin-top: 0px; */
    display: flex;
    justify-content: end;
    align-items: center;
    padding-right: 10px;
  transition: width 1s ease; /* Smooth transition for width changes */
}
@media (max-width: 992px) {
	.growfast-icon-block {
		justify-content: center;
	}
}

.growfast-icon-block>div {
	margin-bottom: 20px;
	width: 100%;
	margin-right: 0;
}

.growfast-icon-block--col5>div {
	width: calc(100% / 5 - ((20px * 4) / 5));
	margin-right: 20px;
}

.growfast-icon-block--col4>div {
	width: calc(100% / 4 - ((20px * 3) / 4));
	margin-right: 20px;
}

.growfast-icon-block--col3>div {
	width: calc(100% / 3 - ((20px * 2) / 3));
	margin-right: 20px;
}

.growfast-icon-block--col2>div {
	width: calc(100% / 2 - ((20px * 1) / 2));
	margin-right: 20px;
}

@media (max-width: 992px) {

	.growfast-icon-block--col4>div,
	.growfast-icon-block--col3>div,
	.growfast-icon-block--col2>div {
		width: calc(100% / 2 - ((20px * 1) / 2));
		margin-right: 20px;
	}
}

@media (max-width: 600px) {
  .growfast-icon-block__item__wrapper{
  width:100% !important;
  }
  .growfast-icon-block{
   flex-direction:column !important;
  }
	.growfast-icon-block--col4>div,
	.growfast-icon-block--col3>div,
	.growfast-icon-block--col2>div {
		width: 100% !important;
	}
}

@media (min-width: 993px) {
	.growfast-icon-block--col5>div:nth-child(5n+5) {
		margin-right: 0 !important;
	}
}

@media (max-width: 992px) {
	.growfast-icon-block--col5>div:nth-child(2n+2) {
		margin-right: 0 !important;
	}
}

@media (max-width: 600px) {
	.growfast-icon-block--col5>div:nth-child(1n+1) {
		margin-right: 0 !important;
	}
}

@media (min-width: 993px) {
	.growfast-icon-block--col4>div:nth-child(4n+4) {
		margin-right: 0 !important;
	}
}

@media (max-width: 992px) {
	.growfast-icon-block--col4>div:nth-child(2n+2) {
		margin-right: 0 !important;
	}
}

@media (max-width: 600px) {
	.growfast-icon-block--col4>div:nth-child(1n+1) {
		margin-right: 0 !important;
	}
}

@media (min-width: 993px) {
	.growfast-icon-block--col3>div:nth-child(3n+3) {
		margin-right: 0 !important;
	}
}

@media (max-width: 992px) {
	.growfast-icon-block--col3>div:nth-child(2n+2) {
		margin-right: 0 !important;
	}
}

@media (max-width: 600px) {
	.growfast-icon-block--col3>div:nth-child(1n+1) {
		margin-right: 0 !important;
	}
}

@media (min-width: 993px) {
	.growfast-icon-block--col2>div:nth-child(2n+2) {
		margin-right: 0 !important;
	}
}

@media (max-width: 992px) {
	.growfast-icon-block--col2>div:nth-child(2n+2) {
		margin-right: 0 !important;
	}
}

@media (max-width: 600px) {
  .growfast-icon-block{
     
  }
	.growfast-icon-block--col2>div:nth-child(1n+1) {
		margin-right: 0 !important;
	}
}

.growfast-icon-block__item{
	position: relative;
}
.growfast-icon-block__item--icon{
	margin-bottom: 2rem;
}
.growfast-icon-block__item--icon{
	display: flex;
	justify-content: left;
}
.growfast-icon-block--alignment-center .growfast-icon-block__item--icon{
	justify-content: center;
}
.growfast-icon-block--alignment-right .growfast-icon-block__item--icon{
	justify-content: flex-end;
}
.growfast-icon-block__item--icon >*{
	display: flex;
	justify-content: center;
	align-items: center;
}
.growfast-icon-block__item--icon-circle >*{
	border-radius: 50%;
}
.growfast-icon-block__item--title{
	line-height: 1.4;
	display: flex;
	justify-content: flex-start;
	text-align: left;
}
.growfast-icon-block--alignment-center .growfast-icon-block__item--title{
	justify-content: center;
	text-align: center
}
.growfast-icon-block--alignment-right .growfast-icon-block__item--title{
	justify-content: flex-end;
	text-align: right;
}

.growfast-icon-block__item--description{
	display: flex;
	justify-content: flex-start;
	text-align: left;
}
.growfast-icon-block--alignment-center .growfast-icon-block__item--description{
	justify-content: center;
	text-align: center
}
.growfast-icon-block--alignment-right .growfast-icon-block__item--description{
	justify-content: flex-end;
	text-align: right;
}

.growfast-icon-block__item--button-wrapper{
	display: flex;
	justify-content: flex-start;
}

.growfast-icon-block--alignment-center .growfast-icon-block__item--button-wrapper{
	justify-content: center;
}
.growfast-icon-block--alignment-right .growfast-icon-block__item--button-wrapper{
	justify-content: flex-end;
}

.growfast-icon-block__item--icon span{
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.growfast-icon-block__item--icon svg path{
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.growfast-icon-block__item--link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: block;
}

.growfast-icon-block__item--button{
	display: inline-flex;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transform: translateY(0);
	align-self: flex-start;
	z-index: 2;
}
.growfast-icon-block__item--button svg{
	width: 12px;
	height: 12px;
}
.growfast-icon-block__item--button svg path{
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.growfast-icon-block__item--button .hs_cos_wrapper_type_icon{
	margin-left: 0.5rem;
	margin-right: -0.5rem;
}

.growfast-icon-block.growfast-element-animation .growfast-icon-block__item__wrapper {
	opacity: 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.growfast-icon-block.growfast-element-animation .growfast-icon-block__item__wrapper:nth-child(2) {
	-webkit-animation-delay: 0.125s;
	animation-delay: 0.125s;
}

.growfast-icon-block.growfast-element-animation .growfast-icon-block__item__wrapper:nth-child(3) {
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
}

.growfast-icon-block.growfast-element-animation .growfast-icon-block__item__wrapper:nth-child(4) {
	-webkit-animation-delay: 0.375s;
	animation-delay: 0.375s;
}

.growfast-icon-block.growfast-element-animation .growfast-icon-block__item__wrapper:nth-child(5) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.growfast-icon-block.growfast-element-animation .growfast-icon-block__item__wrapper:nth-child(6) {
	-webkit-animation-delay: 0.625s;
	animation-delay: 0.625s;
}

@media (min-width: 993px) {
	.growfast-icon-block.growfast-element-animation.animated .growfast-icon-block__item__wrapper {
		-webkit-animation-name: fadeInUp;
		animation-name: fadeInUp;
	}
}

@media (max-width: 992px) {
	.growfast-icon-block.growfast-element-animation .growfast-icon-block__item__wrapper {
		opacity: 1 !important;
	}
}

@media (min-width: 993px) {
	.growfast-icon-block--col2.growfast-icon-block__column-effect--true>div:nth-child(2) .growfast-icon-block__item {
		margin-top: -2rem
	}

	.growfast-icon-block--col2.growfast-icon-block__column-effect--true>div:nth-child(4) .growfast-icon-block__item {
		margin-top: -2rem
	}

	.growfast-icon-block--col2.growfast-icon-block__column-effect--true>div:nth-child(6) .growfast-icon-block__item {
		margin-top: -2rem
	}

	.growfast-icon-block--col2.growfast-icon-block__column-effect--true>div:nth-child(8) .growfast-icon-block__item {
		margin-top: -2rem
	}

	.growfast-icon-block--col2.growfast-icon-block__column-effect--true>div:nth-child(10) .growfast-icon-block__item {
		margin-top: -2rem
	}

	.growfast-icon-block--col3.growfast-icon-block__column-effect--true>div:nth-child(2) .growfast-icon-block__item {
		margin-top: -2rem
	}

	.growfast-icon-block--col3.growfast-icon-block__column-effect--true>div:nth-child(5) .growfast-icon-block__item {
		margin-top: -2rem
	}

	.growfast-icon-block--col3.growfast-icon-block__column-effect--true>div:nth-child(8) .growfast-icon-block__item {
		margin-top: -2rem
	}

	.growfast-icon-block--col3.growfast-icon-block__column-effect--true>div:nth-child(11) .growfast-icon-block__item {
		margin-top: -2rem
	}

	.growfast-icon-block--col3.growfast-icon-block__column-effect--true>div:nth-child(15) .growfast-icon-block__item {
		margin-top: -2rem
	}


	.growfast-icon-block--col4.growfast-icon-block__column-effect--true>div:nth-child(2) .growfast-icon-block__item {
		margin-top: -2rem
	}

	.growfast-icon-block--col4.growfast-icon-block__column-effect--true>div:nth-child(4) .growfast-icon-block__item {
		margin-top: -2rem
	}

	.growfast-icon-block--col4.growfast-icon-block__column-effect--true>div:nth-child(6) .growfast-icon-block__item {
		margin-top: -2rem
	}

	.growfast-icon-block--col4.growfast-icon-block__column-effect--true>div:nth-child(8) .growfast-icon-block__item {
		margin-top: -2rem
	}

	.growfast-icon-block--col4.growfast-icon-block__column-effect--true>div:nth-child(10) .growfast-icon-block__item {
		margin-top: -2rem
	}

	.growfast-icon-block--col4.growfast-icon-block__column-effect--true>div:nth-child(12) .growfast-icon-block__item {
		margin-top: -2rem
	}

	.growfast-icon-block--col4.growfast-icon-block__column-effect--true>div:nth-child(14) .growfast-icon-block__item {
		margin-top: -2rem
	}

	.growfast-icon-block--col4.growfast-icon-block__column-effect--true>div:nth-child(16) .growfast-icon-block__item {
		margin-top: -2rem
	}


	.growfast-icon-block--col5.growfast-icon-block__column-effect--true>div:nth-child(2) .growfast-icon-block__item {
		margin-top: -2rem
	}

	.growfast-icon-block--col5.growfast-icon-block__column-effect--true>div:nth-child(4) .growfast-icon-block__item {
		margin-top: -2rem
	}

	.growfast-icon-block--col5.growfast-icon-block__column-effect--true>div:nth-child(7) .growfast-icon-block__item {
		margin-top: -2rem
	}

	.growfast-icon-block--col5.growfast-icon-block__column-effect--true>div:nth-child(9) .growfast-icon-block__item {
		margin-top: -2rem
	}

	.growfast-icon-block--col5.growfast-icon-block__column-effect--true>div:nth-child(12) .growfast-icon-block__item {
		margin-top: -2rem
	}

	.growfast-icon-block--col5.growfast-icon-block__column-effect--true>div:nth-child(14) .growfast-icon-block__item {
		margin-top: -2rem
	}

	.growfast-icon-block--col5.growfast-icon-block__column-effect--true>div:nth-child(17) .growfast-icon-block__item {
		margin-top: -2rem
	}

	.growfast-icon-block--col5.growfast-icon-block__column-effect--true>div:nth-child(19) .growfast-icon-block__item {
		margin-top: -2rem
	}
}

.growfast-icon-block--text-with-icon .growfast-icon-block__item{
	display: flex;
	align-items: flex-start;
}

}
.growfast-icon-block__item--content{
	width: 100%;
}


.bounce-in-down {
    animation: bounceInDown 1s ease-out 1s; /* 1s duration and 1s delay */
    animation-fill-mode: both; /* Ensures the element stays in its final position */
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        transform: translateY(30px);
    }
    80% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}


        .bounce-in-down {
            animation: bounceInDown 1s ease-out 1s; /* 1s animation duration and 1s delay */
            animation-fill-mode: both; /* Ensures the element stays in the final position */
        }
