.count-wrapper {
	text-align: left;
	border-right: 1px solid rgba(255,255,255,.25);
}
.count-wrapper.mt-animate_when_almost_visible-enabled {
    transform: translateY(40px);
    transition: 1.4s cubic-bezier(.165,.84,.44,1);
    opacity: 0;
}
.count-wrapper.mt-animate_when_almost_visible-enabled.mt_start_animation {
    transform: translateY(0);
    opacity: 1;
}
.count-wrapper.counting-style-3 {
	text-align: center;
	border-right: none;
}
.count-wrapper.counting-style-4 {
	text-align: left;
    border-right: 1px solid rgba(255,255,255,.25);
    color: #000;
    display: inline-flex;
    align-items: center;
}
.count-wrapper.counting-style-5 {
	text-align: left;
    color: #000;
    margin-top: 50px;
    border-right: none;
}
.vc_col-sm-4:last-of-type .count-wrapper {
	border-right: none;
}
.count-wrapper img {
	margin: 0 auto 18px;
	display: block;
}
.count-wrapper [class^="icon-"],
.count-wrapper [class*=" icon-"] {
	font-size: 30px;
	margin: 0 auto 18px;
	color: #000;
}
.count-wrapper.counting-style-2 [class^="icon-"],
.count-wrapper.counting-style-2 [class*=" icon-"] {
	margin: 0 auto 5px;
}
.count-wrapper.counting-style-6 [class^="icon-"],
.count-wrapper.counting-style-6 [class*=" icon-"] {
	margin: 7px 0 5px;
	font-size: 64px;
	float: left;
	padding: 0 1px;
}
.count-value {
	font-size: 100px;
	line-height: 70px;
	font-weight: 100;
	display: inline;
	display: inline-block;
}
.counting-style-2 .count-value {
	font-size: 74px;
	line-height: 50px;
}
.counting-style-3 .count-value {
	font-weight: 400;
}
.counting-style-4 .count-value {
	font-size: 70px;
    font-weight: 400;
    float: left;
}
.counting-style-5 .count-value {
	font-size: 100px;
    font-weight: 400;
    float: left;
}
.counting-style-5 .count-value:nth-of-type(2) {
	font-size: 50px;
	line-height: 2.1;
	position: relative;
    top: 4px;
}
.counting-style-6 .count-value {
	font-size: 50px;
	line-height: 50px;
	font-weight: 400;
}
.count-caption {
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.counting-style-3 .count-caption {
	font-size: 24px;
	margin-top: 1px;
}
.counting-style-4 .count-caption {
	font-size: 24px;
	float: left;
    max-width: 120px;
    margin-left: 20px;
    line-height: 29px;
    margin-top: 5px;
    margin-bottom: 0;
}
.counting-style-5 .count-caption {
	font-size: 34px;
	float: left;
    max-width: 120px;
    margin-left: 20px;
    line-height: 29px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.23;
}
@media (max-width: 1024px) and (min-width: 868px) {
	.counting-style-5 .count-caption {
		clear: both;
		margin: 0 0 1.15rem;
	}
}
.counting-style-6 .count-caption {
	font-size: 24px;
	float: none;
    max-width: none;
    margin-left: 0;
    line-height: 29px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.23;
    display: block;
}
.count-caption-wrapper {
	float: left;
	margin-right: 1.15rem;
}
.counting-style-6 .count-caption-wrapper {
	margin-right: 0;
	margin-left: 30px;
}
.counting-style-1 .animated-item:nth-child(1) {
    transition: .6s ease;
    transform: translate(0, 20px);
    opacity: 0;
    transition-delay: .2s;
}
.counting-style-1 .animated-item:nth-child(2) {
    transition: .6s ease;
    transform: translate(0, 10px);
    opacity: 0;
    transition-delay: .1s;
}
.counting-style-2 .animated-item:nth-child(1) {
    transition: .6s ease;
    transform: translate(0, 2px);
    opacity: 0;
    transition-delay: .1s;
}
.counting-style-2 .animated-item:nth-child(2) {
    transition: .6s ease;
    transform: translate(0, 4px);
    opacity: 0;
    transition-delay: .2s;
}
.counting-style-2 .count-value.animated-item {
    transition: .6s ease;
    transform: translate(0, 6px);
    opacity: 0;
    transition-delay: .3s;
}
.counting-style-4 .animated-item:nth-child(1) {
    transition: .6s ease;
    transform: translate(0, 20px);
    opacity: 0;
    transition-delay: .2s;
}
.counting-style-4 .animated-item:nth-child(2) {
    transition: .6s ease;
    transform: translate(0, 10px);
    opacity: 0;
    transition-delay: .1s;
}
.counting-style-1.mt_start_animation .animated-item:nth-child(1),
.counting-style-1.mt_start_animation .animated-item:nth-child(2),
.counting-style-2.mt_start_animation .animated-item:nth-child(1),
.counting-style-2.mt_start_animation .animated-item:nth-child(2),
.counting-style-2 .count-value.animated-item,
.counting-style-4.mt_start_animation .animated-item:nth-child(1),
.counting-style-4.mt_start_animation .animated-item:nth-child(2) {
    transform: translate(0, 0);
    opacity: 1;
}

@media (max-width: 768px) {
	.count-wrapper.counting-style-4 {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    flex-direction: column;
	}
	.counting-style-4 .count-caption {
	    margin-bottom: 0;
	    text-align: center;
	}
	.counting-style-6 .count-caption-wrapper {
	    margin-left: 0;
	}
	.counting-style-5 {
		margin-bottom: 0;
	}
	.count-wrapper {
	    border: none;
	    margin-bottom: 50px;
	    text-align: center;
	}
	.count-caption-wrapper {
		float: none;
		margin-bottom: 16px;
		margin-right: 0;
	}
	.vc_col-sm-4:last-of-type .count-wrapper {
	    margin-bottom: 0;
	}
}