Top Services', 'bizes') ); $subheading = get_theme_mod('services_section_subtitle', __('Our Services', 'bizes')); $description = get_theme_mod('services_section_description'); $item_count = get_theme_mod('services_total_items_show', 3); $content_type = get_theme_mod('services_content_type', 'services_page'); $services = get_theme_mod('featured_services'); $services_style = get_theme_mod('services_style', 'style-one'); $service_align = get_theme_mod('services_content_align', 'text-center'); $top_curve = get_theme_mod('service_top_cruved', 0); $bottom_curve = get_theme_mod('service_bottom_cruved', 0); $classes = array(); if ( 1=== $top_curve ) { $classes[] = 'top-curved'; } else { $classes[] = 'top-no-curved'; } if ( 1=== $bottom_curve ) { $classes[] = 'bottom-curved'; } else { $classes[] = 'bottom-no-curved'; } if(1===$section_enable) : ?>