
/* 4. Counter Style One Start*/
.counter-style-one .counter-data {
    width: 100%;
    display: block;
    border: 1px solid #e8e8e8;
    padding: 30px;
    position: relative;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
} 
.counter-style-one .counter-data:hover:after {
    border-color: transparent transparent var(--theme-color) transparent;
}
.counter-data h6 {
    font-weight: 500;
    padding-top: 0px;
    padding-bottom: 10px;
    font-size: 23px;
}
.counter-style-one .counter-data:hover {
    transform: translateY(-20px);
    box-shadow: 0 30px 30px #eee;
} 
.counter-style-one .counter-data:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 14px 14px;
    border-color: transparent transparent #e8e8e8 transparent;
    position: absolute;
    right: 4px;
    bottom: 4px;
}
.counter-style-one .counter-data .count {
    font-size: 100px; 
    color: var(--theme-color);
    position: relative;
    line-height: 105px;
    display: flex;
}
span.counter {
    font-weight: 500;
    color: #000;
    font-family: var(--common-found);
}
.counter-style-one .counter-data .count i {
    font-size: 16px;
    font-weight: 900;
    color: #161616;
    -webkit-text-fill-color: #161616;
    -webkit-text-stroke-width: 0;
    text-transform: uppercase;
    line-height: 26px;
    font-style: normal;
    margin-top: 15px;
    margin-left: 8px;
}
.counter-style-one .counter-data h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: var(--theme-found);
    color: #161616;
} 
/* 4. Counter Style One End*/
.counter-style-one .counter-data {
    transition: 0.3s ease-in-out;
}


.counter-style-one .counter-data:hover:after {
    border-color: transparent transparent var(--theme-color) transparent;
}

.counter-style-one .counter-data:hover {
    transform: translateY(-20px);
    box-shadow: 0 30px 30px #39b54a80;
} 


.light-d .counter-style-one .counter-data:hover { 
    box-shadow: 0 30px 30px #39b54a80;
}


.counter-style-one .counter-data:hover {
    transform: translateY(-20px);
    box-shadow: 0 30px 30px #39b54a80;
} 