<!doctype html>
<html lang="en-US">
	<head><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(e){this.v="1.2.3",this.triggerEvents=e,this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",t=>{this.persisted=t.persisted}),window.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(t){if(document.hidden){t._triggerListener();return}this.triggerEvents.forEach(e=>window.addEventListener(e,t.userEventHandler,{passive:!0})),window.addEventListener("touchstart",t.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",t.touchStartHandler),document.addEventListener("visibilitychange",t.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(t=>window.removeEventListener(t,this.userEventHandler,{passive:!0})),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(t){"HTML"!==t.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),t.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_onTouchMove(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(t){t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this.interceptedClicks.push(t),t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach(t=>{t.target.dispatchEvent(new MouseEvent("click",{view:t.view,bubbles:!0,cancelable:!0}))})}_waitForPendingClicks(){return new Promise(t=>{this._isClickPending?this._pendingClickFinished=t:t()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(t,e,r){t.hasAttribute&&t.hasAttribute(e)&&(event.target.setAttribute(r,event.target.getAttribute(e)),event.target.removeAttribute(e))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let t=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(e=>{if(e.hasAttribute("src")){let r=new URL(e.src).origin;r!==location.origin&&t.push({src:r,crossOrigin:e.crossOrigin||"module"===e.getAttribute("data-rocket-type")})}}),t=[...new Map(t.map(t=>[JSON.stringify(t),t])).values()],this._batchInjectResourceHints(t,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(this),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(t){console.error(t)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(t=>{t.hasAttribute("data-rocket-src")?t.hasAttribute("async")&&!1!==t.async?this.delayedScripts.async.push(t):t.hasAttribute("defer")&&!1!==t.defer||"module"===t.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(t):this.delayedScripts.normal.push(t):this.delayedScripts.normal.push(t)})}async _transformScript(t){return new Promise((await this._littleBreath(),navigator.userAgent.indexOf("Firefox/")>0||""===navigator.vendor)?e=>{let r=document.createElement("script");[...t.attributes].forEach(t=>{let e=t.nodeName;"type"!==e&&("data-rocket-type"===e&&(e="type"),"data-rocket-src"===e&&(e="src"),r.setAttribute(e,t.nodeValue))}),t.text&&(r.text=t.text),r.hasAttribute("src")?(r.addEventListener("load",e),r.addEventListener("error",e)):(r.text=t.text,e());try{t.parentNode.replaceChild(r,t)}catch(i){e()}}:async e=>{function r(){t.setAttribute("data-rocket-status","failed"),e()}try{let i=t.getAttribute("data-rocket-type"),n=t.getAttribute("data-rocket-src");t.text,i?(t.type=i,t.removeAttribute("data-rocket-type")):t.removeAttribute("type"),t.addEventListener("load",function r(){t.setAttribute("data-rocket-status","executed"),e()}),t.addEventListener("error",r),n?(t.removeAttribute("data-rocket-src"),t.src=n):t.src="data:text/javascript;base64,"+window.btoa(unescape(encodeURIComponent(t.text)))}catch(s){r()}})}async _loadScriptsFromList(t){let e=t.shift();return e&&e.isConnected?(await this._transformScript(e),this._loadScriptsFromList(t)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(t,e){var r=document.createDocumentFragment();t.forEach(t=>{let i=t.getAttribute&&t.getAttribute("data-rocket-src")||t.src;if(i){let n=document.createElement("link");n.href=i,n.rel=e,"preconnect"!==e&&(n.as="script"),t.getAttribute&&"module"===t.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),t.crossOrigin&&(n.crossOrigin=t.crossOrigin),t.integrity&&(n.integrity=t.integrity),r.appendChild(n),this.trash.push(n)}}),document.head.appendChild(r)}_delayEventListeners(t){let e={};function r(t,r){!function t(r){!e[r]&&(e[r]={originalFunctions:{add:r.addEventListener,remove:r.removeEventListener},eventsToRewrite:[]},r.addEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.add.apply(r,arguments)},r.removeEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.remove.apply(r,arguments)});function i(t){return e[r].eventsToRewrite.indexOf(t)>=0?"rocket-"+t:t}}(t),e[t].eventsToRewrite.push(r)}function i(t,e){let r=t[e];Object.defineProperty(t,e,{get:()=>r||function(){},set(i){t["rocket"+e]=r=i}})}r(document,"DOMContentLoaded"),r(window,"DOMContentLoaded"),r(window,"load"),r(window,"pageshow"),r(document,"readystatechange"),i(document,"onreadystatechange"),i(window,"onload"),i(window,"onpageshow")}_delayJQueryReady(t){let e;function r(r){if(r&&r.fn&&!t.allJQueries.includes(r)){r.fn.ready=r.fn.init.prototype.ready=function(e){return t.domReadyFired?e.bind(document)(r):document.addEventListener("rocket-DOMContentLoaded",()=>e.bind(document)(r)),r([])};let i=r.fn.on;r.fn.on=r.fn.init.prototype.on=function(){if(this[0]===window){function t(t){return t.split(" ").map(t=>"load"===t||0===t.indexOf("load.")?"rocket-jquery-load":t).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=t(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(e=>{let r=arguments[0][e];delete arguments[0][e],arguments[0][t(e)]=r})}return i.apply(this,arguments),this},t.allJQueries.push(r)}e=r}r(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>e,set(t){r(t)}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach(t=>t(window).trigger("rocket-jquery-load")),await this._littleBreath();let t=new Event("rocket-pageshow");t.persisted=this.persisted,window.dispatchEvent(t),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){let t=new Map;document.write=document.writeln=function(e){let r=document.currentScript;r||console.error("WPRocket unable to document.write this: "+e);let i=document.createRange(),n=r.parentElement,s=t.get(r);void 0===s&&(s=r.nextSibling,t.set(r,s));let a=document.createDocumentFragment();i.setStart(a,0),a.appendChild(i.createContextualFragment(e)),n.insertBefore(a,s)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise(t=>setTimeout(t)):new Promise(t=>requestAnimationFrame(t))}_emptyTrash(){this.trash.forEach(t=>t.remove())}}</script>
		
		
<!-- Google tag (gtag.js) -->
<script type="rocketlazyloadscript" async data-rocket-src="https://www.googletagmanager.com/gtag/js?id=G-09GHC7HLCC"></script>
<script type="rocketlazyloadscript">
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-09GHC7HLCC');
</script>
		
		


		<meta charset="UTF-8">
		<meta http-equiv="x-ua-compatible" content="ie=edge">
<script type="text/javascript">
/* <![CDATA[ */
 var gform;gform||(document.addEventListener("gform_main_scripts_loaded",function(){gform.scriptsLoaded=!0}),document.addEventListener("gform/theme/scripts_loaded",function(){gform.themeScriptsLoaded=!0}),window.addEventListener("DOMContentLoaded",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>"function"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn("The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1."),o(),0))},initializeOnLoaded:function(o){gform.callIfLoaded(o)||(document.addEventListener("gform_main_scripts_loaded",()=>{gform.scriptsLoaded=!0,gform.callIfLoaded(o)}),document.addEventListener("gform/theme/scripts_loaded",()=>{gform.themeScriptsLoaded=!0,gform.callIfLoaded(o)}),window.addEventListener("DOMContentLoaded",()=>{gform.domLoaded=!0,gform.callIfLoaded(o)}))},hooks:{action:{},filter:{}},addAction:function(o,r,e,t){gform.addHook("action",o,r,e,t)},addFilter:function(o,r,e,t){gform.addHook("filter",o,r,e,t)},doAction:function(o){gform.doHook("action",o,arguments)},applyFilters:function(o){return gform.doHook("filter",o,arguments)},removeAction:function(o,r){gform.removeHook("action",o,r)},removeFilter:function(o,r,e){gform.removeHook("filter",o,r,e)},addHook:function(o,r,e,t,n){null==gform.hooks[o][r]&&(gform.hooks[o][r]=[]);var d=gform.hooks[o][r];null==n&&(n=r+"_"+d.length),gform.hooks[o][r].push({tag:n,callable:e,priority:t=null==t?10:t})},doHook:function(r,o,e){var t;if(e=Array.prototype.slice.call(e,1),null!=gform.hooks[r][o]&&((o=gform.hooks[r][o]).sort(function(o,r){return o.priority-r.priority}),o.forEach(function(o){"function"!=typeof(t=o.callable)&&(t=window[t]),"action"==r?t.apply(null,e):e[0]=t.apply(null,e)})),"filter"==r)return e[0]},removeHook:function(o,r,t,n){var e;null!=gform.hooks[o][r]&&(e=(e=gform.hooks[o][r]).filter(function(o,r,e){return!!(null!=n&&n!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][r]=e)}}); 
/* ]]> */
</script>

		<meta name="viewport" content="width=device-width, initial-scale=1">
		<link rel="profile" href="https://gmpg.org/xfn/11">
		<link rel="pingback" href="https://www.zoneg.com.au/xmlrpc.php">
		<link rel="apple-touch-icon" href="https://www.zoneg.com.au/wp-content/themes/zonesolutions/img/favicon.png">
		<link rel="icon" type="image/png" href="https://www.zoneg.com.au/wp-content/themes/zonesolutions/img/favicon.png">
		<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
	<style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>
	
<!-- Google Tag Manager for WordPress by gtm4wp.com -->
<script data-cfasync="false" data-pagespeed-no-defer>
	var gtm4wp_datalayer_name = "dataLayer";
	var dataLayer = dataLayer || [];
</script>
<!-- End Google Tag Manager for WordPress by gtm4wp.com -->
	<!-- This site is optimized with the Yoast SEO plugin v24.3 - https://yoast.com/wordpress/plugins/seo/ -->
	<title>Lifting Equipment Hire &amp; Sales - Australia Wide | Zone Group</title><link rel="preload" as="style" href="data:text/css;charset=utf-8;base64,LypibGFuayov" data-type="kppassive" data-kplinkhref="https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%20Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=swap" /><link rel="stylesheet" href="data:text/css;charset=utf-8;base64,LypibGFuayov" media="print" onload="this.media='all'" data-type="kppassive" data-kplinkhref="https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%20Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=swap" /><noscript><link rel="stylesheet" href="data:text/css;charset=utf-8;base64,LypibGFuayov" data-type="kppassive" data-kplinkhref="https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%20Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=swap" /></noscript><link rel="stylesheet" href="https://www.zoneg.com.au/wp-content/cache/min/1/f93e01379eeea41cfa9c420dda99c1a2.css" media="all" data-minify="1" />
	<meta name="description" content="Material handling / lifting equipment for hire &amp; sale - 🇦🇺 -wide. Manitous, Vacuum Lifters, Mobile Cranes &amp; Mini Crawler Cranes." />
	<link rel="canonical" href="https://www.zoneg.com.au/" />
	<meta property="og:locale" content="en_US" />
	<meta property="og:type" content="website" />
	<meta property="og:title" content="Lifting Equipment Hire &amp; Sales - Australia Wide | Zone Group" />
	<meta property="og:description" content="Material handling / lifting equipment for hire &amp; sale - 🇦🇺 -wide. Manitous, Vacuum Lifters, Mobile Cranes &amp; Mini Crawler Cranes." />
	<meta property="og:url" content="https://www.zoneg.com.au/" />
	<meta property="og:site_name" content="Zone Group" />
	<meta property="article:publisher" content="https://www.facebook.com/zonesolutions.com.au/" />
	<meta property="article:modified_time" content="2023-10-26T14:27:55+00:00" />
	<meta name="twitter:card" content="summary_large_image" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://www.zoneg.com.au/","url":"https://www.zoneg.com.au/","name":"Lifting Equipment Hire & Sales - Australia Wide | Zone Group","isPartOf":{"@id":"https://www.zoneg.com.au/#website"},"datePublished":"2021-10-26T15:23:32+00:00","dateModified":"2023-10-26T14:27:55+00:00","description":"Material handling / lifting equipment for hire & sale - 🇦🇺 -wide. Manitous, Vacuum Lifters, Mobile Cranes & Mini Crawler Cranes.","breadcrumb":{"@id":"https://www.zoneg.com.au/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://www.zoneg.com.au/"]}]},{"@type":"BreadcrumbList","@id":"https://www.zoneg.com.au/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]},{"@type":"WebSite","@id":"https://www.zoneg.com.au/#website","url":"https://www.zoneg.com.au/","name":"Zone Group","description":"Machinery and Materials Handling Equipment Wet or Dry Hire","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.zoneg.com.au/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}</script>
	<!-- / Yoast SEO plugin. -->


<link href='https://fonts.gstatic.com' crossorigin rel='preconnect' />
<link rel="alternate" type="application/rss+xml" title="Zone Group &raquo; Feed" href="https://www.zoneg.com.au/feed/" />
<link rel="alternate" type="application/rss+xml" title="Zone Group &raquo; Comments Feed" href="https://www.zoneg.com.au/comments/feed/" />

<style id='wp-emoji-styles-inline-css' type='text/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;
	}
</style>
<style id='classic-theme-styles-inline-css' type='text/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}
</style>
<style id='global-styles-inline-css' type='text/css'>
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
</style>




<link rel='stylesheet' id='elementor-post-1278-css' href='https://www.zoneg.com.au/wp-content/uploads/elementor/css/post-1278.css?ver=1737971566' type='text/css' media='all' />

<link rel='stylesheet' id='elementor-global-css' href='https://www.zoneg.com.au/wp-content/uploads/elementor/css/global.css?ver=1737971567' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-1619-css' href='https://www.zoneg.com.au/wp-content/uploads/elementor/css/post-1619.css?ver=1737971568' type='text/css' media='all' />



<link rel='stylesheet' id='popup-banner-style-css' href='data:text/css;charset=utf-8;base64,LypibGFuayov' type='text/css' media='all' data-type="kppassive" data-kplinkhref="https://www.zoneg.com.au/wp-content/themes/zonesolutions/css/popup-banner.css?ver=6.7.1" />

<style id='__EPYT__style-inline-css' type='text/css'>

                .epyt-gallery-thumb {
                        width: 33.333%;
                }
                
</style>


<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin><script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.zoneg.com.au/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.zoneg.com.au/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" defer="defer" data-rocket-src="https://www.zoneg.com.au/wp-content/plugins/widget-google-reviews/assets/js/public-main.js?ver=5.2" id="grw-public-main-js-js"></script>
<script type="text/javascript" src="https://www.zoneg.com.au/wp-content/themes/zonesolutions/js/popup-banner.js?ver=9110" id="popup-banner-script-js" defer="defer" data-wp-strategy="defer"></script>
<script type="text/javascript" id="__ytprefs__-js-extra">
/* <![CDATA[ */
var _EPYT_ = {"ajaxurl":"https:\/\/www.zoneg.com.au\/wp-admin\/admin-ajax.php","security":"e56040899d","gallery_scrolloffset":"20","eppathtoscripts":"https:\/\/www.zoneg.com.au\/wp-content\/plugins\/youtube-embed-plus\/scripts\/","eppath":"https:\/\/www.zoneg.com.au\/wp-content\/plugins\/youtube-embed-plus\/","epresponsiveselector":"[\"iframe.__youtube_prefs_widget__\"]","epdovol":"1","version":"14.2.1.3","evselector":"iframe.__youtube_prefs__[src], iframe[src*=\"youtube.com\/embed\/\"], iframe[src*=\"youtube-nocookie.com\/embed\/\"]","ajax_compat":"","maxres_facade":"eager","ytapi_load":"light","pause_others":"","stopMobileBuffer":"1","facade_mode":"","not_live_on_channel":"","vi_active":"","vi_js_posttypes":[]};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.zoneg.com.au/wp-content/plugins/youtube-embed-plus/scripts/ytprefs.min.js?ver=14.2.1.3" id="__ytprefs__-js"></script>
<link rel="https://api.w.org/" href="https://www.zoneg.com.au/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://www.zoneg.com.au/wp-json/wp/v2/pages/1619" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.zoneg.com.au/xmlrpc.php?rsd" />
<link rel='shortlink' href='https://www.zoneg.com.au/' />
<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://www.zoneg.com.au/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.zoneg.com.au%2F" />
<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://www.zoneg.com.au/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.zoneg.com.au%2F&#038;format=xml" />
<!-- start Simple Custom CSS and JS -->
<style type="text/css">
#projectgallery_special p.mystyle {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    background: black;
    margin-bottom: 0px;
    padding: 10px 0px;
    transform:scaleY(0);
       transform-origin:bottom;
    transition:0.3s;
}

#projectgallery_special .elementor-widget-container {
    position: relative;
}

#projectgallery_special .elementor-widget-container::before {
    position: absolute;
    content: "";
    background: #00000040;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: scaleY(0);
    transform-origin:bottom;
    transition:0.3s;
	  pointer-events: none;
    
}
#projectgallery_special .elementor-widget-container:hover::before {
    transform: scaleY(1);
}

#projectgallery_special .elementor-widget-container:hover p.mystyle {
   
    transform: scaleY(1);
}</style>
<!-- end Simple Custom CSS and JS -->
<!-- start Simple Custom CSS and JS -->
<style type="text/css">
.reviews {
    margin-top: -28px !important;
    position: fixed;
    right: 0px;
	margin-left:10px;
    cursor: pointer;
	left:0;
	bottom: 55px !important; }
ul#footericons li img {
    width: 50px;
}
.reviews {
position: fixed;     
right: 10px;   
cursor: pointer;   
bottom: 60px;
width: 210px;   
height: 55px;        
text-align: left;
background-color: white;
z-index: 999;

border-top: 5px solid #4FCE6A;
border-radius: 2px;
}

.wrap {
    display: inline-block;
    background-color: white;
}
.reviews .left,
.reviews .right{
    display: inline-block;
    vertical-align: middle;
    color: black;
}
.reviews .left{
    float: left;
    height: auto;
    width: 20%;
}
.reviews .right{
    width: 80%;
    float: left;
}</style>
<!-- end Simple Custom CSS and JS -->
<!-- start Simple Custom CSS and JS -->
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
document.addEventListener('DOMContentLoaded', function() {
    const divs = document.querySelectorAll('#projectgallery_special .elementor-widget-container');

    // Loop through each div with the class 'wp-caption'
    divs.forEach(function(div) {
        // Find the a tag within the div
        const anchor = div.querySelector('a');

        if (anchor) {
            // Get the title from the data-elementor-lightbox-title attribute
            const title = anchor.getAttribute('data-elementor-lightbox-title');

            if (title) {
                // Create a new p tag
                const p = document.createElement('p');
				p.classList.add("mystyle");

                // Set the text content of the p tag to the title
                p.textContent = title;

                // Insert the p tag after the a tag
                anchor.parentNode.insertBefore(p, anchor.nextSibling);
            }
        }
    });
});
</script>
<!-- end Simple Custom CSS and JS -->
<!-- start Simple Custom CSS and JS -->
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
/* Default comment here */ 

jQuery(document).ready(function(){

setTimeout(function(){

     //var tag_new = jQuery("template").eq(38).attr("id");
     var tag_new = jQuery("template").last().attr("id");
     console.log(tag_new);

     //alert(tag_new);
     jQuery("#" + tag_new).css("display", "none");
     jQuery("#" + tag_new).next().next().css("display", "none");
}, 100);

});
</script>
<!-- end Simple Custom CSS and JS -->
<script type="rocketlazyloadscript">
jQuery( document ).ready(function() {
 
jQuery("#play").trigger('click');
 jQuery("#myVideo").trigger('click');
});
</script>
<script type="rocketlazyloadscript"> 
var vid = document.getElementById("myVideo"); 

function playVid() { 
  vid.play(); 
} 

function pauseVid() { 
  vid.pause(); 
} 
</script>

<!-- Google Tag Manager for WordPress by gtm4wp.com -->
<!-- GTM Container placement set to automatic -->
<script data-cfasync="false" data-pagespeed-no-defer type="text/javascript">
	var dataLayer_content = {"pagePostType":"frontpage","pagePostType2":"single-page","pagePostAuthor":"Brad Russell"};
	dataLayer.push( dataLayer_content );
</script>
<script type="rocketlazyloadscript" data-cfasync="false">
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-T6MXJGTN');
</script>
<!-- End Google Tag Manager for WordPress by gtm4wp.com --><meta name="generator" content="Elementor 3.21.8; features: e_optimized_assets_loading, additional_custom_breakpoints; settings: css_print_method-external, google_font-enabled, font_display-auto">

<!-- Meta Pixel Code -->
<script type="rocketlazyloadscript" data-rocket-type='text/javascript'>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js?v=next');
</script>
<!-- End Meta Pixel Code -->

      <script type="rocketlazyloadscript" data-rocket-type='text/javascript'>
        var url = window.location.origin + '?ob=open-bridge';
        fbq('set', 'openbridge', '478674135917686', url);
      </script>
    <script type="rocketlazyloadscript" data-rocket-type='text/javascript'>fbq('init', '478674135917686', {}, {
    "agent": "wordpress-6.7.1-4.0.1"
})</script><script type="rocketlazyloadscript" data-rocket-type='text/javascript'>
    fbq('track', 'PageView', []);
  </script>
<!-- Meta Pixel Code -->
<noscript>
<img height="1" width="1" style="display:none" alt="fbpx"
src="https://www.facebook.com/tr?id=478674135917686&ev=PageView&noscript=1" />
</noscript>
<!-- End Meta Pixel Code -->
<style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style>    <script type="rocketlazyloadscript">
        var errorQueue = [];
        var timeout;
        function isBot() {
            const bots = ['bot', 'googlebot', 'bingbot', 'facebook', 'slurp', 'twitter', 'yahoo'];
            const userAgent = navigator.userAgent.toLowerCase();
            return bots.some(bot => userAgent.includes(bot));
        }
        window.onerror = function(msg, url, line) {
            var errorMessage = [
                'Message: ' + msg,
                'URL: ' + url,
                'Line: ' + line
            ].join(' - ');
            // Filter bots errors...
            if (isBot()) {
                return;
            }
            //console.log(errorMessage);
            errorQueue.push(errorMessage);
            if (errorQueue.length >= 5) {
                sendErrorsToServer();
            } else {
                clearTimeout(timeout);
                timeout = setTimeout(sendErrorsToServer, 5000);
            }
        }
        function sendErrorsToServer() {
            if (errorQueue.length > 0) {
                var message = errorQueue.join(' | ');
                // console.log(message);
                var xhr = new XMLHttpRequest();
                var nonce = 'cee6275cc5';
                var ajaxurl = 'https://www.zoneg.com.au/wp-admin/admin-ajax.php?action=bill_minozzi_js_error_catched&_wpnonce=cee6275cc5'; // Não é necessário esc_js aqui
                xhr.open('POST', encodeURI(ajaxurl));
                xhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
                xhr.onload = function() {
                    if (xhr.status === 200) {
                        // console.log('Success:', xhr.responseText);
                    } else {
                        console.log('Error:', xhr.status);
                    }
                };
                xhr.onerror = function() {
                    console.error('Request failed');
                };
                xhr.send('action=bill_minozzi_js_error_catched&_wpnonce=' + nonce + '&bill_js_error_catched=' + encodeURIComponent(message));
                errorQueue = []; // Limpa a fila de erros após o envio
            }
        }
        window.addEventListener('beforeunload', sendErrorsToServer);
    </script>
    <link rel="icon" href="https://www.zoneg.com.au/wp-content/uploads/2019/02/cropped-favicon-32x32.jpg" sizes="32x32" />
<link rel="icon" href="https://www.zoneg.com.au/wp-content/uploads/2019/02/cropped-favicon-192x192.jpg" sizes="192x192" />
<link rel="apple-touch-icon" href="https://www.zoneg.com.au/wp-content/uploads/2019/02/cropped-favicon-180x180.jpg" />
<meta name="msapplication-TileImage" content="https://www.zoneg.com.au/wp-content/uploads/2019/02/cropped-favicon-270x270.jpg" />
		<style type="text/css" id="wp-custom-css">
			textarea#input_2_4 {
    height: 130px !important;
}
.why-zone img {
    max-width: 130px !important;
}
.date_product .ginput_container.ginput_container_text {
    background: url(https://www.zoneg.com.au/wp-content/uploads/2022/10/calendar.png) no-repeat 10px center !important;
    background-size: 20px !important;
}
#book_now.contact__form .gform_wrapper ul li.gfield .ginput_container, #book_now.contact__form .gform_wrapper .gform_footer {
    width: 100%;
}
.hire_dura .ginput_container.ginput_container_text {
    background: url(https://www.zoneg.com.au/wp-content/uploads/2022/10/hiring.png) no-repeat 10px center !important;
    background-size: 20px !important;
}
@media(min-width:641px){
#book_now .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
    padding-right: unset;
}
}
.date_product .ginput_container.ginput_container_text {
    background-color: #fff !important;
}
#field_5_9 .ginput_container.ginput_container_text {
    background-color: #fff !important;
}
textarea#input_5_4 {
    height: 100px !important;
}
input#gform_submit_button_5 {
    background-color: #e53935 !important;
}
input#gform_submit_button_5:hover {
    background-color: #424242 !important;
}
@media (min-width: 768px) {
.header h1 img {
    height: 69px !important;
}
.header h1 {
    margin: 5px 0 !important;
}
	
 
}
@media (min-width: 1200px) {
.col-lg-logo {
    width: 20%;
}
.col-lg-menu {
    width: 54%;
}


}

.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px; 
}
.footer__form .gform_wrapper .gform_footer input {
    margin-top: 16px !important;
}

/* category pages font weight*/
.tax-equipment_category b, .tax-equipment_category strong {
    font-weight: 500;
}
body.archive .margin_tb50 {
    margin-top: 0px !important;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25% ;/* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
 
	
	.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
 
.videoWrapper {
    position: relative;
    padding-bottom: 42.25%;
    height: 0;
    width: 65%;
    /* align-items: center; */
    /* clear: both; */
    /* text-align: center; */
    /* margin: 0; */
    margin: 0% 18%;
    /* padding: 0; */
    /* margin-right: 19% !important; */

}
}
ul#gform_fields_1 li {
    padding-right: 0px !important;
}
form#gform_1 .gform_footer {
  
	margin: 0px 0 0 0 !important; }
nav#second-menu {
    margin-top: 15px;
}
input#input_5_8 {
    border: none;
}
input#input_5_9 {
    border: none;
}
.contact__form .gform_wrapper ul li.gfield.contact__name .ginput_container, .contact__form .gform_wrapper ul li.gfield.hire_dura .ginput_container, .contact__form .gform_wrapper ul li.gfield.date_product .ginput_container {
    border: 2px solid #e2e2e2;
    padding: 5px 5px 5px 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    width: 100%;
}
.contact__form .gform_wrapper ul li.gfield.date_product .ginput_container {
    background: #ffffff url(../img/name.png) no-repeat 10px center;
}
.contact__form .gform_wrapper ul li.gfield.hire_dura .ginput_container {
    background: #ffffff url(../img/name.png) no-repeat 10px center;
}
.elementor-slideshow__footer, .elementor-slideshow__header {
    /* position: absolute; */
    left: 0;
    width111: auto !important;
}
.elementor-slideshow__footer, .elementor-slideshow__header {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 15px 0px !important; 
}
.elementor-slideshow__description, .elementor-slideshow__title {
    margin: 0px 18px !important;
}
#popup-banner {
    background-color: transparent;
}
@media (max-width: 767px) {
#popup-banner {
    width: 90%;
}
#close-popup {
    right: -5px;
    font-size: 17px;
	}
}			</style>
		<noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript><script type="rocketlazyloadscript" data-rocket-src="https://code.jquery.com/jquery-3.5.0.js"></script>

<script type="rocketlazyloadscript">
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-79508918-1', 'auto');
  ga('send', 'pageview');

</script>
		<script type="application/ld+json">{
    "@context": "http://schema.org",
    "@type": "LocalBusiness",
    "name": "Zone Group",
    "openingHours": "Open from Monday to Friday 7:30am - 4:30pm, Saturday 8am - 1pm, Sunday close",
    "additionalProperty": "https://en.wikipedia.org/wiki/Manitou_Group",
    "additionalType": "http://productontology.org/id/Manitou_Group",
    "areaServed": {
        "@type": "GeoCircle",
        "name": "Zone Group service area",
        "geoMidpoint": {
            "@type": "GeoCoordinates",
            "postalCode": "6107",
            "latitude": "-32.02424",
            "longitude": "115.99927",
            "description": "Our office location can be found here.",
            "name": "Zone Group geo location"
        },
        "geoRadius": "20000",
        "description": "Zone Group proudly service all of Australia including Perth, Sydney, Melbourne, Brisbane and Adelaide " 
    },
    "email": "info@zoneg.com.au",
    "address": {
        "@type": "PostalAddress",
        "postalCode": "6107",
        "addressRegion": "Western Australia",
        "addressCountry": "Australia",
        "streetAddress": "113 Victoria Road",
        "addressLocality": "Kenwick"
    },
    "paymentAccepted": "Cash, Credit Card",
    "telephone": "+61894598214",
    "image": {
        "@type": "ImageObject",
        "name": "Zone Group image",
        "url": "https://ml1don9pa3vg.i.optimole.com/igrwJSw-Z0FwUM3Q/w:555/h:349/q:auto/https://www.zoneg.com.au/wp-content/uploads/2016/05/materials-handling-equipment.jpg"
    },
    "ContactPoint": {
        "@type": "ContactPoint",
        "name": "Zone Group inquiry",
        "availableLanguage": "https://en.wikipedia.org/wiki/List_of_dialects_of_the_English_language",
        "telephone": "+61894598214",
        "contactType": "customer support",
        "@id": "https://www.zoneg.com.au/contact/"
    },
    "geo": {
        "@type": "GeoCoordinates",
        "latitude": "-32.02424",
        "longitude": "115.99927",
        "description": "Our office location can be found here.",
        "name": "Zone Group geo location"
    },
    "description": "At Zone Group, Your Challenge Is Accepted.
Equipped With A Specialised Fleet of Machinery, Extensive Knowledge, And The Right Safety Specialists.
We Are Committed To Providing You With Innovative Equipment Hire & Sales Solutions To Meet Your Requirements.",
    "priceRange": "100-10000",
    "url": "https://www.zoneg.com.au/",
    "currenciesAccepted": "$",
    "hasMap": "https://www.google.com/maps?cid=8264581220703799691",
    "logo": "https://ml1don9pa3vg.i.optimole.com/igrwJSw--jMKuNf2/w:auto/h:auto/q:auto/https://www.zoneg.com.au/wp-content/uploads/2019/01/logo-zone-group.png",
    "serviceArea": {
        "@type": "GeoCircle",
        "name": "Zone Group service area",
        "geoMidpoint": {
            "@type": "GeoCoordinates",
            "postalCode": "6107",
            "latitude": "-32.02424",
            "longitude": "115.99927",
            "description": "Our office location can be found here.",
            "name": "Zone Group geo location"
        },
        "geoRadius": "20000",
        "description": "Zone Group proudly service all of Australia including Perth, Sydney, Melbourne, Brisbane and Adelaide " 
    },
    "sameAs": [
        "https://www.facebook.com/zoneg.com.au/",
        "https://www.youtube.com/channel/UC0AE80fYDFC5Dq3yTOJNerQ/videos",
        "https://www.instagram.com/zonegroupptyltd/",
        ""
    ],
    "@id": "https://www.zoneg.com.au/"
}</script>

<style>.banner .fadebg {background: none !important;}</style>

	</head>
	<body class="home page-template page-template-newhome page-template-newhome-php page page-id-1619 ehf-template-zonesolutions ehf-stylesheet-zonesolutions elementor-default elementor-kit-1278 elementor-page elementor-page-1619">


<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PCZFRFM"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->

<div id="fb-root"></div>
<script type="rocketlazyloadscript" async defer crossorigin="anonymous" data-rocket-src="https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v6.0"></script>

		<!-- main -->
		<main class="main">

			<div class="container-fluid">
				<header class="header">

					<div class="row">
						<div class="col-sm-3 col-lg-logo">
							<h1><a href="https://www.zoneg.com.au"><img src="//www.zoneg.com.au/wp-content/uploads/2019/01/logo-zone-group.png" alt="Zone Group"></a></h1>
						</div>
						<div class="col-sm-4 col-md-6 col-lg-menu">
							<nav class="nav">
								<div class="header__menu"><ul id="menu-main-menu" class="menu"><li id="menu-item-1621" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-1621"><a href="/" aria-current="page">Home</a></li>
<li id="menu-item-880" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-880"><a href="https://www.zoneg.com.au/materials-handling-equipment/">About</a>
<ul class="sub-menu">
	<li id="menu-item-1871" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1871"><a href="https://www.zoneg.com.au/reviews/">Reviews</a></li>
	<li id="menu-item-1930" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1930"><a href="https://www.zoneg.com.au/gallery/">Project Gallery</a></li>
	<li id="menu-item-1228" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1228"><a href="https://www.zoneg.com.au/blog/">Blog</a></li>
</ul>
</li>
<li id="menu-item-406" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-406"><a href="/equipments/hire/">Hire</a>
<ul class="sub-menu">
	<li id="menu-item-410" class="menu-item menu-item-type-taxonomy menu-item-object-equipment_category menu-item-has-children menu-item-410"><a href="https://www.zoneg.com.au/equipments/manitou-hire/">Manitou Hire &#8211; Telehandlers &amp; Forklifts</a>
	<ul class="sub-menu">
		<li id="menu-item-424" class="menu-item menu-item-type-taxonomy menu-item-object-equipment_category menu-item-424"><a href="https://www.zoneg.com.au/equipments/telehandler-hire/">Telehandlers</a></li>
		<li id="menu-item-423" class="menu-item menu-item-type-taxonomy menu-item-object-equipment_category menu-item-423"><a href="https://www.zoneg.com.au/equipments/manitou-all-terrain-forklifts/">All Terrain Forklifts</a></li>
		<li id="menu-item-2039" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2039"><a href="/equipments/electric-forklift-trucks/">Electric Forklifts</a></li>
	</ul>
</li>
	<li id="menu-item-408" class="menu-item menu-item-type-taxonomy menu-item-object-equipment_category menu-item-has-children menu-item-408"><a href="https://www.zoneg.com.au/equipments/vacuum-lifter-hire/">Vacuum Lifters</a>
	<ul class="sub-menu">
		<li id="menu-item-1763" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1763"><a href="/equipments/vacuum-lifters/">Vacuum Lifters</a></li>
		<li id="menu-item-426" class="menu-item menu-item-type-taxonomy menu-item-object-equipment_category menu-item-426"><a href="https://www.zoneg.com.au/equipments/glazing-robots/">Glazing Robots</a></li>
		<li id="menu-item-938" class="menu-item menu-item-type-taxonomy menu-item-object-equipment_category menu-item-938"><a href="https://www.zoneg.com.au/equipments/panel-lifters/">Panel Lifters</a></li>
		<li id="menu-item-427" class="menu-item menu-item-type-taxonomy menu-item-object-equipment_category menu-item-427"><a href="https://www.zoneg.com.au/equipments/gyprock-lifters/">Gyprock Lifters</a></li>
		<li id="menu-item-937" class="menu-item menu-item-type-taxonomy menu-item-object-equipment_category menu-item-937"><a href="https://www.zoneg.com.au/equipments/glass-lifters/">Glass Lifters</a></li>
		<li id="menu-item-939" class="menu-item menu-item-type-taxonomy menu-item-object-equipment_category menu-item-939"><a href="https://www.zoneg.com.au/equipments/offset-lifting-beams/">Offset Lifting Beams</a></li>
	</ul>
</li>
	<li id="menu-item-409" class="menu-item menu-item-type-taxonomy menu-item-object-equipment_category menu-item-409"><a href="https://www.zoneg.com.au/equipments/mini-crawler-cranes/">Mini Crawler Cranes / Spider Cranes</a></li>
	<li id="menu-item-2006" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2006"><a href="/equipments/floor-crane-hire/">Floor Cranes</a></li>
	<li id="menu-item-1583" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1583"><a href="/equipments/a-frame-trolley-hire/">A-Frame Trolleys</a></li>
	<li id="menu-item-1582" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1582"><a href="/equipments/winch-hire/">Winches</a></li>
	<li id="menu-item-1580" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1580"><a href="/equipments/load-cells/">Load Cells</a></li>
	<li id="menu-item-1191" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1191"><a href="/equipments/tracked-loading-platforms/">Loading Platforms</a></li>
	<li id="menu-item-1929" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1929"><a href="https://www.zoneg.com.au/gallery/">Project Gallery</a></li>
</ul>
</li>
<li id="menu-item-460" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-460"><a href="/equipments/sales">Sales</a>
<ul class="sub-menu">
	<li id="menu-item-668" class="menu-item menu-item-type-taxonomy menu-item-object-equipment_category menu-item-has-children menu-item-668"><a href="https://www.zoneg.com.au/equipments/vacuum-lifter-sales/">Vacuum Lifters</a>
	<ul class="sub-menu">
		<li id="menu-item-2113" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2113"><a href="/equipments/smartlift-sale/">SMARTLIFT SALE</a></li>
		<li id="menu-item-2096" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2096"><a href="/equipments/new-smartlift-models/">NEW SMARTLIFTS</a></li>
		<li id="menu-item-1775" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1775"><a href="/equipments/vacuum-lifters-for-sale/">Vacuum Lifters</a></li>
		<li id="menu-item-669" class="menu-item menu-item-type-taxonomy menu-item-object-equipment_category menu-item-669"><a href="https://www.zoneg.com.au/equipments/sales-glazing-robots/">Glazing Robots</a></li>
		<li id="menu-item-941" class="menu-item menu-item-type-taxonomy menu-item-object-equipment_category menu-item-941"><a href="https://www.zoneg.com.au/equipments/panel-lifters-for-sale/">Panel Lifters</a></li>
		<li id="menu-item-670" class="menu-item menu-item-type-taxonomy menu-item-object-equipment_category menu-item-670"><a href="https://www.zoneg.com.au/equipments/sales-gyprock-lifter/">Gyprock Lifters</a></li>
		<li id="menu-item-940" class="menu-item menu-item-type-taxonomy menu-item-object-equipment_category menu-item-940"><a href="https://www.zoneg.com.au/equipments/sales-glass-lifters/">Glass Lifters</a></li>
		<li id="menu-item-942" class="menu-item menu-item-type-taxonomy menu-item-object-equipment_category menu-item-942"><a href="https://www.zoneg.com.au/equipments/offset-lifting-beam-sales/">Offset Lifting Beams</a></li>
		<li id="menu-item-936" class="menu-item menu-item-type-taxonomy menu-item-object-equipment_category menu-item-936"><a href="https://www.zoneg.com.au/equipments/oktopus-factory-manipulators/">Factory Manipulators</a></li>
	</ul>
</li>
	<li id="menu-item-2197" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2197"><a href="/equipments/sales-manitou-equipment/">Manitou</a>
	<ul class="sub-menu">
		<li id="menu-item-2198" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2198"><a href="/equipments/sales-telehandlers/">Telehandlers</a></li>
	</ul>
</li>
	<li id="menu-item-2014" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2014"><a href="/equipments/floor-cranes-for-sale/">Floor Cranes</a></li>
</ul>
</li>
<li id="menu-item-927" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-927"><a>Service</a>
<ul class="sub-menu">
	<li id="menu-item-178" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-178"><a href="https://www.zoneg.com.au/smart-lift-parts/">Smart Lift Parts</a></li>
	<li id="menu-item-486" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-486"><a href="https://www.zoneg.com.au/workshop-services/">Workshop Services</a></li>
</ul>
</li>
<li id="menu-item-612" class="menu-item menu-item-type-taxonomy menu-item-object-equipment_category menu-item-has-children menu-item-612"><a href="https://www.zoneg.com.au/equipments/specialised-lifting/">Specialised Lifting</a>
<ul class="sub-menu">
	<li id="menu-item-931" class="menu-item menu-item-type-taxonomy menu-item-object-equipment_category menu-item-931"><a href="https://www.zoneg.com.au/equipments/manitou-attachments/">Manitou Attachments</a></li>
	<li id="menu-item-932" class="menu-item menu-item-type-taxonomy menu-item-object-equipment_category menu-item-932"><a href="https://www.zoneg.com.au/equipments/smart-lift-attachments/">Smart Lift Attachments</a></li>
	<li id="menu-item-934" class="menu-item menu-item-type-taxonomy menu-item-object-equipment_category menu-item-934"><a href="https://www.zoneg.com.au/equipments/mini-crane-attachments/">Mini Crane Attachments</a></li>
</ul>
</li>
<li id="menu-item-24" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-24"><a href="https://www.zoneg.com.au/contact/">Contact</a></li>
</ul></div>								<div class="header__mobile_menu"></div>
							</nav>
						</div>
						<div class="col-xs-2 col-sm-1">
							 
						</div>
						<div class="col-xs-10 col-sm-4 col-md-2 header__request">
							<a href="https://www.zoneg.com.au/contact/">Request a free demo</a>							<div class="header-phone">Phone: <a href="tel:+1300099338">1300 099 338</a></div>
						</div>
					</div>

				</header>
			</div>

							<section class="banner">
			 <style>
				 	.banner {
    
   min-height: auto !important; 
    position: relative;
    z-index: 3;
    overflow: hidden;
}
 .container-video {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 43.25%;
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
	</style>
					
<div class="container-video">
 <iframe loading="lazy" class="responsive-iframe" src="about:blank"  allow="autoplay" frameborder="0" allowfullscreen data-rocket-lazyload="fitvidscompatible" data-lazy-src="https://www.youtube.com/embed/KbsiSIB2qxo?rel=0&#038;modestbranding=1&#038;autohide=1&#038;mute=1&#038;showinfo=0&#038;controls=1&#038;autoplay=1"></iframe><noscript><iframe class="responsive-iframe" src="https://www.youtube.com/embed/KbsiSIB2qxo?rel=0&modestbranding=1&autohide=1&mute=1&showinfo=0&controls=1&autoplay=1"  allow="autoplay" frameborder="0" allowfullscreen></iframe></noscript>  
		
	
</div> 
				 
				</section>
			
<section class="front-page">

	<div class="container">
		<div class="row">
			<div class="front-page__content col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2">
						<div data-elementor-type="wp-post" data-elementor-id="1619" class="elementor elementor-1619">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-14b2a5ab elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="14b2a5ab" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2a0de6bd" data-id="2a0de6bd" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-7896416a elementor-widget elementor-widget-text-editor" data-id="7896416a" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<h1 style="font-size: 28px;">Lifting Equipment Hire &amp; Sales Australia-Wide</h1><p style="text-align: center;"><strong>At Zone Group, Your Challenge Is Accepted.</strong><br />Equipped With A Specialised Fleet of Machinery, Extensive Knowledge And The Right Safety Specialists. We Are Committed To Providing You With Innovative Lifting Equipment Hire &amp; Sales Solutions To Meet Your Requirements.</p><p style="text-align: center; font-size: 16px; margin-bottom: 30px;"><a href="https://www.zoneg.com.au/wp-content/uploads/2023/10/zone-group-catalogue.pdf" target="_blank" rel="noopener noreferrer">Download Product Brochure<br /><img decoding="async" class="alignnone size-full wp-image-1079" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Download Product Brochure" data-width="40" data-height="40" data-lazy-src="/wp-content/uploads/2019/02/pdf-download.jpg" /><noscript><img decoding="async" class="alignnone size-full wp-image-1079" src="/wp-content/uploads/2019/02/pdf-download.jpg" alt="Download Product Brochure" data-width="40" data-height="40" /></noscript></a></p><p><iframe loading="lazy" src="about:blank" width="100%" height="400" frameborder="0" allowfullscreen="allowfullscreen" data-rocket-lazyload="fitvidscompatible" data-lazy-src="https://www.youtube.com/embed/b1CssAjrprs?rel=0"></iframe><noscript><iframe src="https://www.youtube.com/embed/b1CssAjrprs?rel=0" width="100%" height="400" frameborder="0" allowfullscreen="allowfullscreen"></iframe></noscript></p>						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
					</div>
		</div>
	</div>

			<div class="featured-eq clearfix">
							<div class="card card--left clearfix">
					<div class="card__img">
						<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="https://www.zoneg.com.au/wp-content/uploads/2022/08/vacuum-lifters.png" ><noscript><img src="https://www.zoneg.com.au/wp-content/uploads/2022/08/vacuum-lifters.png" ></noscript>						<div class="helper"></div>
					</div>
					<div class="card__wrap">
						<h3>Vacuum Lifters</h3>
												<div>Zone Group specialise in Smartlift &#038; Oktopus vacuum lifter hire and sales solutions throughout Australia. Select from an industry leading range of vacuum lifters that efficiently and safely rotate, elevate, lift or otherwise manoeuvre sheets of metal, glass, stone and other non-porous materials, both indoors and out.</div>
												<a href="https://www.zoneg.com.au/equipments/vacuum-lifters/" class="button button--outlined">Hire</a>
													
													 <a href="/equipments/vacuum-lifters-for-sale/" style="margin-left:10px;" class="button button--outlined">Sales</a>
										</div>
				</div>
							<div class="card card--right clearfix">
					<div class="card__img">
						<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="https://www.zoneg.com.au/wp-content/uploads/2022/08/glazing-robots.png" ><noscript><img src="https://www.zoneg.com.au/wp-content/uploads/2022/08/glazing-robots.png" ></noscript>						<div class="helper"></div>
					</div>
					<div class="card__wrap">
						<h3>Glazing Robots</h3>
												<div>As the exclusive authorised dealer of Smartlift glazing robots within Australia, we have an extensive range of indoor and outdoor glazing robots that offer extreme precision, easy operation and robust design. We can offer a glazing robot hire or sales solution tailored to your individual requirements.</div>
												<a href="https://www.zoneg.com.au/equipments/glazing-robots/" class="button button--outlined">Hire</a>
													
													 <a href="/equipments/sales-glazing-robots/" style="margin-left:10px;" class="button button--outlined">Sales</a>
										</div>
				</div>
			<div class="clearfix"></div>				<div class="card card--left clearfix">
					<div class="card__img">
						<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="https://www.zoneg.com.au/wp-content/uploads/2022/08/panel-lifters.png" ><noscript><img src="https://www.zoneg.com.au/wp-content/uploads/2022/08/panel-lifters.png" ></noscript>						<div class="helper"></div>
					</div>
					<div class="card__wrap">
						<h3>Panel Lifters</h3>
												<div>Our Oktopus Panel Lifters are at the forefront of design, engineering and safety. Whether you are lifting wall or roof panels, Zone Group has the solution to suit your application. Easy installation with either forklift, telehandler or crane. Available for hire Australia-wide.</div>
												<a href="https://www.zoneg.com.au/equipments/panel-lifters/" class="button button--outlined">Hire</a>
													
													 <a href="/equipments/panel-lifters-for-sale/" style="margin-left:10px;" class="button button--outlined">Sales</a>
										</div>
				</div>
							<div class="card card--right clearfix">
					<div class="card__img">
						<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="https://www.zoneg.com.au/wp-content/uploads/2022/08/telehandler-hire.png" ><noscript><img src="https://www.zoneg.com.au/wp-content/uploads/2022/08/telehandler-hire.png" ></noscript>						<div class="helper"></div>
					</div>
					<div class="card__wrap">
						<h3>Telehandlers</h3>
												<div>We stock a range of Manitou Telehandlers (also known as telescopic handlers, teleporters or boom lifts) that are durable, versatile and reliable. Select from 12 models with capacities up to 13,000kg. Wet and dry hire options available Australia-wide.</div>
												<a href="https://www.zoneg.com.au/equipments/telehandler-hire/" class="button button--outlined">Hire</a>
													
													 <a href="/equipments/sales-telehandlers/" style="margin-left:10px;" class="button button--outlined">Sales</a>
										</div>
				</div>
			<div class="clearfix"></div>				<div class="card card--left clearfix">
					<div class="card__img">
						<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="https://www.zoneg.com.au/wp-content/uploads/2022/08/all-terrain-forklifts.png" ><noscript><img src="https://www.zoneg.com.au/wp-content/uploads/2022/08/all-terrain-forklifts.png" ></noscript>						<div class="helper"></div>
					</div>
					<div class="card__wrap">
						<h3>All Terrain Forklifts</h3>
												<div>This range of Manitou 4WD all terrain forklifts are capable of operating over all types of ground, including uneven surfaces. Particularly robust, they remain efficient in the most extreme conditions of use. Available to hire Australia-wide.</div>
												<a href="https://www.zoneg.com.au/equipments/manitou-all-terrain-forklifts/" class="button button--outlined">Hire</a>
												</div>
				</div>
							<div class="card card--right clearfix">
					<div class="card__img">
						<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="https://www.zoneg.com.au/wp-content/uploads/2023/08/electric-forklift-hire-perth.png" ><noscript><img src="https://www.zoneg.com.au/wp-content/uploads/2023/08/electric-forklift-hire-perth.png" ></noscript>						<div class="helper"></div>
					</div>
					<div class="card__wrap">
						<h3>Electric Forklift Trucks</h3>
												<div>The Manitou Manitou ME 425C Electric Forklift Truck offers a maximum load capacity of 2,500 kg capable of transporting your goods and various materials in complete safety. Its compact design is ideal for efficient handling.</div>
												<a href="https://www.zoneg.com.au/equipments/electric-forklift-trucks/" class="button button--outlined">Hire</a>
												</div>
				</div>
			<div class="clearfix"></div>				<div class="card card--left clearfix">
					<div class="card__img">
						<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="https://www.zoneg.com.au/wp-content/uploads/2022/08/mini-crawler-cranes.png" ><noscript><img src="https://www.zoneg.com.au/wp-content/uploads/2022/08/mini-crawler-cranes.png" ></noscript>						<div class="helper"></div>
					</div>
					<div class="card__wrap">
						<h3>Mini Crawler Cranes / Spider Cranes</h3>
												<div>Our mini crawler / spider cranes are perfect for worksites with confined space where you need to light heavy loads at great heights. Designed to go just about anywhere, their continuous tracks also make them ideal for use on rough or uneven grounds. Available to hire Australia-wide.</div>
												<a href="https://www.zoneg.com.au/equipments/mini-crawler-cranes/" class="button button--outlined">Hire</a>
												</div>
				</div>
							<div class="card card--right clearfix">
					<div class="card__img">
						<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="https://www.zoneg.com.au/wp-content/uploads/2023/08/floor-crane-hire.png" ><noscript><img src="https://www.zoneg.com.au/wp-content/uploads/2023/08/floor-crane-hire.png" ></noscript>						<div class="helper"></div>
					</div>
					<div class="card__wrap">
						<h3>Floor Cranes</h3>
												<div>Zone Group is proud to be an Australian distributor for Wienold Floor Cranes. Boasting over 30 years of experience, Wienold-Lifte is a German limited liability company (GmbH) that manufactures industry-leading floor cranes and other material and personnel lifting equipment.</div>
												<a href="https://www.zoneg.com.au/equipments/floor-crane-hire/" class="button button--outlined">Hire</a>
													
													 <a href="/equipments/floor-cranes-for-sale/" style="margin-left:10px;" class="button button--outlined">Sales</a>
										</div>
				</div>
			<div class="clearfix"></div>		</div>

	
		<div class="meet-zone container">
		<div class="row">
			<div class="col-sm-4 col-md-3">
				<img width="300" height="263" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20263'%3E%3C/svg%3E" class="img-responsive" alt="Joe &amp; Amy" decoding="async" data-lazy-srcset="https://www.zoneg.com.au/wp-content/uploads/2016/05/joeamy-sm.png 300w, https://www.zoneg.com.au/wp-content/uploads/2016/05/joeamy-sm-100x88.png 100w, https://www.zoneg.com.au/wp-content/uploads/2016/05/joeamy-sm-29x25.png 29w" data-lazy-sizes="(max-width: 300px) 100vw, 300px" data-lazy-src="https://www.zoneg.com.au/wp-content/uploads/2016/05/joeamy-sm.png" /><noscript><img width="300" height="263" src="https://www.zoneg.com.au/wp-content/uploads/2016/05/joeamy-sm.png" class="img-responsive" alt="Joe &amp; Amy" decoding="async" srcset="https://www.zoneg.com.au/wp-content/uploads/2016/05/joeamy-sm.png 300w, https://www.zoneg.com.au/wp-content/uploads/2016/05/joeamy-sm-100x88.png 100w, https://www.zoneg.com.au/wp-content/uploads/2016/05/joeamy-sm-29x25.png 29w" sizes="(max-width: 300px) 100vw, 300px" /></noscript>			</div>
			<div class="col-sm-8 col-md-9">
				<h3>Meet Zone Group</h3>
				<p><p>Both Amy and Joe created The Zone Group of Companies because they identified a market which needed Specialised Lifting Equipment Solutions. &#8220;Our team are qualified and experienced and we enjoy completing challenging projects. We are here to help and we both look forward to being of service to you soon.&#8221;</p>
</p>
			</div>
		</div>
	</div>

	<div class="why-zone">
		<div class="container">
			<h3>Why Choose Zone Group?</h3>
			<div class="row">
									<div class="media-icon col-sm-3">
						<div>
							<img width="236" height="177" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20236%20177'%3E%3C/svg%3E" class="attachment-full size-full" alt="We Listen To You" decoding="async" data-lazy-srcset="https://www.zoneg.com.au/wp-content/uploads/2019/01/we-listen-to-you.jpg 236w, https://www.zoneg.com.au/wp-content/uploads/2019/01/we-listen-to-you-100x75.jpg 100w" data-lazy-sizes="(max-width: 236px) 100vw, 236px" data-lazy-src="https://www.zoneg.com.au/wp-content/uploads/2019/01/we-listen-to-you.jpg" /><noscript><img width="236" height="177" src="https://www.zoneg.com.au/wp-content/uploads/2019/01/we-listen-to-you.jpg" class="attachment-full size-full" alt="We Listen To You" decoding="async" srcset="https://www.zoneg.com.au/wp-content/uploads/2019/01/we-listen-to-you.jpg 236w, https://www.zoneg.com.au/wp-content/uploads/2019/01/we-listen-to-you-100x75.jpg 100w" sizes="(max-width: 236px) 100vw, 236px" /></noscript>						</div>
						<h3>We Listen To You</h3>
						<p><p>At Zone we believe in actually<br />
listening to our customers to<br />
find out exactly how we can help.</p>
</p>
					</div>
									<div class="media-icon col-sm-3">
						<div>
							<img width="236" height="177" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20236%20177'%3E%3C/svg%3E" class="attachment-full size-full" alt="Your Challenge is Accepted" decoding="async" data-lazy-srcset="https://www.zoneg.com.au/wp-content/uploads/2019/01/your-challenge-is-accepted.jpg 236w, https://www.zoneg.com.au/wp-content/uploads/2019/01/your-challenge-is-accepted-100x75.jpg 100w" data-lazy-sizes="(max-width: 236px) 100vw, 236px" data-lazy-src="https://www.zoneg.com.au/wp-content/uploads/2019/01/your-challenge-is-accepted.jpg" /><noscript><img width="236" height="177" src="https://www.zoneg.com.au/wp-content/uploads/2019/01/your-challenge-is-accepted.jpg" class="attachment-full size-full" alt="Your Challenge is Accepted" decoding="async" srcset="https://www.zoneg.com.au/wp-content/uploads/2019/01/your-challenge-is-accepted.jpg 236w, https://www.zoneg.com.au/wp-content/uploads/2019/01/your-challenge-is-accepted-100x75.jpg 100w" sizes="(max-width: 236px) 100vw, 236px" /></noscript>						</div>
						<h3>Your Challenge is Accepted</h3>
						<p><p>Our team are not afraid of your difficult or challenging tasks and projects.</p>
</p>
					</div>
									<div class="media-icon col-sm-3">
						<div>
							<img width="236" height="177" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20236%20177'%3E%3C/svg%3E" class="attachment-full size-full" alt="" decoding="async" data-lazy-srcset="https://www.zoneg.com.au/wp-content/uploads/2019/01/we-enjoy-what-we-do.jpg 236w, https://www.zoneg.com.au/wp-content/uploads/2019/01/we-enjoy-what-we-do-100x75.jpg 100w" data-lazy-sizes="(max-width: 236px) 100vw, 236px" data-lazy-src="https://www.zoneg.com.au/wp-content/uploads/2019/01/we-enjoy-what-we-do.jpg" /><noscript><img width="236" height="177" src="https://www.zoneg.com.au/wp-content/uploads/2019/01/we-enjoy-what-we-do.jpg" class="attachment-full size-full" alt="" decoding="async" srcset="https://www.zoneg.com.au/wp-content/uploads/2019/01/we-enjoy-what-we-do.jpg 236w, https://www.zoneg.com.au/wp-content/uploads/2019/01/we-enjoy-what-we-do-100x75.jpg 100w" sizes="(max-width: 236px) 100vw, 236px" /></noscript>						</div>
						<h3>We Enjoy What We Do</h3>
						<p><p>After 30 years in the business<br />
we are very passionate about<br />
the specialised lifting and safety industry. </p>
</p>
					</div>
									<div class="media-icon col-sm-3">
						<div>
							<img width="236" height="177" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20236%20177'%3E%3C/svg%3E" class="attachment-full size-full" alt="Experience And Innovation" decoding="async" data-lazy-srcset="https://www.zoneg.com.au/wp-content/uploads/2019/01/experience-and-innovation.jpg 236w, https://www.zoneg.com.au/wp-content/uploads/2019/01/experience-and-innovation-100x75.jpg 100w" data-lazy-sizes="(max-width: 236px) 100vw, 236px" data-lazy-src="https://www.zoneg.com.au/wp-content/uploads/2019/01/experience-and-innovation.jpg" /><noscript><img width="236" height="177" src="https://www.zoneg.com.au/wp-content/uploads/2019/01/experience-and-innovation.jpg" class="attachment-full size-full" alt="Experience And Innovation" decoding="async" srcset="https://www.zoneg.com.au/wp-content/uploads/2019/01/experience-and-innovation.jpg 236w, https://www.zoneg.com.au/wp-content/uploads/2019/01/experience-and-innovation-100x75.jpg 100w" sizes="(max-width: 236px) 100vw, 236px" /></noscript>						</div>
						<h3>Experience And  Innovation</h3>
						<p><p>We always like to be ahead of the game. Always willing to accept new ideas, embrace change and stay relevant.</p>
</p>
					</div>
							</div>
		</div>
	</div>
	<div class="instagram-section"  style="display:none;">
	<div class="container">
		<h3 style="text-align:center;">Instagram</h3>
		<div class="row">

			
		</div>
	</div>
		</div>
	<style>
		.instagram-section {
    
    padding: 30px 0;
    text-align: center;
}
@media only screen and (max-width: 1024px) {
header#masthead {
    display: block !important;
 height : 90px;
	background-size:cover;
}
}

/* Grid style */
.display-posts-listing.grid {
	display: grid;
	grid-gap: 16px;
}

.display-posts-listing.grid .title {
	display: block;
}

.display-posts-listing.grid img { 
	display: block; 
	max-width: 100%; 
	height: auto; 
}

@media (min-width: 600px) {
	.display-posts-listing.grid {
		grid-template-columns: repeat( 2, 1fr );
	}
}

@media (min-width: 1024px) {
	.display-posts-listing.grid {
		grid-template-columns: repeat( 3, 1fr );
	}
}
.listing-item {
    padding: 9px;
}

.listing-item a.title {
    padding: 1px 10px;
    font-size: 1.3125em;
	margin-top:5px;
    font-family: ProximaBold, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  
}
.blog {
	
	
	    background-color: #f8f8f8;
    padding: 30px 0;
    text-align: center;
}
	.listing-item img {
    height: 249px !important;
}
</style>
		<div class="blog">
<div class="container">
		<h3 style="text-align:center;">Blog</h3>
		<div class="row">

			<div class="display-posts-listing grid"><div class="listing-item"><a class="image" href="https://www.zoneg.com.au/exponential-reach-our-smartlifts/"><img data-width="600" data-height="444" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" class="attachment-full size-full wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.zoneg.com.au/wp-content/uploads/2023/11/smartlift-growth.jpg 600w, https://www.zoneg.com.au/wp-content/uploads/2023/11/smartlift-growth-300x222.jpg 300w, https://www.zoneg.com.au/wp-content/uploads/2023/11/smartlift-growth-372x275.jpg 372w, https://www.zoneg.com.au/wp-content/uploads/2023/11/smartlift-growth-100x74.jpg 100w, https://www.zoneg.com.au/wp-content/uploads/2023/11/smartlift-growth-270x200.jpg 270w, https://www.zoneg.com.au/wp-content/uploads/2023/11/smartlift-growth-325x241.jpg 325w" data-lazy-sizes="(max-width: 600px) 100vw, 600px" data-lazy-src="https://www.zoneg.com.au/wp-content/uploads/2023/11/smartlift-growth.jpg" /><noscript><img data-width="600" data-height="444" src="https://www.zoneg.com.au/wp-content/uploads/2023/11/smartlift-growth.jpg" class="attachment-full size-full wp-post-image" alt="" decoding="async" srcset="https://www.zoneg.com.au/wp-content/uploads/2023/11/smartlift-growth.jpg 600w, https://www.zoneg.com.au/wp-content/uploads/2023/11/smartlift-growth-300x222.jpg 300w, https://www.zoneg.com.au/wp-content/uploads/2023/11/smartlift-growth-372x275.jpg 372w, https://www.zoneg.com.au/wp-content/uploads/2023/11/smartlift-growth-100x74.jpg 100w, https://www.zoneg.com.au/wp-content/uploads/2023/11/smartlift-growth-270x200.jpg 270w, https://www.zoneg.com.au/wp-content/uploads/2023/11/smartlift-growth-325x241.jpg 325w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a> <a class="title" href="https://www.zoneg.com.au/exponential-reach-our-smartlifts/">The Exponential &#8216;Reach&#8217; of our Smartlifts</a></div><div class="listing-item"><a class="image" href="https://www.zoneg.com.au/the-boom-in-telehandlers/"><img data-width="600" data-height="444" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" class="attachment-full size-full wp-post-image" alt="Telehandlers" decoding="async" data-lazy-srcset="https://www.zoneg.com.au/wp-content/uploads/2022/08/telehandlers.png 600w, https://www.zoneg.com.au/wp-content/uploads/2022/08/telehandlers-300x222.png 300w, https://www.zoneg.com.au/wp-content/uploads/2022/08/telehandlers-372x275.png 372w, https://www.zoneg.com.au/wp-content/uploads/2022/08/telehandlers-100x74.png 100w, https://www.zoneg.com.au/wp-content/uploads/2022/08/telehandlers-270x200.png 270w, https://www.zoneg.com.au/wp-content/uploads/2022/08/telehandlers-325x241.png 325w" data-lazy-sizes="(max-width: 600px) 100vw, 600px" data-lazy-src="https://www.zoneg.com.au/wp-content/uploads/2022/08/telehandlers.png" /><noscript><img data-width="600" data-height="444" src="https://www.zoneg.com.au/wp-content/uploads/2022/08/telehandlers.png" class="attachment-full size-full wp-post-image" alt="Telehandlers" decoding="async" srcset="https://www.zoneg.com.au/wp-content/uploads/2022/08/telehandlers.png 600w, https://www.zoneg.com.au/wp-content/uploads/2022/08/telehandlers-300x222.png 300w, https://www.zoneg.com.au/wp-content/uploads/2022/08/telehandlers-372x275.png 372w, https://www.zoneg.com.au/wp-content/uploads/2022/08/telehandlers-100x74.png 100w, https://www.zoneg.com.au/wp-content/uploads/2022/08/telehandlers-270x200.png 270w, https://www.zoneg.com.au/wp-content/uploads/2022/08/telehandlers-325x241.png 325w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a> <a class="title" href="https://www.zoneg.com.au/the-boom-in-telehandlers/">The Boom in Telehandlers</a></div><div class="listing-item"><a class="image" href="https://www.zoneg.com.au/vacuum-lifters/"><img data-width="600" data-height="444" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" class="attachment-full size-full wp-post-image" alt="Vacuum Lifters" decoding="async" data-lazy-srcset="https://www.zoneg.com.au/wp-content/uploads/2021/07/vacuum-lifters.jpg 600w, https://www.zoneg.com.au/wp-content/uploads/2021/07/vacuum-lifters-300x222.jpg 300w, https://www.zoneg.com.au/wp-content/uploads/2021/07/vacuum-lifters-372x275.jpg 372w, https://www.zoneg.com.au/wp-content/uploads/2021/07/vacuum-lifters-100x74.jpg 100w, https://www.zoneg.com.au/wp-content/uploads/2021/07/vacuum-lifters-270x200.jpg 270w, https://www.zoneg.com.au/wp-content/uploads/2021/07/vacuum-lifters-325x241.jpg 325w" data-lazy-sizes="(max-width: 600px) 100vw, 600px" data-lazy-src="https://www.zoneg.com.au/wp-content/uploads/2021/07/vacuum-lifters.jpg" /><noscript><img data-width="600" data-height="444" src="https://www.zoneg.com.au/wp-content/uploads/2021/07/vacuum-lifters.jpg" class="attachment-full size-full wp-post-image" alt="Vacuum Lifters" decoding="async" srcset="https://www.zoneg.com.au/wp-content/uploads/2021/07/vacuum-lifters.jpg 600w, https://www.zoneg.com.au/wp-content/uploads/2021/07/vacuum-lifters-300x222.jpg 300w, https://www.zoneg.com.au/wp-content/uploads/2021/07/vacuum-lifters-372x275.jpg 372w, https://www.zoneg.com.au/wp-content/uploads/2021/07/vacuum-lifters-100x74.jpg 100w, https://www.zoneg.com.au/wp-content/uploads/2021/07/vacuum-lifters-270x200.jpg 270w, https://www.zoneg.com.au/wp-content/uploads/2021/07/vacuum-lifters-325x241.jpg 325w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a> <a class="title" href="https://www.zoneg.com.au/vacuum-lifters/">Vacuum Lifters &#8211; An Extensive Guide</a></div><div class="listing-item"><a class="image" href="https://www.zoneg.com.au/smartlift/"><img data-width="881" data-height="588" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" class="attachment-full size-full wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.zoneg.com.au/wp-content/uploads/2020/06/Sky-Lifter-SL-400-Glassheis-3.jpg 881w, https://www.zoneg.com.au/wp-content/uploads/2020/06/Sky-Lifter-SL-400-Glassheis-3-300x200.jpg 300w, https://www.zoneg.com.au/wp-content/uploads/2020/06/Sky-Lifter-SL-400-Glassheis-3-768x513.jpg 768w, https://www.zoneg.com.au/wp-content/uploads/2020/06/Sky-Lifter-SL-400-Glassheis-3-405x270.jpg 405w, https://www.zoneg.com.au/wp-content/uploads/2020/06/Sky-Lifter-SL-400-Glassheis-3-100x67.jpg 100w, https://www.zoneg.com.au/wp-content/uploads/2020/06/Sky-Lifter-SL-400-Glassheis-3-325x217.jpg 325w" data-lazy-sizes="(max-width: 881px) 100vw, 881px" data-lazy-src="https://www.zoneg.com.au/wp-content/uploads/2020/06/Sky-Lifter-SL-400-Glassheis-3.jpg" /><noscript><img data-width="881" data-height="588" src="https://www.zoneg.com.au/wp-content/uploads/2020/06/Sky-Lifter-SL-400-Glassheis-3.jpg" class="attachment-full size-full wp-post-image" alt="" decoding="async" srcset="https://www.zoneg.com.au/wp-content/uploads/2020/06/Sky-Lifter-SL-400-Glassheis-3.jpg 881w, https://www.zoneg.com.au/wp-content/uploads/2020/06/Sky-Lifter-SL-400-Glassheis-3-300x200.jpg 300w, https://www.zoneg.com.au/wp-content/uploads/2020/06/Sky-Lifter-SL-400-Glassheis-3-768x513.jpg 768w, https://www.zoneg.com.au/wp-content/uploads/2020/06/Sky-Lifter-SL-400-Glassheis-3-405x270.jpg 405w, https://www.zoneg.com.au/wp-content/uploads/2020/06/Sky-Lifter-SL-400-Glassheis-3-100x67.jpg 100w, https://www.zoneg.com.au/wp-content/uploads/2020/06/Sky-Lifter-SL-400-Glassheis-3-325x217.jpg 325w" sizes="(max-width: 881px) 100vw, 881px" /></noscript></a> <a class="title" href="https://www.zoneg.com.au/smartlift/">Smartlift &#8211; Maximum Precision &#038; Ease of Use</a></div><div class="listing-item"><a class="image" href="https://www.zoneg.com.au/manual-handling-injuries/"><img data-width="600" data-height="444" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" class="attachment-full size-full wp-post-image" alt="Manual Handling Injuries" decoding="async" data-lazy-srcset="https://www.zoneg.com.au/wp-content/uploads/2020/05/manual-handling-injuries.jpg 600w, https://www.zoneg.com.au/wp-content/uploads/2020/05/manual-handling-injuries-300x222.jpg 300w, https://www.zoneg.com.au/wp-content/uploads/2020/05/manual-handling-injuries-372x275.jpg 372w, https://www.zoneg.com.au/wp-content/uploads/2020/05/manual-handling-injuries-100x74.jpg 100w, https://www.zoneg.com.au/wp-content/uploads/2020/05/manual-handling-injuries-270x200.jpg 270w, https://www.zoneg.com.au/wp-content/uploads/2020/05/manual-handling-injuries-325x241.jpg 325w" data-lazy-sizes="(max-width: 600px) 100vw, 600px" data-lazy-src="https://www.zoneg.com.au/wp-content/uploads/2020/05/manual-handling-injuries.jpg" /><noscript><img data-width="600" data-height="444" src="https://www.zoneg.com.au/wp-content/uploads/2020/05/manual-handling-injuries.jpg" class="attachment-full size-full wp-post-image" alt="Manual Handling Injuries" decoding="async" srcset="https://www.zoneg.com.au/wp-content/uploads/2020/05/manual-handling-injuries.jpg 600w, https://www.zoneg.com.au/wp-content/uploads/2020/05/manual-handling-injuries-300x222.jpg 300w, https://www.zoneg.com.au/wp-content/uploads/2020/05/manual-handling-injuries-372x275.jpg 372w, https://www.zoneg.com.au/wp-content/uploads/2020/05/manual-handling-injuries-100x74.jpg 100w, https://www.zoneg.com.au/wp-content/uploads/2020/05/manual-handling-injuries-270x200.jpg 270w, https://www.zoneg.com.au/wp-content/uploads/2020/05/manual-handling-injuries-325x241.jpg 325w" sizes="(max-width: 600px) 100vw, 600px" /></noscript></a> <a class="title" href="https://www.zoneg.com.au/manual-handling-injuries/">Manual Handling Injuries in the Workplace</a></div><div class="listing-item"><a class="image" href="https://www.zoneg.com.au/government-stimulus-package/"><img data-width="800" data-height="533" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" class="attachment-full size-full wp-post-image" alt="Government Stimulus Package" decoding="async" data-lazy-srcset="https://www.zoneg.com.au/wp-content/uploads/2020/03/government-stimulus-package.jpg 800w, https://www.zoneg.com.au/wp-content/uploads/2020/03/government-stimulus-package-300x200.jpg 300w, https://www.zoneg.com.au/wp-content/uploads/2020/03/government-stimulus-package-768x512.jpg 768w, https://www.zoneg.com.au/wp-content/uploads/2020/03/government-stimulus-package-405x270.jpg 405w, https://www.zoneg.com.au/wp-content/uploads/2020/03/government-stimulus-package-100x67.jpg 100w, https://www.zoneg.com.au/wp-content/uploads/2020/03/government-stimulus-package-325x217.jpg 325w" data-lazy-sizes="(max-width: 800px) 100vw, 800px" data-lazy-src="https://www.zoneg.com.au/wp-content/uploads/2020/03/government-stimulus-package.jpg" /><noscript><img data-width="800" data-height="533" src="https://www.zoneg.com.au/wp-content/uploads/2020/03/government-stimulus-package.jpg" class="attachment-full size-full wp-post-image" alt="Government Stimulus Package" decoding="async" srcset="https://www.zoneg.com.au/wp-content/uploads/2020/03/government-stimulus-package.jpg 800w, https://www.zoneg.com.au/wp-content/uploads/2020/03/government-stimulus-package-300x200.jpg 300w, https://www.zoneg.com.au/wp-content/uploads/2020/03/government-stimulus-package-768x512.jpg 768w, https://www.zoneg.com.au/wp-content/uploads/2020/03/government-stimulus-package-405x270.jpg 405w, https://www.zoneg.com.au/wp-content/uploads/2020/03/government-stimulus-package-100x67.jpg 100w, https://www.zoneg.com.au/wp-content/uploads/2020/03/government-stimulus-package-325x217.jpg 325w" sizes="(max-width: 800px) 100vw, 800px" /></noscript></a> <a class="title" href="https://www.zoneg.com.au/government-stimulus-package/">Government Stimulus Package</a></div></div>
		</div>
	</div>
	</div>
</section>

		</main>
		<!-- main -->

		<!-- footer -->
		<footer class="footer">
			<div class="container">

				<div class="row footer__top">
					
					<div class="col-md-7 col-lg-8">
						<h3>Zone Group</h3>
						<nav>
							<div class="footer__menu clearfix"><ul id="menu-footer-menu" class="menu"><li id="menu-item-881" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-881"><a href="https://www.zoneg.com.au/materials-handling-equipment/">About</a></li>
<li id="menu-item-770" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-770"><a href="/equipments/hire/">Equipment Hire</a></li>
<li id="menu-item-771" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-771"><a href="/equipments/sales/">Equipment Sales</a></li>
<li id="menu-item-772" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-772"><a href="https://www.zoneg.com.au/equipments/specialised-lifting/">Specialised Lifting</a></li>
<li id="menu-item-1229" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1229"><a href="https://www.zoneg.com.au/blog/">Blog</a></li>
<li id="menu-item-61" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-61"><a href="https://www.zoneg.com.au/contact/">Contact</a></li>
</ul></div>						</nav>
						<nav id="second-menu">
							<div class="footer__menu clearfix"><ul id="menu-footer-menu-bottom" class="menu"><li id="menu-item-1607" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1607"><a href="/equipments/manitou-hire/">Manitou Hire</a></li>
<li id="menu-item-1608" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1608"><a href="/equipments/telehandler-hire/">Telehandler Hire</a></li>
<li id="menu-item-1609" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1609"><a href="/equipments/vacuum-lifter-hire/">Vacuum Lifter Hire</a></li>
<li id="menu-item-1610" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1610"><a href="/equipments/mini-crawler-cranes/">Mini Crawler Crane Hire</a></li>
</ul></div>						</nav>
					</div>

					<div class="col-md-5 col-lg-4">
						<h3>Office</h3>
													<div>
								<i class="fa fa-map-marker" aria-hidden="true"></i> 113 Victoria Road, Kenwick, WA 6107, Australia</a>
							</div>
												<a href="tel:1300099338"><i class="fa fa-phone-square" aria-hidden="true"></i> 1300 099 338</a>
												<a href="/cdn-cgi/l/email-protection#066f686069467c696863612865696b286773" class="office__email"><i class="fa fa-envelope-square" aria-hidden="true"></i> <span class="__cf_email__" data-cfemail="c1a8afa7ae81bbaeafa4a6efa2aeacefa0b4">[email&#160;protected]</span></a>
											</div>

				</div><!-- footer__top -->
			
	 

				<div class="footer__line"></div>

				<div class="row footer__mid">

					<div class="col-sm-6 col-md-2">
						<h3>Follow us</h3>
						<ul class="footer__mid-social clearfix">
							<li><a href="https://www.facebook.com/zoneg.com.au/" target="_blank"><i class="fa fa-facebook-square" aria-hidden="true"></i></a></li> 
							
						    <li><a href="https://www.youtube.com/channel/UC0AE80fYDFC5Dq3yTOJNerQ/videos" target="_blank"><i class="fa fa-youtube-square" aria-hidden="true"></i></a></li>							
<li><a href="https://www.instagram.com/zonegroupptyltd/" target="_blank"><i class="fa fa-instagram" aria-hidden="true"></i></a></li>												
							<!--
							-->
							<li><a href="https://www.linkedin.com/company/zone-group-pty-ltd/" target="_blank"><li><a href="https://www.linkedin.com/company/zone-group-pty-ltd/" target="_blank"><i class="fa fa-linkedin-square" aria-hidden="true"></i></a></li>						</ul> 




					</div>

					<div class="col-sm-6 col-md-4">

<h3>Get the latest news and promotions</h3>
						<div class="footer__form clearfix">
							<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script type="rocketlazyloadscript" data-rocket-type="text/javascript"></script>
                <div class='gf_browser_unknown gform_wrapper gform_legacy_markup_wrapper gform-theme--no-framework' data-form-theme='legacy' data-form-index='0' id='gform_wrapper_1' ><div id='gf_1' class='gform_anchor' tabindex='-1'></div><form method='post' enctype='multipart/form-data' target='gform_ajax_frame_1' id='gform_1'  action='/#gf_1' data-formid='1' novalidate>
                        <div class='gform-body gform_body'><ul id='gform_fields_1' class='gform_fields top_label form_sublabel_below description_below validation_below'><li id="field_1_1" class="gfield gfield--type-text gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_1_1" ><label class='gfield_label gform-field-label' for='input_1_1'>Email address<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_text'><input name='input_1' id='input_1_1' type='text' value='' class='medium'   tabindex='49' placeholder='Enter Email Address' aria-required="true" aria-invalid="false"   /></div></li><li id="field_1_2" class="gfield gfield--type-captcha gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_1_2" ><label class='gfield_label gform-field-label' for='input_1_2'>CAPTCHA</label><div id='input_1_2' class='ginput_container ginput_recaptcha' data-sitekey='6LcMMJ8oAAAAALC0_-ruBuCU98Hm9wyaGXc5F3la'  data-theme='light' data-tabindex='50'  data-badge=''></div></li></ul></div>
        <div class='gform-footer gform_footer top_label'> <input type='submit' id='gform_submit_button_1' class='gform_button button' onclick='gform.submission.handleButtonClick(this);' value='Subscribe' tabindex='51' /> <input type='hidden' name='gform_ajax' value='form_id=1&amp;title=&amp;description=&amp;tabindex=49&amp;theme=legacy&amp;styles=[]&amp;hash=7a9be4d1eb600f50f0700309b73ed828' />
            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_1' value='iframe' />
            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_1' id='gform_theme_1' value='legacy' />
            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_1' id='gform_style_settings_1' value='[]' />
            <input type='hidden' class='gform_hidden' name='is_submit_1' value='1' />
            <input type='hidden' class='gform_hidden' name='gform_submit' value='1' />
            
            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' />
            <input type='hidden' class='gform_hidden' name='state_1' value='WyJbXSIsImIyNjU3NGVhOWJjNzA2Y2JhZjY5N2FhNzg4OGU0YTIwIl0=' />
            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_1' id='gform_target_page_number_1' value='0' />
            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_1' id='gform_source_page_number_1' value='1' />
            <input type='hidden' name='gform_field_values' value='' />
            
        </div>
                        <p style="display: none !important;" class="akismet-fields-container" data-prefix="ak_"><label>&#916;<textarea name="ak_hp_textarea" cols="45" rows="8" maxlength="100"></textarea></label><input type="hidden" id="ak_js_1" name="ak_js" value="169"/><script type="rocketlazyloadscript">document.getElementById( "ak_js_1" ).setAttribute( "value", ( new Date() ).getTime() );</script></p></form>
                        </div>
		                <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_1' id='gform_ajax_frame_1' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'></iframe>
		                <script type="rocketlazyloadscript" data-rocket-type="text/javascript">
/* <![CDATA[ */
 gform.initializeOnLoaded( function() {gformInitSpinner( 1, 'https://www.zoneg.com.au/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_1').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_1');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_1').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_1').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_1').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_1').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_1').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_1').val();gformInitSpinner( 1, 'https://www.zoneg.com.au/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [1, current_page]);window['gf_submitting_1'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_1').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_1').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [1]);window['gf_submitting_1'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_1').text());}else{jQuery('#gform_1').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "1", currentPage: "current_page", abort: function() { this.preventDefault(); } }]);                if (event && event.defaultPrevented) {                return;         }        const gformWrapperDiv = document.getElementById( "gform_wrapper_1" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( "span" );            visibilitySpan.id = "gform_visibility_test_1";            gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( "gform_visibility_test_1" );        let postRenderFired = false;                function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            jQuery( document ).trigger( 'gform_post_render', [1, current_page] );            gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 1, currentPage: current_page } } );            gform.utils.trigger( { event: 'gform/post_render', native: false, data: { formId: 1, currentPage: current_page } } );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} ); 
/* ]]> */
</script>
						</div>
						
					</div>

					<div class="col-sm-12 col-md-5 col-md-offset-1">
						<h3>Brands & Memberships</h3>
													<div class="brands clearfix">
																	<img data-width="145" data-height="25" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" class="attachment-full size-full wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.zoneg.com.au/wp-content/uploads/2020/04/manitou-equipment.png 145w, https://www.zoneg.com.au/wp-content/uploads/2020/04/manitou-equipment-100x17.png 100w" data-lazy-sizes="(max-width: 145px) 100vw, 145px" data-lazy-src="https://www.zoneg.com.au/wp-content/uploads/2020/04/manitou-equipment.png" /><noscript><img data-width="145" data-height="25" src="https://www.zoneg.com.au/wp-content/uploads/2020/04/manitou-equipment.png" class="attachment-full size-full wp-post-image" alt="" decoding="async" srcset="https://www.zoneg.com.au/wp-content/uploads/2020/04/manitou-equipment.png 145w, https://www.zoneg.com.au/wp-content/uploads/2020/04/manitou-equipment-100x17.png 100w" sizes="(max-width: 145px) 100vw, 145px" /></noscript>																	<img data-width="120" data-height="60" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" class="attachment-full size-full wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.zoneg.com.au/wp-content/uploads/2016/11/oktopus-smaller.png 120w, https://www.zoneg.com.au/wp-content/uploads/2016/11/oktopus-smaller-100x50.png 100w" data-lazy-sizes="(max-width: 120px) 100vw, 120px" data-lazy-src="https://www.zoneg.com.au/wp-content/uploads/2016/11/oktopus-smaller.png" /><noscript><img data-width="120" data-height="60" src="https://www.zoneg.com.au/wp-content/uploads/2016/11/oktopus-smaller.png" class="attachment-full size-full wp-post-image" alt="" decoding="async" srcset="https://www.zoneg.com.au/wp-content/uploads/2016/11/oktopus-smaller.png 120w, https://www.zoneg.com.au/wp-content/uploads/2016/11/oktopus-smaller-100x50.png 100w" sizes="(max-width: 120px) 100vw, 120px" /></noscript>																	<img data-width="130" data-height="69" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" class="attachment-full size-full wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.zoneg.com.au/wp-content/uploads/2020/04/smartlift.png 130w, https://www.zoneg.com.au/wp-content/uploads/2020/04/smartlift-100x53.png 100w" data-lazy-sizes="(max-width: 130px) 100vw, 130px" data-lazy-src="https://www.zoneg.com.au/wp-content/uploads/2020/04/smartlift.png" /><noscript><img data-width="130" data-height="69" src="https://www.zoneg.com.au/wp-content/uploads/2020/04/smartlift.png" class="attachment-full size-full wp-post-image" alt="" decoding="async" srcset="https://www.zoneg.com.au/wp-content/uploads/2020/04/smartlift.png 130w, https://www.zoneg.com.au/wp-content/uploads/2020/04/smartlift-100x53.png 100w" sizes="(max-width: 130px) 100vw, 130px" /></noscript>																	<img data-width="200" data-height="84" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" class="attachment-full size-full wp-post-image" alt="" decoding="async" data-lazy-srcset="https://www.zoneg.com.au/wp-content/uploads/2021/06/glass-window-association-logo.png 200w, https://www.zoneg.com.au/wp-content/uploads/2021/06/glass-window-association-logo-100x42.png 100w" data-lazy-sizes="(max-width: 200px) 100vw, 200px" data-lazy-src="https://www.zoneg.com.au/wp-content/uploads/2021/06/glass-window-association-logo.png" /><noscript><img data-width="200" data-height="84" src="https://www.zoneg.com.au/wp-content/uploads/2021/06/glass-window-association-logo.png" class="attachment-full size-full wp-post-image" alt="" decoding="async" srcset="https://www.zoneg.com.au/wp-content/uploads/2021/06/glass-window-association-logo.png 200w, https://www.zoneg.com.au/wp-content/uploads/2021/06/glass-window-association-logo-100x42.png 100w" sizes="(max-width: 200px) 100vw, 200px" /></noscript>																	<img data-width="95" data-height="85" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" class="attachment-full size-full wp-post-image" alt="" decoding="async" data-lazy-src="https://www.zoneg.com.au/wp-content/uploads/2021/06/hria-logo.png" /><noscript><img data-width="95" data-height="85" src="https://www.zoneg.com.au/wp-content/uploads/2021/06/hria-logo.png" class="attachment-full size-full wp-post-image" alt="" decoding="async" /></noscript>															</div>
											</div>

				</div><!-- row -->

				<div class="footer__bot row">
					
					<div class="col-sm-6 col-md-5">
						<p>&copy; 2025 <a href="https://www.zoneg.com.au">Zone Group</a>. All right reserved.</p>	<nav>
							<p>
														</p>
						</nav>
					</div>

					<div class="col-sm-6 col-md-3">

					</div>

					<div class="col-sm-12 col-md-3 col-md-offset-1">
											<p style="font-size:13px;">Specialised lifting equipment hire &amp; sales Australia-wide - Perth, Sydney, Melbourne, Brisbane &amp; Adelaide.</p>
					</div>

				</div>

			</div><!-- container -->
		</footer>
		<!-- footer -->

		
    <div class="reviews" onclick="window.open('https://search.google.com/local/reviews?placeid=ChIJLazMwrO_MioRiwlqJdWwsXI', '_blank');return false;">
      <div class="wrap">
        <div class="left"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2044%2044'%3E%3C/svg%3E" width="44" height="44" data-lazy-src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c1/Google_%22G%22_logo.svg/24px-Google_%22G%22_logo.svg.png"><noscript><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c1/Google_%22G%22_logo.svg/24px-Google_%22G%22_logo.svg.png" width="44" height="44"></noscript></div>
        <section class="right">Google Rating        <div class="wp-gr wpac" data-id="ChIJLazMwrO_MioRiwlqJdWwsXI" data-layout="list" data-exec="false" data-options='{"text_size":"120","trans":{"read more":"read more"}}'><div class="wp-google-list"><div class="wp-google-place"><div class="wp-google-right"><div><span class="wp-google-rating">4.5</span><span class="wp-google-stars"><span class="wp-stars"><span class="wp-star"><svg width="17" height="17" viewbox="0 0 1792 1792" role="none"><path d="M1728 647q0 22-26 48l-363 354 86 500q1 7 1 20 0 21-10.5 35.5t-30.5 14.5q-19 0-40-12l-449-236-449 236q-22 12-40 12-21 0-31.5-14.5t-10.5-35.5q0-6 2-20l86-500-364-354q-25-27-25-48 0-37 56-46l502-73 225-455q19-41 49-41t49 41l225 455 502 73q56 9 56 46z" fill="#fb8e28"></path></svg></span><span class="wp-star"><svg width="17" height="17" viewbox="0 0 1792 1792" role="none"><path d="M1728 647q0 22-26 48l-363 354 86 500q1 7 1 20 0 21-10.5 35.5t-30.5 14.5q-19 0-40-12l-449-236-449 236q-22 12-40 12-21 0-31.5-14.5t-10.5-35.5q0-6 2-20l86-500-364-354q-25-27-25-48 0-37 56-46l502-73 225-455q19-41 49-41t49 41l225 455 502 73q56 9 56 46z" fill="#fb8e28"></path></svg></span><span class="wp-star"><svg width="17" height="17" viewbox="0 0 1792 1792" role="none"><path d="M1728 647q0 22-26 48l-363 354 86 500q1 7 1 20 0 21-10.5 35.5t-30.5 14.5q-19 0-40-12l-449-236-449 236q-22 12-40 12-21 0-31.5-14.5t-10.5-35.5q0-6 2-20l86-500-364-354q-25-27-25-48 0-37 56-46l502-73 225-455q19-41 49-41t49 41l225 455 502 73q56 9 56 46z" fill="#fb8e28"></path></svg></span><span class="wp-star"><svg width="17" height="17" viewbox="0 0 1792 1792" role="none"><path d="M1728 647q0 22-26 48l-363 354 86 500q1 7 1 20 0 21-10.5 35.5t-30.5 14.5q-19 0-40-12l-449-236-449 236q-22 12-40 12-21 0-31.5-14.5t-10.5-35.5q0-6 2-20l86-500-364-354q-25-27-25-48 0-37 56-46l502-73 225-455q19-41 49-41t49 41l225 455 502 73q56 9 56 46z" fill="#fb8e28"></path></svg></span><span class="wp-star"><svg width="17" height="17" viewbox="0 0 1792 1792" role="none"><path d="M1250 957l257-250-356-52-66-10-30-60-159-322v963l59 31 318 168-60-355-12-66zm452-262l-363 354 86 500q5 33-6 51.5t-34 18.5q-17 0-40-12l-449-236-449 236q-23 12-40 12-23 0-34-18.5t-6-51.5l86-500-364-354q-32-32-23-59.5t54-34.5l502-73 225-455q20-41 49-41 28 0 49 41l225 455 502 73q45 7 54 34.5t-24 59.5z" fill="#fb8e28"></path></svg></span></span></span></div><div class="wp-google-based">Based on 13 reviews</div><div class="wp-google-wr"><a href="https://search.google.com/local/writereview?placeid=ChIJLazMwrO_MioRiwlqJdWwsXI" target="_blank" rel="nofollow noopener" aria-label="Write a review" onclick="return rplg_leave_review_window.call(this)">review us on<svg viewbox="0 0 512 512" height="18" width="18" role="none"><g fill="none" fill-rule="evenodd"><path d="M482.56 261.36c0-16.73-1.5-32.83-4.29-48.27H256v91.29h127.01c-5.47 29.5-22.1 54.49-47.09 71.23v59.21h76.27c44.63-41.09 70.37-101.59 70.37-173.46z" fill="#4285f4"/><path d="M256 492c63.72 0 117.14-21.13 156.19-57.18l-76.27-59.21c-21.13 14.16-48.17 22.53-79.92 22.53-61.47 0-113.49-41.51-132.05-97.3H45.1v61.15c38.83 77.13 118.64 130.01 210.9 130.01z" fill="#34a853"/><path d="M123.95 300.84c-4.72-14.16-7.4-29.29-7.4-44.84s2.68-30.68 7.4-44.84V150.01H45.1C29.12 181.87 20 217.92 20 256c0 38.08 9.12 74.13 25.1 105.99l78.85-61.15z" fill="#fbbc05"/><path d="M256 113.86c34.65 0 65.76 11.91 90.22 35.29l67.69-67.69C373.03 43.39 319.61 20 256 20c-92.25 0-172.07 52.89-210.9 130.01l78.85 61.15c18.56-55.78 70.59-97.3 132.05-97.3z" fill="#ea4335"/><path d="M20 20h472v472H20V20z"/></g></svg></a></div></div></div></div><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201%201'%3E%3C/svg%3E" alt="js_loader" onload="(function(el, data) {var f = function() { window.grw_init ? grw_init(el, data) : setTimeout(f, 400) }; f() })(this);" width="1" height="1" style="display:none" data-lazy-src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"><noscript><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="js_loader" onload="(function(el, data) {var f = function() { window.grw_init ? grw_init(el, data) : setTimeout(f, 400) }; f() })(this);" width="1" height="1" style="display:none"></noscript></div>        </section>
      </div>
    </div>    <!-- Meta Pixel Event Code -->
    <script type="rocketlazyloadscript" data-rocket-type='text/javascript'>
        document.addEventListener( 'wpcf7mailsent', function( event ) {
        if( "fb_pxl_code" in event.detail.apiResponse){
          eval(event.detail.apiResponse.fb_pxl_code);
        }
      }, false );
    </script>
    <!-- End Meta Pixel Event Code -->
    <div id='fb-pxl-ajax-code'></div><script src="data:text/javascript;base64,dmFyIGtwZGV0ZWN0ZGVsYXlqcyA9IGRvY3VtZW50LnF1ZXJ5U2VsZWN0b3JBbGwoJ3NjcmlwdFt0eXBlPSJyb2NrZXRsYXp5bG9hZHNjcmlwdCJdJykubGVuZ3RoO2lmIChrcGRldGVjdGRlbGF5anMgPj0gMSl7Y2xhc3Mga3Bzb0V4ZWN1dGVTY3JpcHRzIGV4dGVuZHMgUm9ja2V0TGF6eUxvYWRTY3JpcHRze3N0YXRpYyBrcHNvRmlyZSgpe2lmKG5hdmlnYXRvci51c2VyQWdlbnQubWF0Y2goLzExNy4wLjAuMHwxMTkuMC4wLjB8bWV0cml4fHBpbmd8ZGFyZXxwdHN0L2kpKXt2YXIgZT1uZXcgUm9ja2V0TGF6eUxvYWRTY3JpcHRzKFsia2V5ZG93biIsIm1vdXNlb3ZlciIsInRvdWNobW92ZSIsInRvdWNoc3RhcnQiLCJ0b3VjaGVuZCIsInRvdWNoY2FuY2VsIiwidG91Y2hmb3JjZWNoYW5nZSIsIndoZWVsIl0pO31lbHNle3ZhciBlPW5ldyBSb2NrZXRMYXp5TG9hZFNjcmlwdHMoWyJsb2FkIl0pO31lLl9hZGRVc2VySW50ZXJhY3Rpb25MaXN0ZW5lcihlKTt9fWtwc29FeGVjdXRlU2NyaXB0cy5rcHNvRmlyZSgpO30=" id="mLQFAVgBhg"></script>
	



<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-browser-checker-js-after">
/* <![CDATA[ */
"use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}();
/* ]]> */
</script>
<script type="text/javascript" id="rocket-preload-links-js-extra">
/* <![CDATA[ */
var RocketPreloadLinksConfig = {"excludeUris":"\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/(index.php\/)?(.*)wp-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/www.zoneg.com.au","onHoverDelay":"100","rateThrottle":"3"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-preload-links-js-after">
/* <![CDATA[ */
(function() {
"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
}());
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.zoneg.com.au/wp-content/themes/zonesolutions/js/fancybox/jquery.fancybox.js?ver=2.1" id="fancybox_scripts-js"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.zoneg.com.au/wp-content/themes/zonesolutions/js/jquery.slicknav.js?ver=1.3" id="slicknav-js"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.zoneg.com.au/wp-content/themes/zonesolutions/js/slick.min.js?ver=1.3" id="slick-js"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.zoneg.com.au/wp-content/themes/zonesolutions/js/main.js?ver=1.3" id="main-js"></script>
<script type="text/javascript" id="eael-general-js-extra">
/* <![CDATA[ */
var localize = {"ajaxurl":"https:\/\/www.zoneg.com.au\/wp-admin\/admin-ajax.php","nonce":"1c37e67dd7","i18n":{"added":"Added ","compare":"Compare","loading":"Loading..."},"eael_translate_text":{"required_text":"is a required field","invalid_text":"Invalid","billing_text":"Billing","shipping_text":"Shipping","fg_mfp_counter_text":"of"},"page_permalink":"https:\/\/www.zoneg.com.au\/","cart_redirectition":"","cart_page_url":"","el_breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}}};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.zoneg.com.au/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/view/general.min.js?ver=6.1.1" id="eael-general-js"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.zoneg.com.au/wp-content/plugins/youtube-embed-plus/scripts/fitvids.min.js?ver=14.2.1.3" id="__ytprefsfitvids__-js"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.zoneg.com.au/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381" id="wp-dom-ready-js"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.zoneg.com.au/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6" id="wp-hooks-js"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.zoneg.com.au/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="wp-i18n-js-after">
/* <![CDATA[ */
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.zoneg.com.au/wp-includes/js/dist/a11y.min.js?ver=3156534cc54473497e14" id="wp-a11y-js"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" defer='defer' data-rocket-src="https://www.zoneg.com.au/wp-content/plugins/gravityforms/js/jquery.json.min.js?ver=2.9.4" id="gform_json-js"></script>
<script type="text/javascript" id="gform_gravityforms-js-extra">
/* <![CDATA[ */
var gform_i18n = {"datepicker":{"days":{"monday":"Mo","tuesday":"Tu","wednesday":"We","thursday":"Th","friday":"Fr","saturday":"Sa","sunday":"Su"},"months":{"january":"January","february":"February","march":"March","april":"April","may":"May","june":"June","july":"July","august":"August","september":"September","october":"October","november":"November","december":"December"},"firstDay":1,"iconText":"Select date"}};
var gf_legacy_multi = [];
var gform_gravityforms = {"strings":{"invalid_file_extension":"This type of file is not allowed. Must be one of the following:","delete_file":"Delete this file","in_progress":"in progress","file_exceeds_limit":"File exceeds size limit","illegal_extension":"This type of file is not allowed.","max_reached":"Maximum number of files reached","unknown_error":"There was a problem while saving the file on the server","currently_uploading":"Please wait for the uploading to complete","cancel":"Cancel","cancel_upload":"Cancel this upload","cancelled":"Cancelled"},"vars":{"images_url":"https:\/\/www.zoneg.com.au\/wp-content\/plugins\/gravityforms\/images"}};
var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2,"code":"USD"},"base_url":"https:\/\/www.zoneg.com.au\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/www.zoneg.com.au\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"f86eb7ee76eb8c4222938bd40bc6933c","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved.  The content contains the link to return and complete the form."}};
var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2,"code":"USD"},"base_url":"https:\/\/www.zoneg.com.au\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/www.zoneg.com.au\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"f86eb7ee76eb8c4222938bd40bc6933c","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved.  The content contains the link to return and complete the form."}};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" defer='defer' data-rocket-src="https://www.zoneg.com.au/wp-content/plugins/gravityforms/js/gravityforms.min.js?ver=2.9.4" id="gform_gravityforms-js"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" defer='defer' data-rocket-src="https://www.google.com/recaptcha/api.js?hl=en&amp;ver=6.7.1#038;render=explicit" id="gform_recaptcha-js"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" defer='defer' data-rocket-src="https://www.zoneg.com.au/wp-content/plugins/gravityforms/js/placeholders.jquery.min.js?ver=2.9.4" id="gform_placeholder-js"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" defer='defer' data-rocket-src="https://www.zoneg.com.au/wp-content/plugins/gravityforms/assets/js/dist/utils.min.js?ver=501a987060f4426fb517400c73c7fc1e" id="gform_gravityforms_utils-js"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" defer='defer' data-rocket-src="https://www.zoneg.com.au/wp-content/plugins/gravityforms/assets/js/dist/vendor-theme.min.js?ver=639b4ac21c17c9dc304b05db4a3d3293" id="gform_gravityforms_theme_vendors-js"></script>
<script type="text/javascript" id="gform_gravityforms_theme-js-extra">
/* <![CDATA[ */
var gform_theme_config = {"common":{"form":{"honeypot":{"version_hash":"f86eb7ee76eb8c4222938bd40bc6933c"},"ajax":{"ajaxurl":"https:\/\/www.zoneg.com.au\/wp-admin\/admin-ajax.php","ajax_submission_nonce":"d8f5b1c228","i18n":{"step_announcement":"Step %1$s of %2$s, %3$s","unknown_error":"There was an unknown error processing your request. Please try again."}}}},"hmr_dev":"","public_path":"https:\/\/www.zoneg.com.au\/wp-content\/plugins\/gravityforms\/assets\/js\/dist\/","config_nonce":"17a386e687"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" defer='defer' data-rocket-src="https://www.zoneg.com.au/wp-content/plugins/gravityforms/assets/js/dist/scripts-theme.min.js?ver=dc91b64a15c979eb9acace3fe2754b5f" id="gform_gravityforms_theme-js"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.zoneg.com.au/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.21.8" id="elementor-webpack-runtime-js"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.zoneg.com.au/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.21.8" id="elementor-frontend-modules-js"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.zoneg.com.au/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2" id="elementor-waypoints-js"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.zoneg.com.au/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3" id="jquery-ui-core-js"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="elementor-frontend-js-before">
/* <![CDATA[ */
var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselWrapperAriaLabel":"Carousel | Horizontal scrolling: Arrow Left & Right","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}}},"version":"3.21.8","is_static":false,"experimentalFeatures":{"e_optimized_assets_loading":true,"additional_custom_breakpoints":true,"e_swiper_latest":true,"container_grid":true,"home_screen":true,"ai-layout":true,"landing-pages":true},"urls":{"assets":"https:\/\/www.zoneg.com.au\/wp-content\/plugins\/elementor\/assets\/"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"global_image_lightbox":"yes","active_breakpoints":["viewport_mobile","viewport_tablet"],"lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":1619,"title":"Lifting%20Equipment%20Hire%20%26%20Sales%20-%20Australia%20Wide%20%7C%20Zone%20Group","excerpt":"","featuredImage":false}};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.zoneg.com.au/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.21.8" id="elementor-frontend-js"></script>
<script id="cz8MjVA6ko" async src="data:text/javascript;base64,aWYobmF2aWdhdG9yLnVzZXJBZ2VudC5tYXRjaCgvMTE3LjAuMC4wfDExOS4wLjAuMHxtZXRyaXh8cGluZ3xkYXJlfHB0c3QvaSkpe3ZhciBrcFVzZXJJbnRlcmFjdGlvbkV2ZW50cz1bImtleWRvd24iLCJtb3VzZW92ZXIiLCJ0b3VjaG1vdmUiLCJ0b3VjaHN0YXJ0IiwidG91Y2hlbmQiLCJ0b3VjaGNhbmNlbCIsInRvdWNoZm9yY2VjaGFuZ2UiLCJ3aGVlbCJdO31lbHNle3ZhciBrcFVzZXJJbnRlcmFjdGlvbkV2ZW50cz1bImxvYWQiXTt9a3BVc2VySW50ZXJhY3Rpb25FdmVudHMuZm9yRWFjaChmdW5jdGlvbihldmVudCl7d2luZG93LmFkZEV2ZW50TGlzdGVuZXIoZXZlbnQsa3BUcmlnZ2VyU2NyaXB0TG9hZGVyLHtwYXNzaXZlOnRydWV9KX0pO2Z1bmN0aW9uIGtwVHJpZ2dlclNjcmlwdExvYWRlcigpe2h3dExITG9jUkY2a3UzTygpO2twVXNlckludGVyYWN0aW9uRXZlbnRzLmZvckVhY2goZnVuY3Rpb24oZXZlbnQpe3dpbmRvdy5yZW1vdmVFdmVudExpc3RlbmVyKGV2ZW50LGtwVHJpZ2dlclNjcmlwdExvYWRlcix7cGFzc2l2ZTp0cnVlfSl9KTt9ZnVuY3Rpb24gaHd0TEhMb2NSRjZrdTNPKCl7ZG9jdW1lbnQucXVlcnlTZWxlY3RvckFsbCgibGlua1tkYXRhLXR5cGU9J2twcGFzc2l2ZSddIikuZm9yRWFjaChmdW5jdGlvbihlbGVtKXtlbGVtLnNldEF0dHJpYnV0ZSgiaHJlZiIsZWxlbS5nZXRBdHRyaWJ1dGUoImRhdGEta3BsaW5raHJlZiIpKX0pO3NldFRpbWVvdXQoZnVuY3Rpb24oKXtkb2N1bWVudC5xdWVyeVNlbGVjdG9yQWxsKCJzY3JpcHRbZGF0YS10eXBlPSdrcHBhc3NpdmUnXSIpLmZvckVhY2goZnVuY3Rpb24oZWxlbSl7ZWxlbS5zZXRBdHRyaWJ1dGUoInNyYyIsZWxlbS5nZXRBdHRyaWJ1dGUoImRhdGEta3BzY3JpcHRzcmMiKSl9KTt9LDIwMCk7aWYoZG9jdW1lbnQucXVlcnlTZWxlY3RvcigidmlkZW9bZGF0YS10eXBlPSdrcHBhc3NpdmUnXSIpKXtpZihkb2N1bWVudC5xdWVyeVNlbGVjdG9yKCJ2aWRlb1tkYXRhLWtwdmlkZW9zcmNdIikpe2RvY3VtZW50LnF1ZXJ5U2VsZWN0b3JBbGwoInZpZGVvW2RhdGEta3B2aWRlb3NyY10iKS5mb3JFYWNoKGZ1bmN0aW9uKGVsZW0pe2VsZW0uc2V0QXR0cmlidXRlKCJzcmMiLGVsZW0uZ2V0QXR0cmlidXRlKCJkYXRhLWtwdmlkZW9zcmMiKSl9KTt9aWYoZG9jdW1lbnQucXVlcnlTZWxlY3RvcigidmlkZW9bZGF0YS10eXBlPSdrcHBhc3NpdmUnXSBzb3VyY2UiKSl7ZG9jdW1lbnQucXVlcnlTZWxlY3RvckFsbCgidmlkZW9bZGF0YS10eXBlPSdrcHBhc3NpdmUnXTpub3QoW2RhdGEta3B2aWRlb3NyY10pIikuZm9yRWFjaChmdW5jdGlvbihlbGVtKXtlbGVtLnNldEF0dHJpYnV0ZSgic3JjIixlbGVtLmdldEVsZW1lbnRzQnlUYWdOYW1lKCdzb3VyY2UnKVswXS5nZXRBdHRyaWJ1dGUoImRhdGEta3B2aWRlb3NyYyIpKX0pO319fQ=="></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
/* <![CDATA[ */
 gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 1) {if(typeof Placeholders != 'undefined'){
                        Placeholders.enable();
                    }} } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); 
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
/* <![CDATA[ */
 gform.initializeOnLoaded( function() {jQuery(document).trigger("gform_pre_post_render", [{ formId: "1", currentPage: "1", abort: function() { this.preventDefault(); } }]);                if (event && event.defaultPrevented) {                return;         }        const gformWrapperDiv = document.getElementById( "gform_wrapper_1" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( "span" );            visibilitySpan.id = "gform_visibility_test_1";            gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( "gform_visibility_test_1" );        let postRenderFired = false;                function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            jQuery( document ).trigger( 'gform_post_render', [1, 1] );            gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 1, currentPage: 1 } } );            gform.utils.trigger( { event: 'gform/post_render', native: false, data: { formId: 1, currentPage: 1 } } );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } ); 
/* ]]> */
</script>
<script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue}
if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1}
if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async data-type="kppassive" data-kpscriptsrc="https://www.zoneg.com.au/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js"></script><script type="application/ld+json">{
    "@context": "http://schema.org",
    "@type": "HomeAndConstructionBusiness",
    "name": "Zone Group",
    "openingHours": "Open from Monday to Friday 7:30am - 4:30pm",
    "areaServed": {
        "@type": "GeoCircle",
        "name": "Eurotorque Performance Geo Location",
        "geoMidpoint": {
            "@type": "GeoCoordinates",
            "postalCode": "6107",
            "latitude": "-32.0238304",
            "longitude": "115.9986572",
            "description": "Our business can be found here",
            "name": "Zone Group geo location"
        },
        "geoRadius": "3000",
        "description": "Zone Group service customers from all over Australia"
    },
    "email": "info@zoneg.com.au",
    "address": {
        "@type": "PostalAddress",
        "postalCode": "56107",
        "addressRegion": "Western Australia",
        "addressCountry": "Australia",
        "streetAddress": "Victoria Road",
        "addressLocality": "Kenwick"
    },
    "paymentAccepted": "Credit Card, Invoice",
    "telephone": "+61894598214",
    "image": {
        "@type": "ImageObject",
        "name": "Zone Group Image",
        "url": "https://www.zoneg.com.au/wp-content/uploads/2022/10/telehandler-hire-perth.jpg"
    },
    "ContactPoint": {
        "@type": "ContactPoint",
        "name": "Zone Group Enquiry",
        "availableLanguage": "https://en.wikipedia.org/wiki/List_of_dialects_of_the_English_language",
        "telephone": "+61894598214",
        "contactType": "customer support",
        "@id": "https://www.zoneg.com.au/contact/"
    },
    "geo": {
        "@type": "GeoCoordinates",
        "latitude": "-32.0238304",
        "longitude": "115.9986572",
        "description": "Our business can be found here.",
        "name": "Zone Group geo location"
    },
    "description": "Specialised lifting equipment solutions Australia-wide.",
    "priceRange": "500-50000",
    "url": "https://www.zoneg.com.au/",
    "currenciesAccepted": "$",
    "hasMap": "https://www.google.com/maps?cid=8264581220703799691",
    "logo": "https://www.zoneg.com.au/wp-content/uploads/2019/01/logo-zone-group.png",
    "serviceArea": {
        "@type": "GeoCircle",
        "name": "Zone Group service area",
        "geoMidpoint": {
            "@type": "GeoCoordinates",
            "postalCode": "6107",
        "latitude": "-32.0238304",
        "longitude": "115.9986572",
            "description": "Our business can be found here.",
            "name": "Zone Group service area"
        },
        "geoRadius": "3000",
        "description": "Zone Group service customers from all over Australia"
    },
    "sameAs": [
        "https://www.zoneg.com.au/",
        "https://www.instagram.com/zonegroupptyltd/",
        ""
    ],
    "@id": "https://www.zoneg.com.au/"
}</script>

	<script>class RocketElementorAnimation{constructor(){this.deviceMode=document.createElement("span"),this.deviceMode.id="elementor-device-mode-wpr",this.deviceMode.setAttribute("class","elementor-screen-only"),document.body.appendChild(this.deviceMode)}_detectAnimations(){let t=getComputedStyle(this.deviceMode,":after").content.replace(/"/g,"");this.animationSettingKeys=this._listAnimationSettingsKeys(t),document.querySelectorAll(".elementor-invisible[data-settings]").forEach(t=>{const e=t.getBoundingClientRect();if(e.bottom>=0&&e.top<=window.innerHeight)try{this._animateElement(t)}catch(t){}})}_animateElement(t){const e=JSON.parse(t.dataset.settings),i=e._animation_delay||e.animation_delay||0,n=e[this.animationSettingKeys.find(t=>e[t])];if("none"===n)return void t.classList.remove("elementor-invisible");t.classList.remove(n),this.currentAnimation&&t.classList.remove(this.currentAnimation),this.currentAnimation=n;let s=setTimeout(()=>{t.classList.remove("elementor-invisible"),t.classList.add("animated",n),this._removeAnimationSettings(t,e)},i);window.addEventListener("rocket-startLoading",function(){clearTimeout(s)})}_listAnimationSettingsKeys(t="mobile"){const e=[""];switch(t){case"mobile":e.unshift("_mobile");case"tablet":e.unshift("_tablet");case"desktop":e.unshift("_desktop")}const i=[];return["animation","_animation"].forEach(t=>{e.forEach(e=>{i.push(t+e)})}),i}_removeAnimationSettings(t,e){this._listAnimationSettingsKeys().forEach(t=>delete e[t]),t.dataset.settings=JSON.stringify(e)}static run(){const t=new RocketElementorAnimation;requestAnimationFrame(t._detectAnimations.bind(t))}}document.addEventListener("DOMContentLoaded",RocketElementorAnimation.run);</script></body>
</html>
<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me -->