.custom-pq-button{
    border-radius: 10px !important;
    background : var(--primary-color);
}
.pq-bg-map-3:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: none;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
}

.pq-service-box.pq-style-9 {
    padding: 45px 60px;
    transition: all 0.5s ease;
    border-radius: 10px;
    background: var(--grey-color);
    margin-bottom: 30px;
}

.pq-service-box.pq-style-9:hover .pq-service-title, .pq-service-box.pq-style-9:hover .pq-service-description, .pq-service-box.pq-style-9.active .pq-service-title, .pq-service-box.pq-style-9.active .pq-service-description {
    color: var(--white-color);
}
.pq-service-box.pq-style-9:hover, .pq-service-box.pq-style-1.active {
    background: var(--dark-color);
}
.pq-service-box.pq-style-9 .pq-service-description {
    margin-bottom: 0;
}
.bg-white1 {
    background: var(--white-color) !important;
}
.pq-button1 {
    color: var(--white-color) !important;
}
.bg-grey1 {
    background: var(--grey-color) !important;
}
.bg-primary1{
    background: var(--primary-color);
}
.pq-image-box.pq-style-1 .pq-image-box-media img {
    width: 100% !important;
    border-radius: 10px;
}
.pq-bg-grey1 {
    background: var(--grey-color) ;
}
