/*
* Start Counter Up Style-01
-------------------------*/
.counter-up-icon {
    display: block;
    font-size: 28px;
    text-align: center;
}

.easy-counter-up p {
    font-size: 24px;
    margin-top: 10px;
}

.easy-counter-up p span {
    font-size: 40px;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    line-height: 40px;
}
.counter-icon {
    font-size: 38px;
    color: #121212;
    margin-bottom: 12px;
}

/*
* End Counter Up Style-01
-------------------------*/

/*
* Start Counter Up Style-02
-------------------------*/
.easy-counter.counter-style-2 {
    background: #ffffff;
    padding: 40px;
    border-radius: 10px;
    -webkit-box-shadow: 10px 10px 5px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: rgb(50 50 93 / 25%) 0px 30px 60px -12px, rgb(0 0 0 / 30%) 0px 18px 36px -18px;
}

/*
* End Counter Up Style-02
-------------------------*/

/*
* Start Counter Up Style-03
-------------------------*/
.easy-counter.counter-style-3{
    color: #fff;
    text-align: center;
    padding: 0 10px 20px;
    position: relative;
    z-index: 1;
}
.easy-counter.counter-style-3:before{
    content: '';
    border-radius: 10px;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 50px;
    bottom: 0;
    z-index: -1;
}
.easy-counter.counter-style-3 .counter {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 86px;
    width: 120px;
    height: 120px;
    margin: 0 auto 25px;
    border-radius: 50%;
    border: 15px solid #ffffff;
    box-shadow: 0 0 0 5px #fff inset, 5px 5px 0px rgb(0 0 0 / 20%);
    display: block;
}
.easy-counter.counter-style-3 .counter-icon {
    font-size: 42px;
    color: #fff;
    margin-bottom: 10px;
}
.counter2 h3{
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    margin: 0;
}
.easy-counter.counter-style-3:before{ background-color: #162f5b; }
.easy-counter.counter-style-3 .counter{
    background-color: #162f5b;
    border-color: #162f5b;
}
@media screen and (max-width:990px){
    .easy-counter.counter-style-3{ margin-bottom: 40px; }
}

/*
* End Counter Up Style-03
-------------------------*/