.pbc_service_1.meta_hover_active,
.meta_hover_target_pbc_sub_services_group_1.meta_hover_active
{
    background-color: var(--ast-global-color-0) !important;
}
.pbc_service_2.meta_hover_active,
.meta_hover_target_pbc_sub_services_group_2.meta_hover_active
{
    background-color: var(--ast-global-color-3) !important;
}
.pbc_service_3.meta_hover_active,
.meta_hover_target_pbc_sub_services_group_3.meta_hover_active
{
    background-color: var(--ast-global-color-2) !important;
}


.pbc_service_1.meta_hover_active .uagb-ifb-title,
.meta_hover_target_pbc_sub_services_group_1.meta_hover_active .uagb-ifb-title,
.pbc_service_2.meta_hover_active .uagb-ifb-title,
.meta_hover_target_pbc_sub_services_group_2.meta_hover_active .uagb-ifb-title,
.pbc_service_3.meta_hover_active .uagb-ifb-title,
.meta_hover_target_pbc_sub_services_group_3.meta_hover_active .uagb-ifb-title,
.pbc_service_1.meta_hover_active .uagb-ifb-desc,
.meta_hover_target_pbc_sub_services_group_1.meta_hover_active .uagb-ifb-desc,
.pbc_service_2.meta_hover_active .uagb-ifb-desc,
.meta_hover_target_pbc_sub_services_group_2.meta_hover_active .uagb-ifb-desc,
.pbc_service_3.meta_hover_active .uagb-ifb-desc,
.meta_hover_target_pbc_sub_services_group_3.meta_hover_active .uagb-ifb-desc
{
    color:#ffffff !important;
}




/*.pbc_sub_service_1,
.pbc_sub_service_2,
.pbc_sub_service_3,
.pbc_sub_service_4,
.pbc_sub_service_5,
.pbc_sub_service_6,
.pbc_sub_service_7,
.pbc_sub_service_8,
.pbc_sub_service_9
{
   animation-duration: 0.75s; 
    animation-timing-function: linear; 
    animation-delay: 0ms;
    animation-iteration-count: 1; 
    animation-direction: normal; 
    animation-fill-mode: none; 
    animation-play-state: running; 
    animation-name: service_animate_2;
}*/

.pbc_sub_service_1.meta_hover_active,
.pbc_sub_service_2.meta_hover_active,
.pbc_sub_service_3.meta_hover_active,
.pbc_sub_service_4.meta_hover_active,
.pbc_sub_service_5.meta_hover_active,
.pbc_sub_service_6.meta_hover_active,
.pbc_sub_service_7.meta_hover_active,
.pbc_sub_service_8.meta_hover_active,
.pbc_sub_service_9.meta_hover_active
{
   animation-duration: 0.75s; 
    animation-timing-function: linear; 
    animation-delay: 0ms;
    animation-iteration-count: 1; 
    animation-direction: normal; 
    animation-fill-mode: none; 
    animation-play-state: running; 
    animation-name: service_animate_1;
}


@keyframes service_animate_1 {
    0% {
	transform: translate(-50%, -50%) scale(0.5, 0.5);  
    }
}
@keyframes service_animate_2 {
    0% {transform: scale(0.5, 0.5);  
    }
}