.counter-top-area {
position: relative;
padding: 0;
}
.counter-top-area .rs-counter-list .counter-icon {
display: inline-block;
}
.counter-top-area .rs-counter-list .counter-icon i {
font-size: 50px;
color: #dcdcdc;
line-height: 60px;
transition: all 0.3s ease 0s;
}
.counter-top-area .rs-counter-list .count-text .rs-counter {
font-size: 50px;
color: #010d14;
line-height: 60px;
display: inline-block;
transition: all 0.3s ease 0s;
}
.counter-top-area .rs-counter-list .count-text .title {
font-size: 18px;
color: #666;
line-height: 18px;
transition: all 0.3s ease 0s;
display: block;
}
.counter-top-area.style1 {
text-align: center;
}
.counter-top-area.style1 .count-number span {
padding: 10px 0px 10px 0px;
}
.counter-top-area.skew_enable .rs-counter-list {
position: relative;
z-index: 1;
}
.counter-top-area.skew_enable:after {
position: absolute;
content: "";
left: 0;
right: 0;
top: 0;
bottom: 0;
background: #4301FF;
transform: skewX(-4deg);
border-radius: 10px;
}
.counter-top-area.style2 .rs-counter-list {
display: flex;
align-items: center;
justify-content: space-evenly;
}
.counter-top-area.style2 .rs-counter-list .counter-icon {
display: inline-block;
align-self: end;
position: relative;
flex-shrink: 0;
}
.counter-top-area.style2 .rs-counter-list .counter-icon img {
z-index: 1;
position: relative;
}
.counter-top-area.style2 .rs-counter-list .counter-icon:after {
position: absolute;
content: "";
width: 126px;
height: 130px;
border-radius: 10px;
bottom: -25px;
left: 26px;
background: rgba(50, 63, 124, 0.0509803922);
}
.counter-top-area.style2 .rs-counter-list .count-text {
z-index: 1;
position: relative;
}
.counter-top-area.style2 .rs-counter-list .count-number {
display: flex;
align-items: center;
}
.counter-top-area.style2 .rs-counter-list .count-number span {
color: #e11631;
}
.counter-top-area.style3 .count-text {
display: flex;
align-items: flex-end;
}
.counter-top-area.style3 .count-text .title {
position: relative;
bottom: 8px;
}
.counter-top-area.style4 {
padding: 20px 0 20px 20px;
position: relative;
}
.counter-top-area.style4 .rs-counter-list {
position: relative;
z-index: 1;
}
.counter-top-area.style4:after {
position: absolute;
content: "";
left: 0;
top: 0;
bottom: 0;
width: 70px;
background: #2b59ff;
}
.home_2_counters .elementor-counter-number-prefix {
flex-grow: unset !important;
}
.counter-custom-css .counter-top-area .rs-counter-list {
display: flex;
flex-direction: column;
}
.counter-custom-css .counter-top-area .rs-counter-list .counter-icon {
order: 2;
}
.counter-custom-css .counter-top-area .rs-counter-list .count-text {
order: 1;
}
.counter {
text-align: center;
height: 210px;
width: 210px;
padding: 7px 4px 0;
margin: 0 auto;
position: relative;
z-index: 1;
}
.counter:before {
content: "";
background-color: #fff;
height: 157px;
width: 157px;
border-radius: 15px;
border: 5px solid #ffffff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
transform: translateX(-50%) translateY(-50%) rotate(45deg);
position: absolute;
left: 50%;
top: 50%;
z-index: -1;
}
.counter .counter-icon {
color: #ffffff;
background: #e11631;
line-height: 70px;
font-size: 35px;
height: 70px;
width: 70px;
margin: 0 auto 8px;
border-radius: 19px 0 50px;
transform: rotate(45deg);
}
.counter .counter-icon i, .counter .counter-icon img, .counter .counter-icon svg {
transform: rotate(-45deg);
}
.counter .count-number {
position: relative;
}
.counter .count-number span.rs-counter {
color: #00204a;
font-size: 25px;
font-weight: 700;
letter-spacing: 1px;
margin: 0 0 13px 0;
display: block;
}
.counter .count-number span.plusss {
position: absolute;
color: #00204a;
top: 6px;
right: 0;
left: 34%;
font-size: 20px;
}
.counter h3 {
color: #ffffff;
background: #e11631;
font-size: 20px;
font-weight: 600;
letter-spacing: 1px;
line-height: 28px;
text-transform: capitalize;
padding: 10px 5px;
margin: 0;
border-radius: 0 0 20px 20px;
position: relative;
}
.counter h3::before, .counter h3::after {
content: "";
background: #b31127;
width: 23px;
height: 15px;
position: absolute;
z-index: -2;
top: -15px;
clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.counter h3::before {
left: 0;
}
.counter h3::after {
transform: rotateY(180deg);
left: auto;
right: 0;
}
@media screen and (max-width: 990px) {
.counter {
margin-bottom: 40px;
}
}