.history-item .history-content .circle {

    margin: 26px 0 47px 0;

}


.about-wrap-2 .about-content-left .about-counter-wrap2 .counter-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.about-wrap-2 .about-content-left .about-counter-wrap2 .counter-img {
    /* max-width: 350px; */
    width: 100%;
    height: 600px;
}

.shop-item .shop-thumb {
    height: 440px;
}

.header .primary-header-inner .header-menu-wrap ul .menu-item-has-children ul .menu-item-has-children:after {
    right: 10px;
}

.testi-item .testi-author .author-img .author-placeholder {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: var(--tl-color-theme-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}


.team-item-list .team-item.active .left-content .title, .team-item-list .team-item:hover .left-content .title {
    color: var(--tl-color-theme-primary);
}


.service-item .service-top {
    padding-bottom: 43px;
}

@media only screen and (max-width: 767px) {
    .testi-carousel-wrap .testi-top-content {
        flex-direction: column-reverse;
    }


    .testi-item p {
        font-size: 18px;
        margin-bottom: 15px;
    }

    
    .sidebar-area {
        width: 89%;
        padding: 40px 9px 60px 40px;
    }
    .sidebar-area .side-menu-content {
        width: 100%;
    }

}