Service Category taxonomy
$tax_query = array( array( 'taxonomy' => 'service-category', 'terms' => '50', 'field' => 'term_id', 'include_children' => true, ), );
$tax_query = array( array( 'taxonomy' => 'service-category', 'terms' => '50', 'field' => 'term_id', 'include_children' => true, ), );