/** * Consultax functions and definitions * * @link https://developer.wordpress.org/themes/basics/theme-functions/ * * @package Consultax */ if ( ! function_exists( 'consultax_setup' ) ) : /** * Sets up theme defaults and registers support for various WordPress features. * * Note that this function is hooked into the after_setup_theme hook, which * runs before the init hook. The init hook is too late for some features, such * as indicating support for post thumbnails. */ function consultax_setup() { /* * Make theme available for translation. * Translations can be filed in the /languages/ directory. * If you're building a theme based on _s, use a find and replace * to change 'consultax' to the name of your theme in all the template files. */ load_theme_textdomain( 'consultax', get_template_directory() . '/languages' ); // Add default posts and comments RSS feed links to head. add_theme_support( 'automatic-feed-links' ); /* * Let WordPress manage the document title. * By adding theme support, we declare that this theme does not use a * hard-coded tag in the document head, and expect WordPress to * provide it for us. */ add_theme_support( 'title-tag' ); /* * Enable support for Post Thumbnails on posts and pages. * * @link https://developer.wordpress.org/themes/functionality/featured-images-post-thumbnails/ */ add_theme_support( 'post-thumbnails' ); // This theme uses wp_nav_menu() in one location. register_nav_menus( array( 'primary' => esc_html__( 'Primary Menu', 'consultax' ), 'footer' => esc_html__( 'Footer Menu', 'consultax' ), ) ); /* * Switch default core markup for search form, comment form, and comments * to output valid HTML5. */ add_theme_support( 'html5', array( 'search-form', 'comment-form', 'comment-list', 'gallery', 'caption', ) ); // Add image sizes add_image_size( 'consultax-recent-post-thumbnail', 68, 70, array( 'center', 'center' ) ); add_image_size( 'consultax-latest-news-thumbnail', 650, 351, array( 'center', 'center' ) ); add_image_size( 'consultax-latest-news-thumbnail-second', 200, 251, array( 'center', 'center' ) ); /* * This theme styles the visual editor to resemble the theme style, * specifically font, colors, and column width. */ add_editor_style( array( 'css/editor-style.css', consultax_fonts_url() ) ); } endif; add_action( 'after_setup_theme', 'consultax_setup' ); /** * Set the content width in pixels, based on the theme's design and stylesheet. * * Priority 0 to make it available to lower priority callbacks. * * @global int $content_width */ function consultax_content_width() { // This variable is intended to be overruled from themes. // Open WPCS issue: {@link https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/issues/1043}. // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound $GLOBALS['content_width'] = apply_filters( 'consultax_content_width', 640 ); } add_action( 'after_setup_theme', 'consultax_content_width', 0 ); /** * Register widget area. * * @link https://developer.wordpress.org/themes/functionality/sidebars/#registering-a-sidebar */ function consultax_widgets_init() { /* Register the 'primary' sidebar. */ register_sidebar( array( 'name' => esc_html__( 'Primary Sidebar', 'consultax' ), 'id' => 'primary', 'description' => esc_html__( 'Add widgets here.', 'consultax' ), 'before_widget' => '<section id="%1$s" class="widget %2$s">', 'after_widget' => '</section>', 'before_title' => '<h4 class="widget-title">', 'after_title' => '</h4>', ) ); /* Register the 'service' sidebar. */ register_sidebar( array( 'name' => esc_html__( 'Service Sidebar', 'consultax' ), 'id' => 'service', 'description' => esc_html__( 'Add widgets here.', 'consultax' ), 'before_widget' => '<section id="%1$s" class="widget %2$s">', 'after_widget' => '</section>', 'before_title' => '<h4 class="widget-title">', 'after_title' => '</h4>', ) ); /* Register the 'shop' sidebar. */ register_sidebar( array( 'name' => esc_html__( 'Product Sidebar', 'consultax' ), 'id' => 'product', 'description' => esc_html__( 'Add widgets here.', 'consultax' ), 'before_widget' => '<section id="%1$s" class="widget %2$s">', 'after_widget' => '</section>', 'before_title' => '<h4 class="widget-title">', 'after_title' => '</h4>', ) ); /* Repeat register_sidebar() code for additional sidebars. */ register_sidebar( array( 'name' => __( 'Footer First Widget Area', 'consultax' ), 'id' => 'footer-area-1', 'description' => __( 'Add widgets here to appear in your footer.', 'consultax' ), 'before_widget' => '<div id="%1$s" class="widget %2$s">', 'after_widget' => '</div>', 'before_title' => '<h4 class="widget-title">', 'after_title' => '</h4>', ) ); register_sidebar( array( 'name' => __( 'Footer Second Widget Area', 'consultax' ), 'id' => 'footer-area-2', 'description' => __( 'Add widgets here to appear in your footer.', 'consultax' ), 'before_widget' => '<div id="%1$s" class="widget %2$s">', 'after_widget' => '</div>', 'before_title' => '<h4 class="widget-title">', 'after_title' => '</h4>', ) ); register_sidebar( array( 'name' => __( 'Footer Third Widget Area', 'consultax' ), 'id' => 'footer-area-3', 'description' => __( 'Add widgets here to appear in your footer.', 'consultax' ), 'before_widget' => '<div id="%1$s" class="widget %2$s">', 'after_widget' => '</div>', 'before_title' => '<h4 class="widget-title">', 'after_title' => '</h4>', ) ); register_sidebar( array( 'name' => __( 'Footer Fourth Widget Area', 'consultax' ), 'id' => 'footer-area-4', 'description' => __( 'Add widgets here to appear in your footer.', 'consultax' ), 'before_widget' => '<div id="%1$s" class="widget %2$s">', 'after_widget' => '</div>', 'before_title' => '<h4 class="widget-title">', 'after_title' => '</h4>', ) ); } add_action( 'widgets_init', 'consultax_widgets_init' ); /** * Register custom fonts. */ if ( ! function_exists( 'consultax_fonts_url' ) ) : /** * Register Google fonts for Blessing. * * Create your own consultax_fonts_url() function to override in a child theme. * * @since Blessing 1.0 * * @return string Google fonts URL for the theme. */ function consultax_fonts_url() { $protocol = is_ssl() ? 'https' : 'http'; $fonts_url = ''; $font_families = array(); $subsets = 'latin,latin-ext'; /* translators: If there are characters in your language that are not supported by Roboto Slab, translate this to 'off'. Do not translate into your own language. */ if ( 'off' !== _x( 'on', 'Montserrat font: on or off', 'consultax' ) ) { $font_families[] = 'Montserrat:100,100i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i'; } if ( 'off' !== _x( 'on', 'Open Sans font: on or off', 'consultax' ) ) { $font_families[] = 'Open Sans:400,400i,600,600i,700,700i'; } if ( $font_families ) { $fonts_url = add_query_arg( array( 'family' => urlencode( implode( '|', $font_families ) ), 'subset' => urlencode( $subsets ), ), $protocol.'://fonts.googleapis.com/css' ); } return esc_url_raw( $fonts_url ); } endif; /** * Enqueue scripts and styles. */ function consultax_scripts() { // Add custom fonts, used in the main stylesheet. wp_enqueue_style( 'consultax-fonts', consultax_fonts_url(), array(), null ); /** All frontend css files **/ wp_enqueue_style( 'bootstrap', get_template_directory_uri() . '/css/bootstrap.css', array(), '4.0', 'all'); /** load fonts icons **/ wp_enqueue_style( 'awesome-font', get_template_directory_uri().'/css/font-awesome.css'); wp_enqueue_style( 'ionicon-font', get_template_directory_uri().'/css/ionicon.css'); /** Slick slider **/ wp_enqueue_style( 'slick-slider', get_template_directory_uri().'/css/slick.css'); wp_enqueue_style( 'slick-theme', get_template_directory_uri().'/css/slick-theme.css'); /** Magnific Popup **/ wp_enqueue_style( 'magnific-popup', get_template_directory_uri().'/css/magnific-popup.css'); if( consultax_get_option('preload') != false ){ wp_enqueue_style( 'consultax-preload', get_template_directory_uri().'/css/royal-preload.css'); } /** Theme stylesheet. **/ wp_enqueue_style( 'consultax-style', get_stylesheet_uri() ); if( consultax_get_option('preload') != false ){ wp_enqueue_script("consultax-royal-preloader", get_template_directory_uri()."/js/royal_preloader.min.js",array('jquery'), '1.0', false); } wp_enqueue_script( 'countto', get_template_directory_uri() . '/js/countto.min.js', array( 'jquery' ), '20180910', true ); wp_enqueue_script( 'isotope', get_template_directory_uri() . '/js/jquery.isotope.min.js', array( 'jquery' ), '20180910', true ); wp_enqueue_script( 'magnific', get_template_directory_uri() . '/js/jquery.magnific-popup.min.js', array( 'jquery' ), '20180910', true ); wp_enqueue_script( 'slick-slider', get_template_directory_uri() . '/js/slick.min.js', array( 'jquery' ), '20190221', true ); wp_enqueue_script( 'consultax-scripts', get_template_directory_uri() . '/js/scripts.js', array('jquery'), '20190221', true ); // Move scripts to scripts.js file. wp_enqueue_script( 'custom-header-scripts', get_template_directory_uri() . '/js/header-footer.js', array('jquery'), '20190221', true ); if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) { wp_enqueue_script( 'comment-reply' ); } } add_action( 'wp_enqueue_scripts', 'consultax_scripts' ); /** * Custom template tags for this theme. */ require get_template_directory() . '/inc/frontend/template-tags.php'; /** * Functions which enhance the theme by hooking into WordPress. */ require get_template_directory() . '/inc/frontend/template-functions.php'; /** * Custom Page Header for this theme. */ require get_template_directory() . '/inc/frontend/breadcrumbs.php'; require get_template_directory() . '/inc/frontend/page-header.php'; /** * Functions which add more to backend. */ require get_template_directory() . '/inc/backend/admin-functions.php'; /** * Custom metabox for this theme. */ require get_template_directory() . '/inc/backend/meta-boxes.php'; /** * Customizer additions. */ require get_template_directory() . '/inc/backend/customizer.php'; require get_template_directory() . '/inc/backend/color.php'; /** * Register the required plugins for this theme. */ require get_template_directory() . '/inc/backend/plugin-requires.php'; /** * Import Demo Content */ require_once get_template_directory() . '/inc/backend/importer.php'; /** * Custom shortcode plugin visual composer. */ require_once get_template_directory() . '/vc-shortcodes/shortcodes.php'; require_once get_template_directory() . '/vc-shortcodes/vc_shortcode.php'; /** * Load WooCommerce compatibility file. */ if ( class_exists( 'WooCommerce' ) ) { require get_template_directory() . '/inc/woocommerce/woocommerce.php'; }<!doctype html> <html lang="en-US"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="profile" href="https://gmpg.org/xfn/11" /> <meta name='robots' content='max-image-preview:large' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://www.yujhrconsulting.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.yujhrconsulting.com%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://www.yujhrconsulting.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.yujhrconsulting.com%2F&format=xml" /> <style id="wp-img-auto-sizes-contain-inline-css"> img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px} /*# sourceURL=wp-img-auto-sizes-contain-inline-css */ </style> <style id="wp-emoji-styles-inline-css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } /*# sourceURL=wp-emoji-styles-inline-css */ </style> <style id="wp-block-library-inline-css"> :root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}:root .has-text-align-center{text-align:center}:root .has-text-align-left{text-align:left}:root .has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-break:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style^=border-color],[style*=";border-color"],[style*="; border-color"]){border-style:solid}html :where([style^=border-top-color],[style*=";border-top-color"],[style*="; border-top-color"]){border-top-style:solid}html :where([style^=border-right-color],[style*=";border-right-color"],[style*="; border-right-color"]){border-right-style:solid}html :where([style^=border-bottom-color],[style*=";border-bottom-color"],[style*="; border-bottom-color"]){border-bottom-style:solid}html :where([style^=border-left-color],[style*=";border-left-color"],[style*="; border-left-color"]){border-left-style:solid}html :where([style^=border-width],[style*=";border-width"],[style*="; border-width"]){border-style:solid}html :where([style^=border-top-width],[style*=";border-top-width"],[style*="; border-top-width"]){border-top-style:solid}html :where([style^=border-right-width],[style*=";border-right-width"],[style*="; border-right-width"]){border-right-style:solid}html :where([style^=border-bottom-width],[style*=";border-bottom-width"],[style*="; border-bottom-width"]){border-bottom-style:solid}html :where([style^=border-left-width],[style*=";border-left-width"],[style*="; border-left-width"]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}} /*# sourceURL=/wp-includes/css/dist/block-library/common.min.css */ </style> <style id="classic-theme-styles-inline-css"> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} /*# sourceURL=/wp-includes/css/classic-themes.min.css */ </style> <link rel='stylesheet' id='contact-form-7-css' href='https://www.yujhrconsulting.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.7.5.1' media='all' /> <link rel='stylesheet' id='woocommerce-layout-css' href='https://www.yujhrconsulting.com/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=7.5.1' media='all' /> <style id="woocommerce-layout-inline-css"> .infinite-scroll .woocommerce-pagination { display: none; } /*# sourceURL=woocommerce-layout-inline-css */ </style> <link rel='stylesheet' id='woocommerce-smallscreen-css' href='https://www.yujhrconsulting.com/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=7.5.1' media='only screen and (max-width: 768px)' /> <link rel='stylesheet' id='woocommerce-general-css' href='https://www.yujhrconsulting.com/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=7.5.1' media='all' /> <style id="woocommerce-inline-inline-css"> .woocommerce form .form-row .required { visibility: visible; } /*# sourceURL=woocommerce-inline-inline-css */ </style> <link rel='stylesheet' id='js_composer_front-css' href='https://www.yujhrconsulting.com/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=6.10.0' media='all' /> <link rel='stylesheet' id='font-awesome-css' href='https://www.yujhrconsulting.com/wp-content/plugins/popup-anything-on-click/assets/css/font-awesome.min.css?ver=2.9.1' media='all' /> <link rel='stylesheet' id='popupaoc-public-style-css' href='https://www.yujhrconsulting.com/wp-content/plugins/popup-anything-on-click/assets/css/popupaoc-public.css?ver=2.9.1' media='all' /> <script id="jquery-core-js" src="https://www.yujhrconsulting.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1"></script> <script id="jquery-migrate-js" src="https://www.yujhrconsulting.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1"></script> <script id="jquery-blockui-js" src="https://www.yujhrconsulting.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.7.5.1"></script> <script id="wc-add-to-cart-js-extra"> var wc_add_to_cart_params = {"ajax_url":"/wp-admin/admin-ajax.php","wc_ajax_url":"/?wc-ajax=%%endpoint%%","i18n_view_cart":"View cart","cart_url":"https://www.yujhrconsulting.com/cart/","is_cart":"","cart_redirect_after_add":"no"}; //# sourceURL=wc-add-to-cart-js-extra </script> <script id="wc-add-to-cart-js" src="https://www.yujhrconsulting.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=7.5.1"></script> <script id="vc_woocommerce-add-to-cart-js-js" src="https://www.yujhrconsulting.com/wp-content/plugins/js_composer/assets/js/vendors/woocommerce-add-to-cart.js?ver=6.10.0"></script> <link rel="https://api.w.org/" href="https://www.yujhrconsulting.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://www.yujhrconsulting.com/wp-json/wp/v2/pages/1530" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.yujhrconsulting.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 7.1.2" /> <meta name="generator" content="WooCommerce 7.5.1" /> <link rel="canonical" href="https://www.yujhrconsulting.com/" /> <link rel='shortlink' href='https://www.yujhrconsulting.com/' /> <style type="text/css" id="simple-css-output">#site-logo { padding-top: 0; padding-bottom: 0; padding-left: 0; max-width: 150px; padding-right: 0;}h4 { font-size: 16px;}.section-padd-bot { padding-bottom: 50px; padding-top: 50px;}.search-cart-box { position: relative; display: none; padding: 31px 0px 31px 23px;}ul.social-list { list-style: none; margin: 0px; padding: 0px; display: none;}.main-footer { padding-top: 50px; padding-bottom: 20px;}.footer-bottom ul { margin-bottom: 0; display: none;}</style><meta name="og:url" content="https://www.yujhrconsulting.com/" /> <noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript> <meta name="generator" content="Powered by WPBakery Page Builder - drag and drop page builder for WordPress."/> <meta name="generator" content="Powered by Slider Revolution 6.6.10 - responsive, Mobile-Friendly Slider Plugin for WordPress with comfortable drag and drop interface." /> <link rel="icon" href="https://www.yujhrconsulting.com/wp-content/uploads/2023/02/cropped-New-Project-2-32x32.png" sizes="32x32" /> <link rel="icon" href="https://www.yujhrconsulting.com/wp-content/uploads/2023/02/cropped-New-Project-2-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://www.yujhrconsulting.com/wp-content/uploads/2023/02/cropped-New-Project-2-180x180.png" /> <meta name="msapplication-TileImage" content="https://www.yujhrconsulting.com/wp-content/uploads/2023/02/cropped-New-Project-2-270x270.png" /> <script>function setREVStartSize(e){ //window.requestAnimationFrame(function() { window.RSIW = window.RSIW===undefined ? window.innerWidth : window.RSIW; window.RSIH = window.RSIH===undefined ? window.innerHeight : window.RSIH; try { var pw = document.getElementById(e.c).parentNode.offsetWidth, newh; pw = pw===0 || isNaN(pw) || (e.l=="fullwidth" || e.layout=="fullwidth") ? window.RSIW : pw; e.tabw = e.tabw===undefined ? 0 : parseInt(e.tabw); e.thumbw = e.thumbw===undefined ? 0 : parseInt(e.thumbw); e.tabh = e.tabh===undefined ? 0 : parseInt(e.tabh); e.thumbh = e.thumbh===undefined ? 0 : parseInt(e.thumbh); e.tabhide = e.tabhide===undefined ? 0 : parseInt(e.tabhide); e.thumbhide = e.thumbhide===undefined ? 0 : parseInt(e.thumbhide); e.mh = e.mh===undefined || e.mh=="" || e.mh==="auto" ? 0 : parseInt(e.mh,0); if(e.layout==="fullscreen" || e.l==="fullscreen") newh = Math.max(e.mh,window.RSIH); else{ e.gw = Array.isArray(e.gw) ? e.gw : [e.gw]; for (var i in e.rl) if (e.gw[i]===undefined || e.gw[i]===0) e.gw[i] = e.gw[i-1]; e.gh = e.el===undefined || e.el==="" || (Array.isArray(e.el) && e.el.length==0)? e.gh : e.el; e.gh = Array.isArray(e.gh) ? e.gh : [e.gh]; for (var i in e.rl) if (e.gh[i]===undefined || e.gh[i]===0) e.gh[i] = e.gh[i-1]; var nl = new Array(e.rl.length), ix = 0, sl; e.tabw = e.tabhide>=pw ? 0 : e.tabw; e.thumbw = e.thumbhide>=pw ? 0 : e.thumbw; e.tabh = e.tabhide>=pw ? 0 : e.tabh; e.thumbh = e.thumbhide>=pw ? 0 : e.thumbh; for (var i in e.rl) nl[i] = e.rl[i]<window.RSIW ? 0 : e.rl[i]; sl = nl[0]; for (var i in nl) if (sl>nl[i] && nl[i]>0) { sl = nl[i]; ix=i;} var m = pw>(e.gw[ix]+e.tabw+e.thumbw) ? 1 : (pw-(e.tabw+e.thumbw)) / (e.gw[ix]); newh = (e.gh[ix] * m) + (e.tabh + e.thumbh); } var el = document.getElementById(e.c); if (el!==null && el) el.style.height = newh+"px"; el = document.getElementById(e.c+"_wrapper"); if (el!==null && el) { el.style.height = newh+"px"; el.style.display = "block"; } } catch(e){ console.log("Failure at Presize of Slider:" + e) } //}); };</script> <style id="wp-custom-css"> .project-slider-2 .slick-list{ overflow: inherit; } .partner-slider .slick-slide{ margin: 0 15px; } html, body{overflow-x:hidden} .service-box.transparent img{ height: 50px; } .main-navigation ul > li:last-child > a{ border: none; } </style> <style id="kirki-inline-styles"></style><style type="text/css" data-type="vc_shortcodes-custom-css">.vc_custom_1677668493577{background-color: #ffffff !important;}.vc_custom_1554104145825{background-color: #ffffff !important;}.vc_custom_1677494374575{margin-top: 40px !important;background-color: #ffffff !important;}.vc_custom_1677493779662{background-image: url(https://www.demowebdesign.xyz/hr-consulting_wp/wp-content/uploads/2019/04/bg-home1-2.jpg?id=1623) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1679402814475{padding-top: 300px !important;padding-bottom: 250px !important;background-image: url(https://www.demowebdesign.xyz/hr-consulting_wp/wp-content/uploads/2023/03/About-Us-2-scaled.jpg?id=2190) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1679393881398{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1679393900395{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1677493667581{margin-bottom: 15px !important;}</style><noscript><style> .wpb_animate_when_almost_visible { opacity: 1; }</style></noscript></head> <body class="home wp-singular page-template-default page page-id-1530 wp-theme-consultax theme-consultax woocommerce-no-js wpb-js-composer js-comp-ver-6.10.0 vc_responsive"> <div id="page" class="site"> <header id="site-header" class="site-header