.k-counter {
	background-color: #1C2433;
	padding-top: 82px;
	padding-bottom: 45px;
	color: #333;
}

.k-counter .animated-counter {
    padding-bottom: 30px;
}
.k-counter .animated-counter .animated-number {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    position: relative;
    margin: 0;
    padding: 0;
    color: #ccb47a;
}
/*.k-counter .animated-counter .animated-number:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 37px;
    height: 2px;
    margin: -30px auto;
    content: '';
    background: #3f4c5f;
}*/
.k-counter .animated-counter h4 {
    font-size: 16px;
    line-height: 22px;
    margin: 45px 0 0;
    padding: 0;
    color: #9b9fa4;
}