.counter-area {
    background: url("./images/slider3.jpg") no-repeat center center/cover !important;
}

.counter-area {
    position: relative;
    z-index: 1;
}

.counter-area::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #ffb200;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .counter-area {
        padding: 30px 0;
    }
}

.counter-area .single-counter {
    text-align: center;
    padding: 60px 0;
}

@media only screen and (max-width: 767px) {
    .counter-area .single-counter {
        padding: 30px 0;
    }
}

.nav-item .nav-link .active {
    color: #18361D;
    font-weight: bold !important;
}

.counter-area::before {
    background: #5dbefa;
    opacity: 0.85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=85);
}

.single-counter img {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.single-counter .counter {
    display: block;
    margin: 20px 0 15px;
    font-family: "Poppins", sans-serif;
    font-size: 55px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .single-counter .counter {
        font-size: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.9px) {
    .single-counter .counter {
        font-size: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .single-counter .counter {
        font-size: 40px;
    }
}

.single-counter h3 {
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
}