@import '../../common';
.counter-top-area {
position: relative;
padding: 0;
.odometer {
text-align: left;
&.odometer-auto-theme {
font-family: inherit;
}
.odometer-value {
display: block !important;
}
.odometer-inside {
* {
text-align: inherit !important;
}
}
}
.rs-counter-list {
.counter-icon {
display: inline-block;
i {
font-size: 50px;
color: #dcdcdc;
line-height: 60px;
transition: all 0.3s ease 0s;
}
svg {
width: 50px;
height: 50px;
}
}
.count-text {
.count-number{
display: flex;
align-items: center;
.rs-counter {
font-size: 50px;
color:$bodyColor;
line-height: 60px;
display: inline-block;
transition: all 0.3s ease 0s;
direction: ltr;
}
.prefix{
font-size: 20px;
color: #000;
}
.sufix{
font-size: 100px;
color: #000;
}
border-bottom: 1px solid #f00;
}
.title {
font-size: 18px;
color: #000;
color: $titleColor;
line-height: 18px;
transition: all 0.3s ease 0s;
display: block;
}
}
}
&.style2{
display: none !important;
.rs-counter-list{
display: none;
}
}
}
@media screen and (max-width:990px){
.counter{ margin-bottom: 40px; }
}