/*===== Service Style - 4 =====*/

.pqcew-service-box.pqcew-style-4 {
    position: relative;
}

.pqcew-service-box.pqcew-style-4 .pqcew-service-img img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.pqcew-service-box.pqcew-style-4 .pqcew-service-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: all 0.5s ease-in-out;
    background-color: rgba(8, 8, 8, 0.75);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 230px;
    height: 230px;
    opacity: 0;
    padding: 60px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pqcew-service-box.pqcew-style-4:hover .pqcew-service-info {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.pqcew-service-box.pqcew-style-4 .pqcew-service-info .pqcew-service-icon {
    font-size: 40px;
    color: #ffffff;
    background: #E02223;
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.pqcew-service-box.pqcew-style-4 .pqcew-service-info .pqcew-service-title {
    color: #ffffff;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
}
