.template-total.counter-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin-top: 50px;
}

.template-total .counter-item {
	background: transparent;
	color: #333;
	margin-bottom: 50px;
	width: 25%;
	padding: 1.5rem;
	text-align: center;
}

.template-total .counter-item small {
	display: inline-block;
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 30px 0;
}

.template-total .counter-item-circle {
	width: 100%;
	margin: 0;
	height: 0;
	padding-top: calc(100% - 0.75rem);
	border-radius: 50%;
	border: 8px solid #163172;
	position: relative;
}

/* // BASE COLORS
// $color-light: #ffffff; // Aeis light
// $color-primary: #163172; // Aeis primary
// $color-secondary: #3AADB3; // Aeis secondary
// $color-third: #D4BC44; // Aeis third
// $color-fourth: #0B5F67; // Aeis fourth
// $color-fifth: #782746; // Aeis fifth
*/

.template-total .counter-wrapper .counter-item:nth-child(1) .counter-item-circle {
	background-color: #163172;
	border-color: #163172;
}

.template-total .counter-wrapper .counter-item:nth-child(2) .counter-item-circle {
	/* background-color: #D4BC44;
	border-color:#D4BC44; */
	background-color: #0B5F67;
	border-color:#0B5F67;
}

.template-total .counter-wrapper .counter-item:nth-child(3) .counter-item-circle {
	background-color: #3AADB3;
	border-color: #3AADB3;
}

.template-total .counter-elements-values {
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	padding: 2rem;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #ffffff;
}

.template-total .counter-elements  {
	font-size: 52px;
	font-weight: 600;
	line-height: 52px;
	margin: 0 0;
	text-align: center;
	width: 100%;
	height: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
	color: #ffffff;
}

.template-total .counter-element-infos {
	height: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-moz-osx-font-smoothing: auto;
	-webkit-font-smoothing: auto;
}

@media screen and (max-width: 1439px) {

	.template-total .counter-item small {
		margin: 0 0 0px 0;
	}

}

@media screen and (max-width: 1279px) {

	.template-total .counter-elements {
		font-size: 32px;
	}

	.template-total .counter-item small {
		font-size: 18px;
		line-height: 1.2em;
		margin: 0 0 0px 0;
	}

}

@media screen and (max-width: 992px) {

	.template-total.counter-container {
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.template-total .counter-item {
		width: 50%;
		margin: 0 0 50px 0;
		padding: 35px;
		height: auto;
	}

	.template-total .counter-wrapper .counter-item {
		margin: 0 0 0 0;
	}

	.template-total .counter-elements {
		font-size: 58px;
	}

	.template-total .counter-item small {
		font-size: 24px;
		line-height: 1.2em;
	}

}

@media screen and (max-width: 767px) {

	.template-total .counter-elements {
		font-size: 54px;
	}

	.template-total .counter-item {
		width: 65%;
		padding: 35px;
		height: auto;
	}

	.template-total .counter-item small {
		font-size: 20px;
		line-height: 1.2em;
	}

}

@media screen and (max-width: 575px) {

	.template-total .counter-elements {
		font-size: 42px;
	}

	.template-total .counter-item small {
		font-size: 24px;
	}

	.template-total .counter-item {
		width: 100%;
		max-width: 370px;
		padding-bottom: 20px;
		padding-top: 20px;
	}

}
