.ova-counter-2 {
transition: all 0.3s ease;
text-align: center;
}
.ova-counter-2 .icon {
transition: all 0.3s ease;
margin-top: -49px;
width: 114px;
height: 114px;
background: #fff;
border: 5px solid #f3f4f7;
display: inline-flex;
align-items: center;
justify-content: center;
}
.ova-counter-2 .icon i {
font-size: 64px;
color: var(--primary);
}
.ova-counter-2 .icon svg {
width: 64px;
height: 64px;
fill: var(--primary);
}
.ova-counter-2 .odometer-wrapper {
margin-top: 20px;
line-height: 1.3;
}
.ova-counter-2 .odometer {
transition: all 0.3s ease;
font-size: 40px;
font-weight: 800;
color: var(--heading);
}
.ova-counter-2 .suffix {
transition: all 0.3s ease;
font-size: 40px;
font-weight: 800;
color: var(--heading);
}
.ova-counter-2 .divider {
display: inline-block;
margin: 20px 0;
width: 56px;
height: 2px;
background-color: var(--primary);
}
.ova-counter-2 .title {
transition: all 0.3s ease;
margin: 0;
font-size: 16px;
font-weight: 500;
line-height: 1.5;
color: var(--text);
white-space: pre-line;
}
.ova-counter-2 .odometer.odometer-auto-theme, .ova-counter-2 .odometer.odometer-theme-default {
vertical-align: baseline;
}
.ova-counter-2 .odometer.odometer-auto-theme .odometer-digit, .ova-counter-2 .odometer.odometer-theme-default .odometer-digit {
vertical-align: baseline;
}
.ova-counter-2 .odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .ova-counter-2 .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
vertical-align: baseline;
}
.ova-counter-2.template_2 {
text-align: left;
background: var(--heading);
}
.ova-counter-2.template_2 .icon {
margin-top: 0;
background-color: #082060;
border: none;
}
.ova-counter-2.template_2 .odometer, .ova-counter-2.template_2 .suffix {
color: #fff;
}
.ova-counter-2.template_2 .title {
color: #7580a0;
}
.ova-counter-2.template_3 {
display: flex;
align-items: center;
gap: 30px;
text-align: left;
background: var(--heading);
}
.ova-counter-2.template_3 .icon {
margin-top: 0;
background-color: #082060;
border: none;
}
.ova-counter-2.template_3 .odometer-wrapper {
margin-top: 0;
}
.ova-counter-2.template_3 .odometer, .ova-counter-2.template_3 .suffix {
color: #fff;
}
.ova-counter-2.template_3 .title {
color: #B0B8CF;
}
.ova-counter-2.template_4 {
padding: 0 20px 30px 20px;
background-color: #fbe8e8;
box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0);
}
.ova-counter-2.template_4:hover {
transition: all 0.3s ease;
box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
background-color: #fff;
}
.ova-counter-2.template_4 .icon {
background: var(--primary);
border: 7px solid #fff;
border-radius: 50%;
box-shadow: 0px 10px 60px 0px rgba(215, 34, 33, 0.1);
}
.ova-counter-2.template_4 .icon i {
font-size: 50px;
color: #fff;
}
.ova-counter-2.template_4 .icon svg {
width: 50px;
height: 50px;
fill: #fff;
}
.ova-counter-2.template_4 .odometer {
font-size: 65px;
}
.ova-counter-2.template_4 .suffix {
font-size: 65px;
}