/*-----------------------*/
.handle-img img {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 20px;
    height: 350px;
    object-fit: cover;
}
.handle-item ul, .handle-item li{
    color: var(--primary);
}

section#gym-design-consulting {
    position: relative;
    margin: 70px 0 0;
}
.gym-design-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}
.gym-design-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonial-container h4, .testimonial-item > span{
    color: var(--secondary);
}
.testimonial-item > p {
    color: var(--primary);
}
.testimonial-item > span {
    width: 100%;
    display: flex;
    justify-content: center;
    font-weight: 500;
}
.testimonial-container .owl-dots {
    display: flex;
}
.owl-dots button.active {
    width: 50px;
    display: flex !important;
}
.owl-dots button.active >span {
    width: 100% !important;
    background: var(--secondary) !important;
    transition: 0.7s ease !important;
}
.testimonial-container {
    position: relative;
}
.testimonial-container > img{
    position: absolute;
    width: 100%;
    max-width: 50px;
}
.testimonial-container > img:first-child {
    left: 0;
    top: 0;
}
.testimonial-container > img:nth-child(2) {
    right: 0;
    bottom: 0;
    transform: rotate(180deg) translateX(calc(-100% + -20px));
}
.choose-360-fit-item * {
    color: #fff;
}

.choose-360-fit-item {
    height: 100%;
    background: var(--secondary);
    padding: 20px;
    border-radius: 20px;
    color: #fff;
}
/*---------------------------*/

@media only screen and (max-width: 991.5px){

    /*------------*/
    .handle-img img {
        height: 250px;
    }
    .gym-design-img {
        position: relative;
        width: 100%;
        margin-bottom: 25px;
        border-radius: 20px;
        overflow: hidden;
    }
}
@media only screen and (max-width: 767.5px){

    /*------------*/
    .handle-img img {
        height: auto;
    }
}