/*******************************************************/
/******************** ## Content Media 3 ********************/
/*******************************************************/

.content-media-3 {
    max-width: 450px;
}

.content-media-area-3 .media-image {
    aspect-ratio: 4 / 3;
    height: 100%;
    object-fit: cover;
}

    .content-media-area-3 .media-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: brightness(0.85);
    }

.experience-years {
    width: 216px;
    height: 216px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 35px;
    border-radius: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--border-color);
}

    .experience-years .title {
        color: white;
        padding: 2px 15px;
        position: absolute;
        border-radius: 20px;
        background: var(--primary-color);
        -webkit-transform: rotate(25deg) translate(40px, -60px);
        -ms-transform: rotate(25deg) translate(40px, -60px);
        transform: rotate(25deg) translate(40px, -60px);
    }

        .experience-years .title.bg-secondary {
            background: var(--secondary-color);
        }

    .experience-years .text {
        font-weight: 500;
        color: var(--heading-color);
    }

    .experience-years .years {
        line-height: 1;
        font-size: 80px;
        font-weight: 600;
        color: var(--heading-color);
    }

/*******************************************************/
/******************* ## Counter Area *******************/
/*******************************************************/

.counter-item {
    margin-bottom: 30px;
}

    .counter-item .count-text {
        display: block;
        font-size: 55px;
    }

    .counter-item.style-two {
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        padding: 50px 70px;
        margin: 0 -1px -1px 0;
        background: var(--lighter-color);
        border: 1px solid var(--border-color);
    }

@media only screen and (max-width: 1199px) {
    .counter-item.style-two {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (min-width: 376px) and (max-width: 479px) {
    .counter-item.style-two {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.counter-item.style-two .icon {
    line-height: 1;
    font-size: 55px;
    margin-bottom: 15px;
    color: var(--secondary-color);
}

.counter-item.style-two .count-text {
    margin-bottom: 3px;
}

@media only screen and (max-width: 479px) {
    .counter-item.style-two .count-text {
        font-size: 45px;
    }
}

.counter-item.style-two .counter-title {
    display: block;
    font-size: 20px;
}

@media only screen and (max-width: 479px) {
    .counter-item.style-two .counter-title {
        font-size: 18px;
    }
}

.counter-item.style-two:hover {
    background: var(--light-color);
    border-color: var(--light-color);
    -webkit-box-shadow: 10px 0px 60px rgba(175, 175, 175, 0.25);
    box-shadow: 10px 0px 60px rgba(175, 175, 175, 0.25);
}

.count-text.plus:after {
    content: '+';
}

.count-text.k-plus:after {
    content: 'k+';
}

.count-text.m-plus:after {
    content: 'm+';
}
