.counter-style-1 .counter-box{
  text-align: center;
}
.counter-style-1 .counter-box .icon {
    margin-bottom: 30px;
}

.counter-style-1 .counter-box .icon i {
    font-size: 70px;
    color: #9ecf36;
}
.counter-style-1 .counter-box h4 {
    font-size: 60px;
    word-spacing: 0;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}
.counter-style-1 .counter-box h4 .plus-icon {
    font-size: 16px;
}
.counter-box .title {
    color: #999999;
}
.counter-dark-layout .counter-box h4{
  color:#fff;
}
.counter-text-left .counter-box {
    text-align: left;
}
.counter-text-right .counter-box {
    text-align: right;
}
.counter-text-center .counter-box {
    text-align: center;
}
/* counter style 2 */
.counter-style-2 .counter-box.counter-box-two {
    background-color: #fff;
    padding: 30px 40px 30px 120px;
    position: relative;
    margin-bottom: 30px;
    tex
}
.counter-style-2 .counter-box.counter-box-two .icon {
    position: absolute;
    top: 40px;
    left: 40px;
    font-size: 60px;
    color: #9ecf36;
    margin: 0;
    line-height: 1;
}
.counter-style-2 .counter-box.counter-box-two h4 {
    font-size: 60px;
    word-spacing: 0;
    font-weight: 400;
    letter-spacing: -1px;
    font-family: "Roboto", serif;
}
.counter-style-2 .counter-box.counter-box-two .icon img {
    width: 60px;
}
.counter-style-2.counter-dark-layout .counter-box {
    background-color: #111;
}
.counter-style-2.counter-dark-layout .counter-box h4{
  color:#fff;
}

@media (max-width: 575px) {
.counter-style-2 .counter-box.counter-box-two h4,
.counter-style-1 .counter-box h4 {
    font-size: 38px;
}
}
/* style 3*/

.counter-style-3 .counter-box.counter-box-three {
    position: relative;
    text-align: center;
    padding: 30px;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    background-size: cover;
    justify-content: center;
    z-index: -1;
    flex-direction: column;
}
.counter-style-3 .primary-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #9ecf36b3;
    z-index: -1;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    border-radius: 50%;
}
.counter-style-3 .counter-box.counter-box-three h4 {
    position: relative;
    font-size: 85px;
    line-height: 1;
    margin: 0 0 0;
}
.counter-style-3 .counter-box.counter-box-three .title{
  font-size: 16px;
  margin: 0;
  color: #fff;
}
.counter-style-3 .counter-box.counter-box-three h4 span.counter {
    font-size: 85px;
}
.counter-style-3 .counter-box.counter-box-three h4 {
    font-size: 18px;
}
