.hide {
  display: none !important;
}
.nowrap {
    white-space: nowrap;
}
.impact h6 span {
    font-size: 150%;
    font-weight: bold;
    color: var(--theme-color2);
}
.testimonial-block .image-box .image img {
    position: relative;
    z-index: 10;
}

.service-block-detail .service-block-two:hover .inner-box {
    background-image: none;
    background-color: #fff;
    color: #000;
}

.service-block-detail .service-block-two:hover .icon-box .icon {
    color: var(--theme-color2);
}
.service-block-detail .service-block-two:hover .title {
    color: #000;
}
.service-block-detail .service-block-two .title:hover {
    color: #000;
}