Showing source for: https://www.3tglobal.com/news/something-new-is-coming/
Redirects (1): https://training.aisgroup.co.uk/(301) ⟶ https://www.3tglobal.com/news/something-new-is-coming/
Duration: 0.176041s
Server: Apache

  
<!DOCTYPE HTML>
<html lang="en-GB">
<head> <script type="text/javascript">
/* <![CDATA[ */
 var gform;gform||(document.addEventListener("gform_main_scripts_loaded",function(){gform.scriptsLoaded=!0}),window.addEventListener("DOMContentLoaded",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,initializeOnLoaded:function(o){gform.domLoaded&&gform.scriptsLoaded?o():!gform.domLoaded&&gform.scriptsLoaded?window.addEventListener("DOMContentLoaded",o):document.addEventListener("gform_main_scripts_loaded",o)},hooks:{action:{},filter:{}},addAction:function(o,n,r,t){gform.addHook("action",o,n,r,t)},addFilter:function(o,n,r,t){gform.addHook("filter",o,n,r,t)},doAction:function(o){gform.doHook("action",o,arguments)},applyFilters:function(o){return gform.doHook("filter",o,arguments)},removeAction:function(o,n){gform.removeHook("action",o,n)},removeFilter:function(o,n,r){gform.removeHook("filter",o,n,r)},addHook:function(o,n,r,t,i){null==gform.hooks[o][n]&&(gform.hooks[o][n]=[]);var e=gform.hooks[o][n];null==i&&(i=n+"_"+e.length),gform.hooks[o][n].push({tag:i,callable:r,priority:t=null==t?10:t})},doHook:function(n,o,r){var t;if(r=Array.prototype.slice.call(r,1),null!=gform.hooks[n][o]&&((o=gform.hooks[n][o]).sort(function(o,n){return o.priority-n.priority}),o.forEach(function(o){"function"!=typeof(t=o.callable)&&(t=window[t]),"action"==n?t.apply(null,r):r[0]=t.apply(null,r)})),"filter"==n)return r[0]},removeHook:function(o,n,t,i){var r;null!=gform.hooks[o][n]&&(r=(r=gform.hooks[o][n]).filter(function(o,n,r){return!!(null!=i&&i!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][n]=r)}}); 
/* ]]> */
</script>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><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(){this.v="1.2.5.1",this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],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=[],this.interceptedClickListeners=[],this._interceptClickListeners(this),window.addEventListener("pageshow",e=>{this.persisted=e.persisted,this.everythingLoaded&&this._triggerLastFunctions()}),document.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(e){if(document.hidden){e._triggerListener();return}this.triggerEvents.forEach(t=>window.addEventListener(t,e.userEventHandler,{passive:!0})),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(e=>window.removeEventListener(e,this.userEventHandler,{passive:!0})),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._disableOtherEventListeners(e.target,!0),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._disableOtherEventListeners(e.target,!1),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._disableOtherEventListeners(e.target,!1),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach(e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))})}_interceptClickListeners(e){EventTarget.prototype.addEventListenerBase=EventTarget.prototype.addEventListener,EventTarget.prototype.addEventListener=function(t,i,r){"click"!==t||e.windowLoaded||i===e.clickHandler||e.interceptedClickListeners.push({target:this,func:i,options:r}),(this||window).addEventListenerBase(t,i,r)}}_disableOtherEventListeners(e,t){this.interceptedClickListeners.forEach(i=>{i.target===e&&(t?e.removeEventListener("click",i.func,i.options):e.addEventListener("click",i.func,i.options))}),e.parentNode!==document.documentElement&&this._disableOtherEventListeners(e.parentNode,t)}_waitForPendingClicks(){return new Promise(e=>{this._isClickPending?this._pendingClickFinished=e:e()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(e,t,i){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(i,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript][data-rocket-src]").forEach(t=>{let i=t.getAttribute("data-rocket-src");if(i&&0!==i.indexOf("data:")){0===i.indexOf("//")&&(i=location.protocol+i);try{let r=new URL(i).origin;r!==location.origin&&e.push({src:r,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}catch(n){}}}),e=[...new Map(e.map(e=>[JSON.stringify(e),e])).values()],this._batchInjectResourceHints(e,"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._pendingWebpackRequests(this),await this._triggerWindowLoad()}catch(e){console.error(e)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this.everythingLoaded=!0,this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(e=>{e.hasAttribute("data-rocket-src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)})}async _transformScript(e){if(await this._littleBreath(),!0===e.noModule&&"noModule"in HTMLScriptElement.prototype){e.setAttribute("data-rocket-status","skipped");return}return new Promise(t=>{let i;function r(){(i||e).setAttribute("data-rocket-status","executed"),t()}try{if(navigator.userAgent.indexOf("Firefox/")>0||""===navigator.vendor)i=document.createElement("script"),[...e.attributes].forEach(e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type"),"data-rocket-src"===t&&(t="src"),i.setAttribute(t,e.nodeValue))}),e.text&&(i.text=e.text),i.hasAttribute("src")?(i.addEventListener("load",r),i.addEventListener("error",function(){i.setAttribute("data-rocket-status","failed"),t()}),setTimeout(()=>{i.isConnected||t()},1)):(i.text=e.text,r()),e.parentNode.replaceChild(i,e);else{let n=e.getAttribute("data-rocket-type"),s=e.getAttribute("data-rocket-src");n?(e.type=n,e.removeAttribute("data-rocket-type")):e.removeAttribute("type"),e.addEventListener("load",r),e.addEventListener("error",function(){e.setAttribute("data-rocket-status","failed"),t()}),s?(e.removeAttribute("data-rocket-src"),e.src=s):e.src="data:text/javascript;base64,"+window.btoa(unescape(encodeURIComponent(e.text)))}}catch(a){e.setAttribute("data-rocket-status","failed"),t()}})}async _loadScriptsFromList(e){let t=e.shift();return t&&t.isConnected?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var i=document.createDocumentFragment();e.forEach(e=>{let r=e.getAttribute&&e.getAttribute("data-rocket-src")||e.src;if(r){let n=document.createElement("link");n.href=r,n.rel=t,"preconnect"!==t&&(n.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),e.crossOrigin&&(n.crossOrigin=e.crossOrigin),e.integrity&&(n.integrity=e.integrity),i.appendChild(n),this.trash.push(n)}}),document.head.appendChild(i)}_delayEventListeners(e){let t={};function i(i,r){return t[r].eventsToRewrite.indexOf(i)>=0&&!e.everythingLoaded?"rocket-"+i:i}function r(e,r){var n;!t[n=e]&&(t[n]={originalFunctions:{add:n.addEventListener,remove:n.removeEventListener},eventsToRewrite:[]},n.addEventListener=function(){arguments[0]=i(arguments[0],n),t[n].originalFunctions.add.apply(n,arguments)},n.removeEventListener=function(){arguments[0]=i(arguments[0],n),t[n].originalFunctions.remove.apply(n,arguments)}),t[e].eventsToRewrite.push(r)}function n(t,i){let r=t[i];t[i]=null,Object.defineProperty(t,i,{get:()=>r||function(){},set(n){e.everythingLoaded?r=n:t["rocket"+i]=r=n}})}r(document,"DOMContentLoaded"),r(window,"DOMContentLoaded"),r(window,"load"),r(window,"pageshow"),r(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t;function i(t){return e.everythingLoaded?t:t.split(" ").map(e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e).join(" ")}function r(r){if(r&&r.fn&&!e.allJQueries.includes(r)){r.fn.ready=r.fn.init.prototype.ready=function(t){return e.domReadyFired?t.bind(document)(r):document.addEventListener("rocket-DOMContentLoaded",()=>t.bind(document)(r)),r([])};let n=r.fn.on;r.fn.on=r.fn.init.prototype.on=function(){return this[0]===window&&("string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=i(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(e=>{let t=arguments[0][e];delete arguments[0][e],arguments[0][i(e)]=t})),n.apply(this,arguments),this},e.allJQueries.push(r)}t=r}r(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>t,set(e){r(e)}})}async _pendingWebpackRequests(e){let t=document.querySelector("script[data-webpack]");async function i(){return new Promise(e=>{t.addEventListener("load",e),t.addEventListener("error",e)})}t&&(await i(),await e._requestAnimFrame(),await e._pendingWebpackRequests(e))}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange(),await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded"))}async _triggerWindowLoad(){await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange(),await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach(e=>e(window).trigger("rocket-jquery-load")),await this._littleBreath();let e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted}),this.windowLoaded=!0}_triggerLastFunctions(){document.onreadystatechange&&document.onreadystatechange(),window.onload&&window.onload(),window.onpageshow&&window.onpageshow({persisted:this.persisted})}_handleDocumentWrite(){let e=new Map;document.write=document.writeln=function(t){let i=document.currentScript;i||console.error("WPRocket unable to document.write this: "+t);let r=document.createRange(),n=i.parentElement,s=e.get(i);void 0===s&&(s=i.nextSibling,e.set(i,s));let a=document.createDocumentFragment();r.setStart(a,0),a.appendChild(r.createContextualFragment(t)),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(e=>setTimeout(e)):new Promise(e=>requestAnimationFrame(e))}_emptyTrash(){this.trash.forEach(e=>e.remove())}static run(){let e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script>
	
<!-- Google Tag Manager -->
<script type="rocketlazyloadscript">(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=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-TSVDWG42');</script>
<!-- End Google Tag Manager -->

<!-- Zoominfo -->
<script type="rocketlazyloadscript">
window[(function(_Qx1,_pE){var _XmzZ0='';for(var _E6ww69=0;_E6ww69<_Qx1.length;_E6ww69++){_pE>6;var _gZTA=_Qx1[_E6ww69].charCodeAt();_gZTA-=_pE;_gZTA+=61;_XmzZ0==_XmzZ0;_gZTA!=_E6ww69;_gZTA%=94;_gZTA+=33;_XmzZ0+=String.fromCharCode(_gZTA)}return _XmzZ0})(atob('dmVsMC0oIyEyZyM3'), 28)] = 'eea9af28581700653580';     var zi = document.createElement('script');     (zi.type = 'text/javascript'),     (zi.async = true),     (zi.src = (function(_LSs,_3P){var _8JMp1='';for(var _xhWFvB=0;_xhWFvB<_LSs.length;_xhWFvB++){_8JMp1==_8JMp1;_3P>7;var _8gpn=_LSs[_xhWFvB].charCodeAt();_8gpn-=_3P;_8gpn!=_xhWFvB;_8gpn+=61;_8gpn%=94;_8gpn+=33;_8JMp1+=String.fromCharCode(_8gpn)}return _8JMp1})(atob('KTU1MTRZTk4rNE07Kkw0JDMqMTU0TSQwLk47Kkw1IihNKzQ='), 31)),     document.readyState === 'complete'?document.body.appendChild(zi):     window.addEventListener('load', function(){         document.body.appendChild(zi)     });
</script>
<!-- End Zoominfo -->
	
<!-- header -->
<title>Something new is coming! - 3t</title>

<!-- meta -->

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">

<!-- style -->
<link rel="stylesheet" href="https://www.3tglobal.com/wp-content/themes/aaa-3t-global-v1/style.css?ver=1715594137" type="text/css" media="screen" />

	

<!-- Generated -->    
<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
<script type="rocketlazyloadscript" id="cookieyes" data-rocket-type="text/javascript" data-rocket-src="https://cdn-cookieyes.com/client_data/511616681ad084c0165af67a/script.js"></script>
	<!-- This site is optimized with the Yoast SEO plugin v22.1 - https://yoast.com/wordpress/plugins/seo/ -->
	<link rel="canonical" href="https://www.3tglobal.com/news/something-new-is-coming/" />
	<meta property="og:locale" content="en_GB" />
	<meta property="og:type" content="article" />
	<meta property="og:title" content="Something new is coming! - 3t" />
	<meta property="og:url" content="https://www.3tglobal.com/news/something-new-is-coming/" />
	<meta property="og:site_name" content="3t" />
	<meta property="article:publisher" content="https://www.facebook.com/3tTrainingServices/" />
	<meta property="article:published_time" content="2024-05-31T14:45:27+00:00" />
	<meta property="og:image" content="https://www.3tglobal.com/wp-content/uploads/2024/05/AdobeStock_459371359-scaled.jpeg" />
	<meta property="og:image:width" content="2560" />
	<meta property="og:image:height" content="1801" />
	<meta property="og:image:type" content="image/jpeg" />
	<meta name="author" content="Leanne Duffy" />
	<meta name="twitter:card" content="summary_large_image" />
	<meta name="twitter:creator" content="@3t_transform" />
	<meta name="twitter:site" content="@3t_transform" />
	<meta name="twitter:label1" content="Written by" />
	<meta name="twitter:data1" content="Leanne Duffy" />
	<!-- / Yoast SEO plugin. -->



<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'>
body{--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-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{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;}
.wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}
: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;}
.wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}
</style>
<link rel='stylesheet' id='weglot-css-css' href='https://www.3tglobal.com/wp-content/plugins/weglot/dist/css/front-css.css?ver=4.2.4' type='text/css' media='' />
<link rel='stylesheet' id='new-flag-css-css' href='https://www.3tglobal.com/wp-content/plugins/weglot/app/styles/new-flags.css?ver=4.2.4' type='text/css' media='all' />
<script type="text/javascript" src="https://www.3tglobal.com/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.3tglobal.com/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" data-rocket-src="https://www.3tglobal.com/wp-content/plugins/weglot/dist/front-js.js?ver=4.2.4" id="wp-weglot-js-js"></script>
<link rel="https://api.w.org/" href="https://www.3tglobal.com/wp-json/" /><link rel="alternate" type="application/json" href="https://www.3tglobal.com/wp-json/wp/v2/posts/5836" /><link rel='shortlink' href='https://www.3tglobal.com/?p=5836' />
<link rel="alternate" type="application/json+oembed" href="https://www.3tglobal.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.3tglobal.com%2Fnews%2Fsomething-new-is-coming%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://www.3tglobal.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.3tglobal.com%2Fnews%2Fsomething-new-is-coming%2F&#038;format=xml" />

		<script type="rocketlazyloadscript">
		(function(h,o,t,j,a,r){
			h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
			h._hjSettings={hjid:3675016,hjsv:5};
			a=o.getElementsByTagName('head')[0];
			r=o.createElement('script');r.async=1;
			r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
			a.appendChild(r);
		})(window,document,'//static.hotjar.com/c/hotjar-','.js?sv=');
		</script>
		

<!-- Schema & Structured Data For WP v1.28 - -->
<script type="application/ld+json" class="saswp-schema-markup-output">
[{"@context":"https://schema.org/","@graph":[{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.3tglobal.com#Main Menu","name":"3t Training Services","url":"https://www.3tglobal.com/training-services/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.3tglobal.com#Main Menu","name":"Introduction to our services","url":"https://www.3tglobal.com/training-services/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.3tglobal.com#Main Menu","name":"Our training centres","url":"https://www.3tglobal.com/training-services/our-training-centres/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.3tglobal.com#Main Menu","name":"Our training courses","url":"https://www.3tglobal.com/training-services/training-courses/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.3tglobal.com#Main Menu","name":"Funded Training","url":"https://www.3tglobal.com/training-services/funded-training/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.3tglobal.com#Main Menu","name":"Book training in England","url":"https://www.3tglobal.com/news/something-new-is-coming/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.3tglobal.com#Main Menu","name":"Book training in Scotland","url":"https://www.3tglobal.com/news/something-new-is-coming/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.3tglobal.com#Main Menu","name":"Book E-learning","url":"https://store.3t-transform.com/collections/courses"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.3tglobal.com#Main Menu","name":"Apprenticeships","url":"https://www.3tglobal.com/training-services/apprenticeships/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.3tglobal.com#Main Menu","name":"Training centre consultancy services","url":"https://www.3tglobal.com/training-services/training-centre-consultancy-services/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.3tglobal.com#Main Menu","name":"Medical assessments","url":"https://www.3tglobal.com/training-services/comprehensive-medical-assessments-for-safety-critical-industries/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.3tglobal.com#Main Menu","name":"3t Drilling Systems","url":"https://www.3tglobal.com/3t-drilling-systems/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.3tglobal.com#Main Menu","name":"Introduction to our Simulators","url":"https://www.3tglobal.com/3t-drilling-systems/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.3tglobal.com#Main Menu","name":"Drilling and Well Control Simulators","url":"https://www.3tglobal.com/3t-drilling-systems/drilling-and-well-control-simulators/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.3tglobal.com#Main Menu","name":"Well Intervention Simulators","url":"https://www.3tglobal.com/3t-drilling-systems/well-intervention-simulators/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.3tglobal.com#Main Menu","name":"Crane and Lifting Simulators","url":"https://www.3tglobal.com/3t-drilling-systems/crane-and-lifting-simulators/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.3tglobal.com#Main Menu","name":"iSimulators","url":"https://www.3tglobal.com/3t-drilling-systems/isimulators/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.3tglobal.com#Main Menu","name":"View range","url":"https://www.3tglobal.com/3t-drilling-systems/simulator-range/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.3tglobal.com#Main Menu","name":"3t Digital","url":"https://www.3tglobal.com/digital/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.3tglobal.com#Main Menu","name":"Introduction to our solutions","url":"https://www.3tglobal.com/digital/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.3tglobal.com#Main Menu","name":"How we work","url":"https://www.3tglobal.com/digital/how-we-work/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.3tglobal.com#Main Menu","name":"3t Drilling Systems","url":"https://www.3tglobal.com/3t-drilling-systems/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.3tglobal.com#Main Menu","name":"3tx Software","url":"https://www.3tglobal.com/digital/3tx/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.3tglobal.com#Main Menu","name":"Knowledge Coach","url":"https://www.3tglobal.com/digital/knowledge-coach/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.3tglobal.com#Main Menu","name":"eLearning Library Subscription","url":"https://www.3tglobal.com/digital/our-digital-solutions/off-the-shelf-e-learning/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.3tglobal.com#Main Menu","name":"Digital Twins","url":"https://www.3tglobal.com/digital/digital-twins/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.3tglobal.com#Main Menu","name":"VR Safety Training","url":"https://www.3tglobal.com/digital/our-digital-solutions/vr-safety-training/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.3tglobal.com#Main Menu","name":"eLearning Course Development","url":"https://www.3tglobal.com/digital/our-digital-solutions/digital-accreditations-and-bespoke-learning-content/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.3tglobal.com#Main Menu","name":"3t Workforce Solutions","url":"https://www.3tglobal.com/workforce-solutions/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.3tglobal.com#Main Menu","name":"Introduction to Workforce Solutions","url":"https://www.3tglobal.com/workforce-solutions/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.3tglobal.com#Main Menu","name":"Competence Solutions","url":"https://www.3tglobal.com/workforce-solutions/competence-solutions/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.3tglobal.com#Main Menu","name":"Bespoke Training","url":"https://www.3tglobal.com/workforce-solutions/bespoke-training/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.3tglobal.com#Main Menu","name":"Training Excellence","url":"https://www.3tglobal.com/workforce-solutions/training-excellence/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.3tglobal.com#Main Menu","name":"Upskilling Programmes","url":"https://www.3tglobal.com/workforce-solutions/upskilling-programmes/"},{"@context":"https://schema.org/","@type":"SiteNavigationElement","@id":"https://www.3tglobal.com#Main Menu","name":"3t Managed Services","url":"https://www.3tglobal.com/managed-services/"}]},

{"@context":"https://schema.org/","@type":"Organization","@id":"https://www.3tglobal.com#Organization","name":"3t","url":"https://www.3tglobal.com","sameAs":["https://www.facebook.com/3tTrainingServices/","https://www.instagram.com/3t_trainingservices/","https://www.linkedin.com/company/3t-training-technology-transformation/","https://twitter.com/3t_transform"],"legalName":"Transforming Training with Technology Ltd.","logo":{"@type":"ImageObject","url":"https://www.3tglobal.com/wp-content/uploads/2024/02/3t-logo.png","width":"1280","height":"720"},"description":"Previously 3t Energy Group. At 3t, we transform training and workforce competency across the world with training, simulators and software & technology. Get in touch.","image":[{"@type":"ImageObject","@id":"https://www.3tglobal.com/news/something-new-is-coming/#primaryimage","url":"https://www.3tglobal.com/wp-content/uploads/2024/05/AdobeStock_459371359-scaled.jpeg","width":"2560","height":"1801"},{"@type":"ImageObject","url":"https://www.3tglobal.com/wp-content/uploads/2024/05/AdobeStock_459371359-scaled-1200x900.jpeg","width":"1200","height":"900"},{"@type":"ImageObject","url":"https://www.3tglobal.com/wp-content/uploads/2024/05/AdobeStock_459371359-scaled-1200x675.jpeg","width":"1200","height":"675"}]}]
</script>

<link rel="icon" href="https://www.3tglobal.com/wp-content/uploads/2023/08/3t-favi-150x150.png" sizes="32x32" />
<link rel="icon" href="https://www.3tglobal.com/wp-content/uploads/2023/08/3t-favi-350x350.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://www.3tglobal.com/wp-content/uploads/2023/08/3t-favi-350x350.png" />
<meta name="msapplication-TileImage" content="https://www.3tglobal.com/wp-content/uploads/2023/08/3t-favi-350x350.png" />
		<style type="text/css" id="wp-custom-css">
			.cky-notice .cky-title {
	margin-bottom:0!important;
	padding-bottom:0!important;
}
.cky-notice-des p {
	padding-bottom:0!important;
}		</style>
		
</head>

<body class="">
	
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TSVDWG42"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
	
<div class="weglot-footer">
	<!--Weglot 4.2.4--><aside data-wg-notranslate="" class="country-selector weglot-dropdown close_outside_click closed weglot-shortcode wg-" tabindex="0" aria-expanded="false" aria-label="Language selected: English"><ul role="none"></ul></aside></div>

	
<header class="masthead">
	
	<div class="inner flex-wrap sb vc">

		<div class="site-logo bg-dark-grey text-white">
			<a href="/" >
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 96"><path class="logo-marque-fill" d="M108 84h-7.5c-.8 0-1.5-.7-1.5-1.5V42h18V30H92.3c3.7 0 6.7-3 6.7-6.7V0h-3l-9 9v21H75v12h12v33a21 21 0 0 0 21 21h12V84h-12ZM45 0H21A21 21 0 0 0 0 21v3h12V13.5c0-.8.7-1.5 1.5-1.5h39c.8 0 1.5.7 1.5 1.5v27c0 .8-.7 1.5-1.5 1.5H18v12h34.5c.8 0 1.5.7 1.5 1.5v27c0 .8-.7 1.5-1.5 1.5h-39c-.8 0-1.5-.7-1.5-1.5V72H0v3a21 21 0 0 0 21 21h24a21 21 0 0 0 21-21V64.2a3 3 0 0 0-.9-2L54 51l-1.5-1.5c-.8-.8-.8-2.1 0-3L57 42l8.1-8.2a3 3 0 0 0 .9-2V21A21 21 0 0 0 45 0"/><path fill="none" d="M0 0H120V96H0z"/></svg>
			</a>
						<span class="connectors text-dark-grey">
				<span class="shape-connector blc">
					<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M20 0H0v20C0 9 9 0 20 0Z" /></svg>
				</span>
				<span class="shape-connector trc">
					<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M20 0H0v20C0 9 9 0 20 0Z"/></svg>
				</span>
			</span>
		</div>
		
		
		<nav class="site-menu flex-wrap vc ">
			
			<ul>
				<li><a href="https://www.3tglobal.com/about/">About 3t</a></li>
<li><a href="https://www.3tglobal.com/case-studies/">Case studies</a></li>
<li><a href="https://www.3tglobal.com/blog/">Insights</a></li>
<li class="current_page_parent"><a href="https://www.3tglobal.com/news/">News</a></li>
<li><a href="https://www.3tglobal.com/careers/">Careers</a></li>
<li><a href="https://www.3tglobal.com/contact/">Contact</a></li>
	
			</ul>
			
			<a href="#" class="search-toggle toggle-link" data-toggle-target="body" data-toggle-class="search-open">
				<span class="screen-reader-text">Search</span>
				<svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 26 26">
				  <path  d="M144.411-815l-9.5-9.5a7.961,7.961,0,0,1-2.526,1.463,8.935,8.935,0,0,1-3.071.524,8.989,8.989,0,0,1-6.611-2.708A8.912,8.912,0,0,1,120-831.756a8.907,8.907,0,0,1,2.708-6.536A8.928,8.928,0,0,1,129.262-841a8.868,8.868,0,0,1,6.536,2.708,8.943,8.943,0,0,1,2.69,6.542,8.991,8.991,0,0,1-.506,2.992,9.167,9.167,0,0,1-1.517,2.708L146-816.589Zm-15.131-9.678a6.754,6.754,0,0,0,4.988-2.076,6.855,6.855,0,0,0,2.054-5,6.855,6.855,0,0,0-2.054-5,6.754,6.754,0,0,0-4.988-2.076,6.858,6.858,0,0,0-5.039,2.076,6.82,6.82,0,0,0-2.075,5,6.82,6.82,0,0,0,2.075,5A6.858,6.858,0,0,0,129.281-824.678Z" transform="translate(-120 841)"/>
				</svg>

				<span class="search-close-icon">
					<span></span> 
					<span></span>
				</span>
			</a>
		</nav>

				
		<nav class="divisions-menu sub-nav-white">		
			
						
			

<ul class="top-level main-menu-partial">
	<li class="sub-nav-3-col has-sub"><a href="https://www.3tglobal.com/training-services/"  tabindex="0"  target=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1127.8 147"><g data-name="Group 109"><g data-name="Group 101" transform="translate(11411.3 12271.7) translate(-672)" ><path data-name="Path 227" d="M72.6 1.2H0v8.5h31.8v78.9H41V9.7h31.7Z" transform="translate(-10540 -12233)"/><path data-name="Path 228" d="m159.7 81.5-.1-6.6V48.7a26.4 26.4 0 0 0-2.7-12 20.3 20.3 0 0 0-8.1-8.6 26.1 26.1 0 0 0-13.4-3.1q-10 0-16.8 5.1a17.7 17.7 0 0 0-7.3 13.7h8.5a11.5 11.5 0 0 1 4.9-8.6 17.8 17.8 0 0 1 10.4-3h.8a16.5 16.5 0 0 1 8 2 12.6 12.6 0 0 1 5.4 5.5 20 20 0 0 1 1.8 9v2.5l-19.5 1.3a36.2 36.2 0 0 0-10.3 2.5 19.5 19.5 0 0 0-8 6 16.2 16.2 0 0 0-3.3 10.4 17.4 17.4 0 0 0 2.7 9.4 18.6 18.6 0 0 0 7.1 6.6 21 21 0 0 0 10 2.4 28.3 28.3 0 0 0 13.9-3.3q6-3.3 8-7.9V81l.1 2.7.2 2.5a13.9 13.9 0 0 0 .3 2.4h7.9l-.4-3.6-.1-3.5M151 66a13.2 13.2 0 0 1-3 8.1 21 21 0 0 1-7.3 6.1 19.3 19.3 0 0 1-8.8 2.3h-1.1a12.2 12.2 0 0 1-8.9-3.4 11.1 11.1 0 0 1-3.5-8.3 9.6 9.6 0 0 1 4-8 19.8 19.8 0 0 1 10.7-3.6l17.9-1.3Z" transform="translate(-10540 -12233)"/><path data-name="Rectangle 228" transform="translate(-10361.8 -12206.8)" d="M0 0H8.6V62.4H0z"/><path data-name="Rectangle 229" transform="translate(-10362.5 -12229)" d="M0 0H9.9V11H0z"/><path data-name="Path 229" d="M247.5 27.6A24 24 0 0 0 236 25 26.5 26.5 0 0 0 223 28a20.5 20.5 0 0 0-8.4 8.5V26.2h-8.6v62.4h8.6V57a34.2 34.2 0 0 1 2.1-12.5 20.2 20.2 0 0 1 6.7-9 17.1 17.1 0 0 1 10.6-3.3h.8a15.9 15.9 0 0 1 8.2 2 11.8 11.8 0 0 1 4.9 6 27.2 27.2 0 0 1 1.6 10v38.4h8.6v-41a25.4 25.4 0 0 0-2.8-12.2 18.7 18.7 0 0 0-7.7-7.8" transform="translate(-10540 -12233)"/><path data-name="Rectangle 230" transform="translate(-10263.5 -12206.8)" d="M0 0H8.6V62.4H0z"/><path data-name="Rectangle 231" transform="translate(-10264.2 -12229)" d="M0 0H9.9V11H0z"/><path data-name="Path 230" d="M345.8 27.6a24 24 0 0 0-11.4-2.6 26.5 26.5 0 0 0-13.2 3.1 20.5 20.5 0 0 0-8.4 8.5V26.2h-8.6v62.4h8.6V57a34.2 34.2 0 0 1 2.2-12.5 20.2 20.2 0 0 1 6.6-9 17.1 17.1 0 0 1 10.6-3.3h.8a15.9 15.9 0 0 1 8.2 2 11.8 11.8 0 0 1 4.9 6 27.2 27.2 0 0 1 1.6 10v38.4h8.6v-41a25.4 25.4 0 0 0-2.8-12.2 18.7 18.7 0 0 0-7.7-7.8" transform="translate(-10540 -12233)"/><path data-name="Path 231" d="M79.7 26.2a8.7 8.7 0 0 0-8.7 8.7v53.7h8.6V34.8h24v-8.6Z" transform="translate(-10540 -12233)"/><path data-name="Path 232" d="M418.7 36a20.5 20.5 0 0 0-8.1-8.1 27.2 27.2 0 0 0-26.4 1 26 26 0 0 0-9.6 11.3 40 40 0 0 0-3.4 17 38.3 38.3 0 0 0 3.4 17 24.7 24.7 0 0 0 9.6 10.7 26.6 26.6 0 0 0 13.9 3.7 25.1 25.1 0 0 0 12.5-3 20.4 20.4 0 0 0 8-8.1v19a6.6 6.6 0 0 1-.4 2.8 3.1 3.1 0 0 1-1.6 1.5 7.3 7.3 0 0 1-3 .5h-26.2v7h27.8q6.1 0 9-2.6t3-8.1V26.2h-8.5Zm-2.4 34.3a18.4 18.4 0 0 1-6.8 8.2 17.8 17.8 0 0 1-9.9 2.8h-1.2a16.7 16.7 0 0 1-13.6-6.3q-5.2-6.3-5.2-17.7A34.3 34.3 0 0 1 382 44a19.7 19.7 0 0 1 6.7-8.8 16.5 16.5 0 0 1 9.8-3h1.2a16.3 16.3 0 0 1 9.8 3.1 20.5 20.5 0 0 1 6.8 8.8 33.2 33.2 0 0 1 2.4 13.2 31.7 31.7 0 0 1-2.4 13" transform="translate(-10540 -12233)"/><path data-name="Path 233" d="M497.8 10.6a24.8 24.8 0 0 1 10.5-2.1h1.2q9.1 0 15.1 5a18.1 18.1 0 0 1 6.5 13.4h9.1a27.4 27.4 0 0 0-4.2-14.4 25.5 25.5 0 0 0-10.8-9.3A38 38 0 0 0 508.9 0 35.7 35.7 0 0 0 493 3.3a25.6 25.6 0 0 0-10.5 9 22.6 22.6 0 0 0-3.8 12.7q0 9.6 5.4 15.1t15.6 7.8l14 2.9q8 1.6 12 5.2a12.3 12.3 0 0 1 4 9.5 14.2 14.2 0 0 1-5.4 11.4q-5.4 4.4-15 4.4h-1.3q-11 0-17.8-5.3t-6.7-15h-9.1q0 9.2 4 15.7a25.3 25.3 0 0 0 11.6 9.8q7.6 3.3 18.2 3.3a40.9 40.9 0 0 0 16.2-3 23.3 23.3 0 0 0 10.7-8.6 23.6 23.6 0 0 0 3.6-13.2q0-9.7-5.8-15.5t-16.9-8l-14-2.8q-6.7-1.3-10.4-4.8a11.9 11.9 0 0 1-3.8-9 14.2 14.2 0 0 1 2.7-8.4 17.6 17.6 0 0 1 7.2-5.9" transform="translate(-10540 -12233)"/><path data-name="Path 234" d="M593.4 28.6A24 24 0 0 0 580 25a27.4 27.4 0 0 0-13.9 3.6A26.9 26.9 0 0 0 556 39.5q-4 7.3-4 17.8 0 10.3 3.7 17.7a25.9 25.9 0 0 0 10 11 27.8 27.8 0 0 0 14.4 3.8q9.8 0 16.5-5t8.7-14.2h-8.6q-1.6 6.1-5.7 9a17.1 17.1 0 0 1-10.2 3h-.8a18 18 0 0 1-9.5-2.6 18.9 18.9 0 0 1-7-8q-2.7-5.5-2.8-13.9h44.8V53a31.2 31.2 0 0 0-3.2-14.3 25 25 0 0 0-9-10M561 51q1.3-10 6.5-14.4a18 18 0 0 1 12-4.4h1.2a14.4 14.4 0 0 1 11.5 5.2q4.5 5.3 4.7 13.6Z" transform="translate(-10540 -12233)"/><path data-name="Path 235" d="m687 80.8-20.3-54.6h-9l23.9 62.4H692l24-62.4H707Z" transform="translate(-10540 -12233)"/><path data-name="Rectangle 232" transform="translate(-9813.2 -12229)" d="M0 0H9.9V11H0z"/><path data-name="Rectangle 233" transform="translate(-9812.5 -12206.8)" d="M0 0H8.6V62.4H0z"/><path data-name="Path 236" d="M768.8 35.6a17.3 17.3 0 0 1 11-3.4h1a14.6 14.6 0 0 1 10.4 3.9 16.5 16.5 0 0 1 5 10.2h8.6a24 24 0 0 0-3.9-11.4 21.3 21.3 0 0 0-8.5-7.4 27.4 27.4 0 0 0-12-2.5 27.9 27.9 0 0 0-15.6 4.2 27.3 27.3 0 0 0-10 11.6 38.8 38.8 0 0 0-3.4 16.6 38.8 38.8 0 0 0 3.4 16.6 27.3 27.3 0 0 0 10 11.6 27.9 27.9 0 0 0 15.6 4.2q10 0 16.3-5.7t8.1-15.6h-8.6a18 18 0 0 1-5.2 10.2 14 14 0 0 1-10.1 3.9h-1.2q-9.6 0-14.6-7.2t-5-18a35.2 35.2 0 0 1 2.1-12.6 20.5 20.5 0 0 1 6.6-9.2" transform="translate(-10540 -12233)"/><path data-name="Path 237" d="M857.2 28.6A24 24 0 0 0 844 25a27.4 27.4 0 0 0-14 3.6 26.9 26.9 0 0 0-10.2 10.9q-3.9 7.3-3.9 17.8 0 10.3 3.7 17.7a25.9 25.9 0 0 0 10 11 27.8 27.8 0 0 0 14.4 3.8q9.7 0 16.5-5t8.7-14.2h-8.6q-1.6 6.1-5.7 9a17.1 17.1 0 0 1-10.3 3h-.7a18 18 0 0 1-9.6-2.6 18.9 18.9 0 0 1-7-8q-2.6-5.5-2.8-13.9h44.8V53a31.2 31.2 0 0 0-3.2-14.3 25 25 0 0 0-8.9-10M824.8 51q1.2-10 6.5-14.4a18 18 0 0 1 12-4.4h1.2a14.4 14.4 0 0 1 11.5 5.2q4.5 5.3 4.7 13.6Z" transform="translate(-10540 -12233)"/><path data-name="Path 238" d="m911.9 54.5-9.8-2.1q-6-1.4-8.5-3.6a7.8 7.8 0 0 1-2.6-6.3 9.3 9.3 0 0 1 3.6-7.3q3.7-3 9.8-3h1.2a13.9 13.9 0 0 1 10 3.7 14.5 14.5 0 0 1 4.5 9.1h8.5a20.8 20.8 0 0 0-6.6-14.2q-6-5.9-17-5.9a28.3 28.3 0 0 0-11.2 2.2 19.2 19.2 0 0 0-8.2 6.4 16.3 16.3 0 0 0-3 10q0 7.3 4.5 11.2t12.5 5.7l9.1 1.9q5.9 1.3 8.3 3.6a7.6 7.6 0 0 1 2.5 5.8 9.5 9.5 0 0 1-3.8 8q-3.8 2.9-10 2.9h-1.3a17.4 17.4 0 0 1-11-3.3 13 13 0 0 1-4.9-9.6h-8.4a19.3 19.3 0 0 0 6.8 14.6q6.4 5.5 18 5.5a30.4 30.4 0 0 0 12.1-2.2 18.3 18.3 0 0 0 8.1-6.4 17.3 17.3 0 0 0 2.9-10q0-7.4-4.3-11.3t-11.8-5.4" transform="translate(-10540 -12233)"/><path data-name="Path 239" d="M629.6 26.2a8.7 8.7 0 0 0-8.7 8.7v53.7h8.6V34.8h24v-8.6Z" transform="translate(-10540 -12233)"/></g><g data-name="Group 102"><path data-name="Path 240" d="M69.2 111.3h-10a2 2 0 0 1-2-2V55.6h24V39.7H48.3a8.8 8.8 0 0 0 8.9-8.8V0h-4l-12 12v27.7H21.5v16h20v43.7a27.8 27.8 0 0 0 27.8 27.8h15.9v-16Z" transform="translate(11411.3 12271.7) translate(-2502.6 -714.7) translate(-8830.7 -11557)"/><path data-name="Path 241" d="M59.6 0H27.8A27.8 27.8 0 0 0 0 27.8v4h15.9v-14a2 2 0 0 1 2-1.9h51.7a2 2 0 0 1 2 2v35.8a2 2 0 0 1-2 2H23.8v15.8h45.8a2 2 0 0 1 2 2v35.8a2 2 0 0 1-2 2H17.9a2 2 0 0 1-2-2v-14H0v4a27.8 27.8 0 0 0 27.8 27.9h31.8a27.8 27.8 0 0 0 27.8-27.8V85a3.8 3.8 0 0 0-1-2.8L71.4 67.6l-2-2a2.8 2.8 0 0 1 0-4l6-6 10.8-10.8a3.8 3.8 0 0 0 1.1-2.7V27.8A27.8 27.8 0 0 0 59.6 0" transform="translate(11411.3 12271.7) translate(-2502.6 -714.7) translate(-8908.6 -11557)"/></g></g></svg></a>
					<div class="sub-menu-wrap sub-menu-445">
						
						
												
							<ul class="sub-menu">
																
										<li class=""><a href="https://www.3tglobal.com/training-services/" target="">Introduction to our services</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/training-services/our-training-centres/" target="">Our training centres</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/training-services/training-courses/" target="">Our training courses</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/training-services/funded-training/" target="">Funded Training</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/news/something-new-is-coming/" target="_blank">Book training in England</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/news/something-new-is-coming/" target="_blank">Book training in Scotland</a></li>	
										
																		
										<li class=""><a href="https://store.3t-transform.com/collections/courses" target="_blank">Book E-learning</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/training-services/apprenticeships/" target="">Apprenticeships</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/training-services/training-centre-consultancy-services/" target="">Training centre consultancy services</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/training-services/comprehensive-medical-assessments-for-safety-critical-industries/" target="">Medical assessments</a></li>	
										
																	</ul>

											</div>


											
				</li>
			<li class="sub-nav-2-col has-sub"><a href="https://www.3tglobal.com/3t-drilling-systems/"  tabindex="0"  target=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1071.7 145.7"><path d="M255.5 44.7a40 40 0 0 0-20.7-5.3H205v86.7h29.8q12 0 20.7-5.1a34 34 0 0 0 13.6-14.9q4.9-9.8 4.9-23c0-13.3-1.7-16.8-4.9-23.4a35 35 0 0 0-13.6-15m5.8 57q-3.6 8-10.6 12a34 34 0 0 1-17.1 4H214V47.8h19.6q15 0 23.1 9c8.1 9 8.2 14.7 8.2 26q0 11-3.6 19m72-59.7h9.8V53h-9.8zm.6 22.1h8.6v61.9h-8.6zm27.5-24.8h8.6v86.7h-8.6zm27.5 0h8.6v86.7h-8.6zm26.9 2.7h9.8V53h-9.8zm.6 22.1h8.6v61.9h-8.6zm68.8 1.4Q480.3 63 474 63q-7.4 0-13.1 3.1c-5.7 3.1-6.5 4.9-8.4 8.4V64.2H444v62h8.5V94.7q0-6.9 2.2-12.4c2.2-5.5 3.6-6.7 6.6-9a17 17 0 0 1 10.6-3.3h.7q5 0 8.2 2 3.2 1.8 4.8 5.9 1.6 4 1.6 10V126h8.6V85.5q0-7-2.8-12.2t-7.7-7.8m148.4-16.8q4.5-2.1 10.3-2.1h1.3q9 0 15 5c6 5 6 7.7 6.4 13.3h9q-.2-8.3-4.1-14.3c-3.9-6-6.2-7-10.8-9.2q-7-3.2-16.1-3.2c-9.1 0-11.2 1-15.7 3.3q-6.7 3.3-10.5 9T614.8 63q0 9.5 5.3 15c5.3 5.5 8.7 6.3 15.5 7.8l13.9 2.8q8 1.5 12 5.2c4 3.7 3.9 5.5 3.9 9.4a14 14 0 0 1-5.4 11.3q-5.3 4.5-14.8 4.5h-1.3q-11 0-17.7-5.3a18 18 0 0 1-6.7-15h-9q0 9.3 4 15.6A25 25 0 0 0 626 124a44 44 0 0 0 18 3.4q9.2 0 16.2-3t10.6-8.5 3.6-13.2q0-9.6-5.8-15.4c-5.8-5.8-9.4-6.5-16.7-8l-14-2.7q-6.6-1.2-10.3-4.7a12 12 0 0 1-3.7-9q0-4.6 2.6-8.3 2.5-3.8 7.1-5.9Zm81 64-22.3-48.5h-9.2l27.3 58.8-2.3 5.6a32 32 0 0 1-4.2 7.7q-1.8 2.2-5.7 2.2h-12.5v7.2H700q5.7 0 8.9-2.8a22 22 0 0 0 6.1-9.3l28.5-69.4h-9zm48.1-39.5q3.7-3 9.7-3h1.2q6 0 10 3.6 3.8 3.7 4.4 9h8.4q-.5-8.3-6.5-14c-6-5.8-9.6-5.8-16.9-5.8q-6 0-11.1 2.1-5 2.3-8.2 6.3c-3.2 4-3 6-3 9.9q0 7.3 4.5 11.2a28 28 0 0 0 12.5 5.6l9 1.9q5.8 1.3 8.3 3.6c2.5 2.3 2.4 3.4 2.4 5.8q0 5-3.8 7.9t-10 2.9h-1.2q-6.6 0-10.8-3.3a13 13 0 0 1-5-9.5h-8.4q.4 9 6.8 14.5a27 27 0 0 0 17.9 5.4q6.9 0 12-2.2 5.2-2.2 8-6.4 3-4 2.9-10 0-7.2-4.3-11a24 24 0 0 0-11.7-5.4l-9.7-2.1q-6-1.4-8.4-3.5-2.6-2.2-2.6-6.3 0-4.2 3.6-7.2m63.8 44.6q-1-1-1-3.8V71.4h15.3v-7.2h-15.4v-20h-8.4v20h-14.3v7.2h14.3v43.3q0 6 2.9 8.7c2.9 2.7 5 2.7 9 2.7h13.7V119h-12.2q-2.7 0-3.9-1m64.6-51.4Q885.4 63 878 63c-7.4 0-9.6 1.1-13.8 3.5s-7.5 6-10.1 10.9q-4 7.2-4 17.6c0 10.4 1.3 12.8 3.7 17.6a26 26 0 0 0 24.2 14.8q9.8 0 16.4-5c6.6-5 7.3-8 8.6-14h-8.5q-1.6 6-5.7 8.9-3.9 3-10.2 2.9h-.7q-5.3 0-9.5-2.6a19 19 0 0 1-7-8 32 32 0 0 1-2.7-13.7H903v-5.2q0-8-3.1-14.2-3.1-6.3-8.8-9.9M859 88.8q1.3-9.8 6.4-14.3t11.9-4.4h1.2q6.9 0 11.4 5.2t4.7 13.5zm140.7-23.2a23 23 0 0 0-11-2.6q-7.2 0-12.9 3.2a23 23 0 0 0-8.9 9.6q-2.2-6.3-7.5-9.6c-5.3-3.3-7.5-3.3-12.1-3.3s-8.6 1-12 3-6.2 4.7-8.2 8v-9.7h-8.6v62h8.6V94.7q0-6.9 2-12.4t6.2-9q4.1-3.3 9.9-3.3h.7q7.1 0 10.7 4.4Q960 79 960 88v38h8.5V94.8q0-6.9 2-12.4t6.2-9c4.2-3.4 6-3.3 10-3.3h.7q7 0 10.5 4.4t3.5 13.5v38h8.5V85.5q0-7-2.7-12.2t-7.5-7.7m55.4 26.7-9.6-2.1q-6-1.4-8.5-3.5-2.5-2.2-2.5-6.3c0-4 1.2-5.2 3.6-7.2q3.6-3 9.6-3h1.2q6 0 10 3.6 3.8 3.7 4.4 9h8.4a21 21 0 0 0-6.5-14q-6-5.9-16.9-5.8-6 0-11.1 2.1-5.1 2.3-8.1 6.3c-3 4-3 6-3 9.9q0 7.3 4.4 11.2A28 28 0 0 0 1043 98l9 1.9q6 1.3 8.3 3.6c2.3 2.3 2.4 3.4 2.4 5.8q0 5-3.8 7.9t-10 2.9h-1.2q-6.6 0-10.8-3.3a13 13 0 0 1-5-9.5h-8.4q.4 9 6.8 14.5a27 27 0 0 0 17.9 5.4q6.9 0 12-2.2 5.3-2.2 8-6.4 3-4 2.9-10 0-7.2-4.3-11a24 24 0 0 0-11.7-5.4ZM136 110.4c-1 0-2-1-2-2V55.2h23.7V39.4h-32.4c4.8 0 8.8-4 8.8-8.8V0h-4l-11.8 11.8v27.6H98.5v15.8h19.8v43.3a27.6 27.6 0 0 0 27.6 27.6h15.7v-15.7zM59.1 0H27.6A27.6 27.6 0 0 0 0 27.6v4h15.8V17.7q.2-1.8 2-2H69c1 0 2 .9 2 2v35.4c0 1.1-1 2-2 2H23.6V71H69c1 0 2 .8 2 2v35.4c0 1-1 2-2 2H17.7c-1 0-2-1-2-2V94.6H0v4A27.6 27.6 0 0 0 27.6 126H59a27.6 27.6 0 0 0 27.6-27.5V84.4q0-1.6-1.1-2.7L71 67l-2-2a2.7 2.7 0 0 1 0-3.9l5.9-5.9 10.7-10.7q1-1.1 1.1-2.7V27.6A27.6 27.6 0 0 0 59.1 0m498.5 74q-3-5.3-8-8.1-5.2-3-12.4-3a25 25 0 0 0-23.4 15.2q-3.4 7.2-3.4 17c0 9.7 1.1 12 3.4 16.7q3.5 7 9.6 10.7c6 3.7 8.7 3.6 13.8 3.6q7.2 0 12.4-2.9 5.1-3 8-8.1V134q0 1.8-.5 2.8t-1.5 1.5-3 .5h-26v6.9H554q6 0 9-2.6t3-8V64h-8.5zm-2.4 34a18 18 0 0 1-6.8 8.2 18 18 0 0 1-9.7 2.7h-1.3q-8.3 0-13.4-6.2-5.2-6.2-5.2-17.7 0-7.5 2.4-13.1c2.4-5.6 3.8-6.7 6.6-8.7s6.1-3 9.8-3h1.2q5.5 0 9.7 3 4.3 3.1 6.7 8.8a33 33 0 0 1 2.4 13q0 7.5-2.4 13M298.5 64.2a8.6 8.6 0 0 0-8.6 8.6V126h8.6V72.7h23.8v-8.5z"/></svg></a>
					<div class="sub-menu-wrap sub-menu-5021">
						
						
												
							<ul class="sub-menu">
																
										<li class=""><a href="https://www.3tglobal.com/3t-drilling-systems/" target="">Introduction to our Simulators</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/3t-drilling-systems/drilling-and-well-control-simulators/" target="">Drilling and Well Control Simulators</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/3t-drilling-systems/well-intervention-simulators/" target="">Well Intervention Simulators</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/3t-drilling-systems/crane-and-lifting-simulators/" target="">Crane and Lifting Simulators</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/3t-drilling-systems/isimulators/" target="">iSimulators</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/3t-drilling-systems/simulator-range/" target="">View range</a></li>	
										
																	</ul>

											</div>


											
				</li>
			<li class="sub-nav-3-col has-sub"><a href="https://www.3tglobal.com/digital/"  tabindex="0"  target=""><svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0" y="0" viewBox="0 0 529.7 147" xml:space="preserve" enable-background="new 0 0 529.7 147"><g transform="translate(10104.7 12271.7) translate(-350)"><path d="M-9503.8-12227.7a40.2 40.2 0 0 0-20.8-5.3h-30.1v87.3h30.1a40 40 0 0 0 20.8-5.2c6-3.5 10.7-8.7 13.7-15a52.4 52.4 0 0 0 4.9-23.3c0-9.1-1.6-16.9-4.9-23.5-3-6.1-7.8-11.4-13.7-15m5.8 57.5c-2.2 5-6 9.2-10.7 12a34.2 34.2 0 0 1-17.2 4.1h-19.7v-70.4h19.7c10.1 0 17.8 3 23.3 9.1s8.2 14.8 8.2 26.1c.1 7.5-1.2 13.8-3.6 19.1"/><path d="M-9469.8-12230.3H-9459.9V-12219.3H-9469.8z"/><path d="M-9469.1-12208H-9460.5V-12145.6H-9469.1z"/><path d="M-9370-12208H-9361.4V-12145.6H-9370z"/><path d="M-9370.6-12230.3H-9360.7V-12219.3H-9370.6z"/><path d="M-9326.3-12154c-.8-.7-1.1-2-1.1-3.9v-42.9h15.5v-7.2h-15.5v-20.2h-8.5v20.2h-14.3v7.2h14.3v43.7c0 4 1 6.9 2.9 8.7 2 1.8 5 2.7 9 2.7h13.8v-7.2h-12.4c-1.7 0-3-.4-3.7-1.1M-9252.1-12152.8l-.1-6.6v-26.2c.1-4.1-.9-8.3-2.7-12a19.6 19.6 0 0 0-8.1-8.5 27 27 0 0 0-13.4-3.2c-6.7 0-12.2 1.7-16.8 5.2a17.7 17.7 0 0 0-7.3 13.7h8.5c.3-3.5 2.1-6.6 4.9-8.6 3.1-2.1 6.7-3.1 10.4-3h.7c2.8-.1 5.6.6 8.1 1.9 2.3 1.3 4.2 3.2 5.3 5.6 1.3 2.8 1.9 5.8 1.8 8.9v2.5l-19.5 1.4c-3.5.3-7 1.1-10.3 2.4a19 19 0 0 0-8 6c-2.3 3-3.4 6.7-3.2 10.4 0 3.3.9 6.6 2.6 9.4 1.8 2.8 4.2 5.1 7.2 6.6 3.1 1.6 6.5 2.5 10 2.4a29 29 0 0 0 13.8-3.3 17 17 0 0 0 8-7.9v2.4l.1 2.7.2 2.5.3 2.4h7.9l-.4-3.6v-3.5m-8.6-15.3c0 3-1.1 5.8-2.9 8.1a20.7 20.7 0 0 1-16.2 8.3h-1.1c-3.3.1-6.5-1.1-8.9-3.4a11.1 11.1 0 0 1-3.5-8.4 9.4 9.4 0 0 1 4.1-8c3.1-2.2 6.8-3.4 10.7-3.6l17.8-1.2v8.2z"/><path d="M-9233.6-12233H-9225V-12145.7H-9233.6z"/><path d="M-9397.5-12198.2a21.3 21.3 0 0 0-8.1-8.2 27.2 27.2 0 0 0-26.4 1 26.3 26.3 0 0 0-9.6 11.3 38.8 38.8 0 0 0-3.4 17.1 38 38 0 0 0 3.4 16.9c2.1 4.5 5.4 8.2 9.6 10.7 4.2 2.5 9 3.8 13.9 3.7 4.3.1 8.6-.9 12.5-2.9 3.4-1.9 6.2-4.7 8.1-8.2v19c0 1-.1 1.9-.5 2.8a3 3 0 0 1-1.6 1.5c-.9.4-1.9.5-2.9.5h-26.2v7h27.7c4.1 0 7.1-.9 9-2.6s2.9-4.4 2.9-8.1v-71.4h-8.5l.1 9.9zm-2.5 34.3a18.2 18.2 0 0 1-6.8 8.2 17.3 17.3 0 0 1-9.9 2.8h-1.2c-5.3.2-10.3-2.2-13.5-6.3a27 27 0 0 1-5.2-17.8c-.1-4.5.7-9.1 2.4-13.3 1.4-3.5 3.7-6.5 6.7-8.7 2.9-2 6.3-3.1 9.8-3.1h1.2c3.5 0 7 1 9.8 3.1 3 2.3 5.3 5.3 6.7 8.8 1.7 4.2 2.5 8.7 2.4 13.2.2 4.5-.6 8.9-2.4 13.1"/></g><path d="M-8761.5-11445.7h-9.9a2 2 0 0 1-2-2v-53.7h23.8v-15.9h-32.7c4.9 0 8.8-4 8.8-8.8v-30.9h-4l-11.9 11.9v27.8h-20l.1 15.9h19.9v43.7a27.8 27.8 0 0 0 27.8 27.8h15.9v-15.9l-15.8.1zM-8849-11557h-31.8a27.8 27.8 0 0 0-27.8 27.8v4h15.9v-13.9c0-1.1.9-2 2-2h51.7a2 2 0 0 1 2 2v35.8a2 2 0 0 1-2 2h-45.7v15.9h45.7a2 2 0 0 1 2 2v35.8a2 2 0 0 1-2 2h-51.7a2 2 0 0 1-2-2v-13.9h-15.9v4a27.8 27.8 0 0 0 27.8 27.8h31.8a27.8 27.8 0 0 0 27.8-27.8v-14.3c0-1-.4-2-1.1-2.7l-14.8-14.8-2-2a2.7 2.7 0 0 1 0-3.9l6-6 10.8-10.8c.7-.7 1.1-1.7 1.1-2.7v-14.3c0-15.5-12.4-28-27.8-28" transform="translate(10104.7 12271.7) translate(-1196.1 -714.7)"/></svg></a>
					<div class="sub-menu-wrap sub-menu-448">
						
						
												
							<ul class="sub-menu">
																
										<li class=""><a href="https://www.3tglobal.com/digital/" target="">Introduction to our solutions</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/digital/how-we-work/" target="">How we work</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/3t-drilling-systems/" target=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1071.7 145.7"><path d="M255.5 44.7a40 40 0 0 0-20.7-5.3H205v86.7h29.8q12 0 20.7-5.1a34 34 0 0 0 13.6-14.9q4.9-9.8 4.9-23c0-13.3-1.7-16.8-4.9-23.4a35 35 0 0 0-13.6-15m5.8 57q-3.6 8-10.6 12a34 34 0 0 1-17.1 4H214V47.8h19.6q15 0 23.1 9c8.1 9 8.2 14.7 8.2 26q0 11-3.6 19m72-59.7h9.8V53h-9.8zm.6 22.1h8.6v61.9h-8.6zm27.5-24.8h8.6v86.7h-8.6zm27.5 0h8.6v86.7h-8.6zm26.9 2.7h9.8V53h-9.8zm.6 22.1h8.6v61.9h-8.6zm68.8 1.4Q480.3 63 474 63q-7.4 0-13.1 3.1c-5.7 3.1-6.5 4.9-8.4 8.4V64.2H444v62h8.5V94.7q0-6.9 2.2-12.4c2.2-5.5 3.6-6.7 6.6-9a17 17 0 0 1 10.6-3.3h.7q5 0 8.2 2 3.2 1.8 4.8 5.9 1.6 4 1.6 10V126h8.6V85.5q0-7-2.8-12.2t-7.7-7.8m148.4-16.8q4.5-2.1 10.3-2.1h1.3q9 0 15 5c6 5 6 7.7 6.4 13.3h9q-.2-8.3-4.1-14.3c-3.9-6-6.2-7-10.8-9.2q-7-3.2-16.1-3.2c-9.1 0-11.2 1-15.7 3.3q-6.7 3.3-10.5 9T614.8 63q0 9.5 5.3 15c5.3 5.5 8.7 6.3 15.5 7.8l13.9 2.8q8 1.5 12 5.2c4 3.7 3.9 5.5 3.9 9.4a14 14 0 0 1-5.4 11.3q-5.3 4.5-14.8 4.5h-1.3q-11 0-17.7-5.3a18 18 0 0 1-6.7-15h-9q0 9.3 4 15.6A25 25 0 0 0 626 124a44 44 0 0 0 18 3.4q9.2 0 16.2-3t10.6-8.5 3.6-13.2q0-9.6-5.8-15.4c-5.8-5.8-9.4-6.5-16.7-8l-14-2.7q-6.6-1.2-10.3-4.7a12 12 0 0 1-3.7-9q0-4.6 2.6-8.3 2.5-3.8 7.1-5.9Zm81 64-22.3-48.5h-9.2l27.3 58.8-2.3 5.6a32 32 0 0 1-4.2 7.7q-1.8 2.2-5.7 2.2h-12.5v7.2H700q5.7 0 8.9-2.8a22 22 0 0 0 6.1-9.3l28.5-69.4h-9zm48.1-39.5q3.7-3 9.7-3h1.2q6 0 10 3.6 3.8 3.7 4.4 9h8.4q-.5-8.3-6.5-14c-6-5.8-9.6-5.8-16.9-5.8q-6 0-11.1 2.1-5 2.3-8.2 6.3c-3.2 4-3 6-3 9.9q0 7.3 4.5 11.2a28 28 0 0 0 12.5 5.6l9 1.9q5.8 1.3 8.3 3.6c2.5 2.3 2.4 3.4 2.4 5.8q0 5-3.8 7.9t-10 2.9h-1.2q-6.6 0-10.8-3.3a13 13 0 0 1-5-9.5h-8.4q.4 9 6.8 14.5a27 27 0 0 0 17.9 5.4q6.9 0 12-2.2 5.2-2.2 8-6.4 3-4 2.9-10 0-7.2-4.3-11a24 24 0 0 0-11.7-5.4l-9.7-2.1q-6-1.4-8.4-3.5-2.6-2.2-2.6-6.3 0-4.2 3.6-7.2m63.8 44.6q-1-1-1-3.8V71.4h15.3v-7.2h-15.4v-20h-8.4v20h-14.3v7.2h14.3v43.3q0 6 2.9 8.7c2.9 2.7 5 2.7 9 2.7h13.7V119h-12.2q-2.7 0-3.9-1m64.6-51.4Q885.4 63 878 63c-7.4 0-9.6 1.1-13.8 3.5s-7.5 6-10.1 10.9q-4 7.2-4 17.6c0 10.4 1.3 12.8 3.7 17.6a26 26 0 0 0 24.2 14.8q9.8 0 16.4-5c6.6-5 7.3-8 8.6-14h-8.5q-1.6 6-5.7 8.9-3.9 3-10.2 2.9h-.7q-5.3 0-9.5-2.6a19 19 0 0 1-7-8 32 32 0 0 1-2.7-13.7H903v-5.2q0-8-3.1-14.2-3.1-6.3-8.8-9.9M859 88.8q1.3-9.8 6.4-14.3t11.9-4.4h1.2q6.9 0 11.4 5.2t4.7 13.5zm140.7-23.2a23 23 0 0 0-11-2.6q-7.2 0-12.9 3.2a23 23 0 0 0-8.9 9.6q-2.2-6.3-7.5-9.6c-5.3-3.3-7.5-3.3-12.1-3.3s-8.6 1-12 3-6.2 4.7-8.2 8v-9.7h-8.6v62h8.6V94.7q0-6.9 2-12.4t6.2-9q4.1-3.3 9.9-3.3h.7q7.1 0 10.7 4.4Q960 79 960 88v38h8.5V94.8q0-6.9 2-12.4t6.2-9c4.2-3.4 6-3.3 10-3.3h.7q7 0 10.5 4.4t3.5 13.5v38h8.5V85.5q0-7-2.7-12.2t-7.5-7.7m55.4 26.7-9.6-2.1q-6-1.4-8.5-3.5-2.5-2.2-2.5-6.3c0-4 1.2-5.2 3.6-7.2q3.6-3 9.6-3h1.2q6 0 10 3.6 3.8 3.7 4.4 9h8.4a21 21 0 0 0-6.5-14q-6-5.9-16.9-5.8-6 0-11.1 2.1-5.1 2.3-8.1 6.3c-3 4-3 6-3 9.9q0 7.3 4.4 11.2A28 28 0 0 0 1043 98l9 1.9q6 1.3 8.3 3.6c2.3 2.3 2.4 3.4 2.4 5.8q0 5-3.8 7.9t-10 2.9h-1.2q-6.6 0-10.8-3.3a13 13 0 0 1-5-9.5h-8.4q.4 9 6.8 14.5a27 27 0 0 0 17.9 5.4q6.9 0 12-2.2 5.3-2.2 8-6.4 3-4 2.9-10 0-7.2-4.3-11a24 24 0 0 0-11.7-5.4ZM136 110.4c-1 0-2-1-2-2V55.2h23.7V39.4h-32.4c4.8 0 8.8-4 8.8-8.8V0h-4l-11.8 11.8v27.6H98.5v15.8h19.8v43.3a27.6 27.6 0 0 0 27.6 27.6h15.7v-15.7zM59.1 0H27.6A27.6 27.6 0 0 0 0 27.6v4h15.8V17.7q.2-1.8 2-2H69c1 0 2 .9 2 2v35.4c0 1.1-1 2-2 2H23.6V71H69c1 0 2 .8 2 2v35.4c0 1-1 2-2 2H17.7c-1 0-2-1-2-2V94.6H0v4A27.6 27.6 0 0 0 27.6 126H59a27.6 27.6 0 0 0 27.6-27.5V84.4q0-1.6-1.1-2.7L71 67l-2-2a2.7 2.7 0 0 1 0-3.9l5.9-5.9 10.7-10.7q1-1.1 1.1-2.7V27.6A27.6 27.6 0 0 0 59.1 0m498.5 74q-3-5.3-8-8.1-5.2-3-12.4-3a25 25 0 0 0-23.4 15.2q-3.4 7.2-3.4 17c0 9.7 1.1 12 3.4 16.7q3.5 7 9.6 10.7c6 3.7 8.7 3.6 13.8 3.6q7.2 0 12.4-2.9 5.1-3 8-8.1V134q0 1.8-.5 2.8t-1.5 1.5-3 .5h-26v6.9H554q6 0 9-2.6t3-8V64h-8.5zm-2.4 34a18 18 0 0 1-6.8 8.2 18 18 0 0 1-9.7 2.7h-1.3q-8.3 0-13.4-6.2-5.2-6.2-5.2-17.7 0-7.5 2.4-13.1c2.4-5.6 3.8-6.7 6.6-8.7s6.1-3 9.8-3h1.2q5.5 0 9.7 3 4.3 3.1 6.7 8.8a33 33 0 0 1 2.4 13q0 7.5-2.4 13M298.5 64.2a8.6 8.6 0 0 0-8.6 8.6V126h8.6V72.7h23.8v-8.5z"/></svg></a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/digital/3tx/" target="">3tx Software</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/digital/knowledge-coach/" target="">Knowledge Coach</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/digital/our-digital-solutions/off-the-shelf-e-learning/" target="">eLearning Library Subscription</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/digital/digital-twins/" target="">Digital Twins</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/digital/our-digital-solutions/vr-safety-training/" target="">VR Safety Training</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/digital/our-digital-solutions/digital-accreditations-and-bespoke-learning-content/" target="">eLearning Course Development</a></li>	
										
																	</ul>

											</div>


											
				</li>
			<li class="sub-nav-2-col has-sub"><a href="https://www.3tglobal.com/workforce-solutions/"  tabindex="0"  target=""><svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0" y="0" viewBox="0 0 1309.1 147" xml:space="preserve" enable-background="new 0 0 1309.1 147"><g transform="translate(7973.6 12271.7) translate(341)"><path d="m-8031.1-12152.5-19.3-79.3h-13.4l-19.1 79.9-19.4-79.9h-9.2l21.5 87.3h13.6l19.2-77.7 19 77.7h13.6l21.6-87.3h-9.1l-19 79.3zM-7954.3-12203.9a27.9 27.9 0 0 0-39.6 11.5c-2.7 5.2-4 11-3.9 16.8a35.2 35.2 0 0 0 3.9 16.8 27.9 27.9 0 0 0 50 0c2.6-5.2 4-11 3.9-16.8.1-5.8-1.2-11.6-3.9-16.8-2.4-4.7-6-8.7-10.4-11.5m3.1 41.6a18.2 18.2 0 0 1-17.1 11.9h-1.1c-3.6 0-7.1-1-10.1-3.1a20.1 20.1 0 0 1-7-8.8 32.4 32.4 0 0 1-2.6-13.4c-.1-4.6.8-9.1 2.6-13.3a18.2 18.2 0 0 1 17.1-11.9h1.1c3.6 0 7.1 1 10.1 3.1 3.1 2.2 5.6 5.3 7 8.8 1.8 4.2 2.7 8.8 2.6 13.3a32 32 0 0 1-2.6 13.4M-7909.6-12203.6a19.1 19.1 0 0 0-7.2 11v-14.2h-8v62.4h8.6v-30.4c0-7.7 1.7-13.7 5.1-18.1 3.4-4.4 8.1-6.6 14.1-6.6h5v-7.9h-5.6a20 20 0 0 0-12 3.8M-7827.7-12206.8h-11.6l-32.6 31.8v-56.8h-8.6v87.3h8.6v-20.1l12.1-11.6 22.7 31.7h10.6l-27.2-37.6 26-24.7zM-7805.7-12229.1c-1.9 1.8-2.9 4.7-2.9 8.8v13.5h-14.3v7.2h14.3v55.1h8.5v-55.1h16.1v-7.2h-16.1v-12.7c0-1.9.4-3.2 1.1-3.9a6 6 0 0 1 3.9-1.1h14.2v-7.2h-15.7c-4.1-.1-7.1.8-9.1 2.6M-7734.6-12203.9a27.9 27.9 0 0 0-39.6 11.5c-2.7 5.2-4 11-3.9 16.8a35.2 35.2 0 0 0 3.9 16.8 27.9 27.9 0 0 0 50 0c2.6-5.2 4-11 3.9-16.8.1-5.8-1.2-11.6-3.9-16.8-2.4-4.7-6-8.7-10.4-11.5m3.1 41.6a18.2 18.2 0 0 1-17.1 11.9h-1.1c-3.6 0-7.1-1-10.1-3.1a20.1 20.1 0 0 1-7-8.8 32.4 32.4 0 0 1-2.6-13.4c-.1-4.6.8-9.1 2.6-13.3a18.2 18.2 0 0 1 17.1-11.9h1.1c3.6 0 7.1 1 10.1 3.1 3.1 2.2 5.6 5.3 7 8.8 1.8 4.2 2.7 8.8 2.6 13.3a32 32 0 0 1-2.6 13.4M-7650-12197.4a17 17 0 0 1 10.9-3.4h1.1c3.8-.1 7.5 1.3 10.3 3.9 2.8 2.7 4.6 6.3 5.1 10.2h8.6c-.3-4.1-1.6-8-3.9-11.4a21.7 21.7 0 0 0-8.5-7.4 28 28 0 0 0-12-2.6 27.8 27.8 0 0 0-15.6 4.2 27.2 27.2 0 0 0-9.9 11.6 38 38 0 0 0-3.4 16.6 39.5 39.5 0 0 0 3.4 16.6c2.1 4.7 5.6 8.8 9.9 11.6a27.8 27.8 0 0 0 15.6 4.2c6.7 0 12.1-1.9 16.3-5.7 4.2-3.8 6.9-9 8.1-15.7h-8.6c-.6 3.9-2.4 7.4-5.2 10.2a14 14 0 0 1-10.1 3.9h-1.1c-6.4 0-11.3-2.4-14.7-7.2s-5.1-10.8-5.1-18c0-4.3.7-8.6 2.2-12.6 1.3-3.4 3.6-6.6 6.6-9M-7561.6-12204.4a27 27 0 0 0-27.1-.1 26.8 26.8 0 0 0-10.2 10.9 37.5 37.5 0 0 0-3.9 17.8c0 6.9 1.2 12.8 3.7 17.7 2.2 4.6 5.7 8.5 10 11.1 4.4 2.5 9.3 3.8 14.3 3.7 6.5 0 12-1.7 16.5-5s7.4-8.1 8.7-14.2h-8.6c-1.1 4.1-3 7.1-5.7 9-3 2.1-6.6 3.1-10.3 2.9h-.7c-3.4 0-6.7-.9-9.5-2.6-3.1-2-5.5-4.7-7-8a32.2 32.2 0 0 1-2.8-13.8h44.8v-5.2c.1-4.9-1-9.8-3.2-14.3-2.1-4-5.2-7.4-9-9.9m-32.5 22.4c.8-6.7 3-11.5 6.5-14.4 3.3-2.9 7.6-4.5 12-4.4h1.2c4.4-.1 8.7 1.8 11.5 5.2 3 3.5 4.6 8 4.7 13.6h-35.9zM-7485-12222.4c3.3-1.5 6.9-2.2 10.5-2.1h1.2c6.1 0 11.1 1.7 15.1 5a18 18 0 0 1 6.5 13.5h9.1a25.3 25.3 0 0 0-15.1-23.7 36.6 36.6 0 0 0-16.3-3.2c-5.4-.1-10.8 1-15.8 3.3-4.3 2-7.9 5.1-10.5 9a21.6 21.6 0 0 0-3.7 12.6 21 21 0 0 0 5.4 15.2c3.6 3.7 8.8 6.3 15.6 7.8l14 2.9c5.4 1.1 9.4 2.8 12 5.2 2.6 2.4 4.1 5.9 3.9 9.5.1 4.4-1.9 8.6-5.4 11.4-3.6 3-8.6 4.5-15 4.5h-1.2a28 28 0 0 1-17.8-5.3 17.8 17.8 0 0 1-6.7-15h-9.1c.1 6.2 1.5 11.4 4.1 15.7 2.8 4.4 6.8 7.8 11.5 9.8 5 2.2 11.1 3.4 18.2 3.4 5.6.1 11.1-.9 16.2-3 4.3-1.7 8.1-4.7 10.7-8.6 2.5-3.9 3.8-8.5 3.7-13.2 0-6.5-1.9-11.7-5.8-15.5a32.2 32.2 0 0 0-16.9-8l-14-2.7c-4.5-.8-8-2.4-10.5-4.7a11.7 11.7 0 0 1-3.7-9.1c0-3 .9-5.9 2.6-8.4 1.8-3 4.3-5 7.2-6.3M-7387.4-12203.9a27.9 27.9 0 0 0-39.6 11.5c-2.7 5.2-4 11-3.9 16.8a35.2 35.2 0 0 0 3.9 16.8 27.9 27.9 0 0 0 50 0c2.6-5.2 4-11 3.9-16.8.1-5.8-1.2-11.6-3.9-16.8-2.4-4.7-6-8.7-10.4-11.5m3.1 41.6a18.2 18.2 0 0 1-17.1 11.9h-1.1c-3.6 0-7.1-1-10.1-3.1a20.1 20.1 0 0 1-7-8.8 32.4 32.4 0 0 1-2.6-13.4c-.1-4.6.8-9.1 2.6-13.3a18.2 18.2 0 0 1 17.1-11.9h1.1c3.6 0 7.1 1 10.1 3.1 3.1 2.2 5.6 5.3 7 8.8 1.8 4.2 2.7 8.8 2.6 13.3a32 32 0 0 1-2.6 13.4"/><path d="M-7357.9-12231.8H-7349.3V-12144.5H-7357.9z"/><path d="M-7288.5-12173.1c.1 4.2-.8 8.3-2.5 12a18.8 18.8 0 0 1-6.6 7.9 15.2 15.2 0 0 1-8.7 2.7h-1.1c-4.9 0-8.6-1.5-11-4.4s-3.7-7.4-3.7-13.3v-38.7h-8.6v41.2c-.1 4 .8 8 2.6 11.7 1.6 3.3 4.2 6.1 7.4 7.9 3.5 2 7.5 3 11.6 2.9 4.6.1 9.1-1.1 13-3.4 3.5-2.3 6.3-5.6 7.7-9.5v11.7h8.6v-62.4h-8.6l-.1 33.7zM-7244.9-12152.8c-.7-.7-1.1-2-1.1-3.9v-42.9h15.5v-7.2h-15.5v-20.2h-8.5v20.2h-14.3v7.2h14.3v43.7c0 4 1 6.9 2.9 8.7s5 2.7 9 2.7h13.8v-7.2h-12.4c-1.6 0-2.9-.3-3.7-1.1"/><path d="M-7216.7-12206.8H-7208.1V-12144.4H-7216.7z"/><path d="M-7217.3-12229H-7207.4V-12218H-7217.3z"/><path d="M-7149.4-12203.9a27.9 27.9 0 0 0-39.6 11.5c-2.7 5.2-4 11-3.9 16.8a35.2 35.2 0 0 0 3.9 16.8 27.9 27.9 0 0 0 50 0c2.6-5.2 4-11 3.9-16.8.1-5.8-1.2-11.6-3.9-16.8a28.1 28.1 0 0 0-10.4-11.5m3.1 41.6a18.2 18.2 0 0 1-17.1 11.9h-1.1c-3.6 0-7.1-1-10.1-3.1a20.1 20.1 0 0 1-7-8.8 32.4 32.4 0 0 1-2.6-13.4c-.1-4.6.8-9.1 2.6-13.3a18.2 18.2 0 0 1 17.1-11.9h1.1c3.6 0 7.1 1 10.1 3.1 3.1 2.2 5.6 5.3 7 8.8 1.8 4.2 2.7 8.8 2.6 13.3a32 32 0 0 1-2.6 13.4M-7078.3-12205.4a23.8 23.8 0 0 0-11.4-2.6c-4.6-.1-9.1 1-13.2 3.2a20 20 0 0 0-8.4 8.4v-10.4h-8.6v62.4h8.6v-31.6c-.1-4.3.7-8.5 2.2-12.5 1.3-3.6 3.6-6.7 6.6-9a17 17 0 0 1 10.7-3.4h.7c2.9-.1 5.7.6 8.2 1.9a12 12 0 0 1 4.9 6c1.2 3.2 1.7 6.6 1.6 10v38.4h8.6v-40.9c.1-4.3-.9-8.5-2.8-12.3a18.8 18.8 0 0 0-7.7-7.6M-7022.2-12178.5l-9.7-2.1c-4-.9-6.8-2.1-8.5-3.6a7.9 7.9 0 0 1-2.6-6.3 9 9 0 0 1 3.6-7.3c2.4-2 5.7-3.1 9.7-3.1h1.2a14.1 14.1 0 0 1 14.5 12.9h8.5a21 21 0 0 0-6.5-14.3c-4-3.9-9.7-5.8-17-5.8-3.9 0-7.7.7-11.2 2.2a18.4 18.4 0 0 0-8.2 6.4 16.8 16.8 0 0 0-3.1 9.9c0 4.9 1.5 8.7 4.6 11.3s7.2 4.5 12.5 5.7l9.1 1.9c3.9.9 6.7 2.1 8.3 3.6a7.6 7.6 0 0 1 2.4 5.9 9.4 9.4 0 0 1-3.8 7.9c-2.5 2-5.9 2.9-10 2.9h-1.2a17 17 0 0 1-10.9-3.3 13 13 0 0 1-4.9-9.5h-8.5c0 5.6 2.5 11 6.8 14.6a26.7 26.7 0 0 0 18 5.5c4.2.1 8.3-.7 12.2-2.2a17.2 17.2 0 0 0 10.9-16.4c0-4.9-1.4-8.6-4.3-11.2-3-2.8-6.9-4.6-11.9-5.6M-7696.4-12206.8a8.7 8.7 0 0 0-8.7 8.7v53.7h8.6v-53.8h24v-8.6h-23.9z"/></g><path d="M-8761.5-11445.7h-9.9a2 2 0 0 1-2-2v-53.7h23.8v-15.9h-32.7c4.9 0 8.8-4 8.8-8.8v-30.9h-4l-11.9 11.9v27.8h-20l.1 15.9h19.9v43.7a27.8 27.8 0 0 0 27.8 27.8h15.9v-15.9l-15.8.1zM-8849-11557h-31.8a27.8 27.8 0 0 0-27.8 27.8v4h15.9v-13.9c0-1.1.9-2 2-2h51.7a2 2 0 0 1 2 2v35.8a2 2 0 0 1-2 2h-45.7v15.9h45.7a2 2 0 0 1 2 2v35.8a2 2 0 0 1-2 2h-51.7a2 2 0 0 1-2-2v-13.9h-15.9v4a27.8 27.8 0 0 0 27.8 27.8h31.8a27.8 27.8 0 0 0 27.8-27.8v-14.3c0-1-.4-2-1.1-2.7l-14.8-14.8-2-2a2.7 2.7 0 0 1 0-3.9l6-6 10.8-10.8c.7-.7 1.1-1.7 1.1-2.7v-14.3c0-15.5-12.4-28-27.8-28" transform="translate(7973.6 12271.7) translate(935 -714.7)"/></svg></a>
					<div class="sub-menu-wrap sub-menu-447">
						
						
												
							<ul class="sub-menu">
																
										<li class=""><a href="https://www.3tglobal.com/workforce-solutions/" target="">Introduction to Workforce Solutions</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/workforce-solutions/competence-solutions/" target="">Competence Solutions</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/workforce-solutions/bespoke-training/" target="">Bespoke Training</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/workforce-solutions/training-excellence/" target="">Training Excellence</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/workforce-solutions/upskilling-programmes/" target="">Upskilling Programmes</a></li>	
										
																	</ul>

											</div>


											
				</li>
			<li class=""><a href="https://www.3tglobal.com/managed-services/"  tabindex="0"  target=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1203.1 147"><g data-name="Group 107"><g data-name="Group 99" transform="translate(9371.3 12271.7)"><path data-name="Path 213" d="m1417.4 81.5-30.2-80.3h-15.5v87.4h9V8.3l30.3 80.3h12.5l30-79.9v79.9h8.9V1.2h-15.1Z" transform="translate(-10540 -12233)"/><path data-name="Path 214" d="M1529.3 81.5q-.2-2.4-.2-6.6V48.7a26.4 26.4 0 0 0-2.6-12 20.3 20.3 0 0 0-8.2-8.6A26.1 26.1 0 0 0 1505 25q-10 0-16.7 5.1a17.7 17.7 0 0 0-7.3 13.7h8.4a11.5 11.5 0 0 1 5-8.6 17.8 17.8 0 0 1 10.4-3h.7a16.5 16.5 0 0 1 8.1 2 12.6 12.6 0 0 1 5.3 5.5 20 20 0 0 1 1.8 9V51l-19.4 1.4a36.2 36.2 0 0 0-10.3 2.5 19.5 19.5 0 0 0-8 6 16.2 16.2 0 0 0-3.3 10.4 17.4 17.4 0 0 0 2.6 9.4 18.6 18.6 0 0 0 7.2 6.6 21 21 0 0 0 10 2.4 28.3 28.3 0 0 0 13.8-3.3q6-3.3 8-8V81l.2 2.7.2 2.5a13.8 13.8 0 0 0 .3 2.4h7.9l-.4-3.6-.1-3.5m-8.7-15.4a13.2 13.2 0 0 1-2.9 8.1 21 21 0 0 1-7.3 6.1 19.3 19.3 0 0 1-8.8 2.3h-1.2a12.2 12.2 0 0 1-8.8-3.4 11.1 11.1 0 0 1-3.5-8.3 9.6 9.6 0 0 1 4-8 19.9 19.9 0 0 1 10.7-3.6l17.8-1.3Z" transform="translate(-10540 -12233)"/><path data-name="Path 215" d="M1589.3 27.6A24 24 0 0 0 1578 25a26.5 26.5 0 0 0-13.1 3.1 20.5 20.5 0 0 0-8.5 8.5V26.2h-8.6v62.4h8.6V57a34.1 34.1 0 0 1 2.2-12.5 20.2 20.2 0 0 1 6.6-9 17.1 17.1 0 0 1 10.7-3.3h.7a15.9 15.9 0 0 1 8.3 2 11.8 11.8 0 0 1 4.8 6 27.2 27.2 0 0 1 1.7 10v38.4h8.6v-41a25.4 25.4 0 0 0-2.8-12.2 18.7 18.7 0 0 0-7.8-7.8" transform="translate(-10540 -12233)"/><path data-name="Path 216" d="M1664.4 81.5q-.2-2.4-.2-6.6V48.7a26.4 26.4 0 0 0-2.6-12 20.3 20.3 0 0 0-8.1-8.6A26.1 26.1 0 0 0 1640 25q-10 0-16.7 5.1a17.7 17.7 0 0 0-7.3 13.7h8.5a11.5 11.5 0 0 1 4.9-8.6 17.8 17.8 0 0 1 10.4-3h.7a16.5 16.5 0 0 1 8.2 2 12.6 12.6 0 0 1 5.3 5.5 20 20 0 0 1 1.8 9V51l-19.5 1.4A36.2 36.2 0 0 0 1626 55a19.5 19.5 0 0 0-8 6 16.2 16.2 0 0 0-3.3 10.4 17.4 17.4 0 0 0 2.6 9.4 18.6 18.6 0 0 0 7.2 6.6 21 21 0 0 0 10 2.4 28.3 28.3 0 0 0 13.8-3.3q6-3.3 8-7.9V81l.2 2.7.2 2.5a13.8 13.8 0 0 0 .3 2.4h7.9l-.4-3.6-.1-3.5m-8.6-15.4a13.2 13.2 0 0 1-3 8.1 21 21 0 0 1-7.3 6.2 19.3 19.3 0 0 1-8.8 2.2h-1.2a12.2 12.2 0 0 1-8.8-3.4 11.1 11.1 0 0 1-3.5-8.3 9.6 9.6 0 0 1 4-8 19.9 19.9 0 0 1 10.7-3.6l17.9-1.3Z" transform="translate(-10540 -12233)"/><path data-name="Path 217" d="M1791.9 28.6a24 24 0 0 0-13.3-3.6 27.4 27.4 0 0 0-13.9 3.6 26.9 26.9 0 0 0-10.2 10.9q-4 7.3-4 17.8 0 10.3 3.8 17.7a25.9 25.9 0 0 0 10 11 27.8 27.8 0 0 0 14.3 3.8q9.8 0 16.5-5t8.8-14.2h-8.7q-1.6 6.1-5.6 9a17.1 17.1 0 0 1-10.3 3h-.8a18 18 0 0 1-9.5-2.6 18.9 18.9 0 0 1-7-8q-2.7-5.5-2.8-13.9h44.8V53a31.2 31.2 0 0 0-3.2-14.3 25 25 0 0 0-9-10M1759.5 51q1.3-10 6.5-14.4a18 18 0 0 1 12-4.4h1.2a14.4 14.4 0 0 1 11.5 5.2q4.5 5.3 4.8 13.6Z" transform="translate(-10540 -12233)"/><path data-name="Path 218" d="M1864.4 36a20 20 0 0 0-8.7-8 25.9 25.9 0 0 0-12-3 26.4 26.4 0 0 0-14.5 4 27 27 0 0 0-9.8 11.2 38.8 38.8 0 0 0-3.6 17.2 39.3 39.3 0 0 0 3.5 17.1 25.9 25.9 0 0 0 24.2 15.3 25.8 25.8 0 0 0 12.2-3 20.6 20.6 0 0 0 8.7-8v9.8h8.4V1.2h-8.4Zm-2.4 34.1a21 21 0 0 1-6.7 9.1 17.1 17.1 0 0 1-10.7 3.4h-.7q-9.2 0-14.4-7.2t-5-18a34.6 34.6 0 0 1 2.2-12.7 20.7 20.7 0 0 1 6.6-9.1 16.8 16.8 0 0 1 10.6-3.4h.7a17.1 17.1 0 0 1 10.7 3.4 21 21 0 0 1 6.7 9 33.8 33.8 0 0 1 2.4 12.8A33.8 33.8 0 0 1 1862 70" transform="translate(-10540 -12233)"/><path data-name="Path 219" d="M1941 10.6a24.8 24.8 0 0 1 10.4-2.1h1.3q9 0 15 5a18.1 18.1 0 0 1 6.6 13.4h9a27.4 27.4 0 0 0-4.1-14.4 25.5 25.5 0 0 0-10.9-9.3 38 38 0 0 0-16.2-3.2 35.7 35.7 0 0 0-15.8 3.3 25.6 25.6 0 0 0-10.6 9A22.6 22.6 0 0 0 1922 25q0 9.6 5.4 15.1T1943 48l14 2.9q8 1.6 12 5.2a12.3 12.3 0 0 1 3.9 9.5 14.2 14.2 0 0 1-5.4 11.4q-5.3 4.4-15 4.4h-1.2q-11 0-17.8-5.3t-6.8-15h-9q0 9.2 4 15.7a25.3 25.3 0 0 0 11.6 9.8q7.5 3.3 18.1 3.3a40.9 40.9 0 0 0 16.3-3 23.3 23.3 0 0 0 10.6-8.6A23.6 23.6 0 0 0 1982 65q0-9.7-5.8-15.5t-16.9-8l-14-2.8q-6.7-1.3-10.5-4.8a11.9 11.9 0 0 1-3.7-9 14.2 14.2 0 0 1 2.6-8.4 17.6 17.6 0 0 1 7.3-5.9" transform="translate(-10540 -12233)"/><path data-name="Path 220" d="M2036.5 28.6a24 24 0 0 0-13.2-3.6 27.4 27.4 0 0 0-14 3.6 26.9 26.9 0 0 0-10.1 10.9q-4 7.3-4 17.8 0 10.3 3.7 17.7a25.9 25.9 0 0 0 10 11 27.8 27.8 0 0 0 14.4 3.8q9.7 0 16.5-5t8.7-14.2h-8.6q-1.6 6.1-5.7 9a17.1 17.1 0 0 1-10.3 3h-.7a18 18 0 0 1-9.6-2.6 18.9 18.9 0 0 1-7-8q-2.6-5.5-2.8-13.9h44.8V53a31.3 31.3 0 0 0-3.2-14.3 25 25 0 0 0-8.9-10M2004.1 51q1.2-10 6.5-14.4a18 18 0 0 1 12-4.4h1.2a14.4 14.4 0 0 1 11.5 5.2q4.5 5.3 4.7 13.6Z" transform="translate(-10540 -12233)"/><path data-name="Path 221" d="M2130 80.8 2110 26.2h-9l23.8 62.4h10.5l24-62.4h-8.9Z" transform="translate(-10540 -12233)"/><path data-name="Rectangle 226" transform="translate(-8369.4 -12206.8)" d="M0 0H8.6V62.4H0z"/><path data-name="Rectangle 227" transform="translate(-8370 -12229)" d="M0 0H9.9V11H0z"/><path data-name="Path 222" d="M2212 35.6a17.3 17.3 0 0 1 11-3.4h1a14.6 14.6 0 0 1 10.3 3.9 16.5 16.5 0 0 1 5 10.2h8.7a24 24 0 0 0-3.9-11.4 21.3 21.3 0 0 0-8.5-7.4 27.4 27.4 0 0 0-12-2.5 27.9 27.9 0 0 0-15.7 4.2 27.3 27.3 0 0 0-9.9 11.6 38.8 38.8 0 0 0-3.4 16.6A38.8 38.8 0 0 0 2198 74a27.3 27.3 0 0 0 10 11.6 27.9 27.9 0 0 0 15.5 4.2q10 0 16.4-5.7t8-15.6h-8.5a18 18 0 0 1-5.3 10.2 14 14 0 0 1-10 3.9h-1.2q-9.6 0-14.7-7.2t-5-18a35.1 35.1 0 0 1 2.2-12.6 20.5 20.5 0 0 1 6.6-9.2" transform="translate(-10540 -12233)"/><path data-name="Path 223" d="M2300.4 28.6a24 24 0 0 0-13.2-3.6 27.4 27.4 0 0 0-14 3.6 26.9 26.9 0 0 0-10.2 10.9q-4 7.3-4 17.8 0 10.3 3.8 17.7a25.9 25.9 0 0 0 10 11 27.8 27.8 0 0 0 14.4 3.8q9.7 0 16.4-5t8.8-14.2h-8.6q-1.7 6.1-5.7 9a17.1 17.1 0 0 1-10.3 3h-.8a18 18 0 0 1-9.5-2.6 18.9 18.9 0 0 1-7-8q-2.7-5.5-2.8-13.9h44.8V53a31.2 31.2 0 0 0-3.2-14.3 25 25 0 0 0-9-10M2268 51q1.3-10 6.5-14.4a18 18 0 0 1 12-4.4h1.3a14.4 14.4 0 0 1 11.4 5.2q4.5 5.3 4.8 13.6Z" transform="translate(-10540 -12233)"/><path data-name="Path 224" d="m2355 54.5-9.7-2.1q-6-1.4-8.5-3.6a7.8 7.8 0 0 1-2.6-6.3 9.3 9.3 0 0 1 3.6-7.3q3.6-3 9.7-3h1.3a13.9 13.9 0 0 1 10 3.7 14.5 14.5 0 0 1 4.5 9.1h8.4a20.8 20.8 0 0 0-6.5-14.2q-6-5.9-17-5.9a28.3 28.3 0 0 0-11.3 2.2 19.2 19.2 0 0 0-8.1 6.4 16.3 16.3 0 0 0-3 10q0 7.3 4.5 11.2t12.5 5.7l9.1 1.9q5.9 1.3 8.3 3.6a7.6 7.6 0 0 1 2.4 5.8 9.5 9.5 0 0 1-3.8 8q-3.8 2.9-10 2.9h-1.2a17.4 17.4 0 0 1-11-3.3 13 13 0 0 1-4.9-9.6h-8.5a19.3 19.3 0 0 0 6.8 14.6q6.5 5.5 18 5.5a30.4 30.4 0 0 0 12.2-2.2 18.3 18.3 0 0 0 8-6.4 17.3 17.3 0 0 0 3-10q0-7.4-4.4-11.3t-11.8-5.4" transform="translate(-10540 -12233)"/><path data-name="Path 225" d="M1726.8 36a20.5 20.5 0 0 0-8.2-8.1 27.2 27.2 0 0 0-26.3 1 26 26 0 0 0-9.7 11.3 40 40 0 0 0-3.4 17 38.3 38.3 0 0 0 3.4 17 24.7 24.7 0 0 0 9.7 10.7 26.6 26.6 0 0 0 13.9 3.7 25.1 25.1 0 0 0 12.4-3 20.4 20.4 0 0 0 8.2-8.1v19a6.6 6.6 0 0 1-.5 2.8 3.1 3.1 0 0 1-1.6 1.5 7.3 7.3 0 0 1-3 .5h-26.2v7h27.8q6 0 9-2.6t3-8.1V26.2h-8.5Zm-2.5 34.3a18.4 18.4 0 0 1-6.8 8.2 17.8 17.8 0 0 1-9.8 2.8h-1.3A16.7 16.7 0 0 1 1693 75q-5.2-6.3-5.2-17.7a34.3 34.3 0 0 1 2.4-13.3 19.7 19.7 0 0 1 6.6-8.8 16.5 16.5 0 0 1 9.8-3h1.3a16.3 16.3 0 0 1 9.8 3.1 20.5 20.5 0 0 1 6.7 8.8 33.2 33.2 0 0 1 2.5 13.2 31.7 31.7 0 0 1-2.5 13" transform="translate(-10540 -12233)"/><path data-name="Path 226" d="M2072.8 26.2a8.7 8.7 0 0 0-8.7 8.7v53.7h8.6V34.8h24v-8.6Z" transform="translate(-10540 -12233)"/></g><g data-name="Group 104" ><path data-name="Path 240" d="M69.2 111.3h-10a2 2 0 0 1-2-2V55.6h24V39.7H48.3a8.8 8.8 0 0 0 8.9-8.8V0h-4l-12 12v27.7H21.5v16h20v43.7a27.8 27.8 0 0 0 27.8 27.8h15.9v-16Z" transform="translate(9371.3 12271.7) translate(-462.7 -714.7) translate(-8830.7 -11557)"/><path data-name="Path 241" d="M59.6 0H27.8A27.8 27.8 0 0 0 0 27.8v4h15.9v-14a2 2 0 0 1 2-1.9h51.7a2 2 0 0 1 2 2v35.8a2 2 0 0 1-2 2H23.8v15.8h45.8a2 2 0 0 1 2 2v35.8a2 2 0 0 1-2 2H17.9a2 2 0 0 1-2-2v-14H0v4a27.8 27.8 0 0 0 27.8 27.9h31.8a27.8 27.8 0 0 0 27.8-27.8V85a3.8 3.8 0 0 0-1-2.8L71.4 67.6l-2-2a2.8 2.8 0 0 1 0-4l6-6 10.8-10.8a3.8 3.8 0 0 0 1.1-2.7V27.8A27.8 27.8 0 0 0 59.6 0" transform="translate(9371.3 12271.7) translate(-462.7 -714.7) translate(-8908.6 -11557)"/></g></g></svg></a>							
				</li>
			
	   

	
</ul>			
			<div class="search-container text-white">
				<div class="search-inner">
					<div>
						<h3 class="title-add-dash g-size-body-1 pb1-5">
							<span>Search 3t</span>
						</h3>
						<div class="search-form g-size-body-3">
	<form method="get" class="thesearchform" action="https://www.3tglobal.com/">
		<label for="s">Search</label>
		 <input type="text" name="s" class="search-field site-search-autosuggest " placeholder="Search" autocomplete="off" data-form=".thesearchform"/>
		 <button type="submit" value="Search">
			<span class="screen-reader-text">Search</span>
			<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 27.098 27.553" class="search-icon">
			  <g id="Group_1031" data-name="Group 1031" transform="translate(-265.418 -98.607) rotate(14)">
				<g id="Ellipse_23" data-name="Ellipse 23" transform="matrix(0.966, -0.259, 0.259, 0.966, 289.991, 29.647)" fill="none" stroke="currentColor" stroke-width="3">
				  <circle cx="9" cy="9" r="9" stroke="none"/>
				  <circle cx="9" cy="9" r="7.5" fill="none"/>
				</g>
				<line id="Line_2" data-name="Line 2" x1="6.918" y2="9.528" transform="translate(289.5 43.972)" fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="3"/>
			  </g>
			</svg>
		</button>
	</form>
</div>
<div class="as-results-container"></div>					</div>
				</div>
			</div>
			
		</nav>
		
		
		<a href="#" class="search-toggle toggle-link search-toggle-mobile" data-toggle-target="body" data-toggle-class="search-open">
			<span class="screen-reader-text">Search</span>
			<svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 26 26">
			  <path  d="M144.411-815l-9.5-9.5a7.961,7.961,0,0,1-2.526,1.463,8.935,8.935,0,0,1-3.071.524,8.989,8.989,0,0,1-6.611-2.708A8.912,8.912,0,0,1,120-831.756a8.907,8.907,0,0,1,2.708-6.536A8.928,8.928,0,0,1,129.262-841a8.868,8.868,0,0,1,6.536,2.708,8.943,8.943,0,0,1,2.69,6.542,8.991,8.991,0,0,1-.506,2.992,9.167,9.167,0,0,1-1.517,2.708L146-816.589Zm-15.131-9.678a6.754,6.754,0,0,0,4.988-2.076,6.855,6.855,0,0,0,2.054-5,6.855,6.855,0,0,0-2.054-5,6.754,6.754,0,0,0-4.988-2.076,6.858,6.858,0,0,0-5.039,2.076,6.82,6.82,0,0,0-2.075,5,6.82,6.82,0,0,0,2.075,5A6.858,6.858,0,0,0,129.281-824.678Z" transform="translate(-120 841)"/>
			</svg>

			<span class="search-close-icon">
				<span></span> 
				<span></span>
			</span>
		</a>
		
		<a href="#" class="menu-toggle main-menu-toggle">
			<div class="bars">
				<span></span>
				<span></span>
				<span></span>
			</div>
		</a>
		
		
	</div>
	
	<span class="sub-nav-fill bg-dark-grey text-white"></span>
	
	<nav class="mobile-menu bg-dark-grey text-white">	
		<div>

			<div class="inner">
				<nav class="divisions-menu">
										

<ul class="top-level main-menu-partial">
	<li class="sub-nav-3-col has-sub"><a href="https://www.3tglobal.com/training-services/"  tabindex="0"  target=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1127.8 147"><g data-name="Group 109"><g data-name="Group 101" transform="translate(11411.3 12271.7) translate(-672)" ><path data-name="Path 227" d="M72.6 1.2H0v8.5h31.8v78.9H41V9.7h31.7Z" transform="translate(-10540 -12233)"/><path data-name="Path 228" d="m159.7 81.5-.1-6.6V48.7a26.4 26.4 0 0 0-2.7-12 20.3 20.3 0 0 0-8.1-8.6 26.1 26.1 0 0 0-13.4-3.1q-10 0-16.8 5.1a17.7 17.7 0 0 0-7.3 13.7h8.5a11.5 11.5 0 0 1 4.9-8.6 17.8 17.8 0 0 1 10.4-3h.8a16.5 16.5 0 0 1 8 2 12.6 12.6 0 0 1 5.4 5.5 20 20 0 0 1 1.8 9v2.5l-19.5 1.3a36.2 36.2 0 0 0-10.3 2.5 19.5 19.5 0 0 0-8 6 16.2 16.2 0 0 0-3.3 10.4 17.4 17.4 0 0 0 2.7 9.4 18.6 18.6 0 0 0 7.1 6.6 21 21 0 0 0 10 2.4 28.3 28.3 0 0 0 13.9-3.3q6-3.3 8-7.9V81l.1 2.7.2 2.5a13.9 13.9 0 0 0 .3 2.4h7.9l-.4-3.6-.1-3.5M151 66a13.2 13.2 0 0 1-3 8.1 21 21 0 0 1-7.3 6.1 19.3 19.3 0 0 1-8.8 2.3h-1.1a12.2 12.2 0 0 1-8.9-3.4 11.1 11.1 0 0 1-3.5-8.3 9.6 9.6 0 0 1 4-8 19.8 19.8 0 0 1 10.7-3.6l17.9-1.3Z" transform="translate(-10540 -12233)"/><path data-name="Rectangle 228" transform="translate(-10361.8 -12206.8)" d="M0 0H8.6V62.4H0z"/><path data-name="Rectangle 229" transform="translate(-10362.5 -12229)" d="M0 0H9.9V11H0z"/><path data-name="Path 229" d="M247.5 27.6A24 24 0 0 0 236 25 26.5 26.5 0 0 0 223 28a20.5 20.5 0 0 0-8.4 8.5V26.2h-8.6v62.4h8.6V57a34.2 34.2 0 0 1 2.1-12.5 20.2 20.2 0 0 1 6.7-9 17.1 17.1 0 0 1 10.6-3.3h.8a15.9 15.9 0 0 1 8.2 2 11.8 11.8 0 0 1 4.9 6 27.2 27.2 0 0 1 1.6 10v38.4h8.6v-41a25.4 25.4 0 0 0-2.8-12.2 18.7 18.7 0 0 0-7.7-7.8" transform="translate(-10540 -12233)"/><path data-name="Rectangle 230" transform="translate(-10263.5 -12206.8)" d="M0 0H8.6V62.4H0z"/><path data-name="Rectangle 231" transform="translate(-10264.2 -12229)" d="M0 0H9.9V11H0z"/><path data-name="Path 230" d="M345.8 27.6a24 24 0 0 0-11.4-2.6 26.5 26.5 0 0 0-13.2 3.1 20.5 20.5 0 0 0-8.4 8.5V26.2h-8.6v62.4h8.6V57a34.2 34.2 0 0 1 2.2-12.5 20.2 20.2 0 0 1 6.6-9 17.1 17.1 0 0 1 10.6-3.3h.8a15.9 15.9 0 0 1 8.2 2 11.8 11.8 0 0 1 4.9 6 27.2 27.2 0 0 1 1.6 10v38.4h8.6v-41a25.4 25.4 0 0 0-2.8-12.2 18.7 18.7 0 0 0-7.7-7.8" transform="translate(-10540 -12233)"/><path data-name="Path 231" d="M79.7 26.2a8.7 8.7 0 0 0-8.7 8.7v53.7h8.6V34.8h24v-8.6Z" transform="translate(-10540 -12233)"/><path data-name="Path 232" d="M418.7 36a20.5 20.5 0 0 0-8.1-8.1 27.2 27.2 0 0 0-26.4 1 26 26 0 0 0-9.6 11.3 40 40 0 0 0-3.4 17 38.3 38.3 0 0 0 3.4 17 24.7 24.7 0 0 0 9.6 10.7 26.6 26.6 0 0 0 13.9 3.7 25.1 25.1 0 0 0 12.5-3 20.4 20.4 0 0 0 8-8.1v19a6.6 6.6 0 0 1-.4 2.8 3.1 3.1 0 0 1-1.6 1.5 7.3 7.3 0 0 1-3 .5h-26.2v7h27.8q6.1 0 9-2.6t3-8.1V26.2h-8.5Zm-2.4 34.3a18.4 18.4 0 0 1-6.8 8.2 17.8 17.8 0 0 1-9.9 2.8h-1.2a16.7 16.7 0 0 1-13.6-6.3q-5.2-6.3-5.2-17.7A34.3 34.3 0 0 1 382 44a19.7 19.7 0 0 1 6.7-8.8 16.5 16.5 0 0 1 9.8-3h1.2a16.3 16.3 0 0 1 9.8 3.1 20.5 20.5 0 0 1 6.8 8.8 33.2 33.2 0 0 1 2.4 13.2 31.7 31.7 0 0 1-2.4 13" transform="translate(-10540 -12233)"/><path data-name="Path 233" d="M497.8 10.6a24.8 24.8 0 0 1 10.5-2.1h1.2q9.1 0 15.1 5a18.1 18.1 0 0 1 6.5 13.4h9.1a27.4 27.4 0 0 0-4.2-14.4 25.5 25.5 0 0 0-10.8-9.3A38 38 0 0 0 508.9 0 35.7 35.7 0 0 0 493 3.3a25.6 25.6 0 0 0-10.5 9 22.6 22.6 0 0 0-3.8 12.7q0 9.6 5.4 15.1t15.6 7.8l14 2.9q8 1.6 12 5.2a12.3 12.3 0 0 1 4 9.5 14.2 14.2 0 0 1-5.4 11.4q-5.4 4.4-15 4.4h-1.3q-11 0-17.8-5.3t-6.7-15h-9.1q0 9.2 4 15.7a25.3 25.3 0 0 0 11.6 9.8q7.6 3.3 18.2 3.3a40.9 40.9 0 0 0 16.2-3 23.3 23.3 0 0 0 10.7-8.6 23.6 23.6 0 0 0 3.6-13.2q0-9.7-5.8-15.5t-16.9-8l-14-2.8q-6.7-1.3-10.4-4.8a11.9 11.9 0 0 1-3.8-9 14.2 14.2 0 0 1 2.7-8.4 17.6 17.6 0 0 1 7.2-5.9" transform="translate(-10540 -12233)"/><path data-name="Path 234" d="M593.4 28.6A24 24 0 0 0 580 25a27.4 27.4 0 0 0-13.9 3.6A26.9 26.9 0 0 0 556 39.5q-4 7.3-4 17.8 0 10.3 3.7 17.7a25.9 25.9 0 0 0 10 11 27.8 27.8 0 0 0 14.4 3.8q9.8 0 16.5-5t8.7-14.2h-8.6q-1.6 6.1-5.7 9a17.1 17.1 0 0 1-10.2 3h-.8a18 18 0 0 1-9.5-2.6 18.9 18.9 0 0 1-7-8q-2.7-5.5-2.8-13.9h44.8V53a31.2 31.2 0 0 0-3.2-14.3 25 25 0 0 0-9-10M561 51q1.3-10 6.5-14.4a18 18 0 0 1 12-4.4h1.2a14.4 14.4 0 0 1 11.5 5.2q4.5 5.3 4.7 13.6Z" transform="translate(-10540 -12233)"/><path data-name="Path 235" d="m687 80.8-20.3-54.6h-9l23.9 62.4H692l24-62.4H707Z" transform="translate(-10540 -12233)"/><path data-name="Rectangle 232" transform="translate(-9813.2 -12229)" d="M0 0H9.9V11H0z"/><path data-name="Rectangle 233" transform="translate(-9812.5 -12206.8)" d="M0 0H8.6V62.4H0z"/><path data-name="Path 236" d="M768.8 35.6a17.3 17.3 0 0 1 11-3.4h1a14.6 14.6 0 0 1 10.4 3.9 16.5 16.5 0 0 1 5 10.2h8.6a24 24 0 0 0-3.9-11.4 21.3 21.3 0 0 0-8.5-7.4 27.4 27.4 0 0 0-12-2.5 27.9 27.9 0 0 0-15.6 4.2 27.3 27.3 0 0 0-10 11.6 38.8 38.8 0 0 0-3.4 16.6 38.8 38.8 0 0 0 3.4 16.6 27.3 27.3 0 0 0 10 11.6 27.9 27.9 0 0 0 15.6 4.2q10 0 16.3-5.7t8.1-15.6h-8.6a18 18 0 0 1-5.2 10.2 14 14 0 0 1-10.1 3.9h-1.2q-9.6 0-14.6-7.2t-5-18a35.2 35.2 0 0 1 2.1-12.6 20.5 20.5 0 0 1 6.6-9.2" transform="translate(-10540 -12233)"/><path data-name="Path 237" d="M857.2 28.6A24 24 0 0 0 844 25a27.4 27.4 0 0 0-14 3.6 26.9 26.9 0 0 0-10.2 10.9q-3.9 7.3-3.9 17.8 0 10.3 3.7 17.7a25.9 25.9 0 0 0 10 11 27.8 27.8 0 0 0 14.4 3.8q9.7 0 16.5-5t8.7-14.2h-8.6q-1.6 6.1-5.7 9a17.1 17.1 0 0 1-10.3 3h-.7a18 18 0 0 1-9.6-2.6 18.9 18.9 0 0 1-7-8q-2.6-5.5-2.8-13.9h44.8V53a31.2 31.2 0 0 0-3.2-14.3 25 25 0 0 0-8.9-10M824.8 51q1.2-10 6.5-14.4a18 18 0 0 1 12-4.4h1.2a14.4 14.4 0 0 1 11.5 5.2q4.5 5.3 4.7 13.6Z" transform="translate(-10540 -12233)"/><path data-name="Path 238" d="m911.9 54.5-9.8-2.1q-6-1.4-8.5-3.6a7.8 7.8 0 0 1-2.6-6.3 9.3 9.3 0 0 1 3.6-7.3q3.7-3 9.8-3h1.2a13.9 13.9 0 0 1 10 3.7 14.5 14.5 0 0 1 4.5 9.1h8.5a20.8 20.8 0 0 0-6.6-14.2q-6-5.9-17-5.9a28.3 28.3 0 0 0-11.2 2.2 19.2 19.2 0 0 0-8.2 6.4 16.3 16.3 0 0 0-3 10q0 7.3 4.5 11.2t12.5 5.7l9.1 1.9q5.9 1.3 8.3 3.6a7.6 7.6 0 0 1 2.5 5.8 9.5 9.5 0 0 1-3.8 8q-3.8 2.9-10 2.9h-1.3a17.4 17.4 0 0 1-11-3.3 13 13 0 0 1-4.9-9.6h-8.4a19.3 19.3 0 0 0 6.8 14.6q6.4 5.5 18 5.5a30.4 30.4 0 0 0 12.1-2.2 18.3 18.3 0 0 0 8.1-6.4 17.3 17.3 0 0 0 2.9-10q0-7.4-4.3-11.3t-11.8-5.4" transform="translate(-10540 -12233)"/><path data-name="Path 239" d="M629.6 26.2a8.7 8.7 0 0 0-8.7 8.7v53.7h8.6V34.8h24v-8.6Z" transform="translate(-10540 -12233)"/></g><g data-name="Group 102"><path data-name="Path 240" d="M69.2 111.3h-10a2 2 0 0 1-2-2V55.6h24V39.7H48.3a8.8 8.8 0 0 0 8.9-8.8V0h-4l-12 12v27.7H21.5v16h20v43.7a27.8 27.8 0 0 0 27.8 27.8h15.9v-16Z" transform="translate(11411.3 12271.7) translate(-2502.6 -714.7) translate(-8830.7 -11557)"/><path data-name="Path 241" d="M59.6 0H27.8A27.8 27.8 0 0 0 0 27.8v4h15.9v-14a2 2 0 0 1 2-1.9h51.7a2 2 0 0 1 2 2v35.8a2 2 0 0 1-2 2H23.8v15.8h45.8a2 2 0 0 1 2 2v35.8a2 2 0 0 1-2 2H17.9a2 2 0 0 1-2-2v-14H0v4a27.8 27.8 0 0 0 27.8 27.9h31.8a27.8 27.8 0 0 0 27.8-27.8V85a3.8 3.8 0 0 0-1-2.8L71.4 67.6l-2-2a2.8 2.8 0 0 1 0-4l6-6 10.8-10.8a3.8 3.8 0 0 0 1.1-2.7V27.8A27.8 27.8 0 0 0 59.6 0" transform="translate(11411.3 12271.7) translate(-2502.6 -714.7) translate(-8908.6 -11557)"/></g></g></svg></a>
					<div class="sub-menu-wrap sub-menu-445">
						
						
												
							<ul class="sub-menu">
																
										<li class=""><a href="https://www.3tglobal.com/training-services/" target="">Introduction to our services</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/training-services/our-training-centres/" target="">Our training centres</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/training-services/training-courses/" target="">Our training courses</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/training-services/funded-training/" target="">Funded Training</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/news/something-new-is-coming/" target="_blank">Book training in England</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/news/something-new-is-coming/" target="_blank">Book training in Scotland</a></li>	
										
																		
										<li class=""><a href="https://store.3t-transform.com/collections/courses" target="_blank">Book E-learning</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/training-services/apprenticeships/" target="">Apprenticeships</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/training-services/training-centre-consultancy-services/" target="">Training centre consultancy services</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/training-services/comprehensive-medical-assessments-for-safety-critical-industries/" target="">Medical assessments</a></li>	
										
																	</ul>

											</div>


											
				</li>
			<li class="sub-nav-2-col has-sub"><a href="https://www.3tglobal.com/3t-drilling-systems/"  tabindex="0"  target=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1071.7 145.7"><path d="M255.5 44.7a40 40 0 0 0-20.7-5.3H205v86.7h29.8q12 0 20.7-5.1a34 34 0 0 0 13.6-14.9q4.9-9.8 4.9-23c0-13.3-1.7-16.8-4.9-23.4a35 35 0 0 0-13.6-15m5.8 57q-3.6 8-10.6 12a34 34 0 0 1-17.1 4H214V47.8h19.6q15 0 23.1 9c8.1 9 8.2 14.7 8.2 26q0 11-3.6 19m72-59.7h9.8V53h-9.8zm.6 22.1h8.6v61.9h-8.6zm27.5-24.8h8.6v86.7h-8.6zm27.5 0h8.6v86.7h-8.6zm26.9 2.7h9.8V53h-9.8zm.6 22.1h8.6v61.9h-8.6zm68.8 1.4Q480.3 63 474 63q-7.4 0-13.1 3.1c-5.7 3.1-6.5 4.9-8.4 8.4V64.2H444v62h8.5V94.7q0-6.9 2.2-12.4c2.2-5.5 3.6-6.7 6.6-9a17 17 0 0 1 10.6-3.3h.7q5 0 8.2 2 3.2 1.8 4.8 5.9 1.6 4 1.6 10V126h8.6V85.5q0-7-2.8-12.2t-7.7-7.8m148.4-16.8q4.5-2.1 10.3-2.1h1.3q9 0 15 5c6 5 6 7.7 6.4 13.3h9q-.2-8.3-4.1-14.3c-3.9-6-6.2-7-10.8-9.2q-7-3.2-16.1-3.2c-9.1 0-11.2 1-15.7 3.3q-6.7 3.3-10.5 9T614.8 63q0 9.5 5.3 15c5.3 5.5 8.7 6.3 15.5 7.8l13.9 2.8q8 1.5 12 5.2c4 3.7 3.9 5.5 3.9 9.4a14 14 0 0 1-5.4 11.3q-5.3 4.5-14.8 4.5h-1.3q-11 0-17.7-5.3a18 18 0 0 1-6.7-15h-9q0 9.3 4 15.6A25 25 0 0 0 626 124a44 44 0 0 0 18 3.4q9.2 0 16.2-3t10.6-8.5 3.6-13.2q0-9.6-5.8-15.4c-5.8-5.8-9.4-6.5-16.7-8l-14-2.7q-6.6-1.2-10.3-4.7a12 12 0 0 1-3.7-9q0-4.6 2.6-8.3 2.5-3.8 7.1-5.9Zm81 64-22.3-48.5h-9.2l27.3 58.8-2.3 5.6a32 32 0 0 1-4.2 7.7q-1.8 2.2-5.7 2.2h-12.5v7.2H700q5.7 0 8.9-2.8a22 22 0 0 0 6.1-9.3l28.5-69.4h-9zm48.1-39.5q3.7-3 9.7-3h1.2q6 0 10 3.6 3.8 3.7 4.4 9h8.4q-.5-8.3-6.5-14c-6-5.8-9.6-5.8-16.9-5.8q-6 0-11.1 2.1-5 2.3-8.2 6.3c-3.2 4-3 6-3 9.9q0 7.3 4.5 11.2a28 28 0 0 0 12.5 5.6l9 1.9q5.8 1.3 8.3 3.6c2.5 2.3 2.4 3.4 2.4 5.8q0 5-3.8 7.9t-10 2.9h-1.2q-6.6 0-10.8-3.3a13 13 0 0 1-5-9.5h-8.4q.4 9 6.8 14.5a27 27 0 0 0 17.9 5.4q6.9 0 12-2.2 5.2-2.2 8-6.4 3-4 2.9-10 0-7.2-4.3-11a24 24 0 0 0-11.7-5.4l-9.7-2.1q-6-1.4-8.4-3.5-2.6-2.2-2.6-6.3 0-4.2 3.6-7.2m63.8 44.6q-1-1-1-3.8V71.4h15.3v-7.2h-15.4v-20h-8.4v20h-14.3v7.2h14.3v43.3q0 6 2.9 8.7c2.9 2.7 5 2.7 9 2.7h13.7V119h-12.2q-2.7 0-3.9-1m64.6-51.4Q885.4 63 878 63c-7.4 0-9.6 1.1-13.8 3.5s-7.5 6-10.1 10.9q-4 7.2-4 17.6c0 10.4 1.3 12.8 3.7 17.6a26 26 0 0 0 24.2 14.8q9.8 0 16.4-5c6.6-5 7.3-8 8.6-14h-8.5q-1.6 6-5.7 8.9-3.9 3-10.2 2.9h-.7q-5.3 0-9.5-2.6a19 19 0 0 1-7-8 32 32 0 0 1-2.7-13.7H903v-5.2q0-8-3.1-14.2-3.1-6.3-8.8-9.9M859 88.8q1.3-9.8 6.4-14.3t11.9-4.4h1.2q6.9 0 11.4 5.2t4.7 13.5zm140.7-23.2a23 23 0 0 0-11-2.6q-7.2 0-12.9 3.2a23 23 0 0 0-8.9 9.6q-2.2-6.3-7.5-9.6c-5.3-3.3-7.5-3.3-12.1-3.3s-8.6 1-12 3-6.2 4.7-8.2 8v-9.7h-8.6v62h8.6V94.7q0-6.9 2-12.4t6.2-9q4.1-3.3 9.9-3.3h.7q7.1 0 10.7 4.4Q960 79 960 88v38h8.5V94.8q0-6.9 2-12.4t6.2-9c4.2-3.4 6-3.3 10-3.3h.7q7 0 10.5 4.4t3.5 13.5v38h8.5V85.5q0-7-2.7-12.2t-7.5-7.7m55.4 26.7-9.6-2.1q-6-1.4-8.5-3.5-2.5-2.2-2.5-6.3c0-4 1.2-5.2 3.6-7.2q3.6-3 9.6-3h1.2q6 0 10 3.6 3.8 3.7 4.4 9h8.4a21 21 0 0 0-6.5-14q-6-5.9-16.9-5.8-6 0-11.1 2.1-5.1 2.3-8.1 6.3c-3 4-3 6-3 9.9q0 7.3 4.4 11.2A28 28 0 0 0 1043 98l9 1.9q6 1.3 8.3 3.6c2.3 2.3 2.4 3.4 2.4 5.8q0 5-3.8 7.9t-10 2.9h-1.2q-6.6 0-10.8-3.3a13 13 0 0 1-5-9.5h-8.4q.4 9 6.8 14.5a27 27 0 0 0 17.9 5.4q6.9 0 12-2.2 5.3-2.2 8-6.4 3-4 2.9-10 0-7.2-4.3-11a24 24 0 0 0-11.7-5.4ZM136 110.4c-1 0-2-1-2-2V55.2h23.7V39.4h-32.4c4.8 0 8.8-4 8.8-8.8V0h-4l-11.8 11.8v27.6H98.5v15.8h19.8v43.3a27.6 27.6 0 0 0 27.6 27.6h15.7v-15.7zM59.1 0H27.6A27.6 27.6 0 0 0 0 27.6v4h15.8V17.7q.2-1.8 2-2H69c1 0 2 .9 2 2v35.4c0 1.1-1 2-2 2H23.6V71H69c1 0 2 .8 2 2v35.4c0 1-1 2-2 2H17.7c-1 0-2-1-2-2V94.6H0v4A27.6 27.6 0 0 0 27.6 126H59a27.6 27.6 0 0 0 27.6-27.5V84.4q0-1.6-1.1-2.7L71 67l-2-2a2.7 2.7 0 0 1 0-3.9l5.9-5.9 10.7-10.7q1-1.1 1.1-2.7V27.6A27.6 27.6 0 0 0 59.1 0m498.5 74q-3-5.3-8-8.1-5.2-3-12.4-3a25 25 0 0 0-23.4 15.2q-3.4 7.2-3.4 17c0 9.7 1.1 12 3.4 16.7q3.5 7 9.6 10.7c6 3.7 8.7 3.6 13.8 3.6q7.2 0 12.4-2.9 5.1-3 8-8.1V134q0 1.8-.5 2.8t-1.5 1.5-3 .5h-26v6.9H554q6 0 9-2.6t3-8V64h-8.5zm-2.4 34a18 18 0 0 1-6.8 8.2 18 18 0 0 1-9.7 2.7h-1.3q-8.3 0-13.4-6.2-5.2-6.2-5.2-17.7 0-7.5 2.4-13.1c2.4-5.6 3.8-6.7 6.6-8.7s6.1-3 9.8-3h1.2q5.5 0 9.7 3 4.3 3.1 6.7 8.8a33 33 0 0 1 2.4 13q0 7.5-2.4 13M298.5 64.2a8.6 8.6 0 0 0-8.6 8.6V126h8.6V72.7h23.8v-8.5z"/></svg></a>
					<div class="sub-menu-wrap sub-menu-5021">
						
						
												
							<ul class="sub-menu">
																
										<li class=""><a href="https://www.3tglobal.com/3t-drilling-systems/" target="">Introduction to our Simulators</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/3t-drilling-systems/drilling-and-well-control-simulators/" target="">Drilling and Well Control Simulators</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/3t-drilling-systems/well-intervention-simulators/" target="">Well Intervention Simulators</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/3t-drilling-systems/crane-and-lifting-simulators/" target="">Crane and Lifting Simulators</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/3t-drilling-systems/isimulators/" target="">iSimulators</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/3t-drilling-systems/simulator-range/" target="">View range</a></li>	
										
																	</ul>

											</div>


											
				</li>
			<li class="sub-nav-3-col has-sub"><a href="https://www.3tglobal.com/digital/"  tabindex="0"  target=""><svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0" y="0" viewBox="0 0 529.7 147" xml:space="preserve" enable-background="new 0 0 529.7 147"><g transform="translate(10104.7 12271.7) translate(-350)"><path d="M-9503.8-12227.7a40.2 40.2 0 0 0-20.8-5.3h-30.1v87.3h30.1a40 40 0 0 0 20.8-5.2c6-3.5 10.7-8.7 13.7-15a52.4 52.4 0 0 0 4.9-23.3c0-9.1-1.6-16.9-4.9-23.5-3-6.1-7.8-11.4-13.7-15m5.8 57.5c-2.2 5-6 9.2-10.7 12a34.2 34.2 0 0 1-17.2 4.1h-19.7v-70.4h19.7c10.1 0 17.8 3 23.3 9.1s8.2 14.8 8.2 26.1c.1 7.5-1.2 13.8-3.6 19.1"/><path d="M-9469.8-12230.3H-9459.9V-12219.3H-9469.8z"/><path d="M-9469.1-12208H-9460.5V-12145.6H-9469.1z"/><path d="M-9370-12208H-9361.4V-12145.6H-9370z"/><path d="M-9370.6-12230.3H-9360.7V-12219.3H-9370.6z"/><path d="M-9326.3-12154c-.8-.7-1.1-2-1.1-3.9v-42.9h15.5v-7.2h-15.5v-20.2h-8.5v20.2h-14.3v7.2h14.3v43.7c0 4 1 6.9 2.9 8.7 2 1.8 5 2.7 9 2.7h13.8v-7.2h-12.4c-1.7 0-3-.4-3.7-1.1M-9252.1-12152.8l-.1-6.6v-26.2c.1-4.1-.9-8.3-2.7-12a19.6 19.6 0 0 0-8.1-8.5 27 27 0 0 0-13.4-3.2c-6.7 0-12.2 1.7-16.8 5.2a17.7 17.7 0 0 0-7.3 13.7h8.5c.3-3.5 2.1-6.6 4.9-8.6 3.1-2.1 6.7-3.1 10.4-3h.7c2.8-.1 5.6.6 8.1 1.9 2.3 1.3 4.2 3.2 5.3 5.6 1.3 2.8 1.9 5.8 1.8 8.9v2.5l-19.5 1.4c-3.5.3-7 1.1-10.3 2.4a19 19 0 0 0-8 6c-2.3 3-3.4 6.7-3.2 10.4 0 3.3.9 6.6 2.6 9.4 1.8 2.8 4.2 5.1 7.2 6.6 3.1 1.6 6.5 2.5 10 2.4a29 29 0 0 0 13.8-3.3 17 17 0 0 0 8-7.9v2.4l.1 2.7.2 2.5.3 2.4h7.9l-.4-3.6v-3.5m-8.6-15.3c0 3-1.1 5.8-2.9 8.1a20.7 20.7 0 0 1-16.2 8.3h-1.1c-3.3.1-6.5-1.1-8.9-3.4a11.1 11.1 0 0 1-3.5-8.4 9.4 9.4 0 0 1 4.1-8c3.1-2.2 6.8-3.4 10.7-3.6l17.8-1.2v8.2z"/><path d="M-9233.6-12233H-9225V-12145.7H-9233.6z"/><path d="M-9397.5-12198.2a21.3 21.3 0 0 0-8.1-8.2 27.2 27.2 0 0 0-26.4 1 26.3 26.3 0 0 0-9.6 11.3 38.8 38.8 0 0 0-3.4 17.1 38 38 0 0 0 3.4 16.9c2.1 4.5 5.4 8.2 9.6 10.7 4.2 2.5 9 3.8 13.9 3.7 4.3.1 8.6-.9 12.5-2.9 3.4-1.9 6.2-4.7 8.1-8.2v19c0 1-.1 1.9-.5 2.8a3 3 0 0 1-1.6 1.5c-.9.4-1.9.5-2.9.5h-26.2v7h27.7c4.1 0 7.1-.9 9-2.6s2.9-4.4 2.9-8.1v-71.4h-8.5l.1 9.9zm-2.5 34.3a18.2 18.2 0 0 1-6.8 8.2 17.3 17.3 0 0 1-9.9 2.8h-1.2c-5.3.2-10.3-2.2-13.5-6.3a27 27 0 0 1-5.2-17.8c-.1-4.5.7-9.1 2.4-13.3 1.4-3.5 3.7-6.5 6.7-8.7 2.9-2 6.3-3.1 9.8-3.1h1.2c3.5 0 7 1 9.8 3.1 3 2.3 5.3 5.3 6.7 8.8 1.7 4.2 2.5 8.7 2.4 13.2.2 4.5-.6 8.9-2.4 13.1"/></g><path d="M-8761.5-11445.7h-9.9a2 2 0 0 1-2-2v-53.7h23.8v-15.9h-32.7c4.9 0 8.8-4 8.8-8.8v-30.9h-4l-11.9 11.9v27.8h-20l.1 15.9h19.9v43.7a27.8 27.8 0 0 0 27.8 27.8h15.9v-15.9l-15.8.1zM-8849-11557h-31.8a27.8 27.8 0 0 0-27.8 27.8v4h15.9v-13.9c0-1.1.9-2 2-2h51.7a2 2 0 0 1 2 2v35.8a2 2 0 0 1-2 2h-45.7v15.9h45.7a2 2 0 0 1 2 2v35.8a2 2 0 0 1-2 2h-51.7a2 2 0 0 1-2-2v-13.9h-15.9v4a27.8 27.8 0 0 0 27.8 27.8h31.8a27.8 27.8 0 0 0 27.8-27.8v-14.3c0-1-.4-2-1.1-2.7l-14.8-14.8-2-2a2.7 2.7 0 0 1 0-3.9l6-6 10.8-10.8c.7-.7 1.1-1.7 1.1-2.7v-14.3c0-15.5-12.4-28-27.8-28" transform="translate(10104.7 12271.7) translate(-1196.1 -714.7)"/></svg></a>
					<div class="sub-menu-wrap sub-menu-448">
						
						
												
							<ul class="sub-menu">
																
										<li class=""><a href="https://www.3tglobal.com/digital/" target="">Introduction to our solutions</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/digital/how-we-work/" target="">How we work</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/3t-drilling-systems/" target=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1071.7 145.7"><path d="M255.5 44.7a40 40 0 0 0-20.7-5.3H205v86.7h29.8q12 0 20.7-5.1a34 34 0 0 0 13.6-14.9q4.9-9.8 4.9-23c0-13.3-1.7-16.8-4.9-23.4a35 35 0 0 0-13.6-15m5.8 57q-3.6 8-10.6 12a34 34 0 0 1-17.1 4H214V47.8h19.6q15 0 23.1 9c8.1 9 8.2 14.7 8.2 26q0 11-3.6 19m72-59.7h9.8V53h-9.8zm.6 22.1h8.6v61.9h-8.6zm27.5-24.8h8.6v86.7h-8.6zm27.5 0h8.6v86.7h-8.6zm26.9 2.7h9.8V53h-9.8zm.6 22.1h8.6v61.9h-8.6zm68.8 1.4Q480.3 63 474 63q-7.4 0-13.1 3.1c-5.7 3.1-6.5 4.9-8.4 8.4V64.2H444v62h8.5V94.7q0-6.9 2.2-12.4c2.2-5.5 3.6-6.7 6.6-9a17 17 0 0 1 10.6-3.3h.7q5 0 8.2 2 3.2 1.8 4.8 5.9 1.6 4 1.6 10V126h8.6V85.5q0-7-2.8-12.2t-7.7-7.8m148.4-16.8q4.5-2.1 10.3-2.1h1.3q9 0 15 5c6 5 6 7.7 6.4 13.3h9q-.2-8.3-4.1-14.3c-3.9-6-6.2-7-10.8-9.2q-7-3.2-16.1-3.2c-9.1 0-11.2 1-15.7 3.3q-6.7 3.3-10.5 9T614.8 63q0 9.5 5.3 15c5.3 5.5 8.7 6.3 15.5 7.8l13.9 2.8q8 1.5 12 5.2c4 3.7 3.9 5.5 3.9 9.4a14 14 0 0 1-5.4 11.3q-5.3 4.5-14.8 4.5h-1.3q-11 0-17.7-5.3a18 18 0 0 1-6.7-15h-9q0 9.3 4 15.6A25 25 0 0 0 626 124a44 44 0 0 0 18 3.4q9.2 0 16.2-3t10.6-8.5 3.6-13.2q0-9.6-5.8-15.4c-5.8-5.8-9.4-6.5-16.7-8l-14-2.7q-6.6-1.2-10.3-4.7a12 12 0 0 1-3.7-9q0-4.6 2.6-8.3 2.5-3.8 7.1-5.9Zm81 64-22.3-48.5h-9.2l27.3 58.8-2.3 5.6a32 32 0 0 1-4.2 7.7q-1.8 2.2-5.7 2.2h-12.5v7.2H700q5.7 0 8.9-2.8a22 22 0 0 0 6.1-9.3l28.5-69.4h-9zm48.1-39.5q3.7-3 9.7-3h1.2q6 0 10 3.6 3.8 3.7 4.4 9h8.4q-.5-8.3-6.5-14c-6-5.8-9.6-5.8-16.9-5.8q-6 0-11.1 2.1-5 2.3-8.2 6.3c-3.2 4-3 6-3 9.9q0 7.3 4.5 11.2a28 28 0 0 0 12.5 5.6l9 1.9q5.8 1.3 8.3 3.6c2.5 2.3 2.4 3.4 2.4 5.8q0 5-3.8 7.9t-10 2.9h-1.2q-6.6 0-10.8-3.3a13 13 0 0 1-5-9.5h-8.4q.4 9 6.8 14.5a27 27 0 0 0 17.9 5.4q6.9 0 12-2.2 5.2-2.2 8-6.4 3-4 2.9-10 0-7.2-4.3-11a24 24 0 0 0-11.7-5.4l-9.7-2.1q-6-1.4-8.4-3.5-2.6-2.2-2.6-6.3 0-4.2 3.6-7.2m63.8 44.6q-1-1-1-3.8V71.4h15.3v-7.2h-15.4v-20h-8.4v20h-14.3v7.2h14.3v43.3q0 6 2.9 8.7c2.9 2.7 5 2.7 9 2.7h13.7V119h-12.2q-2.7 0-3.9-1m64.6-51.4Q885.4 63 878 63c-7.4 0-9.6 1.1-13.8 3.5s-7.5 6-10.1 10.9q-4 7.2-4 17.6c0 10.4 1.3 12.8 3.7 17.6a26 26 0 0 0 24.2 14.8q9.8 0 16.4-5c6.6-5 7.3-8 8.6-14h-8.5q-1.6 6-5.7 8.9-3.9 3-10.2 2.9h-.7q-5.3 0-9.5-2.6a19 19 0 0 1-7-8 32 32 0 0 1-2.7-13.7H903v-5.2q0-8-3.1-14.2-3.1-6.3-8.8-9.9M859 88.8q1.3-9.8 6.4-14.3t11.9-4.4h1.2q6.9 0 11.4 5.2t4.7 13.5zm140.7-23.2a23 23 0 0 0-11-2.6q-7.2 0-12.9 3.2a23 23 0 0 0-8.9 9.6q-2.2-6.3-7.5-9.6c-5.3-3.3-7.5-3.3-12.1-3.3s-8.6 1-12 3-6.2 4.7-8.2 8v-9.7h-8.6v62h8.6V94.7q0-6.9 2-12.4t6.2-9q4.1-3.3 9.9-3.3h.7q7.1 0 10.7 4.4Q960 79 960 88v38h8.5V94.8q0-6.9 2-12.4t6.2-9c4.2-3.4 6-3.3 10-3.3h.7q7 0 10.5 4.4t3.5 13.5v38h8.5V85.5q0-7-2.7-12.2t-7.5-7.7m55.4 26.7-9.6-2.1q-6-1.4-8.5-3.5-2.5-2.2-2.5-6.3c0-4 1.2-5.2 3.6-7.2q3.6-3 9.6-3h1.2q6 0 10 3.6 3.8 3.7 4.4 9h8.4a21 21 0 0 0-6.5-14q-6-5.9-16.9-5.8-6 0-11.1 2.1-5.1 2.3-8.1 6.3c-3 4-3 6-3 9.9q0 7.3 4.4 11.2A28 28 0 0 0 1043 98l9 1.9q6 1.3 8.3 3.6c2.3 2.3 2.4 3.4 2.4 5.8q0 5-3.8 7.9t-10 2.9h-1.2q-6.6 0-10.8-3.3a13 13 0 0 1-5-9.5h-8.4q.4 9 6.8 14.5a27 27 0 0 0 17.9 5.4q6.9 0 12-2.2 5.3-2.2 8-6.4 3-4 2.9-10 0-7.2-4.3-11a24 24 0 0 0-11.7-5.4ZM136 110.4c-1 0-2-1-2-2V55.2h23.7V39.4h-32.4c4.8 0 8.8-4 8.8-8.8V0h-4l-11.8 11.8v27.6H98.5v15.8h19.8v43.3a27.6 27.6 0 0 0 27.6 27.6h15.7v-15.7zM59.1 0H27.6A27.6 27.6 0 0 0 0 27.6v4h15.8V17.7q.2-1.8 2-2H69c1 0 2 .9 2 2v35.4c0 1.1-1 2-2 2H23.6V71H69c1 0 2 .8 2 2v35.4c0 1-1 2-2 2H17.7c-1 0-2-1-2-2V94.6H0v4A27.6 27.6 0 0 0 27.6 126H59a27.6 27.6 0 0 0 27.6-27.5V84.4q0-1.6-1.1-2.7L71 67l-2-2a2.7 2.7 0 0 1 0-3.9l5.9-5.9 10.7-10.7q1-1.1 1.1-2.7V27.6A27.6 27.6 0 0 0 59.1 0m498.5 74q-3-5.3-8-8.1-5.2-3-12.4-3a25 25 0 0 0-23.4 15.2q-3.4 7.2-3.4 17c0 9.7 1.1 12 3.4 16.7q3.5 7 9.6 10.7c6 3.7 8.7 3.6 13.8 3.6q7.2 0 12.4-2.9 5.1-3 8-8.1V134q0 1.8-.5 2.8t-1.5 1.5-3 .5h-26v6.9H554q6 0 9-2.6t3-8V64h-8.5zm-2.4 34a18 18 0 0 1-6.8 8.2 18 18 0 0 1-9.7 2.7h-1.3q-8.3 0-13.4-6.2-5.2-6.2-5.2-17.7 0-7.5 2.4-13.1c2.4-5.6 3.8-6.7 6.6-8.7s6.1-3 9.8-3h1.2q5.5 0 9.7 3 4.3 3.1 6.7 8.8a33 33 0 0 1 2.4 13q0 7.5-2.4 13M298.5 64.2a8.6 8.6 0 0 0-8.6 8.6V126h8.6V72.7h23.8v-8.5z"/></svg></a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/digital/3tx/" target="">3tx Software</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/digital/knowledge-coach/" target="">Knowledge Coach</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/digital/our-digital-solutions/off-the-shelf-e-learning/" target="">eLearning Library Subscription</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/digital/digital-twins/" target="">Digital Twins</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/digital/our-digital-solutions/vr-safety-training/" target="">VR Safety Training</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/digital/our-digital-solutions/digital-accreditations-and-bespoke-learning-content/" target="">eLearning Course Development</a></li>	
										
																	</ul>

											</div>


											
				</li>
			<li class="sub-nav-2-col has-sub"><a href="https://www.3tglobal.com/workforce-solutions/"  tabindex="0"  target=""><svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0" y="0" viewBox="0 0 1309.1 147" xml:space="preserve" enable-background="new 0 0 1309.1 147"><g transform="translate(7973.6 12271.7) translate(341)"><path d="m-8031.1-12152.5-19.3-79.3h-13.4l-19.1 79.9-19.4-79.9h-9.2l21.5 87.3h13.6l19.2-77.7 19 77.7h13.6l21.6-87.3h-9.1l-19 79.3zM-7954.3-12203.9a27.9 27.9 0 0 0-39.6 11.5c-2.7 5.2-4 11-3.9 16.8a35.2 35.2 0 0 0 3.9 16.8 27.9 27.9 0 0 0 50 0c2.6-5.2 4-11 3.9-16.8.1-5.8-1.2-11.6-3.9-16.8-2.4-4.7-6-8.7-10.4-11.5m3.1 41.6a18.2 18.2 0 0 1-17.1 11.9h-1.1c-3.6 0-7.1-1-10.1-3.1a20.1 20.1 0 0 1-7-8.8 32.4 32.4 0 0 1-2.6-13.4c-.1-4.6.8-9.1 2.6-13.3a18.2 18.2 0 0 1 17.1-11.9h1.1c3.6 0 7.1 1 10.1 3.1 3.1 2.2 5.6 5.3 7 8.8 1.8 4.2 2.7 8.8 2.6 13.3a32 32 0 0 1-2.6 13.4M-7909.6-12203.6a19.1 19.1 0 0 0-7.2 11v-14.2h-8v62.4h8.6v-30.4c0-7.7 1.7-13.7 5.1-18.1 3.4-4.4 8.1-6.6 14.1-6.6h5v-7.9h-5.6a20 20 0 0 0-12 3.8M-7827.7-12206.8h-11.6l-32.6 31.8v-56.8h-8.6v87.3h8.6v-20.1l12.1-11.6 22.7 31.7h10.6l-27.2-37.6 26-24.7zM-7805.7-12229.1c-1.9 1.8-2.9 4.7-2.9 8.8v13.5h-14.3v7.2h14.3v55.1h8.5v-55.1h16.1v-7.2h-16.1v-12.7c0-1.9.4-3.2 1.1-3.9a6 6 0 0 1 3.9-1.1h14.2v-7.2h-15.7c-4.1-.1-7.1.8-9.1 2.6M-7734.6-12203.9a27.9 27.9 0 0 0-39.6 11.5c-2.7 5.2-4 11-3.9 16.8a35.2 35.2 0 0 0 3.9 16.8 27.9 27.9 0 0 0 50 0c2.6-5.2 4-11 3.9-16.8.1-5.8-1.2-11.6-3.9-16.8-2.4-4.7-6-8.7-10.4-11.5m3.1 41.6a18.2 18.2 0 0 1-17.1 11.9h-1.1c-3.6 0-7.1-1-10.1-3.1a20.1 20.1 0 0 1-7-8.8 32.4 32.4 0 0 1-2.6-13.4c-.1-4.6.8-9.1 2.6-13.3a18.2 18.2 0 0 1 17.1-11.9h1.1c3.6 0 7.1 1 10.1 3.1 3.1 2.2 5.6 5.3 7 8.8 1.8 4.2 2.7 8.8 2.6 13.3a32 32 0 0 1-2.6 13.4M-7650-12197.4a17 17 0 0 1 10.9-3.4h1.1c3.8-.1 7.5 1.3 10.3 3.9 2.8 2.7 4.6 6.3 5.1 10.2h8.6c-.3-4.1-1.6-8-3.9-11.4a21.7 21.7 0 0 0-8.5-7.4 28 28 0 0 0-12-2.6 27.8 27.8 0 0 0-15.6 4.2 27.2 27.2 0 0 0-9.9 11.6 38 38 0 0 0-3.4 16.6 39.5 39.5 0 0 0 3.4 16.6c2.1 4.7 5.6 8.8 9.9 11.6a27.8 27.8 0 0 0 15.6 4.2c6.7 0 12.1-1.9 16.3-5.7 4.2-3.8 6.9-9 8.1-15.7h-8.6c-.6 3.9-2.4 7.4-5.2 10.2a14 14 0 0 1-10.1 3.9h-1.1c-6.4 0-11.3-2.4-14.7-7.2s-5.1-10.8-5.1-18c0-4.3.7-8.6 2.2-12.6 1.3-3.4 3.6-6.6 6.6-9M-7561.6-12204.4a27 27 0 0 0-27.1-.1 26.8 26.8 0 0 0-10.2 10.9 37.5 37.5 0 0 0-3.9 17.8c0 6.9 1.2 12.8 3.7 17.7 2.2 4.6 5.7 8.5 10 11.1 4.4 2.5 9.3 3.8 14.3 3.7 6.5 0 12-1.7 16.5-5s7.4-8.1 8.7-14.2h-8.6c-1.1 4.1-3 7.1-5.7 9-3 2.1-6.6 3.1-10.3 2.9h-.7c-3.4 0-6.7-.9-9.5-2.6-3.1-2-5.5-4.7-7-8a32.2 32.2 0 0 1-2.8-13.8h44.8v-5.2c.1-4.9-1-9.8-3.2-14.3-2.1-4-5.2-7.4-9-9.9m-32.5 22.4c.8-6.7 3-11.5 6.5-14.4 3.3-2.9 7.6-4.5 12-4.4h1.2c4.4-.1 8.7 1.8 11.5 5.2 3 3.5 4.6 8 4.7 13.6h-35.9zM-7485-12222.4c3.3-1.5 6.9-2.2 10.5-2.1h1.2c6.1 0 11.1 1.7 15.1 5a18 18 0 0 1 6.5 13.5h9.1a25.3 25.3 0 0 0-15.1-23.7 36.6 36.6 0 0 0-16.3-3.2c-5.4-.1-10.8 1-15.8 3.3-4.3 2-7.9 5.1-10.5 9a21.6 21.6 0 0 0-3.7 12.6 21 21 0 0 0 5.4 15.2c3.6 3.7 8.8 6.3 15.6 7.8l14 2.9c5.4 1.1 9.4 2.8 12 5.2 2.6 2.4 4.1 5.9 3.9 9.5.1 4.4-1.9 8.6-5.4 11.4-3.6 3-8.6 4.5-15 4.5h-1.2a28 28 0 0 1-17.8-5.3 17.8 17.8 0 0 1-6.7-15h-9.1c.1 6.2 1.5 11.4 4.1 15.7 2.8 4.4 6.8 7.8 11.5 9.8 5 2.2 11.1 3.4 18.2 3.4 5.6.1 11.1-.9 16.2-3 4.3-1.7 8.1-4.7 10.7-8.6 2.5-3.9 3.8-8.5 3.7-13.2 0-6.5-1.9-11.7-5.8-15.5a32.2 32.2 0 0 0-16.9-8l-14-2.7c-4.5-.8-8-2.4-10.5-4.7a11.7 11.7 0 0 1-3.7-9.1c0-3 .9-5.9 2.6-8.4 1.8-3 4.3-5 7.2-6.3M-7387.4-12203.9a27.9 27.9 0 0 0-39.6 11.5c-2.7 5.2-4 11-3.9 16.8a35.2 35.2 0 0 0 3.9 16.8 27.9 27.9 0 0 0 50 0c2.6-5.2 4-11 3.9-16.8.1-5.8-1.2-11.6-3.9-16.8-2.4-4.7-6-8.7-10.4-11.5m3.1 41.6a18.2 18.2 0 0 1-17.1 11.9h-1.1c-3.6 0-7.1-1-10.1-3.1a20.1 20.1 0 0 1-7-8.8 32.4 32.4 0 0 1-2.6-13.4c-.1-4.6.8-9.1 2.6-13.3a18.2 18.2 0 0 1 17.1-11.9h1.1c3.6 0 7.1 1 10.1 3.1 3.1 2.2 5.6 5.3 7 8.8 1.8 4.2 2.7 8.8 2.6 13.3a32 32 0 0 1-2.6 13.4"/><path d="M-7357.9-12231.8H-7349.3V-12144.5H-7357.9z"/><path d="M-7288.5-12173.1c.1 4.2-.8 8.3-2.5 12a18.8 18.8 0 0 1-6.6 7.9 15.2 15.2 0 0 1-8.7 2.7h-1.1c-4.9 0-8.6-1.5-11-4.4s-3.7-7.4-3.7-13.3v-38.7h-8.6v41.2c-.1 4 .8 8 2.6 11.7 1.6 3.3 4.2 6.1 7.4 7.9 3.5 2 7.5 3 11.6 2.9 4.6.1 9.1-1.1 13-3.4 3.5-2.3 6.3-5.6 7.7-9.5v11.7h8.6v-62.4h-8.6l-.1 33.7zM-7244.9-12152.8c-.7-.7-1.1-2-1.1-3.9v-42.9h15.5v-7.2h-15.5v-20.2h-8.5v20.2h-14.3v7.2h14.3v43.7c0 4 1 6.9 2.9 8.7s5 2.7 9 2.7h13.8v-7.2h-12.4c-1.6 0-2.9-.3-3.7-1.1"/><path d="M-7216.7-12206.8H-7208.1V-12144.4H-7216.7z"/><path d="M-7217.3-12229H-7207.4V-12218H-7217.3z"/><path d="M-7149.4-12203.9a27.9 27.9 0 0 0-39.6 11.5c-2.7 5.2-4 11-3.9 16.8a35.2 35.2 0 0 0 3.9 16.8 27.9 27.9 0 0 0 50 0c2.6-5.2 4-11 3.9-16.8.1-5.8-1.2-11.6-3.9-16.8a28.1 28.1 0 0 0-10.4-11.5m3.1 41.6a18.2 18.2 0 0 1-17.1 11.9h-1.1c-3.6 0-7.1-1-10.1-3.1a20.1 20.1 0 0 1-7-8.8 32.4 32.4 0 0 1-2.6-13.4c-.1-4.6.8-9.1 2.6-13.3a18.2 18.2 0 0 1 17.1-11.9h1.1c3.6 0 7.1 1 10.1 3.1 3.1 2.2 5.6 5.3 7 8.8 1.8 4.2 2.7 8.8 2.6 13.3a32 32 0 0 1-2.6 13.4M-7078.3-12205.4a23.8 23.8 0 0 0-11.4-2.6c-4.6-.1-9.1 1-13.2 3.2a20 20 0 0 0-8.4 8.4v-10.4h-8.6v62.4h8.6v-31.6c-.1-4.3.7-8.5 2.2-12.5 1.3-3.6 3.6-6.7 6.6-9a17 17 0 0 1 10.7-3.4h.7c2.9-.1 5.7.6 8.2 1.9a12 12 0 0 1 4.9 6c1.2 3.2 1.7 6.6 1.6 10v38.4h8.6v-40.9c.1-4.3-.9-8.5-2.8-12.3a18.8 18.8 0 0 0-7.7-7.6M-7022.2-12178.5l-9.7-2.1c-4-.9-6.8-2.1-8.5-3.6a7.9 7.9 0 0 1-2.6-6.3 9 9 0 0 1 3.6-7.3c2.4-2 5.7-3.1 9.7-3.1h1.2a14.1 14.1 0 0 1 14.5 12.9h8.5a21 21 0 0 0-6.5-14.3c-4-3.9-9.7-5.8-17-5.8-3.9 0-7.7.7-11.2 2.2a18.4 18.4 0 0 0-8.2 6.4 16.8 16.8 0 0 0-3.1 9.9c0 4.9 1.5 8.7 4.6 11.3s7.2 4.5 12.5 5.7l9.1 1.9c3.9.9 6.7 2.1 8.3 3.6a7.6 7.6 0 0 1 2.4 5.9 9.4 9.4 0 0 1-3.8 7.9c-2.5 2-5.9 2.9-10 2.9h-1.2a17 17 0 0 1-10.9-3.3 13 13 0 0 1-4.9-9.5h-8.5c0 5.6 2.5 11 6.8 14.6a26.7 26.7 0 0 0 18 5.5c4.2.1 8.3-.7 12.2-2.2a17.2 17.2 0 0 0 10.9-16.4c0-4.9-1.4-8.6-4.3-11.2-3-2.8-6.9-4.6-11.9-5.6M-7696.4-12206.8a8.7 8.7 0 0 0-8.7 8.7v53.7h8.6v-53.8h24v-8.6h-23.9z"/></g><path d="M-8761.5-11445.7h-9.9a2 2 0 0 1-2-2v-53.7h23.8v-15.9h-32.7c4.9 0 8.8-4 8.8-8.8v-30.9h-4l-11.9 11.9v27.8h-20l.1 15.9h19.9v43.7a27.8 27.8 0 0 0 27.8 27.8h15.9v-15.9l-15.8.1zM-8849-11557h-31.8a27.8 27.8 0 0 0-27.8 27.8v4h15.9v-13.9c0-1.1.9-2 2-2h51.7a2 2 0 0 1 2 2v35.8a2 2 0 0 1-2 2h-45.7v15.9h45.7a2 2 0 0 1 2 2v35.8a2 2 0 0 1-2 2h-51.7a2 2 0 0 1-2-2v-13.9h-15.9v4a27.8 27.8 0 0 0 27.8 27.8h31.8a27.8 27.8 0 0 0 27.8-27.8v-14.3c0-1-.4-2-1.1-2.7l-14.8-14.8-2-2a2.7 2.7 0 0 1 0-3.9l6-6 10.8-10.8c.7-.7 1.1-1.7 1.1-2.7v-14.3c0-15.5-12.4-28-27.8-28" transform="translate(7973.6 12271.7) translate(935 -714.7)"/></svg></a>
					<div class="sub-menu-wrap sub-menu-447">
						
						
												
							<ul class="sub-menu">
																
										<li class=""><a href="https://www.3tglobal.com/workforce-solutions/" target="">Introduction to Workforce Solutions</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/workforce-solutions/competence-solutions/" target="">Competence Solutions</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/workforce-solutions/bespoke-training/" target="">Bespoke Training</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/workforce-solutions/training-excellence/" target="">Training Excellence</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/workforce-solutions/upskilling-programmes/" target="">Upskilling Programmes</a></li>	
										
																	</ul>

											</div>


											
				</li>
			<li class=""><a href="https://www.3tglobal.com/managed-services/"  tabindex="0"  target=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1203.1 147"><g data-name="Group 107"><g data-name="Group 99" transform="translate(9371.3 12271.7)"><path data-name="Path 213" d="m1417.4 81.5-30.2-80.3h-15.5v87.4h9V8.3l30.3 80.3h12.5l30-79.9v79.9h8.9V1.2h-15.1Z" transform="translate(-10540 -12233)"/><path data-name="Path 214" d="M1529.3 81.5q-.2-2.4-.2-6.6V48.7a26.4 26.4 0 0 0-2.6-12 20.3 20.3 0 0 0-8.2-8.6A26.1 26.1 0 0 0 1505 25q-10 0-16.7 5.1a17.7 17.7 0 0 0-7.3 13.7h8.4a11.5 11.5 0 0 1 5-8.6 17.8 17.8 0 0 1 10.4-3h.7a16.5 16.5 0 0 1 8.1 2 12.6 12.6 0 0 1 5.3 5.5 20 20 0 0 1 1.8 9V51l-19.4 1.4a36.2 36.2 0 0 0-10.3 2.5 19.5 19.5 0 0 0-8 6 16.2 16.2 0 0 0-3.3 10.4 17.4 17.4 0 0 0 2.6 9.4 18.6 18.6 0 0 0 7.2 6.6 21 21 0 0 0 10 2.4 28.3 28.3 0 0 0 13.8-3.3q6-3.3 8-8V81l.2 2.7.2 2.5a13.8 13.8 0 0 0 .3 2.4h7.9l-.4-3.6-.1-3.5m-8.7-15.4a13.2 13.2 0 0 1-2.9 8.1 21 21 0 0 1-7.3 6.1 19.3 19.3 0 0 1-8.8 2.3h-1.2a12.2 12.2 0 0 1-8.8-3.4 11.1 11.1 0 0 1-3.5-8.3 9.6 9.6 0 0 1 4-8 19.9 19.9 0 0 1 10.7-3.6l17.8-1.3Z" transform="translate(-10540 -12233)"/><path data-name="Path 215" d="M1589.3 27.6A24 24 0 0 0 1578 25a26.5 26.5 0 0 0-13.1 3.1 20.5 20.5 0 0 0-8.5 8.5V26.2h-8.6v62.4h8.6V57a34.1 34.1 0 0 1 2.2-12.5 20.2 20.2 0 0 1 6.6-9 17.1 17.1 0 0 1 10.7-3.3h.7a15.9 15.9 0 0 1 8.3 2 11.8 11.8 0 0 1 4.8 6 27.2 27.2 0 0 1 1.7 10v38.4h8.6v-41a25.4 25.4 0 0 0-2.8-12.2 18.7 18.7 0 0 0-7.8-7.8" transform="translate(-10540 -12233)"/><path data-name="Path 216" d="M1664.4 81.5q-.2-2.4-.2-6.6V48.7a26.4 26.4 0 0 0-2.6-12 20.3 20.3 0 0 0-8.1-8.6A26.1 26.1 0 0 0 1640 25q-10 0-16.7 5.1a17.7 17.7 0 0 0-7.3 13.7h8.5a11.5 11.5 0 0 1 4.9-8.6 17.8 17.8 0 0 1 10.4-3h.7a16.5 16.5 0 0 1 8.2 2 12.6 12.6 0 0 1 5.3 5.5 20 20 0 0 1 1.8 9V51l-19.5 1.4A36.2 36.2 0 0 0 1626 55a19.5 19.5 0 0 0-8 6 16.2 16.2 0 0 0-3.3 10.4 17.4 17.4 0 0 0 2.6 9.4 18.6 18.6 0 0 0 7.2 6.6 21 21 0 0 0 10 2.4 28.3 28.3 0 0 0 13.8-3.3q6-3.3 8-7.9V81l.2 2.7.2 2.5a13.8 13.8 0 0 0 .3 2.4h7.9l-.4-3.6-.1-3.5m-8.6-15.4a13.2 13.2 0 0 1-3 8.1 21 21 0 0 1-7.3 6.2 19.3 19.3 0 0 1-8.8 2.2h-1.2a12.2 12.2 0 0 1-8.8-3.4 11.1 11.1 0 0 1-3.5-8.3 9.6 9.6 0 0 1 4-8 19.9 19.9 0 0 1 10.7-3.6l17.9-1.3Z" transform="translate(-10540 -12233)"/><path data-name="Path 217" d="M1791.9 28.6a24 24 0 0 0-13.3-3.6 27.4 27.4 0 0 0-13.9 3.6 26.9 26.9 0 0 0-10.2 10.9q-4 7.3-4 17.8 0 10.3 3.8 17.7a25.9 25.9 0 0 0 10 11 27.8 27.8 0 0 0 14.3 3.8q9.8 0 16.5-5t8.8-14.2h-8.7q-1.6 6.1-5.6 9a17.1 17.1 0 0 1-10.3 3h-.8a18 18 0 0 1-9.5-2.6 18.9 18.9 0 0 1-7-8q-2.7-5.5-2.8-13.9h44.8V53a31.2 31.2 0 0 0-3.2-14.3 25 25 0 0 0-9-10M1759.5 51q1.3-10 6.5-14.4a18 18 0 0 1 12-4.4h1.2a14.4 14.4 0 0 1 11.5 5.2q4.5 5.3 4.8 13.6Z" transform="translate(-10540 -12233)"/><path data-name="Path 218" d="M1864.4 36a20 20 0 0 0-8.7-8 25.9 25.9 0 0 0-12-3 26.4 26.4 0 0 0-14.5 4 27 27 0 0 0-9.8 11.2 38.8 38.8 0 0 0-3.6 17.2 39.3 39.3 0 0 0 3.5 17.1 25.9 25.9 0 0 0 24.2 15.3 25.8 25.8 0 0 0 12.2-3 20.6 20.6 0 0 0 8.7-8v9.8h8.4V1.2h-8.4Zm-2.4 34.1a21 21 0 0 1-6.7 9.1 17.1 17.1 0 0 1-10.7 3.4h-.7q-9.2 0-14.4-7.2t-5-18a34.6 34.6 0 0 1 2.2-12.7 20.7 20.7 0 0 1 6.6-9.1 16.8 16.8 0 0 1 10.6-3.4h.7a17.1 17.1 0 0 1 10.7 3.4 21 21 0 0 1 6.7 9 33.8 33.8 0 0 1 2.4 12.8A33.8 33.8 0 0 1 1862 70" transform="translate(-10540 -12233)"/><path data-name="Path 219" d="M1941 10.6a24.8 24.8 0 0 1 10.4-2.1h1.3q9 0 15 5a18.1 18.1 0 0 1 6.6 13.4h9a27.4 27.4 0 0 0-4.1-14.4 25.5 25.5 0 0 0-10.9-9.3 38 38 0 0 0-16.2-3.2 35.7 35.7 0 0 0-15.8 3.3 25.6 25.6 0 0 0-10.6 9A22.6 22.6 0 0 0 1922 25q0 9.6 5.4 15.1T1943 48l14 2.9q8 1.6 12 5.2a12.3 12.3 0 0 1 3.9 9.5 14.2 14.2 0 0 1-5.4 11.4q-5.3 4.4-15 4.4h-1.2q-11 0-17.8-5.3t-6.8-15h-9q0 9.2 4 15.7a25.3 25.3 0 0 0 11.6 9.8q7.5 3.3 18.1 3.3a40.9 40.9 0 0 0 16.3-3 23.3 23.3 0 0 0 10.6-8.6A23.6 23.6 0 0 0 1982 65q0-9.7-5.8-15.5t-16.9-8l-14-2.8q-6.7-1.3-10.5-4.8a11.9 11.9 0 0 1-3.7-9 14.2 14.2 0 0 1 2.6-8.4 17.6 17.6 0 0 1 7.3-5.9" transform="translate(-10540 -12233)"/><path data-name="Path 220" d="M2036.5 28.6a24 24 0 0 0-13.2-3.6 27.4 27.4 0 0 0-14 3.6 26.9 26.9 0 0 0-10.1 10.9q-4 7.3-4 17.8 0 10.3 3.7 17.7a25.9 25.9 0 0 0 10 11 27.8 27.8 0 0 0 14.4 3.8q9.7 0 16.5-5t8.7-14.2h-8.6q-1.6 6.1-5.7 9a17.1 17.1 0 0 1-10.3 3h-.7a18 18 0 0 1-9.6-2.6 18.9 18.9 0 0 1-7-8q-2.6-5.5-2.8-13.9h44.8V53a31.3 31.3 0 0 0-3.2-14.3 25 25 0 0 0-8.9-10M2004.1 51q1.2-10 6.5-14.4a18 18 0 0 1 12-4.4h1.2a14.4 14.4 0 0 1 11.5 5.2q4.5 5.3 4.7 13.6Z" transform="translate(-10540 -12233)"/><path data-name="Path 221" d="M2130 80.8 2110 26.2h-9l23.8 62.4h10.5l24-62.4h-8.9Z" transform="translate(-10540 -12233)"/><path data-name="Rectangle 226" transform="translate(-8369.4 -12206.8)" d="M0 0H8.6V62.4H0z"/><path data-name="Rectangle 227" transform="translate(-8370 -12229)" d="M0 0H9.9V11H0z"/><path data-name="Path 222" d="M2212 35.6a17.3 17.3 0 0 1 11-3.4h1a14.6 14.6 0 0 1 10.3 3.9 16.5 16.5 0 0 1 5 10.2h8.7a24 24 0 0 0-3.9-11.4 21.3 21.3 0 0 0-8.5-7.4 27.4 27.4 0 0 0-12-2.5 27.9 27.9 0 0 0-15.7 4.2 27.3 27.3 0 0 0-9.9 11.6 38.8 38.8 0 0 0-3.4 16.6A38.8 38.8 0 0 0 2198 74a27.3 27.3 0 0 0 10 11.6 27.9 27.9 0 0 0 15.5 4.2q10 0 16.4-5.7t8-15.6h-8.5a18 18 0 0 1-5.3 10.2 14 14 0 0 1-10 3.9h-1.2q-9.6 0-14.7-7.2t-5-18a35.1 35.1 0 0 1 2.2-12.6 20.5 20.5 0 0 1 6.6-9.2" transform="translate(-10540 -12233)"/><path data-name="Path 223" d="M2300.4 28.6a24 24 0 0 0-13.2-3.6 27.4 27.4 0 0 0-14 3.6 26.9 26.9 0 0 0-10.2 10.9q-4 7.3-4 17.8 0 10.3 3.8 17.7a25.9 25.9 0 0 0 10 11 27.8 27.8 0 0 0 14.4 3.8q9.7 0 16.4-5t8.8-14.2h-8.6q-1.7 6.1-5.7 9a17.1 17.1 0 0 1-10.3 3h-.8a18 18 0 0 1-9.5-2.6 18.9 18.9 0 0 1-7-8q-2.7-5.5-2.8-13.9h44.8V53a31.2 31.2 0 0 0-3.2-14.3 25 25 0 0 0-9-10M2268 51q1.3-10 6.5-14.4a18 18 0 0 1 12-4.4h1.3a14.4 14.4 0 0 1 11.4 5.2q4.5 5.3 4.8 13.6Z" transform="translate(-10540 -12233)"/><path data-name="Path 224" d="m2355 54.5-9.7-2.1q-6-1.4-8.5-3.6a7.8 7.8 0 0 1-2.6-6.3 9.3 9.3 0 0 1 3.6-7.3q3.6-3 9.7-3h1.3a13.9 13.9 0 0 1 10 3.7 14.5 14.5 0 0 1 4.5 9.1h8.4a20.8 20.8 0 0 0-6.5-14.2q-6-5.9-17-5.9a28.3 28.3 0 0 0-11.3 2.2 19.2 19.2 0 0 0-8.1 6.4 16.3 16.3 0 0 0-3 10q0 7.3 4.5 11.2t12.5 5.7l9.1 1.9q5.9 1.3 8.3 3.6a7.6 7.6 0 0 1 2.4 5.8 9.5 9.5 0 0 1-3.8 8q-3.8 2.9-10 2.9h-1.2a17.4 17.4 0 0 1-11-3.3 13 13 0 0 1-4.9-9.6h-8.5a19.3 19.3 0 0 0 6.8 14.6q6.5 5.5 18 5.5a30.4 30.4 0 0 0 12.2-2.2 18.3 18.3 0 0 0 8-6.4 17.3 17.3 0 0 0 3-10q0-7.4-4.4-11.3t-11.8-5.4" transform="translate(-10540 -12233)"/><path data-name="Path 225" d="M1726.8 36a20.5 20.5 0 0 0-8.2-8.1 27.2 27.2 0 0 0-26.3 1 26 26 0 0 0-9.7 11.3 40 40 0 0 0-3.4 17 38.3 38.3 0 0 0 3.4 17 24.7 24.7 0 0 0 9.7 10.7 26.6 26.6 0 0 0 13.9 3.7 25.1 25.1 0 0 0 12.4-3 20.4 20.4 0 0 0 8.2-8.1v19a6.6 6.6 0 0 1-.5 2.8 3.1 3.1 0 0 1-1.6 1.5 7.3 7.3 0 0 1-3 .5h-26.2v7h27.8q6 0 9-2.6t3-8.1V26.2h-8.5Zm-2.5 34.3a18.4 18.4 0 0 1-6.8 8.2 17.8 17.8 0 0 1-9.8 2.8h-1.3A16.7 16.7 0 0 1 1693 75q-5.2-6.3-5.2-17.7a34.3 34.3 0 0 1 2.4-13.3 19.7 19.7 0 0 1 6.6-8.8 16.5 16.5 0 0 1 9.8-3h1.3a16.3 16.3 0 0 1 9.8 3.1 20.5 20.5 0 0 1 6.7 8.8 33.2 33.2 0 0 1 2.5 13.2 31.7 31.7 0 0 1-2.5 13" transform="translate(-10540 -12233)"/><path data-name="Path 226" d="M2072.8 26.2a8.7 8.7 0 0 0-8.7 8.7v53.7h8.6V34.8h24v-8.6Z" transform="translate(-10540 -12233)"/></g><g data-name="Group 104" ><path data-name="Path 240" d="M69.2 111.3h-10a2 2 0 0 1-2-2V55.6h24V39.7H48.3a8.8 8.8 0 0 0 8.9-8.8V0h-4l-12 12v27.7H21.5v16h20v43.7a27.8 27.8 0 0 0 27.8 27.8h15.9v-16Z" transform="translate(9371.3 12271.7) translate(-462.7 -714.7) translate(-8830.7 -11557)"/><path data-name="Path 241" d="M59.6 0H27.8A27.8 27.8 0 0 0 0 27.8v4h15.9v-14a2 2 0 0 1 2-1.9h51.7a2 2 0 0 1 2 2v35.8a2 2 0 0 1-2 2H23.8v15.8h45.8a2 2 0 0 1 2 2v35.8a2 2 0 0 1-2 2H17.9a2 2 0 0 1-2-2v-14H0v4a27.8 27.8 0 0 0 27.8 27.9h31.8a27.8 27.8 0 0 0 27.8-27.8V85a3.8 3.8 0 0 0-1-2.8L71.4 67.6l-2-2a2.8 2.8 0 0 1 0-4l6-6 10.8-10.8a3.8 3.8 0 0 0 1.1-2.7V27.8A27.8 27.8 0 0 0 59.6 0" transform="translate(9371.3 12271.7) translate(-462.7 -714.7) translate(-8908.6 -11557)"/></g></g></svg></a>							
				</li>
			
	   

	
</ul>				</nav>

				<nav class="site-menu flex-wrap vc ">

					<ul>
						<li><a href="https://www.3tglobal.com/about/">About 3t</a></li>
<li><a href="https://www.3tglobal.com/case-studies/">Case studies</a></li>
<li><a href="https://www.3tglobal.com/blog/">Insights</a></li>
<li class="current_page_parent"><a href="https://www.3tglobal.com/news/">News</a></li>
<li><a href="https://www.3tglobal.com/careers/">Careers</a></li>
<li><a href="https://www.3tglobal.com/contact/">Contact</a></li>
	
					</ul>
					
					

				</nav>
				
				<div class="weglot-menu">
					<!--Weglot 4.2.4--><aside data-wg-notranslate="" class="country-selector weglot-dropdown close_outside_click closed weglot-shortcode wg-" tabindex="0" aria-expanded="false" aria-label="Language selected: English"><ul role="none"></ul></aside>				</div>
			</div>

		</div>
	</nav>
	
	<div class="search-container-mobile bg-dark-grey text-white">
		<div>
			<div class="inner">
				<h3 class="title-add-dash g-size-body-1 pb1-5">
					<span>Search 3t</span>
				</h3>
				<div class="search-form g-size-body-3">
	<form method="get" class="thesearchform" action="https://www.3tglobal.com/">
		<label for="s">Search</label>
		 <input type="text" name="s" class="search-field site-search-autosuggest " placeholder="Search" autocomplete="off" data-form=".thesearchform"/>
		 <button type="submit" value="Search">
			<span class="screen-reader-text">Search</span>
			<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 27.098 27.553" class="search-icon">
			  <g id="Group_1031" data-name="Group 1031" transform="translate(-265.418 -98.607) rotate(14)">
				<g id="Ellipse_23" data-name="Ellipse 23" transform="matrix(0.966, -0.259, 0.259, 0.966, 289.991, 29.647)" fill="none" stroke="currentColor" stroke-width="3">
				  <circle cx="9" cy="9" r="9" stroke="none"/>
				  <circle cx="9" cy="9" r="7.5" fill="none"/>
				</g>
				<line id="Line_2" data-name="Line 2" x1="6.918" y2="9.528" transform="translate(289.5 43.972)" fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="3"/>
			  </g>
			</svg>
		</button>
	</form>
</div>
<div class="as-results-container"></div>			</div>
		</div>
	</div>
	
</header>
	
	

	
<nav class="masthead-sticky-elm">	

	<div class="inner">
		
		<div class="sticky-logo">
			<a href="/" >
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 96"><path class="logo-marque-fill" d="M108 84h-7.5c-.8 0-1.5-.7-1.5-1.5V42h18V30H92.3c3.7 0 6.7-3 6.7-6.7V0h-3l-9 9v21H75v12h12v33a21 21 0 0 0 21 21h12V84h-12ZM45 0H21A21 21 0 0 0 0 21v3h12V13.5c0-.8.7-1.5 1.5-1.5h39c.8 0 1.5.7 1.5 1.5v27c0 .8-.7 1.5-1.5 1.5H18v12h34.5c.8 0 1.5.7 1.5 1.5v27c0 .8-.7 1.5-1.5 1.5h-39c-.8 0-1.5-.7-1.5-1.5V72H0v3a21 21 0 0 0 21 21h24a21 21 0 0 0 21-21V64.2a3 3 0 0 0-.9-2L54 51l-1.5-1.5c-.8-.8-.8-2.1 0-3L57 42l8.1-8.2a3 3 0 0 0 .9-2V21A21 21 0 0 0 45 0"/><path fill="none" d="M0 0H120V96H0z"/></svg>
			</a>
		</div>
		
		<div class="site-logo bg-dark-grey text-white">
			<a href="/" >
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 96"><path class="logo-marque-fill" d="M108 84h-7.5c-.8 0-1.5-.7-1.5-1.5V42h18V30H92.3c3.7 0 6.7-3 6.7-6.7V0h-3l-9 9v21H75v12h12v33a21 21 0 0 0 21 21h12V84h-12ZM45 0H21A21 21 0 0 0 0 21v3h12V13.5c0-.8.7-1.5 1.5-1.5h39c.8 0 1.5.7 1.5 1.5v27c0 .8-.7 1.5-1.5 1.5H18v12h34.5c.8 0 1.5.7 1.5 1.5v27c0 .8-.7 1.5-1.5 1.5h-39c-.8 0-1.5-.7-1.5-1.5V72H0v3a21 21 0 0 0 21 21h24a21 21 0 0 0 21-21V64.2a3 3 0 0 0-.9-2L54 51l-1.5-1.5c-.8-.8-.8-2.1 0-3L57 42l8.1-8.2a3 3 0 0 0 .9-2V21A21 21 0 0 0 45 0"/><path fill="none" d="M0 0H120V96H0z"/></svg>
			</a>
						<span class="connectors text-dark-grey">
				<span class="shape-connector blc">
					<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M20 0H0v20C0 9 9 0 20 0Z" /></svg>
				</span>
				<span class="shape-connector trc">
					<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M20 0H0v20C0 9 9 0 20 0Z"/></svg>
				</span>
			</span>
		</div>

		
		<nav class="divisions-menu">
			<ul class="top-level">
				

<ul class="top-level main-menu-partial">
	<li class="sub-nav-3-col has-sub"><a href="https://www.3tglobal.com/training-services/"  tabindex="0"  target=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1127.8 147"><g data-name="Group 109"><g data-name="Group 101" transform="translate(11411.3 12271.7) translate(-672)" ><path data-name="Path 227" d="M72.6 1.2H0v8.5h31.8v78.9H41V9.7h31.7Z" transform="translate(-10540 -12233)"/><path data-name="Path 228" d="m159.7 81.5-.1-6.6V48.7a26.4 26.4 0 0 0-2.7-12 20.3 20.3 0 0 0-8.1-8.6 26.1 26.1 0 0 0-13.4-3.1q-10 0-16.8 5.1a17.7 17.7 0 0 0-7.3 13.7h8.5a11.5 11.5 0 0 1 4.9-8.6 17.8 17.8 0 0 1 10.4-3h.8a16.5 16.5 0 0 1 8 2 12.6 12.6 0 0 1 5.4 5.5 20 20 0 0 1 1.8 9v2.5l-19.5 1.3a36.2 36.2 0 0 0-10.3 2.5 19.5 19.5 0 0 0-8 6 16.2 16.2 0 0 0-3.3 10.4 17.4 17.4 0 0 0 2.7 9.4 18.6 18.6 0 0 0 7.1 6.6 21 21 0 0 0 10 2.4 28.3 28.3 0 0 0 13.9-3.3q6-3.3 8-7.9V81l.1 2.7.2 2.5a13.9 13.9 0 0 0 .3 2.4h7.9l-.4-3.6-.1-3.5M151 66a13.2 13.2 0 0 1-3 8.1 21 21 0 0 1-7.3 6.1 19.3 19.3 0 0 1-8.8 2.3h-1.1a12.2 12.2 0 0 1-8.9-3.4 11.1 11.1 0 0 1-3.5-8.3 9.6 9.6 0 0 1 4-8 19.8 19.8 0 0 1 10.7-3.6l17.9-1.3Z" transform="translate(-10540 -12233)"/><path data-name="Rectangle 228" transform="translate(-10361.8 -12206.8)" d="M0 0H8.6V62.4H0z"/><path data-name="Rectangle 229" transform="translate(-10362.5 -12229)" d="M0 0H9.9V11H0z"/><path data-name="Path 229" d="M247.5 27.6A24 24 0 0 0 236 25 26.5 26.5 0 0 0 223 28a20.5 20.5 0 0 0-8.4 8.5V26.2h-8.6v62.4h8.6V57a34.2 34.2 0 0 1 2.1-12.5 20.2 20.2 0 0 1 6.7-9 17.1 17.1 0 0 1 10.6-3.3h.8a15.9 15.9 0 0 1 8.2 2 11.8 11.8 0 0 1 4.9 6 27.2 27.2 0 0 1 1.6 10v38.4h8.6v-41a25.4 25.4 0 0 0-2.8-12.2 18.7 18.7 0 0 0-7.7-7.8" transform="translate(-10540 -12233)"/><path data-name="Rectangle 230" transform="translate(-10263.5 -12206.8)" d="M0 0H8.6V62.4H0z"/><path data-name="Rectangle 231" transform="translate(-10264.2 -12229)" d="M0 0H9.9V11H0z"/><path data-name="Path 230" d="M345.8 27.6a24 24 0 0 0-11.4-2.6 26.5 26.5 0 0 0-13.2 3.1 20.5 20.5 0 0 0-8.4 8.5V26.2h-8.6v62.4h8.6V57a34.2 34.2 0 0 1 2.2-12.5 20.2 20.2 0 0 1 6.6-9 17.1 17.1 0 0 1 10.6-3.3h.8a15.9 15.9 0 0 1 8.2 2 11.8 11.8 0 0 1 4.9 6 27.2 27.2 0 0 1 1.6 10v38.4h8.6v-41a25.4 25.4 0 0 0-2.8-12.2 18.7 18.7 0 0 0-7.7-7.8" transform="translate(-10540 -12233)"/><path data-name="Path 231" d="M79.7 26.2a8.7 8.7 0 0 0-8.7 8.7v53.7h8.6V34.8h24v-8.6Z" transform="translate(-10540 -12233)"/><path data-name="Path 232" d="M418.7 36a20.5 20.5 0 0 0-8.1-8.1 27.2 27.2 0 0 0-26.4 1 26 26 0 0 0-9.6 11.3 40 40 0 0 0-3.4 17 38.3 38.3 0 0 0 3.4 17 24.7 24.7 0 0 0 9.6 10.7 26.6 26.6 0 0 0 13.9 3.7 25.1 25.1 0 0 0 12.5-3 20.4 20.4 0 0 0 8-8.1v19a6.6 6.6 0 0 1-.4 2.8 3.1 3.1 0 0 1-1.6 1.5 7.3 7.3 0 0 1-3 .5h-26.2v7h27.8q6.1 0 9-2.6t3-8.1V26.2h-8.5Zm-2.4 34.3a18.4 18.4 0 0 1-6.8 8.2 17.8 17.8 0 0 1-9.9 2.8h-1.2a16.7 16.7 0 0 1-13.6-6.3q-5.2-6.3-5.2-17.7A34.3 34.3 0 0 1 382 44a19.7 19.7 0 0 1 6.7-8.8 16.5 16.5 0 0 1 9.8-3h1.2a16.3 16.3 0 0 1 9.8 3.1 20.5 20.5 0 0 1 6.8 8.8 33.2 33.2 0 0 1 2.4 13.2 31.7 31.7 0 0 1-2.4 13" transform="translate(-10540 -12233)"/><path data-name="Path 233" d="M497.8 10.6a24.8 24.8 0 0 1 10.5-2.1h1.2q9.1 0 15.1 5a18.1 18.1 0 0 1 6.5 13.4h9.1a27.4 27.4 0 0 0-4.2-14.4 25.5 25.5 0 0 0-10.8-9.3A38 38 0 0 0 508.9 0 35.7 35.7 0 0 0 493 3.3a25.6 25.6 0 0 0-10.5 9 22.6 22.6 0 0 0-3.8 12.7q0 9.6 5.4 15.1t15.6 7.8l14 2.9q8 1.6 12 5.2a12.3 12.3 0 0 1 4 9.5 14.2 14.2 0 0 1-5.4 11.4q-5.4 4.4-15 4.4h-1.3q-11 0-17.8-5.3t-6.7-15h-9.1q0 9.2 4 15.7a25.3 25.3 0 0 0 11.6 9.8q7.6 3.3 18.2 3.3a40.9 40.9 0 0 0 16.2-3 23.3 23.3 0 0 0 10.7-8.6 23.6 23.6 0 0 0 3.6-13.2q0-9.7-5.8-15.5t-16.9-8l-14-2.8q-6.7-1.3-10.4-4.8a11.9 11.9 0 0 1-3.8-9 14.2 14.2 0 0 1 2.7-8.4 17.6 17.6 0 0 1 7.2-5.9" transform="translate(-10540 -12233)"/><path data-name="Path 234" d="M593.4 28.6A24 24 0 0 0 580 25a27.4 27.4 0 0 0-13.9 3.6A26.9 26.9 0 0 0 556 39.5q-4 7.3-4 17.8 0 10.3 3.7 17.7a25.9 25.9 0 0 0 10 11 27.8 27.8 0 0 0 14.4 3.8q9.8 0 16.5-5t8.7-14.2h-8.6q-1.6 6.1-5.7 9a17.1 17.1 0 0 1-10.2 3h-.8a18 18 0 0 1-9.5-2.6 18.9 18.9 0 0 1-7-8q-2.7-5.5-2.8-13.9h44.8V53a31.2 31.2 0 0 0-3.2-14.3 25 25 0 0 0-9-10M561 51q1.3-10 6.5-14.4a18 18 0 0 1 12-4.4h1.2a14.4 14.4 0 0 1 11.5 5.2q4.5 5.3 4.7 13.6Z" transform="translate(-10540 -12233)"/><path data-name="Path 235" d="m687 80.8-20.3-54.6h-9l23.9 62.4H692l24-62.4H707Z" transform="translate(-10540 -12233)"/><path data-name="Rectangle 232" transform="translate(-9813.2 -12229)" d="M0 0H9.9V11H0z"/><path data-name="Rectangle 233" transform="translate(-9812.5 -12206.8)" d="M0 0H8.6V62.4H0z"/><path data-name="Path 236" d="M768.8 35.6a17.3 17.3 0 0 1 11-3.4h1a14.6 14.6 0 0 1 10.4 3.9 16.5 16.5 0 0 1 5 10.2h8.6a24 24 0 0 0-3.9-11.4 21.3 21.3 0 0 0-8.5-7.4 27.4 27.4 0 0 0-12-2.5 27.9 27.9 0 0 0-15.6 4.2 27.3 27.3 0 0 0-10 11.6 38.8 38.8 0 0 0-3.4 16.6 38.8 38.8 0 0 0 3.4 16.6 27.3 27.3 0 0 0 10 11.6 27.9 27.9 0 0 0 15.6 4.2q10 0 16.3-5.7t8.1-15.6h-8.6a18 18 0 0 1-5.2 10.2 14 14 0 0 1-10.1 3.9h-1.2q-9.6 0-14.6-7.2t-5-18a35.2 35.2 0 0 1 2.1-12.6 20.5 20.5 0 0 1 6.6-9.2" transform="translate(-10540 -12233)"/><path data-name="Path 237" d="M857.2 28.6A24 24 0 0 0 844 25a27.4 27.4 0 0 0-14 3.6 26.9 26.9 0 0 0-10.2 10.9q-3.9 7.3-3.9 17.8 0 10.3 3.7 17.7a25.9 25.9 0 0 0 10 11 27.8 27.8 0 0 0 14.4 3.8q9.7 0 16.5-5t8.7-14.2h-8.6q-1.6 6.1-5.7 9a17.1 17.1 0 0 1-10.3 3h-.7a18 18 0 0 1-9.6-2.6 18.9 18.9 0 0 1-7-8q-2.6-5.5-2.8-13.9h44.8V53a31.2 31.2 0 0 0-3.2-14.3 25 25 0 0 0-8.9-10M824.8 51q1.2-10 6.5-14.4a18 18 0 0 1 12-4.4h1.2a14.4 14.4 0 0 1 11.5 5.2q4.5 5.3 4.7 13.6Z" transform="translate(-10540 -12233)"/><path data-name="Path 238" d="m911.9 54.5-9.8-2.1q-6-1.4-8.5-3.6a7.8 7.8 0 0 1-2.6-6.3 9.3 9.3 0 0 1 3.6-7.3q3.7-3 9.8-3h1.2a13.9 13.9 0 0 1 10 3.7 14.5 14.5 0 0 1 4.5 9.1h8.5a20.8 20.8 0 0 0-6.6-14.2q-6-5.9-17-5.9a28.3 28.3 0 0 0-11.2 2.2 19.2 19.2 0 0 0-8.2 6.4 16.3 16.3 0 0 0-3 10q0 7.3 4.5 11.2t12.5 5.7l9.1 1.9q5.9 1.3 8.3 3.6a7.6 7.6 0 0 1 2.5 5.8 9.5 9.5 0 0 1-3.8 8q-3.8 2.9-10 2.9h-1.3a17.4 17.4 0 0 1-11-3.3 13 13 0 0 1-4.9-9.6h-8.4a19.3 19.3 0 0 0 6.8 14.6q6.4 5.5 18 5.5a30.4 30.4 0 0 0 12.1-2.2 18.3 18.3 0 0 0 8.1-6.4 17.3 17.3 0 0 0 2.9-10q0-7.4-4.3-11.3t-11.8-5.4" transform="translate(-10540 -12233)"/><path data-name="Path 239" d="M629.6 26.2a8.7 8.7 0 0 0-8.7 8.7v53.7h8.6V34.8h24v-8.6Z" transform="translate(-10540 -12233)"/></g><g data-name="Group 102"><path data-name="Path 240" d="M69.2 111.3h-10a2 2 0 0 1-2-2V55.6h24V39.7H48.3a8.8 8.8 0 0 0 8.9-8.8V0h-4l-12 12v27.7H21.5v16h20v43.7a27.8 27.8 0 0 0 27.8 27.8h15.9v-16Z" transform="translate(11411.3 12271.7) translate(-2502.6 -714.7) translate(-8830.7 -11557)"/><path data-name="Path 241" d="M59.6 0H27.8A27.8 27.8 0 0 0 0 27.8v4h15.9v-14a2 2 0 0 1 2-1.9h51.7a2 2 0 0 1 2 2v35.8a2 2 0 0 1-2 2H23.8v15.8h45.8a2 2 0 0 1 2 2v35.8a2 2 0 0 1-2 2H17.9a2 2 0 0 1-2-2v-14H0v4a27.8 27.8 0 0 0 27.8 27.9h31.8a27.8 27.8 0 0 0 27.8-27.8V85a3.8 3.8 0 0 0-1-2.8L71.4 67.6l-2-2a2.8 2.8 0 0 1 0-4l6-6 10.8-10.8a3.8 3.8 0 0 0 1.1-2.7V27.8A27.8 27.8 0 0 0 59.6 0" transform="translate(11411.3 12271.7) translate(-2502.6 -714.7) translate(-8908.6 -11557)"/></g></g></svg></a>
					<div class="sub-menu-wrap sub-menu-445">
						
						
												
							<ul class="sub-menu">
																
										<li class=""><a href="https://www.3tglobal.com/training-services/" target="">Introduction to our services</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/training-services/our-training-centres/" target="">Our training centres</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/training-services/training-courses/" target="">Our training courses</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/training-services/funded-training/" target="">Funded Training</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/news/something-new-is-coming/" target="_blank">Book training in England</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/news/something-new-is-coming/" target="_blank">Book training in Scotland</a></li>	
										
																		
										<li class=""><a href="https://store.3t-transform.com/collections/courses" target="_blank">Book E-learning</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/training-services/apprenticeships/" target="">Apprenticeships</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/training-services/training-centre-consultancy-services/" target="">Training centre consultancy services</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/training-services/comprehensive-medical-assessments-for-safety-critical-industries/" target="">Medical assessments</a></li>	
										
																	</ul>

											</div>


											
				</li>
			<li class="sub-nav-2-col has-sub"><a href="https://www.3tglobal.com/3t-drilling-systems/"  tabindex="0"  target=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1071.7 145.7"><path d="M255.5 44.7a40 40 0 0 0-20.7-5.3H205v86.7h29.8q12 0 20.7-5.1a34 34 0 0 0 13.6-14.9q4.9-9.8 4.9-23c0-13.3-1.7-16.8-4.9-23.4a35 35 0 0 0-13.6-15m5.8 57q-3.6 8-10.6 12a34 34 0 0 1-17.1 4H214V47.8h19.6q15 0 23.1 9c8.1 9 8.2 14.7 8.2 26q0 11-3.6 19m72-59.7h9.8V53h-9.8zm.6 22.1h8.6v61.9h-8.6zm27.5-24.8h8.6v86.7h-8.6zm27.5 0h8.6v86.7h-8.6zm26.9 2.7h9.8V53h-9.8zm.6 22.1h8.6v61.9h-8.6zm68.8 1.4Q480.3 63 474 63q-7.4 0-13.1 3.1c-5.7 3.1-6.5 4.9-8.4 8.4V64.2H444v62h8.5V94.7q0-6.9 2.2-12.4c2.2-5.5 3.6-6.7 6.6-9a17 17 0 0 1 10.6-3.3h.7q5 0 8.2 2 3.2 1.8 4.8 5.9 1.6 4 1.6 10V126h8.6V85.5q0-7-2.8-12.2t-7.7-7.8m148.4-16.8q4.5-2.1 10.3-2.1h1.3q9 0 15 5c6 5 6 7.7 6.4 13.3h9q-.2-8.3-4.1-14.3c-3.9-6-6.2-7-10.8-9.2q-7-3.2-16.1-3.2c-9.1 0-11.2 1-15.7 3.3q-6.7 3.3-10.5 9T614.8 63q0 9.5 5.3 15c5.3 5.5 8.7 6.3 15.5 7.8l13.9 2.8q8 1.5 12 5.2c4 3.7 3.9 5.5 3.9 9.4a14 14 0 0 1-5.4 11.3q-5.3 4.5-14.8 4.5h-1.3q-11 0-17.7-5.3a18 18 0 0 1-6.7-15h-9q0 9.3 4 15.6A25 25 0 0 0 626 124a44 44 0 0 0 18 3.4q9.2 0 16.2-3t10.6-8.5 3.6-13.2q0-9.6-5.8-15.4c-5.8-5.8-9.4-6.5-16.7-8l-14-2.7q-6.6-1.2-10.3-4.7a12 12 0 0 1-3.7-9q0-4.6 2.6-8.3 2.5-3.8 7.1-5.9Zm81 64-22.3-48.5h-9.2l27.3 58.8-2.3 5.6a32 32 0 0 1-4.2 7.7q-1.8 2.2-5.7 2.2h-12.5v7.2H700q5.7 0 8.9-2.8a22 22 0 0 0 6.1-9.3l28.5-69.4h-9zm48.1-39.5q3.7-3 9.7-3h1.2q6 0 10 3.6 3.8 3.7 4.4 9h8.4q-.5-8.3-6.5-14c-6-5.8-9.6-5.8-16.9-5.8q-6 0-11.1 2.1-5 2.3-8.2 6.3c-3.2 4-3 6-3 9.9q0 7.3 4.5 11.2a28 28 0 0 0 12.5 5.6l9 1.9q5.8 1.3 8.3 3.6c2.5 2.3 2.4 3.4 2.4 5.8q0 5-3.8 7.9t-10 2.9h-1.2q-6.6 0-10.8-3.3a13 13 0 0 1-5-9.5h-8.4q.4 9 6.8 14.5a27 27 0 0 0 17.9 5.4q6.9 0 12-2.2 5.2-2.2 8-6.4 3-4 2.9-10 0-7.2-4.3-11a24 24 0 0 0-11.7-5.4l-9.7-2.1q-6-1.4-8.4-3.5-2.6-2.2-2.6-6.3 0-4.2 3.6-7.2m63.8 44.6q-1-1-1-3.8V71.4h15.3v-7.2h-15.4v-20h-8.4v20h-14.3v7.2h14.3v43.3q0 6 2.9 8.7c2.9 2.7 5 2.7 9 2.7h13.7V119h-12.2q-2.7 0-3.9-1m64.6-51.4Q885.4 63 878 63c-7.4 0-9.6 1.1-13.8 3.5s-7.5 6-10.1 10.9q-4 7.2-4 17.6c0 10.4 1.3 12.8 3.7 17.6a26 26 0 0 0 24.2 14.8q9.8 0 16.4-5c6.6-5 7.3-8 8.6-14h-8.5q-1.6 6-5.7 8.9-3.9 3-10.2 2.9h-.7q-5.3 0-9.5-2.6a19 19 0 0 1-7-8 32 32 0 0 1-2.7-13.7H903v-5.2q0-8-3.1-14.2-3.1-6.3-8.8-9.9M859 88.8q1.3-9.8 6.4-14.3t11.9-4.4h1.2q6.9 0 11.4 5.2t4.7 13.5zm140.7-23.2a23 23 0 0 0-11-2.6q-7.2 0-12.9 3.2a23 23 0 0 0-8.9 9.6q-2.2-6.3-7.5-9.6c-5.3-3.3-7.5-3.3-12.1-3.3s-8.6 1-12 3-6.2 4.7-8.2 8v-9.7h-8.6v62h8.6V94.7q0-6.9 2-12.4t6.2-9q4.1-3.3 9.9-3.3h.7q7.1 0 10.7 4.4Q960 79 960 88v38h8.5V94.8q0-6.9 2-12.4t6.2-9c4.2-3.4 6-3.3 10-3.3h.7q7 0 10.5 4.4t3.5 13.5v38h8.5V85.5q0-7-2.7-12.2t-7.5-7.7m55.4 26.7-9.6-2.1q-6-1.4-8.5-3.5-2.5-2.2-2.5-6.3c0-4 1.2-5.2 3.6-7.2q3.6-3 9.6-3h1.2q6 0 10 3.6 3.8 3.7 4.4 9h8.4a21 21 0 0 0-6.5-14q-6-5.9-16.9-5.8-6 0-11.1 2.1-5.1 2.3-8.1 6.3c-3 4-3 6-3 9.9q0 7.3 4.4 11.2A28 28 0 0 0 1043 98l9 1.9q6 1.3 8.3 3.6c2.3 2.3 2.4 3.4 2.4 5.8q0 5-3.8 7.9t-10 2.9h-1.2q-6.6 0-10.8-3.3a13 13 0 0 1-5-9.5h-8.4q.4 9 6.8 14.5a27 27 0 0 0 17.9 5.4q6.9 0 12-2.2 5.3-2.2 8-6.4 3-4 2.9-10 0-7.2-4.3-11a24 24 0 0 0-11.7-5.4ZM136 110.4c-1 0-2-1-2-2V55.2h23.7V39.4h-32.4c4.8 0 8.8-4 8.8-8.8V0h-4l-11.8 11.8v27.6H98.5v15.8h19.8v43.3a27.6 27.6 0 0 0 27.6 27.6h15.7v-15.7zM59.1 0H27.6A27.6 27.6 0 0 0 0 27.6v4h15.8V17.7q.2-1.8 2-2H69c1 0 2 .9 2 2v35.4c0 1.1-1 2-2 2H23.6V71H69c1 0 2 .8 2 2v35.4c0 1-1 2-2 2H17.7c-1 0-2-1-2-2V94.6H0v4A27.6 27.6 0 0 0 27.6 126H59a27.6 27.6 0 0 0 27.6-27.5V84.4q0-1.6-1.1-2.7L71 67l-2-2a2.7 2.7 0 0 1 0-3.9l5.9-5.9 10.7-10.7q1-1.1 1.1-2.7V27.6A27.6 27.6 0 0 0 59.1 0m498.5 74q-3-5.3-8-8.1-5.2-3-12.4-3a25 25 0 0 0-23.4 15.2q-3.4 7.2-3.4 17c0 9.7 1.1 12 3.4 16.7q3.5 7 9.6 10.7c6 3.7 8.7 3.6 13.8 3.6q7.2 0 12.4-2.9 5.1-3 8-8.1V134q0 1.8-.5 2.8t-1.5 1.5-3 .5h-26v6.9H554q6 0 9-2.6t3-8V64h-8.5zm-2.4 34a18 18 0 0 1-6.8 8.2 18 18 0 0 1-9.7 2.7h-1.3q-8.3 0-13.4-6.2-5.2-6.2-5.2-17.7 0-7.5 2.4-13.1c2.4-5.6 3.8-6.7 6.6-8.7s6.1-3 9.8-3h1.2q5.5 0 9.7 3 4.3 3.1 6.7 8.8a33 33 0 0 1 2.4 13q0 7.5-2.4 13M298.5 64.2a8.6 8.6 0 0 0-8.6 8.6V126h8.6V72.7h23.8v-8.5z"/></svg></a>
					<div class="sub-menu-wrap sub-menu-5021">
						
						
												
							<ul class="sub-menu">
																
										<li class=""><a href="https://www.3tglobal.com/3t-drilling-systems/" target="">Introduction to our Simulators</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/3t-drilling-systems/drilling-and-well-control-simulators/" target="">Drilling and Well Control Simulators</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/3t-drilling-systems/well-intervention-simulators/" target="">Well Intervention Simulators</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/3t-drilling-systems/crane-and-lifting-simulators/" target="">Crane and Lifting Simulators</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/3t-drilling-systems/isimulators/" target="">iSimulators</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/3t-drilling-systems/simulator-range/" target="">View range</a></li>	
										
																	</ul>

											</div>


											
				</li>
			<li class="sub-nav-3-col has-sub"><a href="https://www.3tglobal.com/digital/"  tabindex="0"  target=""><svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0" y="0" viewBox="0 0 529.7 147" xml:space="preserve" enable-background="new 0 0 529.7 147"><g transform="translate(10104.7 12271.7) translate(-350)"><path d="M-9503.8-12227.7a40.2 40.2 0 0 0-20.8-5.3h-30.1v87.3h30.1a40 40 0 0 0 20.8-5.2c6-3.5 10.7-8.7 13.7-15a52.4 52.4 0 0 0 4.9-23.3c0-9.1-1.6-16.9-4.9-23.5-3-6.1-7.8-11.4-13.7-15m5.8 57.5c-2.2 5-6 9.2-10.7 12a34.2 34.2 0 0 1-17.2 4.1h-19.7v-70.4h19.7c10.1 0 17.8 3 23.3 9.1s8.2 14.8 8.2 26.1c.1 7.5-1.2 13.8-3.6 19.1"/><path d="M-9469.8-12230.3H-9459.9V-12219.3H-9469.8z"/><path d="M-9469.1-12208H-9460.5V-12145.6H-9469.1z"/><path d="M-9370-12208H-9361.4V-12145.6H-9370z"/><path d="M-9370.6-12230.3H-9360.7V-12219.3H-9370.6z"/><path d="M-9326.3-12154c-.8-.7-1.1-2-1.1-3.9v-42.9h15.5v-7.2h-15.5v-20.2h-8.5v20.2h-14.3v7.2h14.3v43.7c0 4 1 6.9 2.9 8.7 2 1.8 5 2.7 9 2.7h13.8v-7.2h-12.4c-1.7 0-3-.4-3.7-1.1M-9252.1-12152.8l-.1-6.6v-26.2c.1-4.1-.9-8.3-2.7-12a19.6 19.6 0 0 0-8.1-8.5 27 27 0 0 0-13.4-3.2c-6.7 0-12.2 1.7-16.8 5.2a17.7 17.7 0 0 0-7.3 13.7h8.5c.3-3.5 2.1-6.6 4.9-8.6 3.1-2.1 6.7-3.1 10.4-3h.7c2.8-.1 5.6.6 8.1 1.9 2.3 1.3 4.2 3.2 5.3 5.6 1.3 2.8 1.9 5.8 1.8 8.9v2.5l-19.5 1.4c-3.5.3-7 1.1-10.3 2.4a19 19 0 0 0-8 6c-2.3 3-3.4 6.7-3.2 10.4 0 3.3.9 6.6 2.6 9.4 1.8 2.8 4.2 5.1 7.2 6.6 3.1 1.6 6.5 2.5 10 2.4a29 29 0 0 0 13.8-3.3 17 17 0 0 0 8-7.9v2.4l.1 2.7.2 2.5.3 2.4h7.9l-.4-3.6v-3.5m-8.6-15.3c0 3-1.1 5.8-2.9 8.1a20.7 20.7 0 0 1-16.2 8.3h-1.1c-3.3.1-6.5-1.1-8.9-3.4a11.1 11.1 0 0 1-3.5-8.4 9.4 9.4 0 0 1 4.1-8c3.1-2.2 6.8-3.4 10.7-3.6l17.8-1.2v8.2z"/><path d="M-9233.6-12233H-9225V-12145.7H-9233.6z"/><path d="M-9397.5-12198.2a21.3 21.3 0 0 0-8.1-8.2 27.2 27.2 0 0 0-26.4 1 26.3 26.3 0 0 0-9.6 11.3 38.8 38.8 0 0 0-3.4 17.1 38 38 0 0 0 3.4 16.9c2.1 4.5 5.4 8.2 9.6 10.7 4.2 2.5 9 3.8 13.9 3.7 4.3.1 8.6-.9 12.5-2.9 3.4-1.9 6.2-4.7 8.1-8.2v19c0 1-.1 1.9-.5 2.8a3 3 0 0 1-1.6 1.5c-.9.4-1.9.5-2.9.5h-26.2v7h27.7c4.1 0 7.1-.9 9-2.6s2.9-4.4 2.9-8.1v-71.4h-8.5l.1 9.9zm-2.5 34.3a18.2 18.2 0 0 1-6.8 8.2 17.3 17.3 0 0 1-9.9 2.8h-1.2c-5.3.2-10.3-2.2-13.5-6.3a27 27 0 0 1-5.2-17.8c-.1-4.5.7-9.1 2.4-13.3 1.4-3.5 3.7-6.5 6.7-8.7 2.9-2 6.3-3.1 9.8-3.1h1.2c3.5 0 7 1 9.8 3.1 3 2.3 5.3 5.3 6.7 8.8 1.7 4.2 2.5 8.7 2.4 13.2.2 4.5-.6 8.9-2.4 13.1"/></g><path d="M-8761.5-11445.7h-9.9a2 2 0 0 1-2-2v-53.7h23.8v-15.9h-32.7c4.9 0 8.8-4 8.8-8.8v-30.9h-4l-11.9 11.9v27.8h-20l.1 15.9h19.9v43.7a27.8 27.8 0 0 0 27.8 27.8h15.9v-15.9l-15.8.1zM-8849-11557h-31.8a27.8 27.8 0 0 0-27.8 27.8v4h15.9v-13.9c0-1.1.9-2 2-2h51.7a2 2 0 0 1 2 2v35.8a2 2 0 0 1-2 2h-45.7v15.9h45.7a2 2 0 0 1 2 2v35.8a2 2 0 0 1-2 2h-51.7a2 2 0 0 1-2-2v-13.9h-15.9v4a27.8 27.8 0 0 0 27.8 27.8h31.8a27.8 27.8 0 0 0 27.8-27.8v-14.3c0-1-.4-2-1.1-2.7l-14.8-14.8-2-2a2.7 2.7 0 0 1 0-3.9l6-6 10.8-10.8c.7-.7 1.1-1.7 1.1-2.7v-14.3c0-15.5-12.4-28-27.8-28" transform="translate(10104.7 12271.7) translate(-1196.1 -714.7)"/></svg></a>
					<div class="sub-menu-wrap sub-menu-448">
						
						
												
							<ul class="sub-menu">
																
										<li class=""><a href="https://www.3tglobal.com/digital/" target="">Introduction to our solutions</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/digital/how-we-work/" target="">How we work</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/3t-drilling-systems/" target=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1071.7 145.7"><path d="M255.5 44.7a40 40 0 0 0-20.7-5.3H205v86.7h29.8q12 0 20.7-5.1a34 34 0 0 0 13.6-14.9q4.9-9.8 4.9-23c0-13.3-1.7-16.8-4.9-23.4a35 35 0 0 0-13.6-15m5.8 57q-3.6 8-10.6 12a34 34 0 0 1-17.1 4H214V47.8h19.6q15 0 23.1 9c8.1 9 8.2 14.7 8.2 26q0 11-3.6 19m72-59.7h9.8V53h-9.8zm.6 22.1h8.6v61.9h-8.6zm27.5-24.8h8.6v86.7h-8.6zm27.5 0h8.6v86.7h-8.6zm26.9 2.7h9.8V53h-9.8zm.6 22.1h8.6v61.9h-8.6zm68.8 1.4Q480.3 63 474 63q-7.4 0-13.1 3.1c-5.7 3.1-6.5 4.9-8.4 8.4V64.2H444v62h8.5V94.7q0-6.9 2.2-12.4c2.2-5.5 3.6-6.7 6.6-9a17 17 0 0 1 10.6-3.3h.7q5 0 8.2 2 3.2 1.8 4.8 5.9 1.6 4 1.6 10V126h8.6V85.5q0-7-2.8-12.2t-7.7-7.8m148.4-16.8q4.5-2.1 10.3-2.1h1.3q9 0 15 5c6 5 6 7.7 6.4 13.3h9q-.2-8.3-4.1-14.3c-3.9-6-6.2-7-10.8-9.2q-7-3.2-16.1-3.2c-9.1 0-11.2 1-15.7 3.3q-6.7 3.3-10.5 9T614.8 63q0 9.5 5.3 15c5.3 5.5 8.7 6.3 15.5 7.8l13.9 2.8q8 1.5 12 5.2c4 3.7 3.9 5.5 3.9 9.4a14 14 0 0 1-5.4 11.3q-5.3 4.5-14.8 4.5h-1.3q-11 0-17.7-5.3a18 18 0 0 1-6.7-15h-9q0 9.3 4 15.6A25 25 0 0 0 626 124a44 44 0 0 0 18 3.4q9.2 0 16.2-3t10.6-8.5 3.6-13.2q0-9.6-5.8-15.4c-5.8-5.8-9.4-6.5-16.7-8l-14-2.7q-6.6-1.2-10.3-4.7a12 12 0 0 1-3.7-9q0-4.6 2.6-8.3 2.5-3.8 7.1-5.9Zm81 64-22.3-48.5h-9.2l27.3 58.8-2.3 5.6a32 32 0 0 1-4.2 7.7q-1.8 2.2-5.7 2.2h-12.5v7.2H700q5.7 0 8.9-2.8a22 22 0 0 0 6.1-9.3l28.5-69.4h-9zm48.1-39.5q3.7-3 9.7-3h1.2q6 0 10 3.6 3.8 3.7 4.4 9h8.4q-.5-8.3-6.5-14c-6-5.8-9.6-5.8-16.9-5.8q-6 0-11.1 2.1-5 2.3-8.2 6.3c-3.2 4-3 6-3 9.9q0 7.3 4.5 11.2a28 28 0 0 0 12.5 5.6l9 1.9q5.8 1.3 8.3 3.6c2.5 2.3 2.4 3.4 2.4 5.8q0 5-3.8 7.9t-10 2.9h-1.2q-6.6 0-10.8-3.3a13 13 0 0 1-5-9.5h-8.4q.4 9 6.8 14.5a27 27 0 0 0 17.9 5.4q6.9 0 12-2.2 5.2-2.2 8-6.4 3-4 2.9-10 0-7.2-4.3-11a24 24 0 0 0-11.7-5.4l-9.7-2.1q-6-1.4-8.4-3.5-2.6-2.2-2.6-6.3 0-4.2 3.6-7.2m63.8 44.6q-1-1-1-3.8V71.4h15.3v-7.2h-15.4v-20h-8.4v20h-14.3v7.2h14.3v43.3q0 6 2.9 8.7c2.9 2.7 5 2.7 9 2.7h13.7V119h-12.2q-2.7 0-3.9-1m64.6-51.4Q885.4 63 878 63c-7.4 0-9.6 1.1-13.8 3.5s-7.5 6-10.1 10.9q-4 7.2-4 17.6c0 10.4 1.3 12.8 3.7 17.6a26 26 0 0 0 24.2 14.8q9.8 0 16.4-5c6.6-5 7.3-8 8.6-14h-8.5q-1.6 6-5.7 8.9-3.9 3-10.2 2.9h-.7q-5.3 0-9.5-2.6a19 19 0 0 1-7-8 32 32 0 0 1-2.7-13.7H903v-5.2q0-8-3.1-14.2-3.1-6.3-8.8-9.9M859 88.8q1.3-9.8 6.4-14.3t11.9-4.4h1.2q6.9 0 11.4 5.2t4.7 13.5zm140.7-23.2a23 23 0 0 0-11-2.6q-7.2 0-12.9 3.2a23 23 0 0 0-8.9 9.6q-2.2-6.3-7.5-9.6c-5.3-3.3-7.5-3.3-12.1-3.3s-8.6 1-12 3-6.2 4.7-8.2 8v-9.7h-8.6v62h8.6V94.7q0-6.9 2-12.4t6.2-9q4.1-3.3 9.9-3.3h.7q7.1 0 10.7 4.4Q960 79 960 88v38h8.5V94.8q0-6.9 2-12.4t6.2-9c4.2-3.4 6-3.3 10-3.3h.7q7 0 10.5 4.4t3.5 13.5v38h8.5V85.5q0-7-2.7-12.2t-7.5-7.7m55.4 26.7-9.6-2.1q-6-1.4-8.5-3.5-2.5-2.2-2.5-6.3c0-4 1.2-5.2 3.6-7.2q3.6-3 9.6-3h1.2q6 0 10 3.6 3.8 3.7 4.4 9h8.4a21 21 0 0 0-6.5-14q-6-5.9-16.9-5.8-6 0-11.1 2.1-5.1 2.3-8.1 6.3c-3 4-3 6-3 9.9q0 7.3 4.4 11.2A28 28 0 0 0 1043 98l9 1.9q6 1.3 8.3 3.6c2.3 2.3 2.4 3.4 2.4 5.8q0 5-3.8 7.9t-10 2.9h-1.2q-6.6 0-10.8-3.3a13 13 0 0 1-5-9.5h-8.4q.4 9 6.8 14.5a27 27 0 0 0 17.9 5.4q6.9 0 12-2.2 5.3-2.2 8-6.4 3-4 2.9-10 0-7.2-4.3-11a24 24 0 0 0-11.7-5.4ZM136 110.4c-1 0-2-1-2-2V55.2h23.7V39.4h-32.4c4.8 0 8.8-4 8.8-8.8V0h-4l-11.8 11.8v27.6H98.5v15.8h19.8v43.3a27.6 27.6 0 0 0 27.6 27.6h15.7v-15.7zM59.1 0H27.6A27.6 27.6 0 0 0 0 27.6v4h15.8V17.7q.2-1.8 2-2H69c1 0 2 .9 2 2v35.4c0 1.1-1 2-2 2H23.6V71H69c1 0 2 .8 2 2v35.4c0 1-1 2-2 2H17.7c-1 0-2-1-2-2V94.6H0v4A27.6 27.6 0 0 0 27.6 126H59a27.6 27.6 0 0 0 27.6-27.5V84.4q0-1.6-1.1-2.7L71 67l-2-2a2.7 2.7 0 0 1 0-3.9l5.9-5.9 10.7-10.7q1-1.1 1.1-2.7V27.6A27.6 27.6 0 0 0 59.1 0m498.5 74q-3-5.3-8-8.1-5.2-3-12.4-3a25 25 0 0 0-23.4 15.2q-3.4 7.2-3.4 17c0 9.7 1.1 12 3.4 16.7q3.5 7 9.6 10.7c6 3.7 8.7 3.6 13.8 3.6q7.2 0 12.4-2.9 5.1-3 8-8.1V134q0 1.8-.5 2.8t-1.5 1.5-3 .5h-26v6.9H554q6 0 9-2.6t3-8V64h-8.5zm-2.4 34a18 18 0 0 1-6.8 8.2 18 18 0 0 1-9.7 2.7h-1.3q-8.3 0-13.4-6.2-5.2-6.2-5.2-17.7 0-7.5 2.4-13.1c2.4-5.6 3.8-6.7 6.6-8.7s6.1-3 9.8-3h1.2q5.5 0 9.7 3 4.3 3.1 6.7 8.8a33 33 0 0 1 2.4 13q0 7.5-2.4 13M298.5 64.2a8.6 8.6 0 0 0-8.6 8.6V126h8.6V72.7h23.8v-8.5z"/></svg></a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/digital/3tx/" target="">3tx Software</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/digital/knowledge-coach/" target="">Knowledge Coach</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/digital/our-digital-solutions/off-the-shelf-e-learning/" target="">eLearning Library Subscription</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/digital/digital-twins/" target="">Digital Twins</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/digital/our-digital-solutions/vr-safety-training/" target="">VR Safety Training</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/digital/our-digital-solutions/digital-accreditations-and-bespoke-learning-content/" target="">eLearning Course Development</a></li>	
										
																	</ul>

											</div>


											
				</li>
			<li class="sub-nav-2-col has-sub"><a href="https://www.3tglobal.com/workforce-solutions/"  tabindex="0"  target=""><svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0" y="0" viewBox="0 0 1309.1 147" xml:space="preserve" enable-background="new 0 0 1309.1 147"><g transform="translate(7973.6 12271.7) translate(341)"><path d="m-8031.1-12152.5-19.3-79.3h-13.4l-19.1 79.9-19.4-79.9h-9.2l21.5 87.3h13.6l19.2-77.7 19 77.7h13.6l21.6-87.3h-9.1l-19 79.3zM-7954.3-12203.9a27.9 27.9 0 0 0-39.6 11.5c-2.7 5.2-4 11-3.9 16.8a35.2 35.2 0 0 0 3.9 16.8 27.9 27.9 0 0 0 50 0c2.6-5.2 4-11 3.9-16.8.1-5.8-1.2-11.6-3.9-16.8-2.4-4.7-6-8.7-10.4-11.5m3.1 41.6a18.2 18.2 0 0 1-17.1 11.9h-1.1c-3.6 0-7.1-1-10.1-3.1a20.1 20.1 0 0 1-7-8.8 32.4 32.4 0 0 1-2.6-13.4c-.1-4.6.8-9.1 2.6-13.3a18.2 18.2 0 0 1 17.1-11.9h1.1c3.6 0 7.1 1 10.1 3.1 3.1 2.2 5.6 5.3 7 8.8 1.8 4.2 2.7 8.8 2.6 13.3a32 32 0 0 1-2.6 13.4M-7909.6-12203.6a19.1 19.1 0 0 0-7.2 11v-14.2h-8v62.4h8.6v-30.4c0-7.7 1.7-13.7 5.1-18.1 3.4-4.4 8.1-6.6 14.1-6.6h5v-7.9h-5.6a20 20 0 0 0-12 3.8M-7827.7-12206.8h-11.6l-32.6 31.8v-56.8h-8.6v87.3h8.6v-20.1l12.1-11.6 22.7 31.7h10.6l-27.2-37.6 26-24.7zM-7805.7-12229.1c-1.9 1.8-2.9 4.7-2.9 8.8v13.5h-14.3v7.2h14.3v55.1h8.5v-55.1h16.1v-7.2h-16.1v-12.7c0-1.9.4-3.2 1.1-3.9a6 6 0 0 1 3.9-1.1h14.2v-7.2h-15.7c-4.1-.1-7.1.8-9.1 2.6M-7734.6-12203.9a27.9 27.9 0 0 0-39.6 11.5c-2.7 5.2-4 11-3.9 16.8a35.2 35.2 0 0 0 3.9 16.8 27.9 27.9 0 0 0 50 0c2.6-5.2 4-11 3.9-16.8.1-5.8-1.2-11.6-3.9-16.8-2.4-4.7-6-8.7-10.4-11.5m3.1 41.6a18.2 18.2 0 0 1-17.1 11.9h-1.1c-3.6 0-7.1-1-10.1-3.1a20.1 20.1 0 0 1-7-8.8 32.4 32.4 0 0 1-2.6-13.4c-.1-4.6.8-9.1 2.6-13.3a18.2 18.2 0 0 1 17.1-11.9h1.1c3.6 0 7.1 1 10.1 3.1 3.1 2.2 5.6 5.3 7 8.8 1.8 4.2 2.7 8.8 2.6 13.3a32 32 0 0 1-2.6 13.4M-7650-12197.4a17 17 0 0 1 10.9-3.4h1.1c3.8-.1 7.5 1.3 10.3 3.9 2.8 2.7 4.6 6.3 5.1 10.2h8.6c-.3-4.1-1.6-8-3.9-11.4a21.7 21.7 0 0 0-8.5-7.4 28 28 0 0 0-12-2.6 27.8 27.8 0 0 0-15.6 4.2 27.2 27.2 0 0 0-9.9 11.6 38 38 0 0 0-3.4 16.6 39.5 39.5 0 0 0 3.4 16.6c2.1 4.7 5.6 8.8 9.9 11.6a27.8 27.8 0 0 0 15.6 4.2c6.7 0 12.1-1.9 16.3-5.7 4.2-3.8 6.9-9 8.1-15.7h-8.6c-.6 3.9-2.4 7.4-5.2 10.2a14 14 0 0 1-10.1 3.9h-1.1c-6.4 0-11.3-2.4-14.7-7.2s-5.1-10.8-5.1-18c0-4.3.7-8.6 2.2-12.6 1.3-3.4 3.6-6.6 6.6-9M-7561.6-12204.4a27 27 0 0 0-27.1-.1 26.8 26.8 0 0 0-10.2 10.9 37.5 37.5 0 0 0-3.9 17.8c0 6.9 1.2 12.8 3.7 17.7 2.2 4.6 5.7 8.5 10 11.1 4.4 2.5 9.3 3.8 14.3 3.7 6.5 0 12-1.7 16.5-5s7.4-8.1 8.7-14.2h-8.6c-1.1 4.1-3 7.1-5.7 9-3 2.1-6.6 3.1-10.3 2.9h-.7c-3.4 0-6.7-.9-9.5-2.6-3.1-2-5.5-4.7-7-8a32.2 32.2 0 0 1-2.8-13.8h44.8v-5.2c.1-4.9-1-9.8-3.2-14.3-2.1-4-5.2-7.4-9-9.9m-32.5 22.4c.8-6.7 3-11.5 6.5-14.4 3.3-2.9 7.6-4.5 12-4.4h1.2c4.4-.1 8.7 1.8 11.5 5.2 3 3.5 4.6 8 4.7 13.6h-35.9zM-7485-12222.4c3.3-1.5 6.9-2.2 10.5-2.1h1.2c6.1 0 11.1 1.7 15.1 5a18 18 0 0 1 6.5 13.5h9.1a25.3 25.3 0 0 0-15.1-23.7 36.6 36.6 0 0 0-16.3-3.2c-5.4-.1-10.8 1-15.8 3.3-4.3 2-7.9 5.1-10.5 9a21.6 21.6 0 0 0-3.7 12.6 21 21 0 0 0 5.4 15.2c3.6 3.7 8.8 6.3 15.6 7.8l14 2.9c5.4 1.1 9.4 2.8 12 5.2 2.6 2.4 4.1 5.9 3.9 9.5.1 4.4-1.9 8.6-5.4 11.4-3.6 3-8.6 4.5-15 4.5h-1.2a28 28 0 0 1-17.8-5.3 17.8 17.8 0 0 1-6.7-15h-9.1c.1 6.2 1.5 11.4 4.1 15.7 2.8 4.4 6.8 7.8 11.5 9.8 5 2.2 11.1 3.4 18.2 3.4 5.6.1 11.1-.9 16.2-3 4.3-1.7 8.1-4.7 10.7-8.6 2.5-3.9 3.8-8.5 3.7-13.2 0-6.5-1.9-11.7-5.8-15.5a32.2 32.2 0 0 0-16.9-8l-14-2.7c-4.5-.8-8-2.4-10.5-4.7a11.7 11.7 0 0 1-3.7-9.1c0-3 .9-5.9 2.6-8.4 1.8-3 4.3-5 7.2-6.3M-7387.4-12203.9a27.9 27.9 0 0 0-39.6 11.5c-2.7 5.2-4 11-3.9 16.8a35.2 35.2 0 0 0 3.9 16.8 27.9 27.9 0 0 0 50 0c2.6-5.2 4-11 3.9-16.8.1-5.8-1.2-11.6-3.9-16.8-2.4-4.7-6-8.7-10.4-11.5m3.1 41.6a18.2 18.2 0 0 1-17.1 11.9h-1.1c-3.6 0-7.1-1-10.1-3.1a20.1 20.1 0 0 1-7-8.8 32.4 32.4 0 0 1-2.6-13.4c-.1-4.6.8-9.1 2.6-13.3a18.2 18.2 0 0 1 17.1-11.9h1.1c3.6 0 7.1 1 10.1 3.1 3.1 2.2 5.6 5.3 7 8.8 1.8 4.2 2.7 8.8 2.6 13.3a32 32 0 0 1-2.6 13.4"/><path d="M-7357.9-12231.8H-7349.3V-12144.5H-7357.9z"/><path d="M-7288.5-12173.1c.1 4.2-.8 8.3-2.5 12a18.8 18.8 0 0 1-6.6 7.9 15.2 15.2 0 0 1-8.7 2.7h-1.1c-4.9 0-8.6-1.5-11-4.4s-3.7-7.4-3.7-13.3v-38.7h-8.6v41.2c-.1 4 .8 8 2.6 11.7 1.6 3.3 4.2 6.1 7.4 7.9 3.5 2 7.5 3 11.6 2.9 4.6.1 9.1-1.1 13-3.4 3.5-2.3 6.3-5.6 7.7-9.5v11.7h8.6v-62.4h-8.6l-.1 33.7zM-7244.9-12152.8c-.7-.7-1.1-2-1.1-3.9v-42.9h15.5v-7.2h-15.5v-20.2h-8.5v20.2h-14.3v7.2h14.3v43.7c0 4 1 6.9 2.9 8.7s5 2.7 9 2.7h13.8v-7.2h-12.4c-1.6 0-2.9-.3-3.7-1.1"/><path d="M-7216.7-12206.8H-7208.1V-12144.4H-7216.7z"/><path d="M-7217.3-12229H-7207.4V-12218H-7217.3z"/><path d="M-7149.4-12203.9a27.9 27.9 0 0 0-39.6 11.5c-2.7 5.2-4 11-3.9 16.8a35.2 35.2 0 0 0 3.9 16.8 27.9 27.9 0 0 0 50 0c2.6-5.2 4-11 3.9-16.8.1-5.8-1.2-11.6-3.9-16.8a28.1 28.1 0 0 0-10.4-11.5m3.1 41.6a18.2 18.2 0 0 1-17.1 11.9h-1.1c-3.6 0-7.1-1-10.1-3.1a20.1 20.1 0 0 1-7-8.8 32.4 32.4 0 0 1-2.6-13.4c-.1-4.6.8-9.1 2.6-13.3a18.2 18.2 0 0 1 17.1-11.9h1.1c3.6 0 7.1 1 10.1 3.1 3.1 2.2 5.6 5.3 7 8.8 1.8 4.2 2.7 8.8 2.6 13.3a32 32 0 0 1-2.6 13.4M-7078.3-12205.4a23.8 23.8 0 0 0-11.4-2.6c-4.6-.1-9.1 1-13.2 3.2a20 20 0 0 0-8.4 8.4v-10.4h-8.6v62.4h8.6v-31.6c-.1-4.3.7-8.5 2.2-12.5 1.3-3.6 3.6-6.7 6.6-9a17 17 0 0 1 10.7-3.4h.7c2.9-.1 5.7.6 8.2 1.9a12 12 0 0 1 4.9 6c1.2 3.2 1.7 6.6 1.6 10v38.4h8.6v-40.9c.1-4.3-.9-8.5-2.8-12.3a18.8 18.8 0 0 0-7.7-7.6M-7022.2-12178.5l-9.7-2.1c-4-.9-6.8-2.1-8.5-3.6a7.9 7.9 0 0 1-2.6-6.3 9 9 0 0 1 3.6-7.3c2.4-2 5.7-3.1 9.7-3.1h1.2a14.1 14.1 0 0 1 14.5 12.9h8.5a21 21 0 0 0-6.5-14.3c-4-3.9-9.7-5.8-17-5.8-3.9 0-7.7.7-11.2 2.2a18.4 18.4 0 0 0-8.2 6.4 16.8 16.8 0 0 0-3.1 9.9c0 4.9 1.5 8.7 4.6 11.3s7.2 4.5 12.5 5.7l9.1 1.9c3.9.9 6.7 2.1 8.3 3.6a7.6 7.6 0 0 1 2.4 5.9 9.4 9.4 0 0 1-3.8 7.9c-2.5 2-5.9 2.9-10 2.9h-1.2a17 17 0 0 1-10.9-3.3 13 13 0 0 1-4.9-9.5h-8.5c0 5.6 2.5 11 6.8 14.6a26.7 26.7 0 0 0 18 5.5c4.2.1 8.3-.7 12.2-2.2a17.2 17.2 0 0 0 10.9-16.4c0-4.9-1.4-8.6-4.3-11.2-3-2.8-6.9-4.6-11.9-5.6M-7696.4-12206.8a8.7 8.7 0 0 0-8.7 8.7v53.7h8.6v-53.8h24v-8.6h-23.9z"/></g><path d="M-8761.5-11445.7h-9.9a2 2 0 0 1-2-2v-53.7h23.8v-15.9h-32.7c4.9 0 8.8-4 8.8-8.8v-30.9h-4l-11.9 11.9v27.8h-20l.1 15.9h19.9v43.7a27.8 27.8 0 0 0 27.8 27.8h15.9v-15.9l-15.8.1zM-8849-11557h-31.8a27.8 27.8 0 0 0-27.8 27.8v4h15.9v-13.9c0-1.1.9-2 2-2h51.7a2 2 0 0 1 2 2v35.8a2 2 0 0 1-2 2h-45.7v15.9h45.7a2 2 0 0 1 2 2v35.8a2 2 0 0 1-2 2h-51.7a2 2 0 0 1-2-2v-13.9h-15.9v4a27.8 27.8 0 0 0 27.8 27.8h31.8a27.8 27.8 0 0 0 27.8-27.8v-14.3c0-1-.4-2-1.1-2.7l-14.8-14.8-2-2a2.7 2.7 0 0 1 0-3.9l6-6 10.8-10.8c.7-.7 1.1-1.7 1.1-2.7v-14.3c0-15.5-12.4-28-27.8-28" transform="translate(7973.6 12271.7) translate(935 -714.7)"/></svg></a>
					<div class="sub-menu-wrap sub-menu-447">
						
						
												
							<ul class="sub-menu">
																
										<li class=""><a href="https://www.3tglobal.com/workforce-solutions/" target="">Introduction to Workforce Solutions</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/workforce-solutions/competence-solutions/" target="">Competence Solutions</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/workforce-solutions/bespoke-training/" target="">Bespoke Training</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/workforce-solutions/training-excellence/" target="">Training Excellence</a></li>	
										
																		
										<li class=""><a href="https://www.3tglobal.com/workforce-solutions/upskilling-programmes/" target="">Upskilling Programmes</a></li>	
										
																	</ul>

											</div>


											
				</li>
			<li class=""><a href="https://www.3tglobal.com/managed-services/"  tabindex="0"  target=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1203.1 147"><g data-name="Group 107"><g data-name="Group 99" transform="translate(9371.3 12271.7)"><path data-name="Path 213" d="m1417.4 81.5-30.2-80.3h-15.5v87.4h9V8.3l30.3 80.3h12.5l30-79.9v79.9h8.9V1.2h-15.1Z" transform="translate(-10540 -12233)"/><path data-name="Path 214" d="M1529.3 81.5q-.2-2.4-.2-6.6V48.7a26.4 26.4 0 0 0-2.6-12 20.3 20.3 0 0 0-8.2-8.6A26.1 26.1 0 0 0 1505 25q-10 0-16.7 5.1a17.7 17.7 0 0 0-7.3 13.7h8.4a11.5 11.5 0 0 1 5-8.6 17.8 17.8 0 0 1 10.4-3h.7a16.5 16.5 0 0 1 8.1 2 12.6 12.6 0 0 1 5.3 5.5 20 20 0 0 1 1.8 9V51l-19.4 1.4a36.2 36.2 0 0 0-10.3 2.5 19.5 19.5 0 0 0-8 6 16.2 16.2 0 0 0-3.3 10.4 17.4 17.4 0 0 0 2.6 9.4 18.6 18.6 0 0 0 7.2 6.6 21 21 0 0 0 10 2.4 28.3 28.3 0 0 0 13.8-3.3q6-3.3 8-8V81l.2 2.7.2 2.5a13.8 13.8 0 0 0 .3 2.4h7.9l-.4-3.6-.1-3.5m-8.7-15.4a13.2 13.2 0 0 1-2.9 8.1 21 21 0 0 1-7.3 6.1 19.3 19.3 0 0 1-8.8 2.3h-1.2a12.2 12.2 0 0 1-8.8-3.4 11.1 11.1 0 0 1-3.5-8.3 9.6 9.6 0 0 1 4-8 19.9 19.9 0 0 1 10.7-3.6l17.8-1.3Z" transform="translate(-10540 -12233)"/><path data-name="Path 215" d="M1589.3 27.6A24 24 0 0 0 1578 25a26.5 26.5 0 0 0-13.1 3.1 20.5 20.5 0 0 0-8.5 8.5V26.2h-8.6v62.4h8.6V57a34.1 34.1 0 0 1 2.2-12.5 20.2 20.2 0 0 1 6.6-9 17.1 17.1 0 0 1 10.7-3.3h.7a15.9 15.9 0 0 1 8.3 2 11.8 11.8 0 0 1 4.8 6 27.2 27.2 0 0 1 1.7 10v38.4h8.6v-41a25.4 25.4 0 0 0-2.8-12.2 18.7 18.7 0 0 0-7.8-7.8" transform="translate(-10540 -12233)"/><path data-name="Path 216" d="M1664.4 81.5q-.2-2.4-.2-6.6V48.7a26.4 26.4 0 0 0-2.6-12 20.3 20.3 0 0 0-8.1-8.6A26.1 26.1 0 0 0 1640 25q-10 0-16.7 5.1a17.7 17.7 0 0 0-7.3 13.7h8.5a11.5 11.5 0 0 1 4.9-8.6 17.8 17.8 0 0 1 10.4-3h.7a16.5 16.5 0 0 1 8.2 2 12.6 12.6 0 0 1 5.3 5.5 20 20 0 0 1 1.8 9V51l-19.5 1.4A36.2 36.2 0 0 0 1626 55a19.5 19.5 0 0 0-8 6 16.2 16.2 0 0 0-3.3 10.4 17.4 17.4 0 0 0 2.6 9.4 18.6 18.6 0 0 0 7.2 6.6 21 21 0 0 0 10 2.4 28.3 28.3 0 0 0 13.8-3.3q6-3.3 8-7.9V81l.2 2.7.2 2.5a13.8 13.8 0 0 0 .3 2.4h7.9l-.4-3.6-.1-3.5m-8.6-15.4a13.2 13.2 0 0 1-3 8.1 21 21 0 0 1-7.3 6.2 19.3 19.3 0 0 1-8.8 2.2h-1.2a12.2 12.2 0 0 1-8.8-3.4 11.1 11.1 0 0 1-3.5-8.3 9.6 9.6 0 0 1 4-8 19.9 19.9 0 0 1 10.7-3.6l17.9-1.3Z" transform="translate(-10540 -12233)"/><path data-name="Path 217" d="M1791.9 28.6a24 24 0 0 0-13.3-3.6 27.4 27.4 0 0 0-13.9 3.6 26.9 26.9 0 0 0-10.2 10.9q-4 7.3-4 17.8 0 10.3 3.8 17.7a25.9 25.9 0 0 0 10 11 27.8 27.8 0 0 0 14.3 3.8q9.8 0 16.5-5t8.8-14.2h-8.7q-1.6 6.1-5.6 9a17.1 17.1 0 0 1-10.3 3h-.8a18 18 0 0 1-9.5-2.6 18.9 18.9 0 0 1-7-8q-2.7-5.5-2.8-13.9h44.8V53a31.2 31.2 0 0 0-3.2-14.3 25 25 0 0 0-9-10M1759.5 51q1.3-10 6.5-14.4a18 18 0 0 1 12-4.4h1.2a14.4 14.4 0 0 1 11.5 5.2q4.5 5.3 4.8 13.6Z" transform="translate(-10540 -12233)"/><path data-name="Path 218" d="M1864.4 36a20 20 0 0 0-8.7-8 25.9 25.9 0 0 0-12-3 26.4 26.4 0 0 0-14.5 4 27 27 0 0 0-9.8 11.2 38.8 38.8 0 0 0-3.6 17.2 39.3 39.3 0 0 0 3.5 17.1 25.9 25.9 0 0 0 24.2 15.3 25.8 25.8 0 0 0 12.2-3 20.6 20.6 0 0 0 8.7-8v9.8h8.4V1.2h-8.4Zm-2.4 34.1a21 21 0 0 1-6.7 9.1 17.1 17.1 0 0 1-10.7 3.4h-.7q-9.2 0-14.4-7.2t-5-18a34.6 34.6 0 0 1 2.2-12.7 20.7 20.7 0 0 1 6.6-9.1 16.8 16.8 0 0 1 10.6-3.4h.7a17.1 17.1 0 0 1 10.7 3.4 21 21 0 0 1 6.7 9 33.8 33.8 0 0 1 2.4 12.8A33.8 33.8 0 0 1 1862 70" transform="translate(-10540 -12233)"/><path data-name="Path 219" d="M1941 10.6a24.8 24.8 0 0 1 10.4-2.1h1.3q9 0 15 5a18.1 18.1 0 0 1 6.6 13.4h9a27.4 27.4 0 0 0-4.1-14.4 25.5 25.5 0 0 0-10.9-9.3 38 38 0 0 0-16.2-3.2 35.7 35.7 0 0 0-15.8 3.3 25.6 25.6 0 0 0-10.6 9A22.6 22.6 0 0 0 1922 25q0 9.6 5.4 15.1T1943 48l14 2.9q8 1.6 12 5.2a12.3 12.3 0 0 1 3.9 9.5 14.2 14.2 0 0 1-5.4 11.4q-5.3 4.4-15 4.4h-1.2q-11 0-17.8-5.3t-6.8-15h-9q0 9.2 4 15.7a25.3 25.3 0 0 0 11.6 9.8q7.5 3.3 18.1 3.3a40.9 40.9 0 0 0 16.3-3 23.3 23.3 0 0 0 10.6-8.6A23.6 23.6 0 0 0 1982 65q0-9.7-5.8-15.5t-16.9-8l-14-2.8q-6.7-1.3-10.5-4.8a11.9 11.9 0 0 1-3.7-9 14.2 14.2 0 0 1 2.6-8.4 17.6 17.6 0 0 1 7.3-5.9" transform="translate(-10540 -12233)"/><path data-name="Path 220" d="M2036.5 28.6a24 24 0 0 0-13.2-3.6 27.4 27.4 0 0 0-14 3.6 26.9 26.9 0 0 0-10.1 10.9q-4 7.3-4 17.8 0 10.3 3.7 17.7a25.9 25.9 0 0 0 10 11 27.8 27.8 0 0 0 14.4 3.8q9.7 0 16.5-5t8.7-14.2h-8.6q-1.6 6.1-5.7 9a17.1 17.1 0 0 1-10.3 3h-.7a18 18 0 0 1-9.6-2.6 18.9 18.9 0 0 1-7-8q-2.6-5.5-2.8-13.9h44.8V53a31.3 31.3 0 0 0-3.2-14.3 25 25 0 0 0-8.9-10M2004.1 51q1.2-10 6.5-14.4a18 18 0 0 1 12-4.4h1.2a14.4 14.4 0 0 1 11.5 5.2q4.5 5.3 4.7 13.6Z" transform="translate(-10540 -12233)"/><path data-name="Path 221" d="M2130 80.8 2110 26.2h-9l23.8 62.4h10.5l24-62.4h-8.9Z" transform="translate(-10540 -12233)"/><path data-name="Rectangle 226" transform="translate(-8369.4 -12206.8)" d="M0 0H8.6V62.4H0z"/><path data-name="Rectangle 227" transform="translate(-8370 -12229)" d="M0 0H9.9V11H0z"/><path data-name="Path 222" d="M2212 35.6a17.3 17.3 0 0 1 11-3.4h1a14.6 14.6 0 0 1 10.3 3.9 16.5 16.5 0 0 1 5 10.2h8.7a24 24 0 0 0-3.9-11.4 21.3 21.3 0 0 0-8.5-7.4 27.4 27.4 0 0 0-12-2.5 27.9 27.9 0 0 0-15.7 4.2 27.3 27.3 0 0 0-9.9 11.6 38.8 38.8 0 0 0-3.4 16.6A38.8 38.8 0 0 0 2198 74a27.3 27.3 0 0 0 10 11.6 27.9 27.9 0 0 0 15.5 4.2q10 0 16.4-5.7t8-15.6h-8.5a18 18 0 0 1-5.3 10.2 14 14 0 0 1-10 3.9h-1.2q-9.6 0-14.7-7.2t-5-18a35.1 35.1 0 0 1 2.2-12.6 20.5 20.5 0 0 1 6.6-9.2" transform="translate(-10540 -12233)"/><path data-name="Path 223" d="M2300.4 28.6a24 24 0 0 0-13.2-3.6 27.4 27.4 0 0 0-14 3.6 26.9 26.9 0 0 0-10.2 10.9q-4 7.3-4 17.8 0 10.3 3.8 17.7a25.9 25.9 0 0 0 10 11 27.8 27.8 0 0 0 14.4 3.8q9.7 0 16.4-5t8.8-14.2h-8.6q-1.7 6.1-5.7 9a17.1 17.1 0 0 1-10.3 3h-.8a18 18 0 0 1-9.5-2.6 18.9 18.9 0 0 1-7-8q-2.7-5.5-2.8-13.9h44.8V53a31.2 31.2 0 0 0-3.2-14.3 25 25 0 0 0-9-10M2268 51q1.3-10 6.5-14.4a18 18 0 0 1 12-4.4h1.3a14.4 14.4 0 0 1 11.4 5.2q4.5 5.3 4.8 13.6Z" transform="translate(-10540 -12233)"/><path data-name="Path 224" d="m2355 54.5-9.7-2.1q-6-1.4-8.5-3.6a7.8 7.8 0 0 1-2.6-6.3 9.3 9.3 0 0 1 3.6-7.3q3.6-3 9.7-3h1.3a13.9 13.9 0 0 1 10 3.7 14.5 14.5 0 0 1 4.5 9.1h8.4a20.8 20.8 0 0 0-6.5-14.2q-6-5.9-17-5.9a28.3 28.3 0 0 0-11.3 2.2 19.2 19.2 0 0 0-8.1 6.4 16.3 16.3 0 0 0-3 10q0 7.3 4.5 11.2t12.5 5.7l9.1 1.9q5.9 1.3 8.3 3.6a7.6 7.6 0 0 1 2.4 5.8 9.5 9.5 0 0 1-3.8 8q-3.8 2.9-10 2.9h-1.2a17.4 17.4 0 0 1-11-3.3 13 13 0 0 1-4.9-9.6h-8.5a19.3 19.3 0 0 0 6.8 14.6q6.5 5.5 18 5.5a30.4 30.4 0 0 0 12.2-2.2 18.3 18.3 0 0 0 8-6.4 17.3 17.3 0 0 0 3-10q0-7.4-4.4-11.3t-11.8-5.4" transform="translate(-10540 -12233)"/><path data-name="Path 225" d="M1726.8 36a20.5 20.5 0 0 0-8.2-8.1 27.2 27.2 0 0 0-26.3 1 26 26 0 0 0-9.7 11.3 40 40 0 0 0-3.4 17 38.3 38.3 0 0 0 3.4 17 24.7 24.7 0 0 0 9.7 10.7 26.6 26.6 0 0 0 13.9 3.7 25.1 25.1 0 0 0 12.4-3 20.4 20.4 0 0 0 8.2-8.1v19a6.6 6.6 0 0 1-.5 2.8 3.1 3.1 0 0 1-1.6 1.5 7.3 7.3 0 0 1-3 .5h-26.2v7h27.8q6 0 9-2.6t3-8.1V26.2h-8.5Zm-2.5 34.3a18.4 18.4 0 0 1-6.8 8.2 17.8 17.8 0 0 1-9.8 2.8h-1.3A16.7 16.7 0 0 1 1693 75q-5.2-6.3-5.2-17.7a34.3 34.3 0 0 1 2.4-13.3 19.7 19.7 0 0 1 6.6-8.8 16.5 16.5 0 0 1 9.8-3h1.3a16.3 16.3 0 0 1 9.8 3.1 20.5 20.5 0 0 1 6.7 8.8 33.2 33.2 0 0 1 2.5 13.2 31.7 31.7 0 0 1-2.5 13" transform="translate(-10540 -12233)"/><path data-name="Path 226" d="M2072.8 26.2a8.7 8.7 0 0 0-8.7 8.7v53.7h8.6V34.8h24v-8.6Z" transform="translate(-10540 -12233)"/></g><g data-name="Group 104" ><path data-name="Path 240" d="M69.2 111.3h-10a2 2 0 0 1-2-2V55.6h24V39.7H48.3a8.8 8.8 0 0 0 8.9-8.8V0h-4l-12 12v27.7H21.5v16h20v43.7a27.8 27.8 0 0 0 27.8 27.8h15.9v-16Z" transform="translate(9371.3 12271.7) translate(-462.7 -714.7) translate(-8830.7 -11557)"/><path data-name="Path 241" d="M59.6 0H27.8A27.8 27.8 0 0 0 0 27.8v4h15.9v-14a2 2 0 0 1 2-1.9h51.7a2 2 0 0 1 2 2v35.8a2 2 0 0 1-2 2H23.8v15.8h45.8a2 2 0 0 1 2 2v35.8a2 2 0 0 1-2 2H17.9a2 2 0 0 1-2-2v-14H0v4a27.8 27.8 0 0 0 27.8 27.9h31.8a27.8 27.8 0 0 0 27.8-27.8V85a3.8 3.8 0 0 0-1-2.8L71.4 67.6l-2-2a2.8 2.8 0 0 1 0-4l6-6 10.8-10.8a3.8 3.8 0 0 0 1.1-2.7V27.8A27.8 27.8 0 0 0 59.6 0" transform="translate(9371.3 12271.7) translate(-462.7 -714.7) translate(-8908.6 -11557)"/></g></g></svg></a>							
				</li>
			
	   

	
</ul>			</ul>
		</nav>
		
		
		<a href="#" class="search-toggle toggle-link search-toggle-mobile" data-toggle-target="body" data-toggle-class="search-open">
			<span class="screen-reader-text">Search</span>
			<svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 26 26">
			  <path  d="M144.411-815l-9.5-9.5a7.961,7.961,0,0,1-2.526,1.463,8.935,8.935,0,0,1-3.071.524,8.989,8.989,0,0,1-6.611-2.708A8.912,8.912,0,0,1,120-831.756a8.907,8.907,0,0,1,2.708-6.536A8.928,8.928,0,0,1,129.262-841a8.868,8.868,0,0,1,6.536,2.708,8.943,8.943,0,0,1,2.69,6.542,8.991,8.991,0,0,1-.506,2.992,9.167,9.167,0,0,1-1.517,2.708L146-816.589Zm-15.131-9.678a6.754,6.754,0,0,0,4.988-2.076,6.855,6.855,0,0,0,2.054-5,6.855,6.855,0,0,0-2.054-5,6.754,6.754,0,0,0-4.988-2.076,6.858,6.858,0,0,0-5.039,2.076,6.82,6.82,0,0,0-2.075,5,6.82,6.82,0,0,0,2.075,5A6.858,6.858,0,0,0,129.281-824.678Z" transform="translate(-120 841)"/>
			</svg>

			<span class="search-close-icon">
				<span></span> 
				<span></span>
			</span>
		</a>
		
		
		
		<a href="#" class="menu-toggle main-menu-toggle">
			<div class="bars">
				<span></span>
				<span></span>
				<span></span>
			</div>
		</a>

	</div>
	
	<span class="shape-connector">
		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M20 0H0v20C0 9 9 0 20 0Z"/></svg>
	</span>
	
	<span class="sticky-sub-nav-fill"></span>
	
	
	
	
</nav>
	


	

	





	


<section class="page-intro p-relative g-size-body-1 page-intro-text-only bg-light-grey">
	<div class="inner">

		<div class="indent-block g-size-title-2">
			<div class="bg-dark-grey text-white intro-primary-container">

				<div class="col-text mw-1100">


					<div class="pi-breadcrumb">
						<span class="bc-parent title-add-dash">
							<a href="https://www.3tglobal.com/news/" >
								News &#038; Insights							</a>
						</span>
													<span class="bc-title text-bold">General</span>
											</div>

					<h1 class="the-title pb0-5 ">Something new is coming!</h1>

				</div>
			</div>
			
		</div>
		
		
		<div class="indent-block page-intro-text-container">

			<div class="page-intro-text g-size-body-1 bg-white">
				<div class="text-content pt1-5 pb1-5 mw-1000 nple">
					<p>Over this weekend we are making some exciting changes to the 3t training websites. During this time, you will be unable to make an online booking or access resources and content. We apologise for any inconvenience this may cause.</p>
<p><strong>But don&#8217;t worry, our friendly team is still on hand to assist you. We expect our bookings website to be working as normal on Monday, but if you need support in the meantime you can reach us using the contact information below.</strong></p>
<h1><strong>📞 Phone:<br />
</strong><strong>Saturday (8am-4pm) &#8211; 07757161690<br />
Sunday (8am-4pm) &#8211; 07702159451</strong></h1>
<h1><strong>📧 Email:<br />
[email protected]</strong></h1>
<p>Or get in touch via <a href="https://www.facebook.com/3tTrainingServices">Facebook</a>, <a href="https://www.linkedin.com/company/877494/admin/feed/posts/">LinkedIn</a> or <a href="https://www.instagram.com/3t_trainingservices/">Instagram</a>.</p>
<p>If you would like to book a course or discuss a career move, please do not hesitate to reach out to us.</p>
<h4>We look forward to hearing from you!</h4>
				</div>
			</div>


		</div>

	</div>
</section>





<section class="row form-block ofh footer-cta-form bg-aqua push-top-s push-bottom-s"  id="enquire" >
	<div class="inner">
		
		<div class="indent-block">
			
			
				<div class="pre-title pb3 g-size-body-1  title-add-dash text-bold">
					<h3 class=" title-add-dash text-bold">Let's talk</h3>
				</div>

			
		
			<div class="flex-columns">

				
					<div class="col1-2 col-text">

													<h2 class="g-size-title-2 pb1">For further information about our solutions add your details and our expert team will be in touch.</h2>
						
					</div>

				

				<div class="col1-2 col-form">

					<div class="form-wrap g-size-body-1">
						<script type="rocketlazyloadscript" data-rocket-type="text/javascript">var gform;gform||(document.addEventListener("gform_main_scripts_loaded",function(){gform.scriptsLoaded=!0}),window.addEventListener("DOMContentLoaded",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,initializeOnLoaded:function(o){gform.domLoaded&&gform.scriptsLoaded?o():!gform.domLoaded&&gform.scriptsLoaded?window.addEventListener("DOMContentLoaded",o):document.addEventListener("gform_main_scripts_loaded",o)},hooks:{action:{},filter:{}},addAction:function(o,n,r,t){gform.addHook("action",o,n,r,t)},addFilter:function(o,n,r,t){gform.addHook("filter",o,n,r,t)},doAction:function(o){gform.doHook("action",o,arguments)},applyFilters:function(o){return gform.doHook("filter",o,arguments)},removeAction:function(o,n){gform.removeHook("action",o,n)},removeFilter:function(o,n,r){gform.removeHook("filter",o,n,r)},addHook:function(o,n,r,t,i){null==gform.hooks[o][n]&&(gform.hooks[o][n]=[]);var e=gform.hooks[o][n];null==i&&(i=n+"_"+e.length),gform.hooks[o][n].push({tag:i,callable:r,priority:t=null==t?10:t})},doHook:function(n,o,r){var t;if(r=Array.prototype.slice.call(r,1),null!=gform.hooks[n][o]&&((o=gform.hooks[n][o]).sort(function(o,n){return o.priority-n.priority}),o.forEach(function(o){"function"!=typeof(t=o.callable)&&(t=window[t]),"action"==n?t.apply(null,r):r[0]=t.apply(null,r)})),"filter"==n)return r[0]},removeHook:function(o,n,t,i){var r;null!=gform.hooks[o][n]&&(r=(r=gform.hooks[o][n]).filter(function(o,n,r){return!!(null!=i&&i!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][n]=r)}});</script>
                <div class='gf_browser_unknown gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_6' ><style>#gform_wrapper_6[data-form-index="0"].gform-theme,[data-parent-form="6_0"]{--gf-color-primary: #204ce5;--gf-color-primary-rgb: 32, 76, 229;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #001AB3;--gf-color-primary-lighter: #527EFF;--gf-color-secondary: #fff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #112337;--gf-color-secondary-contrast-rgb: 17, 35, 55;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-out-ctrl-light-rgb: 17, 35, 55;--gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #585e6a;--gf-color-out-ctrl-dark-rgb: 88, 94, 106;--gf-color-out-ctrl-dark-darker: #112337;--gf-color-out-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-color-in-ctrl: #fff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #112337;--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #204ce5;--gf-color-in-ctrl-primary-rgb: 32, 76, 229;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #001AB3;--gf-color-in-ctrl-primary-lighter: #527EFF;--gf-color-in-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-in-ctrl-light-rgb: 17, 35, 55;--gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #585e6a;--gf-color-in-ctrl-dark-rgb: 88, 94, 106;--gf-color-in-ctrl-dark-darker: #112337;--gf-color-in-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-radius: 3px;--gf-font-size-secondary: 14px;--gf-font-size-tertiary: 13px;--gf-icon-ctrl-number: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-icon-ctrl-select: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-icon-ctrl-search: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='640' height='640'%3E%3Cpath d='M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #686e77;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #112337;--gf-ctrl-label-color-secondary: #112337;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #686e77;--gf-ctrl-file-btn-bg-color-hover: #EBEBEB;--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);}</style><div id='gf_6' class='gform_anchor' tabindex='-1'></div>
                        <div class='gform_heading'>
							<p class='gform_required_legend'>&quot;<span class="gfield_required gfield_required_asterisk">*</span>&quot; indicates required fields</p>
                        </div><form method='post' enctype='multipart/form-data' target='gform_ajax_frame_6' id='gform_6'  action='/news/something-new-is-coming/#gf_6' data-formid='6' novalidate>
                        <div class='gform-body gform_body'><div id='gform_fields_6' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id="field_6_1" class="gfield gfield--type-text gfield--input-type-text gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_6_1" ><label class='gfield_label gform-field-label' for='input_6_1'>First Name<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_6_1' type='text' value='' class='large'   tabindex='1'  aria-required="true" aria-invalid="false"   /> </div></div><div id="field_6_3" class="gfield gfield--type-text gfield--input-type-text gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_6_3" ><label class='gfield_label gform-field-label' for='input_6_3'>Surname<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_text'><input name='input_3' id='input_6_3' type='text' value='' class='large'   tabindex='2'  aria-required="true" aria-invalid="false"   /> </div></div><div id="field_6_4" class="gfield gfield--type-text gfield--input-type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_6_4" ><label class='gfield_label gform-field-label' for='input_6_4'>Company</label><div class='ginput_container ginput_container_text'><input name='input_4' id='input_6_4' type='text' value='' class='large'   tabindex='3'   aria-invalid="false"   /> </div></div><div id="field_6_5" class="gfield gfield--type-text gfield--input-type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_6_5" ><label class='gfield_label gform-field-label' for='input_6_5'>Job title</label><div class='ginput_container ginput_container_text'><input name='input_5' id='input_6_5' type='text' value='' class='large'   tabindex='4'   aria-invalid="false"   /> </div></div><div id="field_6_6" class="gfield gfield--type-email gfield--input-type-email gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_6_6" ><label class='gfield_label gform-field-label' for='input_6_6'>Email<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_email'>
                            <input name='input_6' id='input_6_6' type='email' value='' class='large' tabindex='5'   aria-required="true" aria-invalid="false"  />
                        </div></div><div id="field_6_18" class="gfield gfield--type-number gfield--input-type-number gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_6_18" ><label class='gfield_label gform-field-label' for='input_6_18'>Phone Number</label><div class='ginput_container ginput_container_number'><input name='input_18' id='input_6_18' type='number' step='any'   value='' class='large' tabindex='6'     aria-invalid="false"  /></div></div><div id="field_6_7" class="gfield gfield--type-select gfield--input-type-select 3t-gf-country-select gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_6_7" ><label class='gfield_label gform-field-label' for='input_6_7'>Country<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_7' id='input_6_7' class='large gfield_select' tabindex='7'   aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>Select Country</option><option value='Afghanistan' >Afghanistan</option><option value='Aland Islands (Finland)' >Aland Islands (Finland)</option><option value='Albania' >Albania</option><option value='Algeria' >Algeria</option><option value='American Samoa (USA)' >American Samoa (USA)</option><option value='Andorra' >Andorra</option><option value='Angola' >Angola</option><option value='Anguilla (UK)' >Anguilla (UK)</option><option value='Antigua and Barbuda' >Antigua and Barbuda</option><option value='Argentina' >Argentina</option><option value='Armenia' >Armenia</option><option value='Aruba (Netherlands)' >Aruba (Netherlands)</option><option value='Australia' >Australia</option><option value='Austria' >Austria</option><option value='Azerbaijan' >Azerbaijan</option><option value='Bahamas' >Bahamas</option><option value='Bahrain' >Bahrain</option><option value='Bangladesh' >Bangladesh</option><option value='Barbados' >Barbados</option><option value='Belarus' >Belarus</option><option value='Belgium' >Belgium</option><option value='Belize' >Belize</option><option value='Benin' >Benin</option><option value='Bermuda (UK)' >Bermuda (UK)</option><option value='Bhutan' >Bhutan</option><option value='Bolivia' >Bolivia</option><option value='Bosnia and Herzegovina' >Bosnia and Herzegovina</option><option value='Botswana' >Botswana</option><option value='Brazil' >Brazil</option><option value='British Virgin Islands (UK)' >British Virgin Islands (UK)</option><option value='Brunei' >Brunei</option><option value='Brussels' >Brussels</option><option value='Bulgaria' >Bulgaria</option><option value='Burkina Faso' >Burkina Faso</option><option value='Burundi' >Burundi</option><option value='Cambodia' >Cambodia</option><option value='Cameroon' >Cameroon</option><option value='Canada' >Canada</option><option value='Cape Verde' >Cape Verde</option><option value='Caribbean Netherlands (Netherlands)' >Caribbean Netherlands (Netherlands)</option><option value='Cayman Islands (UK)' >Cayman Islands (UK)</option><option value='Central African Republic' >Central African Republic</option><option value='Chad' >Chad</option><option value='Chile' >Chile</option><option value='China' >China</option><option value='Christmas Island (Australia)' >Christmas Island (Australia)</option><option value='Cocos (Keeling) Islands (Australia)' >Cocos (Keeling) Islands (Australia)</option><option value='Colombia' >Colombia</option><option value='Comoros' >Comoros</option><option value='Cook Islands (NZ)' >Cook Islands (NZ)</option><option value='Costa Rica' >Costa Rica</option><option value='Cote d&#039;ivoire' >Cote d&#039;ivoire</option><option value='Croatia' >Croatia</option><option value='Cuba' >Cuba</option><option value='Curacao (Netherlands)' >Curacao (Netherlands)</option><option value='Cyprus' >Cyprus</option><option value='Czech Republic' >Czech Republic</option><option value='Democratic Republic of the Congo' >Democratic Republic of the Congo</option><option value='Denmark' >Denmark</option><option value='Djibouti' >Djibouti</option><option value='Dominica' >Dominica</option><option value='Dominican Republic' >Dominican Republic</option><option value='Ecuador' >Ecuador</option><option value='Egypt' >Egypt</option><option value='El Salvador' >El Salvador</option><option value='Equatorial Guinea' >Equatorial Guinea</option><option value='Eritrea' >Eritrea</option><option value='Estonia' >Estonia</option><option value='Ethiopia' >Ethiopia</option><option value='Falkland Islands (UK)' >Falkland Islands (UK)</option><option value='Faroe Islands (Denmark)' >Faroe Islands (Denmark)</option><option value='Federated States of Micronesia' >Federated States of Micronesia</option><option value='Fiji' >Fiji</option><option value='Finland' >Finland</option><option value='France' >France</option><option value='French Guiana (France)' >French Guiana (France)</option><option value='French Polynesia (France)' >French Polynesia (France)</option><option value='Gabon' >Gabon</option><option value='Gambia' >Gambia</option><option value='Georgia' >Georgia</option><option value='Germany' >Germany</option><option value='Ghana' >Ghana</option><option value='Gibraltar (UK)' >Gibraltar (UK)</option><option value='Greece' >Greece</option><option value='Greenland (Denmark)' >Greenland (Denmark)</option><option value='Grenada' >Grenada</option><option value='Guadeloupe (France)' >Guadeloupe (France)</option><option value='Guam (USA)' >Guam (USA)</option><option value='Guatemala' >Guatemala</option><option value='Guernsey (UK)' >Guernsey (UK)</option><option value='Guinea' >Guinea</option><option value='Guinea-Bissau' >Guinea-Bissau</option><option value='Guyana' >Guyana</option><option value='Haiti' >Haiti</option><option value='Honduras' >Honduras</option><option value='Hong Kong (China)' >Hong Kong (China)</option><option value='Hungary' >Hungary</option><option value='Iceland' >Iceland</option><option value='India' >India</option><option value='Indonesia' >Indonesia</option><option value='Iran' >Iran</option><option value='Iraq' >Iraq</option><option value='Ireland' >Ireland</option><option value='Isle of Man (UK)' >Isle of Man (UK)</option><option value='Israel' >Israel</option><option value='Italy' >Italy</option><option value='Ivory Coast' >Ivory Coast</option><option value='Jamaica' >Jamaica</option><option value='Japan' >Japan</option><option value='Jersey (UK)' >Jersey (UK)</option><option value='Jordan' >Jordan</option><option value='Kazakhstan' >Kazakhstan</option><option value='Kenya' >Kenya</option><option value='Kiribati' >Kiribati</option><option value='Kosovo' >Kosovo</option><option value='Kuwait' >Kuwait</option><option value='Kyrgyzstan' >Kyrgyzstan</option><option value='Laos' >Laos</option><option value='Latvia' >Latvia</option><option value='Lebanon' >Lebanon</option><option value='Lesotho' >Lesotho</option><option value='Liberia' >Liberia</option><option value='Libya' >Libya</option><option value='Liechtenstein' >Liechtenstein</option><option value='Lithuania' >Lithuania</option><option value='Luxembourg' >Luxembourg</option><option value='Macau (China)' >Macau (China)</option><option value='Macedonia' >Macedonia</option><option value='Madagascar' >Madagascar</option><option value='Malawi' >Malawi</option><option value='Malaysia' >Malaysia</option><option value='Maldives' >Maldives</option><option value='Mali' >Mali</option><option value='Malta' >Malta</option><option value='Marshall Islands' >Marshall Islands</option><option value='Martinique (France)' >Martinique (France)</option><option value='Mauritania' >Mauritania</option><option value='Mauritius' >Mauritius</option><option value='Mayotte (France)' >Mayotte (France)</option><option value='Mexico' >Mexico</option><option value='Moldov' >Moldov</option><option value='Monaco' >Monaco</option><option value='Mongolia' >Mongolia</option><option value='Montenegro' >Montenegro</option><option value='Montserrat (UK)' >Montserrat (UK)</option><option value='Morocco' >Morocco</option><option value='Mozambique' >Mozambique</option><option value='Myanmar' >Myanmar</option><option value='Namibia' >Namibia</option><option value='Nauru' >Nauru</option><option value='Nepal' >Nepal</option><option value='Netherlands' >Netherlands</option><option value='New Caledonia (France)' >New Caledonia (France)</option><option value='New Zealand' >New Zealand</option><option value='Nicaragua' >Nicaragua</option><option value='Niger' >Niger</option><option value='Nigeria' >Nigeria</option><option value='Niue (NZ)' >Niue (NZ)</option><option value='Norfolk Island (Australia)' >Norfolk Island (Australia)</option><option value='North Korea' >North Korea</option><option value='Northern Mariana Islands (USA)' >Northern Mariana Islands (USA)</option><option value='Norway' >Norway</option><option value='Oman' >Oman</option><option value='Pakistan' >Pakistan</option><option value='Palau' >Palau</option><option value='Palestine' >Palestine</option><option value='Panama' >Panama</option><option value='Papua New Guinea' >Papua New Guinea</option><option value='Paraguay' >Paraguay</option><option value='Peru' >Peru</option><option value='Philippines' >Philippines</option><option value='Pitcairn Islands (UK)' >Pitcairn Islands (UK)</option><option value='Poland' >Poland</option><option value='Portugal' >Portugal</option><option value='Puerto Rico' >Puerto Rico</option><option value='Qatar' >Qatar</option><option value='Republic of the Congo' >Republic of the Congo</option><option value='Reunion (France)' >Reunion (France)</option><option value='Romania' >Romania</option><option value='Russia' >Russia</option><option value='Rwanda' >Rwanda</option><option value='Saint Barthelemy (France)' >Saint Barthelemy (France)</option><option value='Saint Helena, Ascension and Tristan da Cunha (UK)' >Saint Helena, Ascension and Tristan da Cunha (UK)</option><option value='Saint Kitts and Nevis' >Saint Kitts and Nevis</option><option value='Saint Lucia' >Saint Lucia</option><option value='Saint Martin (France)' >Saint Martin (France)</option><option value='Saint Pierre and Miquelon (France)' >Saint Pierre and Miquelon (France)</option><option value='Saint Vincent and the Grenadines' >Saint Vincent and the Grenadines</option><option value='Samoa' >Samoa</option><option value='San Marino' >San Marino</option><option value='Sao Tom and Principe' >Sao Tom and Principe</option><option value='Saudi Arabia' >Saudi Arabia</option><option value='Senegal' >Senegal</option><option value='Serbia' >Serbia</option><option value='Seychelles' >Seychelles</option><option value='Sierra Leone' >Sierra Leone</option><option value='Singapore' >Singapore</option><option value='Sint Maarten (Netherlands)' >Sint Maarten (Netherlands)</option><option value='Slovakia' >Slovakia</option><option value='Slovenia' >Slovenia</option><option value='Solomon Islands' >Solomon Islands</option><option value='Somalia' >Somalia</option><option value='South Africa' >South Africa</option><option value='South Korea' >South Korea</option><option value='South Sudan' >South Sudan</option><option value='Spain' >Spain</option><option value='Sri Lanka' >Sri Lanka</option><option value='Sudan' >Sudan</option><option value='Suriname' >Suriname</option><option value='Svalbard and Jan Mayen (Norway)' >Svalbard and Jan Mayen (Norway)</option><option value='Swaziland' >Swaziland</option><option value='Sweden' >Sweden</option><option value='Switzerland' >Switzerland</option><option value='Syria' >Syria</option><option value='Taiwan' >Taiwan</option><option value='Tajikistan' >Tajikistan</option><option value='Tanzania' >Tanzania</option><option value='Thailand' >Thailand</option><option value='Timor-Leste' >Timor-Leste</option><option value='Togo' >Togo</option><option value='Tokelau (NZ)' >Tokelau (NZ)</option><option value='Tonga' >Tonga</option><option value='Trinidad and Tobago' >Trinidad and Tobago</option><option value='Tunisia' >Tunisia</option><option value='Turkey' >Turkey</option><option value='Turkmenistan' >Turkmenistan</option><option value='Turks and Caicos Islands (UK)' >Turks and Caicos Islands (UK)</option><option value='Tuvalu' >Tuvalu</option><option value='Uganda' >Uganda</option><option value='UK' >UK</option><option value='Ukraine' >Ukraine</option><option value='United Arab Emirates' >United Arab Emirates</option><option value='United States Virgin Islands (USA)' >United States Virgin Islands (USA)</option><option value='Uruguay' >Uruguay</option><option value='USA' >USA</option><option value='Uzbekistan' >Uzbekistan</option><option value='Vanuatu' >Vanuatu</option><option value='Vatican City' >Vatican City</option><option value='Venezuela' >Venezuela</option><option value='Vietnam' >Vietnam</option><option value='Wallis and Futuna (France)' >Wallis and Futuna (France)</option><option value='Western Sahara' >Western Sahara</option><option value='Yemen' >Yemen</option><option value='Zambia' >Zambia</option><option value='Zimbabwe' >Zimbabwe</option></select></div></div><div id="field_6_10" class="gfield gfield--type-text gfield--input-type-text gfield--width-full 3t-gf-country-guid 3t-hidden field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden"  data-js-reload="field_6_10" ><div class='admin-hidden-markup'><i class='gform-icon gform-icon--hidden'></i><span>Hidden</span></div><label class='gfield_label gform-field-label' for='input_6_10'>Country GUID</label><div class='ginput_container ginput_container_text'><input name='input_10' id='input_6_10' type='text' value='' class='large'   tabindex='8'   aria-invalid="false"   /> </div></div><div id="field_6_11" class="gfield gfield--type-text gfield--input-type-text gfield--width-full 3t-gf-region 3t-hidden field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden"  data-js-reload="field_6_11" ><div class='admin-hidden-markup'><i class='gform-icon gform-icon--hidden'></i><span>Hidden</span></div><label class='gfield_label gform-field-label' for='input_6_11'>Region</label><div class='ginput_container ginput_container_text'><input name='input_11' id='input_6_11' type='text' value='' class='large'   tabindex='9'   aria-invalid="false"   /> </div></div><div id="field_6_12" class="gfield gfield--type-text gfield--input-type-text gfield--width-full 3t-gf-region-guid 3t-hidden field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden"  data-js-reload="field_6_12" ><div class='admin-hidden-markup'><i class='gform-icon gform-icon--hidden'></i><span>Hidden</span></div><label class='gfield_label gform-field-label' for='input_6_12'>Region GUID</label><div class='ginput_container ginput_container_text'><input name='input_12' id='input_6_12' type='text' value='' class='large'   tabindex='10'   aria-invalid="false"   /> </div></div><div id="field_6_13" class="gfield gfield--type-text gfield--input-type-text gfield--width-full 3t-gf-region-manager 3t-hidden field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden"  data-js-reload="field_6_13" ><div class='admin-hidden-markup'><i class='gform-icon gform-icon--hidden'></i><span>Hidden</span></div><label class='gfield_label gform-field-label' for='input_6_13'>Region Manager</label><div class='ginput_container ginput_container_text'><input name='input_13' id='input_6_13' type='text' value='' class='large'   tabindex='11'   aria-invalid="false"   /> </div></div><div id="field_6_8" class="gfield gfield--type-textarea gfield--input-type-textarea field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_6_8" ><label class='gfield_label gform-field-label' for='input_6_8'>Enter your message</label><div class='ginput_container ginput_container_textarea'><textarea name='input_8' id='input_6_8' class='textarea large' tabindex='12'     aria-invalid="false"   rows='10' cols='50'></textarea></div></div><fieldset id="field_6_9" class="gfield gfield--type-consent gfield--type-choice gfield--input-type-consent field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_6_9" ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Consent</legend><div class='ginput_container ginput_container_consent'><input name='input_9.1' id='input_6_9_1' type='checkbox' value='1' tabindex='13'   aria-invalid="false"   /> <label class="gform-field-label gform-field-label--type-inline gfield_consent_label" for='input_6_9_1' >I agree to the <a href="#">privacy policy</a></label><input type='hidden' name='input_9.2' value='I agree to the &lt;a href=&quot;#&quot;&gt;privacy policy&lt;/a&gt;' class='gform_hidden' /><input type='hidden' name='input_9.3' value='3' class='gform_hidden' /></div></fieldset><div id="field_6_14" class="gfield gfield--type-text gfield--input-type-text 3t-gf-campaign-source 3t-hidden field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden"  data-js-reload="field_6_14" ><div class='admin-hidden-markup'><i class='gform-icon gform-icon--hidden'></i><span>Hidden</span></div><label class='gfield_label gform-field-label' for='input_6_14'>Campaign / Source</label><div class='ginput_container ginput_container_text'><input name='input_14' id='input_6_14' type='text' value='' class='large'   tabindex='14'   aria-invalid="false"   /> </div></div><div id="field_6_15" class="gfield gfield--type-text gfield--input-type-text gfield--width-full 3t-gf-referring-page 3t-hidden field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden"  data-js-reload="field_6_15" ><div class='admin-hidden-markup'><i class='gform-icon gform-icon--hidden'></i><span>Hidden</span></div><label class='gfield_label gform-field-label' for='input_6_15'>Referring Page</label><div class='ginput_container ginput_container_text'><input name='input_15' id='input_6_15' type='text' value='https://www.3tglobal.com/news/something-new-is-coming/' class='large'   tabindex='15'   aria-invalid="false"   /> </div></div><div id="field_6_16" class="gfield gfield--type-hidden gfield--input-type-hidden gform_hidden field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_6_16" ><div class='ginput_container ginput_container_text'><input name='input_16' id='input_6_16' type='hidden' class='gform_hidden'  aria-invalid="false" value='' /></div></div><div id="field_6_17" class="gfield gfield--type-hidden gfield--input-type-hidden gfield--width-full gform_hidden field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_6_17" ><div class='ginput_container ginput_container_text'><input name='input_17' id='input_6_17' type='hidden' class='gform_hidden'  aria-invalid="false" value='' /></div></div><div id="field_6_19" class="gfield gfield--type-captcha gfield--input-type-captcha gfield--width-full field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible"  data-js-reload="field_6_19" ><label class='gfield_label gform-field-label' for='input_6_19'>Captcha</label><div id='input_6_19' class='ginput_container ginput_recaptcha' data-sitekey='6LexMY0pAAAAAKjGXA5TMRjlsFjCyPQ8Sf2qrXKd'  data-theme='light' data-tabindex='16'  data-badge=''></div></div></div></div>
        <div class='gform_footer top_label'> <button type='submit' id='gform_submit_button_6' class='gform_button button' value='Submit' tabindex='17' onclick='if(window["gf_submitting_6"]){return false;}  if( !jQuery("#gform_6")[0].checkValidity || jQuery("#gform_6")[0].checkValidity()){window["gf_submitting_6"]=true;}  ' onkeypress='if( event.keyCode == 13 ){ if(window["gf_submitting_6"]){return false;} if( !jQuery("#gform_6")[0].checkValidity || jQuery("#gform_6")[0].checkValidity()){window["gf_submitting_6"]=true;}  jQuery("#gform_6").trigger("submit",[true]); }' ><span class="arrow arrow-left"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 37 12"><path data-name="Path 140" d="m27.3 0 4.4 4.3H0v3.4h31.7L27.3 12h4.4L37 6.9V5L31.7 0Z" /></svg></span><span class="label">Submit</span>	 			</button> <input type='hidden' name='gform_ajax' value='form_id=6&amp;title=&amp;description=&amp;tabindex=1&amp;theme=gravity-theme' />
            <input type='hidden' class='gform_hidden' name='is_submit_6' value='1' />
            <input type='hidden' class='gform_hidden' name='gform_submit' value='6' />
            
            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' />
            <input type='hidden' class='gform_hidden' name='state_6' value='WyJ7XCI5LjFcIjpcIjkyMzBjZjk5YjI2ZWIyYzVkOGUyMDU5NmRiNTQ3NWEwXCIsXCI5LjJcIjpcImIwM2Y3MTNkM2FjNjgyNTViZjRlZmY4YWJhNmZkNDUyXCIsXCI5LjNcIjpcImMxMzhjOTZkNWNjMDU2ODgzYTk3OTc0YzdhZjk2NDExXCJ9IiwiYzU2NmJhNDM2YzlkOGE0NzA3Y2RmOWZkZDFmODFkOTYiXQ==' />
            <input type='hidden' class='gform_hidden' name='gform_target_page_number_6' id='gform_target_page_number_6' value='0' />
            <input type='hidden' class='gform_hidden' name='gform_source_page_number_6' id='gform_source_page_number_6' value='1' />
            <input type='hidden' name='gform_field_values' value='' />
            
        </div>
                        </form>
                        </div>
		                <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_6' id='gform_ajax_frame_6' 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( 6, 'https://www.3tglobal.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_6').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_6');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_6').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_6').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_6').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_6').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_6').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_6').val();gformInitSpinner( 6, 'https://www.3tglobal.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [6, current_page]);window['gf_submitting_6'] = 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_6').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_6').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [6]);window['gf_submitting_6'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_6').text());}else{jQuery('#gform_6').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "6", currentPage: "current_page", abort: function() { this.preventDefault(); } }]);                if (event && event.defaultPrevented) {                return;         }        const gformWrapperDiv = document.getElementById( "gform_wrapper_6" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( "span" );            visibilitySpan.id = "gform_visibility_test_6";            gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( "gform_visibility_test_6" );        let postRenderFired = false;                function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            jQuery( document ).trigger( 'gform_post_render', [6, current_page] );            gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 6, 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>

		</div>

	</div>
</section>

<section class="footer-signup-bar bg-dark-grey text-white g-size-body-3">
	<div class="inner">
	
			
			<div class="toggle-link-wrap text-reg ">
								
								
				<a href="#" target="" class="text-arrow-button toggle-link" data-toggle-target=".footer-ml-form" data-toggle-class="vis">
					
								
			<span class="arrow arrow-left"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 37 12"><path data-name="Path 140" d="m27.3 0 4.4 4.3H0v3.4h31.7L27.3 12h4.4L37 6.9V5L31.7 0Z" /></svg></span>
			<span class="label">Sign up for updates</span>	
			
					
						
				</a>
					
						</div>
			
			
							
			<div class="toggle-content footer-ml-form push-top-s">
				<div class="form-wrap g-size-body-1">
					
                <div class='gf_browser_unknown gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_4' ><style>#gform_wrapper_4[data-form-index="0"].gform-theme,[data-parent-form="4_0"]{--gf-color-primary: #204ce5;--gf-color-primary-rgb: 32, 76, 229;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #001AB3;--gf-color-primary-lighter: #527EFF;--gf-color-secondary: #fff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #112337;--gf-color-secondary-contrast-rgb: 17, 35, 55;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-out-ctrl-light-rgb: 17, 35, 55;--gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #585e6a;--gf-color-out-ctrl-dark-rgb: 88, 94, 106;--gf-color-out-ctrl-dark-darker: #112337;--gf-color-out-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-color-in-ctrl: #fff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #112337;--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #204ce5;--gf-color-in-ctrl-primary-rgb: 32, 76, 229;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #001AB3;--gf-color-in-ctrl-primary-lighter: #527EFF;--gf-color-in-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-in-ctrl-light-rgb: 17, 35, 55;--gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #585e6a;--gf-color-in-ctrl-dark-rgb: 88, 94, 106;--gf-color-in-ctrl-dark-darker: #112337;--gf-color-in-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-radius: 3px;--gf-font-size-secondary: 14px;--gf-font-size-tertiary: 13px;--gf-icon-ctrl-number: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-icon-ctrl-select: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-icon-ctrl-search: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='640' height='640'%3E%3Cpath d='M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #686e77;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #112337;--gf-ctrl-label-color-secondary: #112337;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #686e77;--gf-ctrl-file-btn-bg-color-hover: #EBEBEB;--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);}</style><div id='gf_4' class='gform_anchor' tabindex='-1'></div>
                        <div class='gform_heading'>
							<p class='gform_required_legend'>&quot;<span class="gfield_required gfield_required_asterisk">*</span>&quot; indicates required fields</p>
                        </div><form method='post' enctype='multipart/form-data' target='gform_ajax_frame_4' id='gform_4'  action='/news/something-new-is-coming/#gf_4' data-formid='4' novalidate>
                        <div class='gform-body gform_body'><div id='gform_fields_4' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id="field_4_1" class="gfield gfield--type-text gfield--input-type-text gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_4_1" ><label class='gfield_label gform-field-label' for='input_4_1'>Name<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_4_1' type='text' value='' class='large'   tabindex='1'  aria-required="true" aria-invalid="false"   /> </div></div><div id="field_4_3" class="gfield gfield--type-email gfield--input-type-email gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_4_3" ><label class='gfield_label gform-field-label' for='input_4_3'>Email<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_email'>
                            <input name='input_3' id='input_4_3' type='email' value='' class='large' tabindex='2'   aria-required="true" aria-invalid="false"  />
                        </div></div><div id="field_4_4" class="gfield gfield--type-captcha gfield--input-type-captcha gfield--width-full field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible"  data-js-reload="field_4_4" ><label class='gfield_label gform-field-label' for='input_4_4'>Captcha</label><div id='input_4_4' class='ginput_container ginput_recaptcha' data-sitekey='6LexMY0pAAAAAKjGXA5TMRjlsFjCyPQ8Sf2qrXKd'  data-theme='light' data-tabindex='3'  data-badge=''></div></div></div></div>
        <div class='gform_footer top_label'> <button type='submit' id='gform_submit_button_4' class='gform_button button' value='Submit' tabindex='4' onclick='if(window["gf_submitting_4"]){return false;}  if( !jQuery("#gform_4")[0].checkValidity || jQuery("#gform_4")[0].checkValidity()){window["gf_submitting_4"]=true;}  ' onkeypress='if( event.keyCode == 13 ){ if(window["gf_submitting_4"]){return false;} if( !jQuery("#gform_4")[0].checkValidity || jQuery("#gform_4")[0].checkValidity()){window["gf_submitting_4"]=true;}  jQuery("#gform_4").trigger("submit",[true]); }' ><span class="arrow arrow-left"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 37 12"><path data-name="Path 140" d="m27.3 0 4.4 4.3H0v3.4h31.7L27.3 12h4.4L37 6.9V5L31.7 0Z" /></svg></span><span class="label">Submit</span>	 			</button> <input type='hidden' name='gform_ajax' value='form_id=4&amp;title=&amp;description=&amp;tabindex=1&amp;theme=gravity-theme' />
            <input type='hidden' class='gform_hidden' name='is_submit_4' value='1' />
            <input type='hidden' class='gform_hidden' name='gform_submit' value='4' />
            
            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' />
            <input type='hidden' class='gform_hidden' name='state_4' value='WyJbXSIsImM1NWJmNGQxNTJiZjE1NTU0ZjNjY2EyM2E3NDVmNjY0Il0=' />
            <input type='hidden' class='gform_hidden' name='gform_target_page_number_4' id='gform_target_page_number_4' value='0' />
            <input type='hidden' class='gform_hidden' name='gform_source_page_number_4' id='gform_source_page_number_4' value='1' />
            <input type='hidden' name='gform_field_values' value='' />
            
        </div>
                        </form>
                        </div>
		                <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_4' id='gform_ajax_frame_4' 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( 4, 'https://www.3tglobal.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_4').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_4');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_4').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_4').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_4').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_4').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_4').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_4').val();gformInitSpinner( 4, 'https://www.3tglobal.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [4, current_page]);window['gf_submitting_4'] = 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_4').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_4').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [4]);window['gf_submitting_4'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_4').text());}else{jQuery('#gform_4').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "4", currentPage: "current_page", abort: function() { this.preventDefault(); } }]);                if (event && event.defaultPrevented) {                return;         }        const gformWrapperDiv = document.getElementById( "gform_wrapper_4" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( "span" );            visibilitySpan.id = "gform_visibility_test_4";            gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( "gform_visibility_test_4" );        let postRenderFired = false;                function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            jQuery( document ).trigger( 'gform_post_render', [4, current_page] );            gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 4, 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>
</section>

<footer class="pagefooter ofh bg-mesh">
	
	<div class="footer-main ">
		<div class="inner">
		
			<div class="flex-columns">
				
								
									
					<div class="menu-col col1-4 footer-col push-bottom-xs menu-col-1">
	
												
							<h5 class="text-bold">About</h5>
												
												
												<ul>
																							<li>
									<a href="/about/what-we-do/" target="">What we do</a>
								</li>
																															<li>
									<a href="/about/our-values/" target="">Our values</a>
								</li>
																															<li>
									<a href="/case-studies/" target="">Case studies</a>
								</li>
																															<li>
									<a href="/our-environmental-social-and-governance-commitment/" target="">ESG</a>
								</li>
																															<li>
									<a href="/equality-diversity-and-inclusion/" target="">Equality, Diversity and Inclusion</a>
								</li>
																															<li>
									<a href="https://www.3tglobal.com/modern-slavery/" target="">Modern Slavery Statement</a>
								</li>
																					</ul>
												
					</div>
				
									
					<div class="menu-col col1-4 footer-col push-bottom-xs menu-col-2">
	
												
							<h5 class="text-bold">Solutions</h5>
												
												
												<ul>
																							<li>
									<a href="/digital/3t-drilling-systems/" target="">Simulator Technology</a>
								</li>
																															<li>
									<a href="/digital/3tx/" target="">3tx</a>
								</li>
																															<li>
									<a href="/digital/our-digital-solutions/vr-safety-training/" target="">VR Safety Training</a>
								</li>
																															<li>
									<a href="/digital/our-digital-solutions/blended-learning-approach-for-safety-critical-industries/" target="">Blended Learning </a>
								</li>
																															<li>
									<a href="/training-services/training-courses/" target="">Training courses</a>
								</li>
																															<li>
									<a href="/workforce-solutions/technical-training-and-competence-programmes/" target="">Competence Programmes</a>
								</li>
																															<li>
									<a href="/managed-services/" target="">Training Management Services</a>
								</li>
																					</ul>
												
					</div>
				
									
					<div class="menu-col col1-4 footer-col push-bottom-xs menu-col-3">
	
												
							<h5 class="text-bold">Help & support</h5>
												
												
												<ul>
																							<li>
									<a href="/contact/" target="">Contact</a>
								</li>
																															<li>
									<a href="https://support.drillingsystems.com/Home/homepage.aspx" target="_blank">Sim Support Online</a>
								</li>
																																				</ul>
												
					</div>
				
					
								
				
				<div class="social-col footer-col push-bottom-xs col1-4">
					<h5 class="text-bold">Connect with us</h5>
					<ul class="social-links"><li class="icon-facebook"><a href="https://www.facebook.com/3tTrainingServices/" target="_blank"><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 31.2 31.2"><path data-name="Path 154" d="M16.2 2.4v26.4a2.4 2.4 0 0 0 2.5 2.4h13.7V20.6h-4.6v-5.4h4.6v-4.7A6.6 6.6 0 0 1 39 4h4.5v5.2h-3.2a2.3 2.3 0 0 0-2.2 2.3v3.8h5l-.8 5.4h-4.2v10.6h7a2.4 2.4 0 0 0 2.3-2.4V2.4A2.4 2.4 0 0 0 45 0H18.7a2.4 2.4 0 0 0-2.5 2.4" transform="translate(-16.2)" fill="#17272b"/></svg></span></a></li><li class="icon-linkedin"><a href="https://www.linkedin.com/company/3t-training-technology-transformation/" target="_blank"><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 31.2 31.2"><path data-name="Path 155" d="M32.5 2.4v26.4a2.4 2.4 0 0 0 2.4 2.4h26.4a2.4 2.4 0 0 0 2.4-2.4V2.4A2.4 2.4 0 0 0 61.3 0H34.9a2.4 2.4 0 0 0-2.4 2.4m9.2 24.7h-4.3V11h4.3ZM39.5 9.2a2.6 2.6 0 1 1 2.6-2.5 2.6 2.6 0 0 1-2.6 2.5m19.7 17.9h-4.4v-8.2c0-4.9-5.8-4.5-5.8 0v8.2h-4.4V11H49v2.6c2-3.8 10.2-4 10.2 3.6Z" transform="translate(-32.5)" fill="#17272b"/></svg></span></a></li><li class="icon-instagram"><a href="https://www.instagram.com/3t_trainingservices" target="_blank"><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 31.2 31.2"><path data-name="Path 156" d="M67.6 7.4a1.8 1.8 0 1 1 1.7-1.8 1.7 1.7 0 0 1-1.7 1.8M61 19a6.7 6.7 0 1 1 6.7-6.7A6.7 6.7 0 0 1 61 19M71 6.4a4.1 4.1 0 0 0-4-4.2H55A4.1 4.1 0 0 0 51 6.4v12a4.1 4.1 0 0 0 4.1 4.2H67a4.1 4.1 0 0 0 4-4.2Z" transform="translate(-45.4 3.2)" fill="#17272b"/><path data-name="Path 157" d="M57.6 4.6a4.3 4.3 0 1 0 4.3 4.3 4.3 4.3 0 0 0-4.3-4.3" transform="translate(-42 6.7)" fill="#17272b"/><path data-name="Path 158" d="M48.7 2.4v26.4a2.4 2.4 0 0 0 2.4 2.4h26.4a2.4 2.4 0 0 0 2.4-2.4V2.4A2.4 2.4 0 0 0 77.5 0H51.1a2.4 2.4 0 0 0-2.4 2.4m21.6 26h-12a6.8 6.8 0 0 1-6.6-6.8v-12a6.8 6.8 0 0 1 6.7-6.9h11.9A6.8 6.8 0 0 1 77 9.6v12a6.8 6.8 0 0 1-6.7 6.9" transform="translate(-48.7)" fill="#17272b"/></svg></span></a></li></ul>				</div>
				
				
			</div>
		</div>
	</div>
	
	<div class="footer-signoff bg-white">
		<div class="inner">
			
			<div class="flex-wrap vc sb">
				
				<div class="signoff-text-wrap flex-wrap sb">

					<div class="signoff-text nple">
						<p>Copyright ©3t 2024. Company number 10908478.</p>
					</div>

										
					<div class="signoff-links nple text-right">
						<ul>
							<li><a href="#" class="cky-banner-element">Cookie Preferences</a></li>
																							<li>
									<a href="https://www.3tglobal.com/cookies-and-privacy/" target="">Cookies & privacy</a>
								</li>
																<li>
									<a href="https://www.3tglobal.com/data-protection/" target="">Data Protection</a>
								</li>
																<li>
									<a href="https://www.3tglobal.com/terms-and-conditions/" target="">Terms & conditions</a>
								</li>
																<li>
									<a href="https://www.3tglobal.com/policies/" target="">Policies</a>
								</li>
																					</ul>
					</div>
					
					
				</div>
				
				<div class="footer-logo bg-yellow text-default">
					<span class="shape-connector left top">
						<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M20 0H0v20C0 9 9 0 20 0Z" /></svg>
					</span>
					<span class="shape-connector left top">
						<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M20 0H0v20C0 9 9 0 20 0Z"/></svg>
					</span>
					<a href="/" >
						<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 96"><path class="logo-marque-fill" d="M108 84h-7.5c-.8 0-1.5-.7-1.5-1.5V42h18V30H92.3c3.7 0 6.7-3 6.7-6.7V0h-3l-9 9v21H75v12h12v33a21 21 0 0 0 21 21h12V84h-12ZM45 0H21A21 21 0 0 0 0 21v3h12V13.5c0-.8.7-1.5 1.5-1.5h39c.8 0 1.5.7 1.5 1.5v27c0 .8-.7 1.5-1.5 1.5H18v12h34.5c.8 0 1.5.7 1.5 1.5v27c0 .8-.7 1.5-1.5 1.5h-39c-.8 0-1.5-.7-1.5-1.5V72H0v3a21 21 0 0 0 21 21h24a21 21 0 0 0 21-21V64.2a3 3 0 0 0-.9-2L54 51l-1.5-1.5c-.8-.8-.8-2.1 0-3L57 42l8.1-8.2a3 3 0 0 0 .9-2V21A21 21 0 0 0 45 0"/><path fill="none" d="M0 0H120V96H0z"/></svg>
					</a>
				</div>
				
			</div>
			
		</div>
	</div>

</footer>	


<div class="promoted-actions-button-wrapper">
	
	<div class="button-option-open bg-darkest-grey text-white text-bold">
		<ul>
			<li><a href="#" class="toggle-link" data-toggle-target="html" data-toggle-class="show-solution-finder">Solution finder</a></li>
			<li><a href="#" class="toggle-link" data-toggle-target="html" data-toggle-class="show-book-training">Book Training &amp; E-learning</a></li>
		</ul>
		<a href="#" class="open-close close-action-buttons">
			<span class="close">+</span>
		</a>
	</div>
	
	<div class="button-option-close  bg-darkest-grey text-white text-bold">
		<a href="#" class="open-close show-action-buttons">
			<span class="open">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 37 12">
				  <path id="Path_3" data-name="Path 3" d="M27.309,0l4.406,4.286H0V7.714H31.715L27.309,12h4.406L37,6.857V5.143L31.715,0Z" transform="translate(0 0)" fill="#fff"/>
				</svg>
			</span>
		</a>
	</div>
	

</div>

<span class="overlay-blocker"></span>




<section class="promoted-action-overlay overlay-solution-finder">
	
	<div class="site-logo bg-dark-grey text-white">
		<a href="/" >
			<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 96"><path class="logo-marque-fill" d="M108 84h-7.5c-.8 0-1.5-.7-1.5-1.5V42h18V30H92.3c3.7 0 6.7-3 6.7-6.7V0h-3l-9 9v21H75v12h12v33a21 21 0 0 0 21 21h12V84h-12ZM45 0H21A21 21 0 0 0 0 21v3h12V13.5c0-.8.7-1.5 1.5-1.5h39c.8 0 1.5.7 1.5 1.5v27c0 .8-.7 1.5-1.5 1.5H18v12h34.5c.8 0 1.5.7 1.5 1.5v27c0 .8-.7 1.5-1.5 1.5h-39c-.8 0-1.5-.7-1.5-1.5V72H0v3a21 21 0 0 0 21 21h24a21 21 0 0 0 21-21V64.2a3 3 0 0 0-.9-2L54 51l-1.5-1.5c-.8-.8-.8-2.1 0-3L57 42l8.1-8.2a3 3 0 0 0 .9-2V21A21 21 0 0 0 45 0"/><path fill="none" d="M0 0H120V96H0z"/></svg>
		</a>
		<span class="connectors text-dark-grey">
			<span class="shape-connector blc">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M20 0H0v20C0 9 9 0 20 0Z" /></svg>
			</span>
			<span class="shape-connector trc">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M20 0H0v20C0 9 9 0 20 0Z"/></svg>
			</span>
		</span>
	</div>
	
	
	<div class="pao-main">
		
		<div class="flex-wrap pao-content-container">
			
			<div class="pao-title pao-col">
				
				<div class="title-top title-add-dash g-size-body-1">
					<h2>Solution Finder</h2>
				</div>
				
				<div class="title-main g-size-title-2 pb1">
					<h3>How can we help you?</h3>
				</div>
			</div>
			
			
			<div class="primary-content-container">

				<div class="sf-options g-size-body-1 pao-col">
					<div>
						<ul>
														<li>
								<a href="#" data-group-remove-class=".overlay-solution-finder" data-toggle-class="active" data-toggle-target=".sf-entry-1" class="toggle-link inactive-not-allowed sf-entry-1 ">I need help with my workforce competency</a>
							</li>
														<li>
								<a href="#" data-group-remove-class=".overlay-solution-finder" data-toggle-class="active" data-toggle-target=".sf-entry-2" class="toggle-link inactive-not-allowed sf-entry-2 ">I'm looking for Simulator solutions</a>
							</li>
														<li>
								<a href="#" data-group-remove-class=".overlay-solution-finder" data-toggle-class="active" data-toggle-target=".sf-entry-3" class="toggle-link inactive-not-allowed sf-entry-3 ">I'm looking for digital learning solutions</a>
							</li>
														<li>
								<a href="#" data-group-remove-class=".overlay-solution-finder" data-toggle-class="active" data-toggle-target=".sf-entry-4" class="toggle-link inactive-not-allowed sf-entry-4 ">I'm looking for a fully blended learning programme</a>
							</li>
														<li>
								<a href="#" data-group-remove-class=".overlay-solution-finder" data-toggle-class="active" data-toggle-target=".sf-entry-5" class="toggle-link inactive-not-allowed sf-entry-5 ">I'm looking for help to manage my workforce training</a>
							</li>
													</ul>
					</div>
				</div>

				<div class="sf-content pao-col">
					<div>
										<div class="sf-entry-content sf-entry-1" >
						<a href="#" data-group-remove-class=".overlay-solution-finder" data-toggle-class="active" data-toggle-target=".sf-entry-1" class="toggle-link mobile-close sf-entry-1 ">&times;</a>
							
						<h3 class="g-size-body-3 pb1">I need help with my workforce competency</h3>
						<div class="g-size-body-2 push-bottom-s">
							<p>We have a range of solutions which can help improve your workforce competence and technical skills.</p>
							<div class="button-group stacked"><div>				
				<a href="https://www.3tglobal.com/digital/our-digital-platforms/" target="" class="text-arrow-button " >
					
								
			<span class="arrow arrow-left"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 37 12"><path data-name="Path 140" d="m27.3 0 4.4 4.3H0v3.4h31.7L27.3 12h4.4L37 6.9V5L31.7 0Z" /></svg></span>
			<span class="label">3tX Software </span>	
			
					
						
				</a>
					
			</div><div>				
				<a href="https://www.3tglobal.com/workforce-solutions/technical-training-and-competence-programmes/" target="" class="text-arrow-button " >
					
								
			<span class="arrow arrow-left"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 37 12"><path data-name="Path 140" d="m27.3 0 4.4 4.3H0v3.4h31.7L27.3 12h4.4L37 6.9V5L31.7 0Z" /></svg></span>
			<span class="label">Technical Training and Competence Programmes</span>	
			
					
						
				</a>
					
			</div></div>						</div>
					</div>
										<div class="sf-entry-content sf-entry-2" >
						<a href="#" data-group-remove-class=".overlay-solution-finder" data-toggle-class="active" data-toggle-target=".sf-entry-2" class="toggle-link mobile-close sf-entry-2 ">&times;</a>
							
						<h3 class="g-size-body-3 pb1">I'm looking for Simulator solutions</h3>
						<div class="g-size-body-2 push-bottom-s">
							<p>3t Drilling Systems are the world's number 1 advanced simulation technology solution provider. Our range of simulators improve safety and efficiency in the energy industry.</p>
							<div class="button-group stacked"><div>				
				<a href="https://www.3tglobal.com/digital/3t-drilling-systems/well-intervention-simulators/" target="" class="text-arrow-button " >
					
								
			<span class="arrow arrow-left"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 37 12"><path data-name="Path 140" d="m27.3 0 4.4 4.3H0v3.4h31.7L27.3 12h4.4L37 6.9V5L31.7 0Z" /></svg></span>
			<span class="label">Well Intervention Simulators</span>	
			
					
						
				</a>
					
			</div><div>				
				<a href="https://www.3tglobal.com/digital/3t-drilling-systems/drilling-and-well-control-simulators/" target="" class="text-arrow-button " >
					
								
			<span class="arrow arrow-left"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 37 12"><path data-name="Path 140" d="m27.3 0 4.4 4.3H0v3.4h31.7L27.3 12h4.4L37 6.9V5L31.7 0Z" /></svg></span>
			<span class="label">Drilling and Well Control Simulators</span>	
			
					
						
				</a>
					
			</div><div>				
				<a href="https://www.3tglobal.com/digital/3t-drilling-systems/crane-and-lifting-simulators/" target="" class="text-arrow-button " >
					
								
			<span class="arrow arrow-left"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 37 12"><path data-name="Path 140" d="m27.3 0 4.4 4.3H0v3.4h31.7L27.3 12h4.4L37 6.9V5L31.7 0Z" /></svg></span>
			<span class="label">Crane and Lifting Simulators</span>	
			
					
						
				</a>
					
			</div></div>						</div>
					</div>
										<div class="sf-entry-content sf-entry-3" >
						<a href="#" data-group-remove-class=".overlay-solution-finder" data-toggle-class="active" data-toggle-target=".sf-entry-3" class="toggle-link mobile-close sf-entry-3 ">&times;</a>
							
						<h3 class="g-size-body-3 pb1">I'm looking for digital learning solutions</h3>
						<div class="g-size-body-2 push-bottom-s">
							<p>We offer a immersive range of digital learning solutions to improve knowledge and skills, while increasing engagement and retention.</p>
							<div class="button-group stacked"><div>				
				<a href="https://www.3tglobal.com/digital/our-digital-solutions/vr-safety-training/" target="" class="text-arrow-button " >
					
								
			<span class="arrow arrow-left"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 37 12"><path data-name="Path 140" d="m27.3 0 4.4 4.3H0v3.4h31.7L27.3 12h4.4L37 6.9V5L31.7 0Z" /></svg></span>
			<span class="label">VR Safety Training</span>	
			
					
						
				</a>
					
			</div><div>				
				<a href="https://www.3tglobal.com/digital/our-digital-solutions/off-the-shelf-e-learning/" target="" class="text-arrow-button " >
					
								
			<span class="arrow arrow-left"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 37 12"><path data-name="Path 140" d="m27.3 0 4.4 4.3H0v3.4h31.7L27.3 12h4.4L37 6.9V5L31.7 0Z" /></svg></span>
			<span class="label">Off-the-shelf E-learning</span>	
			
					
						
				</a>
					
			</div><div>				
				<a href="https://www.3tglobal.com/digital/our-digital-solutions/digital-accreditations-and-bespoke-learning-content/" target="" class="text-arrow-button " >
					
								
			<span class="arrow arrow-left"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 37 12"><path data-name="Path 140" d="m27.3 0 4.4 4.3H0v3.4h31.7L27.3 12h4.4L37 6.9V5L31.7 0Z" /></svg></span>
			<span class="label">Digital Accreditations and Bespoke Learning Content</span>	
			
					
						
				</a>
					
			</div></div>						</div>
					</div>
										<div class="sf-entry-content sf-entry-4" >
						<a href="#" data-group-remove-class=".overlay-solution-finder" data-toggle-class="active" data-toggle-target=".sf-entry-4" class="toggle-link mobile-close sf-entry-4 ">&times;</a>
							
						<h3 class="g-size-body-3 pb1">I'm looking for a fully blended learning programme</h3>
						<div class="g-size-body-2 push-bottom-s">
							<p>Our blended learning is an educational approach that combines traditional face-to-face classroom instruction with digital learning experiences. </p>
							<div class="button-group stacked"><div>				
				<a href="https://www.3tglobal.com/digital/our-digital-solutions/blended-learning-approach-for-safety-critical-industries/" target="" class="text-arrow-button " >
					
								
			<span class="arrow arrow-left"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 37 12"><path data-name="Path 140" d="m27.3 0 4.4 4.3H0v3.4h31.7L27.3 12h4.4L37 6.9V5L31.7 0Z" /></svg></span>
			<span class="label">Find out more</span>	
			
					
						
				</a>
					
			</div></div>						</div>
					</div>
										<div class="sf-entry-content sf-entry-5" >
						<a href="#" data-group-remove-class=".overlay-solution-finder" data-toggle-class="active" data-toggle-target=".sf-entry-5" class="toggle-link mobile-close sf-entry-5 ">&times;</a>
							
						<h3 class="g-size-body-3 pb1">I'm looking for help to manage my workforce training</h3>
						<div class="g-size-body-2 push-bottom-s">
							<p>Our Managed Services provide flexible and cost-effective solutions designed to assist clients with the planning and associated management of training and related activities.</p>
							<div class="button-group stacked"><div>				
				<a href="https://www.3tglobal.com/managed-services/" target="" class="text-arrow-button " >
					
								
			<span class="arrow arrow-left"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 37 12"><path data-name="Path 140" d="m27.3 0 4.4 4.3H0v3.4h31.7L27.3 12h4.4L37 6.9V5L31.7 0Z" /></svg></span>
			<span class="label">Managed Services</span>	
			
					
						
				</a>
					
			</div><div>				
				<a href="https://www.3tglobal.com/digital/3tx/" target="" class="text-arrow-button " >
					
								
			<span class="arrow arrow-left"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 37 12"><path data-name="Path 140" d="m27.3 0 4.4 4.3H0v3.4h31.7L27.3 12h4.4L37 6.9V5L31.7 0Z" /></svg></span>
			<span class="label">3tX - compliance and competence software</span>	
			
					
						
				</a>
					
			</div></div>						</div>
					</div>
										</div>
				</div>
				
			</div>
			
			<div class="close-button-container">
				<a href="#" class="toggle-link" data-toggle-target="html" data-toggle-class="show-solution-finder"><span>&times;</span></a>
			</div>
			
		</div>
	</div>
</section>



<section class="promoted-action-overlay overlay-book-training">
	
	<div class="site-logo bg-dark-grey text-white">
		<a href="/" >
			<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 96"><path class="logo-marque-fill" d="M108 84h-7.5c-.8 0-1.5-.7-1.5-1.5V42h18V30H92.3c3.7 0 6.7-3 6.7-6.7V0h-3l-9 9v21H75v12h12v33a21 21 0 0 0 21 21h12V84h-12ZM45 0H21A21 21 0 0 0 0 21v3h12V13.5c0-.8.7-1.5 1.5-1.5h39c.8 0 1.5.7 1.5 1.5v27c0 .8-.7 1.5-1.5 1.5H18v12h34.5c.8 0 1.5.7 1.5 1.5v27c0 .8-.7 1.5-1.5 1.5h-39c-.8 0-1.5-.7-1.5-1.5V72H0v3a21 21 0 0 0 21 21h24a21 21 0 0 0 21-21V64.2a3 3 0 0 0-.9-2L54 51l-1.5-1.5c-.8-.8-.8-2.1 0-3L57 42l8.1-8.2a3 3 0 0 0 .9-2V21A21 21 0 0 0 45 0"/><path fill="none" d="M0 0H120V96H0z"/></svg>
		</a>
		<span class="connectors text-dark-grey">
			<span class="shape-connector blc">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M20 0H0v20C0 9 9 0 20 0Z" /></svg>
			</span>
			<span class="shape-connector trc">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M20 0H0v20C0 9 9 0 20 0Z"/></svg>
			</span>
		</span>
	</div>
	
	<div class="pao-main">
		
		<div class="flex-wrap pao-content-container">
			
			<div class="pao-title pao-col">
				
				<div class="title-top title-add-dash g-size-body-1">
					<h2>Book your training with 3t</h2>
				</div>
				
				<div class="title-main g-size-title-2">
					<h3 class="pb1">Choose from over 600 in-centre or digital courses </h3>
				</div>
			</div>
			

			
			<div class="bt-content pao-col">
				<div>
					<div class="flex-columns">
												<div class="col1-2 push-bottom-s" >
							<h3 class="g-size-body-3 pb1">Book training in England</h3>
							<div class="g-size-body-2 nple">
								<p>Search and book hundreds of safety, skills and technical training courses at our training centres in North Shields and Teesside.</p>
												
				<a href="https://training.aisgroup.co.uk/courses" target="_blank" class="text-arrow-button " >
					
								
			<span class="arrow arrow-left"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 37 12"><path data-name="Path 140" d="m27.3 0 4.4 4.3H0v3.4h31.7L27.3 12h4.4L37 6.9V5L31.7 0Z" /></svg></span>
			<span class="label">View courses</span>	
			
					
						
				</a>
					
										</div>
						</div>
												<div class="col1-2 push-bottom-s" >
							<h3 class="g-size-body-3 pb1">Book training in Scotland</h3>
							<div class="g-size-body-2 nple">
								<p>Search and book hundreds of safety, skills and technical training courses at our training centres in Aberdeen.</p>
												
				<a href="https://trainingms.survivex.com/BookNow" target="_blank" class="text-arrow-button " >
					
								
			<span class="arrow arrow-left"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 37 12"><path data-name="Path 140" d="m27.3 0 4.4 4.3H0v3.4h31.7L27.3 12h4.4L37 6.9V5L31.7 0Z" /></svg></span>
			<span class="label">View courses</span>	
			
					
						
				</a>
					
										</div>
						</div>
												<div class="col1-2 push-bottom-s" >
							<h3 class="g-size-body-3 pb1">Utilities & Construction Training</h3>
							<div class="g-size-body-2 nple">
								<p>We have a range of specialised training courses for the Utilities and Construction industries.</p>
												
				<a href="/training-services/training-courses#uct" target="" class="text-arrow-button " >
					
								
			<span class="arrow arrow-left"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 37 12"><path data-name="Path 140" d="m27.3 0 4.4 4.3H0v3.4h31.7L27.3 12h4.4L37 6.9V5L31.7 0Z" /></svg></span>
			<span class="label">View courses</span>	
			
					
						
				</a>
					
										</div>
						</div>
												<div class="col1-2 push-bottom-s" >
							<h3 class="g-size-body-3 pb1">eLearning and Digital courses</h3>
							<div class="g-size-body-2 nple">
								<p>Our online store, offers direct access to our high-quality course content for professionals working in industrial settings.</p>
												
				<a href="https://store.3t-transform.com/collections/courses" target="_blank" class="text-arrow-button " >
					
								
			<span class="arrow arrow-left"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 37 12"><path data-name="Path 140" d="m27.3 0 4.4 4.3H0v3.4h31.7L27.3 12h4.4L37 6.9V5L31.7 0Z" /></svg></span>
			<span class="label">View courses</span>	
			
					
						
				</a>
					
										</div>
						</div>
											</div>
				</div>
			</div>
			
			<div class="close-button-container">
				<a href="#" class="toggle-link" data-toggle-target="html" data-toggle-class="show-book-training"><span>&times;</span></a>
			</div>
			
		</div>
	</div>
</section>



<section class="modal modal-training-enquiry">
	<div class="modal-contents">

		<div class="modal-content">
			
			<div class="mi">
				<a href="#" class="modal-close toggle-link" data-toggle-class="modal-open" data-toggle-target=".modal-training-enquiry, body">&times;</a>	
			</div>

						
				<div class="pre-title pb3 g-size-body-1  title-add-dash text-bold">
					<h3 class="title-add-dash text-bold">Let's talk</h3>
				</div>
					
								
					
			<div class="form-wrap g-size-body-1">
				
				
                <div class='gf_browser_unknown gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_9' ><style>#gform_wrapper_9[data-form-index="0"].gform-theme,[data-parent-form="9_0"]{--gf-color-primary: #204ce5;--gf-color-primary-rgb: 32, 76, 229;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #001AB3;--gf-color-primary-lighter: #527EFF;--gf-color-secondary: #fff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #112337;--gf-color-secondary-contrast-rgb: 17, 35, 55;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-out-ctrl-light-rgb: 17, 35, 55;--gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #585e6a;--gf-color-out-ctrl-dark-rgb: 88, 94, 106;--gf-color-out-ctrl-dark-darker: #112337;--gf-color-out-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-color-in-ctrl: #fff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #112337;--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #204ce5;--gf-color-in-ctrl-primary-rgb: 32, 76, 229;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #001AB3;--gf-color-in-ctrl-primary-lighter: #527EFF;--gf-color-in-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-in-ctrl-light-rgb: 17, 35, 55;--gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #585e6a;--gf-color-in-ctrl-dark-rgb: 88, 94, 106;--gf-color-in-ctrl-dark-darker: #112337;--gf-color-in-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-radius: 3px;--gf-font-size-secondary: 14px;--gf-font-size-tertiary: 13px;--gf-icon-ctrl-number: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-icon-ctrl-select: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-icon-ctrl-search: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='640' height='640'%3E%3Cpath d='M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #686e77;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #112337;--gf-ctrl-label-color-secondary: #112337;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #686e77;--gf-ctrl-file-btn-bg-color-hover: #EBEBEB;--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);}</style><div id='gf_9' class='gform_anchor' tabindex='-1'></div>
                        <div class='gform_heading'>
							<p class='gform_required_legend'>&quot;<span class="gfield_required gfield_required_asterisk">*</span>&quot; indicates required fields</p>
                        </div><form method='post' enctype='multipart/form-data' target='gform_ajax_frame_9' id='gform_9'  action='/news/something-new-is-coming/#gf_9' data-formid='9' novalidate>
                        <div class='gform-body gform_body'><div id='gform_fields_9' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id="field_9_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_9_1" ><label class='gfield_label gform-field-label' for='input_9_1'>First Name<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_9_1' type='text' value='' class='large'   tabindex='1'  aria-required="true" aria-invalid="false"   /> </div></div><div id="field_9_3" class="gfield gfield--type-text gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_9_3" ><label class='gfield_label gform-field-label' for='input_9_3'>Surname<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_text'><input name='input_3' id='input_9_3' type='text' value='' class='large'   tabindex='2'  aria-required="true" aria-invalid="false"   /> </div></div><div id="field_9_4" class="gfield gfield--type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_9_4" ><label class='gfield_label gform-field-label' for='input_9_4'>Company</label><div class='ginput_container ginput_container_text'><input name='input_4' id='input_9_4' type='text' value='' class='large'   tabindex='3'   aria-invalid="false"   /> </div></div><div id="field_9_5" class="gfield gfield--type-text gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_9_5" ><label class='gfield_label gform-field-label' for='input_9_5'>Job title</label><div class='ginput_container ginput_container_text'><input name='input_5' id='input_9_5' type='text' value='' class='large'   tabindex='4'   aria-invalid="false"   /> </div></div><div id="field_9_6" class="gfield gfield--type-email gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_9_6" ><label class='gfield_label gform-field-label' for='input_9_6'>Email<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_email'>
                            <input name='input_6' id='input_9_6' type='email' value='' class='large' tabindex='5'   aria-required="true" aria-invalid="false"  />
                        </div></div><div id="field_9_7" class="gfield gfield--type-select 3t-gf-country-select gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_9_7" ><label class='gfield_label gform-field-label' for='input_9_7'>Country<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_7' id='input_9_7' class='large gfield_select' tabindex='6'   aria-required="true" aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>Select Country</option><option value='Afghanistan' >Afghanistan</option><option value='Aland Islands (Finland)' >Aland Islands (Finland)</option><option value='Albania' >Albania</option><option value='Algeria' >Algeria</option><option value='American Samoa (USA)' >American Samoa (USA)</option><option value='Andorra' >Andorra</option><option value='Angola' >Angola</option><option value='Anguilla (UK)' >Anguilla (UK)</option><option value='Antigua and Barbuda' >Antigua and Barbuda</option><option value='Argentina' >Argentina</option><option value='Armenia' >Armenia</option><option value='Aruba (Netherlands)' >Aruba (Netherlands)</option><option value='Australia' >Australia</option><option value='Austria' >Austria</option><option value='Azerbaijan' >Azerbaijan</option><option value='Bahamas' >Bahamas</option><option value='Bahrain' >Bahrain</option><option value='Bangladesh' >Bangladesh</option><option value='Barbados' >Barbados</option><option value='Belarus' >Belarus</option><option value='Belgium' >Belgium</option><option value='Belize' >Belize</option><option value='Benin' >Benin</option><option value='Bermuda (UK)' >Bermuda (UK)</option><option value='Bhutan' >Bhutan</option><option value='Bolivia' >Bolivia</option><option value='Bosnia and Herzegovina' >Bosnia and Herzegovina</option><option value='Botswana' >Botswana</option><option value='Brazil' >Brazil</option><option value='British Virgin Islands (UK)' >British Virgin Islands (UK)</option><option value='Brunei' >Brunei</option><option value='Brussels' >Brussels</option><option value='Bulgaria' >Bulgaria</option><option value='Burkina Faso' >Burkina Faso</option><option value='Burundi' >Burundi</option><option value='Cambodia' >Cambodia</option><option value='Cameroon' >Cameroon</option><option value='Canada' >Canada</option><option value='Cape Verde' >Cape Verde</option><option value='Caribbean Netherlands (Netherlands)' >Caribbean Netherlands (Netherlands)</option><option value='Cayman Islands (UK)' >Cayman Islands (UK)</option><option value='Central African Republic' >Central African Republic</option><option value='Chad' >Chad</option><option value='Chile' >Chile</option><option value='China' >China</option><option value='Christmas Island (Australia)' >Christmas Island (Australia)</option><option value='Cocos (Keeling) Islands (Australia)' >Cocos (Keeling) Islands (Australia)</option><option value='Colombia' >Colombia</option><option value='Comoros' >Comoros</option><option value='Cook Islands (NZ)' >Cook Islands (NZ)</option><option value='Costa Rica' >Costa Rica</option><option value='Cote d&#039;ivoire' >Cote d&#039;ivoire</option><option value='Croatia' >Croatia</option><option value='Cuba' >Cuba</option><option value='Curacao (Netherlands)' >Curacao (Netherlands)</option><option value='Cyprus' >Cyprus</option><option value='Czech Republic' >Czech Republic</option><option value='Democratic Republic of the Congo' >Democratic Republic of the Congo</option><option value='Denmark' >Denmark</option><option value='Djibouti' >Djibouti</option><option value='Dominica' >Dominica</option><option value='Dominican Republic' >Dominican Republic</option><option value='Ecuador' >Ecuador</option><option value='Egypt' >Egypt</option><option value='El Salvador' >El Salvador</option><option value='Equatorial Guinea' >Equatorial Guinea</option><option value='Eritrea' >Eritrea</option><option value='Estonia' >Estonia</option><option value='Ethiopia' >Ethiopia</option><option value='Falkland Islands (UK)' >Falkland Islands (UK)</option><option value='Faroe Islands (Denmark)' >Faroe Islands (Denmark)</option><option value='Federated States of Micronesia' >Federated States of Micronesia</option><option value='Fiji' >Fiji</option><option value='Finland' >Finland</option><option value='France' >France</option><option value='French Guiana (France)' >French Guiana (France)</option><option value='French Polynesia (France)' >French Polynesia (France)</option><option value='Gabon' >Gabon</option><option value='Gambia' >Gambia</option><option value='Georgia' >Georgia</option><option value='Germany' >Germany</option><option value='Ghana' >Ghana</option><option value='Gibraltar (UK)' >Gibraltar (UK)</option><option value='Greece' >Greece</option><option value='Greenland (Denmark)' >Greenland (Denmark)</option><option value='Grenada' >Grenada</option><option value='Guadeloupe (France)' >Guadeloupe (France)</option><option value='Guam (USA)' >Guam (USA)</option><option value='Guatemala' >Guatemala</option><option value='Guernsey (UK)' >Guernsey (UK)</option><option value='Guinea' >Guinea</option><option value='Guinea-Bissau' >Guinea-Bissau</option><option value='Guyana' >Guyana</option><option value='Haiti' >Haiti</option><option value='Honduras' >Honduras</option><option value='Hong Kong (China)' >Hong Kong (China)</option><option value='Hungary' >Hungary</option><option value='Iceland' >Iceland</option><option value='India' >India</option><option value='Indonesia' >Indonesia</option><option value='Iran' >Iran</option><option value='Iraq' >Iraq</option><option value='Ireland' >Ireland</option><option value='Isle of Man (UK)' >Isle of Man (UK)</option><option value='Israel' >Israel</option><option value='Italy' >Italy</option><option value='Ivory Coast' >Ivory Coast</option><option value='Jamaica' >Jamaica</option><option value='Japan' >Japan</option><option value='Jersey (UK)' >Jersey (UK)</option><option value='Jordan' >Jordan</option><option value='Kazakhstan' >Kazakhstan</option><option value='Kenya' >Kenya</option><option value='Kiribati' >Kiribati</option><option value='Kosovo' >Kosovo</option><option value='Kuwait' >Kuwait</option><option value='Kyrgyzstan' >Kyrgyzstan</option><option value='Laos' >Laos</option><option value='Latvia' >Latvia</option><option value='Lebanon' >Lebanon</option><option value='Lesotho' >Lesotho</option><option value='Liberia' >Liberia</option><option value='Libya' >Libya</option><option value='Liechtenstein' >Liechtenstein</option><option value='Lithuania' >Lithuania</option><option value='Luxembourg' >Luxembourg</option><option value='Macau (China)' >Macau (China)</option><option value='Macedonia' >Macedonia</option><option value='Madagascar' >Madagascar</option><option value='Malawi' >Malawi</option><option value='Malaysia' >Malaysia</option><option value='Maldives' >Maldives</option><option value='Mali' >Mali</option><option value='Malta' >Malta</option><option value='Marshall Islands' >Marshall Islands</option><option value='Martinique (France)' >Martinique (France)</option><option value='Mauritania' >Mauritania</option><option value='Mauritius' >Mauritius</option><option value='Mayotte (France)' >Mayotte (France)</option><option value='Mexico' >Mexico</option><option value='Moldov' >Moldov</option><option value='Monaco' >Monaco</option><option value='Mongolia' >Mongolia</option><option value='Montenegro' >Montenegro</option><option value='Montserrat (UK)' >Montserrat (UK)</option><option value='Morocco' >Morocco</option><option value='Mozambique' >Mozambique</option><option value='Myanmar' >Myanmar</option><option value='Namibia' >Namibia</option><option value='Nauru' >Nauru</option><option value='Nepal' >Nepal</option><option value='Netherlands' >Netherlands</option><option value='New Caledonia (France)' >New Caledonia (France)</option><option value='New Zealand' >New Zealand</option><option value='Nicaragua' >Nicaragua</option><option value='Niger' >Niger</option><option value='Nigeria' >Nigeria</option><option value='Niue (NZ)' >Niue (NZ)</option><option value='Norfolk Island (Australia)' >Norfolk Island (Australia)</option><option value='North Korea' >North Korea</option><option value='Northern Mariana Islands (USA)' >Northern Mariana Islands (USA)</option><option value='Norway' >Norway</option><option value='Oman' >Oman</option><option value='Pakistan' >Pakistan</option><option value='Palau' >Palau</option><option value='Palestine' >Palestine</option><option value='Panama' >Panama</option><option value='Papua New Guinea' >Papua New Guinea</option><option value='Paraguay' >Paraguay</option><option value='Peru' >Peru</option><option value='Philippines' >Philippines</option><option value='Pitcairn Islands (UK)' >Pitcairn Islands (UK)</option><option value='Poland' >Poland</option><option value='Portugal' >Portugal</option><option value='Puerto Rico' >Puerto Rico</option><option value='Qatar' >Qatar</option><option value='Republic of the Congo' >Republic of the Congo</option><option value='Reunion (France)' >Reunion (France)</option><option value='Romania' >Romania</option><option value='Russia' >Russia</option><option value='Rwanda' >Rwanda</option><option value='Saint Barthelemy (France)' >Saint Barthelemy (France)</option><option value='Saint Helena, Ascension and Tristan da Cunha (UK)' >Saint Helena, Ascension and Tristan da Cunha (UK)</option><option value='Saint Kitts and Nevis' >Saint Kitts and Nevis</option><option value='Saint Lucia' >Saint Lucia</option><option value='Saint Martin (France)' >Saint Martin (France)</option><option value='Saint Pierre and Miquelon (France)' >Saint Pierre and Miquelon (France)</option><option value='Saint Vincent and the Grenadines' >Saint Vincent and the Grenadines</option><option value='Samoa' >Samoa</option><option value='San Marino' >San Marino</option><option value='Sao Tom and Principe' >Sao Tom and Principe</option><option value='Saudi Arabia' >Saudi Arabia</option><option value='Senegal' >Senegal</option><option value='Serbia' >Serbia</option><option value='Seychelles' >Seychelles</option><option value='Sierra Leone' >Sierra Leone</option><option value='Singapore' >Singapore</option><option value='Sint Maarten (Netherlands)' >Sint Maarten (Netherlands)</option><option value='Slovakia' >Slovakia</option><option value='Slovenia' >Slovenia</option><option value='Solomon Islands' >Solomon Islands</option><option value='Somalia' >Somalia</option><option value='South Africa' >South Africa</option><option value='South Korea' >South Korea</option><option value='South Sudan' >South Sudan</option><option value='Spain' >Spain</option><option value='Sri Lanka' >Sri Lanka</option><option value='Sudan' >Sudan</option><option value='Suriname' >Suriname</option><option value='Svalbard and Jan Mayen (Norway)' >Svalbard and Jan Mayen (Norway)</option><option value='Swaziland' >Swaziland</option><option value='Sweden' >Sweden</option><option value='Switzerland' >Switzerland</option><option value='Syria' >Syria</option><option value='Taiwan' >Taiwan</option><option value='Tajikistan' >Tajikistan</option><option value='Tanzania' >Tanzania</option><option value='Thailand' >Thailand</option><option value='Timor-Leste' >Timor-Leste</option><option value='Togo' >Togo</option><option value='Tokelau (NZ)' >Tokelau (NZ)</option><option value='Tonga' >Tonga</option><option value='Trinidad and Tobago' >Trinidad and Tobago</option><option value='Tunisia' >Tunisia</option><option value='Turkey' >Turkey</option><option value='Turkmenistan' >Turkmenistan</option><option value='Turks and Caicos Islands (UK)' >Turks and Caicos Islands (UK)</option><option value='Tuvalu' >Tuvalu</option><option value='Uganda' >Uganda</option><option value='UK' >UK</option><option value='Ukraine' >Ukraine</option><option value='United Arab Emirates' >United Arab Emirates</option><option value='United States Virgin Islands (USA)' >United States Virgin Islands (USA)</option><option value='Uruguay' >Uruguay</option><option value='USA' >USA</option><option value='Uzbekistan' >Uzbekistan</option><option value='Vanuatu' >Vanuatu</option><option value='Vatican City' >Vatican City</option><option value='Venezuela' >Venezuela</option><option value='Vietnam' >Vietnam</option><option value='Wallis and Futuna (France)' >Wallis and Futuna (France)</option><option value='Western Sahara' >Western Sahara</option><option value='Yemen' >Yemen</option><option value='Zambia' >Zambia</option><option value='Zimbabwe' >Zimbabwe</option></select></div></div><div id="field_9_11" class="gfield gfield--type-text 3t-gf-country-guid 3t-hidden field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_9_11" ><label class='gfield_label gform-field-label' for='input_9_11'>Country GUID</label><div class='ginput_container ginput_container_text'><input name='input_11' id='input_9_11' type='text' value='' class='large'   tabindex='7'   aria-invalid="false"   /> </div></div><div id="field_9_12" class="gfield gfield--type-text gfield--width-full 3t-gf-region 3t-hidden field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_9_12" ><label class='gfield_label gform-field-label' for='input_9_12'>Region</label><div class='ginput_container ginput_container_text'><input name='input_12' id='input_9_12' type='text' value='' class='large'   tabindex='8'   aria-invalid="false"   /> </div></div><div id="field_9_13" class="gfield gfield--type-text gfield--width-full 3t-gf-region-guid 3t-hidden field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_9_13" ><label class='gfield_label gform-field-label' for='input_9_13'>Region GUID</label><div class='ginput_container ginput_container_text'><input name='input_13' id='input_9_13' type='text' value='' class='large'   tabindex='9'   aria-invalid="false"   /> </div></div><div id="field_9_14" class="gfield gfield--type-text gfield--width-full 3t-gf-region-manager 3t-hidden field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_9_14" ><label class='gfield_label gform-field-label' for='input_9_14'>Region Manager</label><div class='ginput_container ginput_container_text'><input name='input_14' id='input_9_14' type='text' value='' class='large'   tabindex='10'   aria-invalid="false"   /> </div></div><div id="field_9_8" class="gfield gfield--type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_9_8" ><label class='gfield_label gform-field-label' for='input_9_8'>Enter your message</label><div class='ginput_container ginput_container_textarea'><textarea name='input_8' id='input_9_8' class='textarea large' tabindex='11'     aria-invalid="false"   rows='10' cols='50'></textarea></div></div><fieldset id="field_9_9" class="gfield gfield--type-consent gfield--type-choice gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_9_9" ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Consent</legend><div class='ginput_container ginput_container_consent'><input name='input_9.1' id='input_9_9_1' type='checkbox' value='1' tabindex='12'   aria-invalid="false"   /> <label class="gform-field-label gform-field-label--type-inline gfield_consent_label" for='input_9_9_1' >I agree to the <a href="#">privacy policy</a></label><input type='hidden' name='input_9.2' value='I agree to the &lt;a href=&quot;#&quot;&gt;privacy policy&lt;/a&gt;' class='gform_hidden' /><input type='hidden' name='input_9.3' value='5' class='gform_hidden' /></div></fieldset><div id="field_9_15" class="gfield gfield--type-hidden gform_hidden field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible"  data-js-reload="field_9_15" ><div class='ginput_container ginput_container_text'><input name='input_15' id='input_9_15' type='hidden' class='gform_hidden'  aria-invalid="false" value='' /></div></div></div></div>
        <div class='gform_footer top_label'> <button type='submit' id='gform_submit_button_9' class='gform_button button' value='Submit' tabindex='13' onclick='if(window["gf_submitting_9"]){return false;}  if( !jQuery("#gform_9")[0].checkValidity || jQuery("#gform_9")[0].checkValidity()){window["gf_submitting_9"]=true;}  ' onkeypress='if( event.keyCode == 13 ){ if(window["gf_submitting_9"]){return false;} if( !jQuery("#gform_9")[0].checkValidity || jQuery("#gform_9")[0].checkValidity()){window["gf_submitting_9"]=true;}  jQuery("#gform_9").trigger("submit",[true]); }' ><span class="arrow arrow-left"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 37 12"><path data-name="Path 140" d="m27.3 0 4.4 4.3H0v3.4h31.7L27.3 12h4.4L37 6.9V5L31.7 0Z" /></svg></span><span class="label">Submit</span>	 			</button> <input type='hidden' name='gform_ajax' value='form_id=9&amp;title=&amp;description=&amp;tabindex=1&amp;theme=gravity-theme' />
            <input type='hidden' class='gform_hidden' name='is_submit_9' value='1' />
            <input type='hidden' class='gform_hidden' name='gform_submit' value='9' />
            
            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' />
            <input type='hidden' class='gform_hidden' name='state_9' value='WyJ7XCI5LjFcIjpcIjkyMzBjZjk5YjI2ZWIyYzVkOGUyMDU5NmRiNTQ3NWEwXCIsXCI5LjJcIjpcImIwM2Y3MTNkM2FjNjgyNTViZjRlZmY4YWJhNmZkNDUyXCIsXCI5LjNcIjpcIjQ1N2RlNGYyNjQyMjYzYzNmNzQ5OWMzNDk4ZWM5NjU0XCJ9IiwiZTgzODMwNTg0YzVjODJhZGU1NTQ1NjVlNjVhNzNlZGEiXQ==' />
            <input type='hidden' class='gform_hidden' name='gform_target_page_number_9' id='gform_target_page_number_9' value='0' />
            <input type='hidden' class='gform_hidden' name='gform_source_page_number_9' id='gform_source_page_number_9' value='1' />
            <input type='hidden' name='gform_field_values' value='' />
            
        </div>
                        </form>
                        </div>
		                <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_9' id='gform_ajax_frame_9' 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( 9, 'https://www.3tglobal.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_9').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_9');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_9').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_9').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_9').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_9').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_9').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_9').val();gformInitSpinner( 9, 'https://www.3tglobal.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [9, current_page]);window['gf_submitting_9'] = 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_9').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_9').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [9]);window['gf_submitting_9'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_9').text());}else{jQuery('#gform_9').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "9", currentPage: "current_page", abort: function() { this.preventDefault(); } }]);                if (event && event.defaultPrevented) {                return;         }        const gformWrapperDiv = document.getElementById( "gform_wrapper_9" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( "span" );            visibilitySpan.id = "gform_visibility_test_9";            gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( "gform_visibility_test_9" );        let postRenderFired = false;                function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            jQuery( document ).trigger( 'gform_post_render', [9, current_page] );            gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 9, 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>
	
</section>

<script type="text/javascript" id="cusajaxcountrypopulate-js-extra">
/* <![CDATA[ */
var cusajax_gf_country_populate_object = {"ajax_url":"https:\/\/www.3tglobal.com\/wp-admin\/admin-ajax.php"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.3tglobal.com/wp-content/themes/aaa-3t-global-v1/js/min/cusajax-gf-country-populate-min.js?ver=1717206212" id="cusajaxcountrypopulate-js"></script>
<script type="text/javascript" id="cusajaxsitesearch-js-extra">
/* <![CDATA[ */
var cusajax_site_search_object = {"ajax_url":"https:\/\/www.3tglobal.com\/wp-admin\/admin-ajax.php"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.3tglobal.com/wp-content/themes/aaa-3t-global-v1/js/min/cusajax-site-search-min.js?ver=6.4.4" id="cusajaxsitesearch-js"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.3tglobal.com/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js?ver=3.1.2" id="wp-polyfill-inert-js"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.3tglobal.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.14.0" id="regenerator-runtime-js"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.3tglobal.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.3tglobal.com/wp-includes/js/dist/dom-ready.min.js?ver=392bdd43726760d1f3ca" id="wp-dom-ready-js"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.3tglobal.com/wp-includes/js/dist/hooks.min.js?ver=c6aec9a8d4e5a5d543a1" id="wp-hooks-js"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.3tglobal.com/wp-includes/js/dist/i18n.min.js?ver=7701b0c3857f914212ef" 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" id="wp-a11y-js-translations">
/* <![CDATA[ */
( function( domain, translations ) {
	var localeData = translations.locale_data[ domain ] || translations.locale_data.messages;
	localeData[""].domain = domain;
	wp.i18n.setLocaleData( localeData, domain );
} )( "default", {"translation-revision-date":"2024-01-24 20:04:42+0000","generator":"GlotPress\/4.0.0-beta.2","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n != 1;","lang":"en_GB"},"Notifications":["Notifications"]}},"comment":{"reference":"wp-includes\/js\/dist\/a11y.js"}} );
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.3tglobal.com/wp-includes/js/dist/a11y.min.js?ver=7032343a947cfccf5608" id="wp-a11y-js"></script>
<script type="text/javascript" defer='defer' src="https://www.3tglobal.com/wp-content/plugins/gravityforms/js/jquery.json.min.js?ver=2.8.12" 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.3tglobal.com\/wp-content\/plugins\/gravityforms\/images"}};
var gf_global = {"gf_currency_config":{"name":"Pound Sterling","symbol_left":"&#163;","symbol_right":"","symbol_padding":" ","thousand_separator":",","decimal_separator":".","decimals":2,"code":"GBP"},"base_url":"https:\/\/www.3tglobal.com\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/www.3tglobal.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"0b0688b31ec79e6d1e8708f1ac423468","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":"Pound Sterling","symbol_left":"&#163;","symbol_right":"","symbol_padding":" ","thousand_separator":",","decimal_separator":".","decimals":2,"code":"GBP"},"base_url":"https:\/\/www.3tglobal.com\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/www.3tglobal.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"0b0688b31ec79e6d1e8708f1ac423468","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":"Pound Sterling","symbol_left":"&#163;","symbol_right":"","symbol_padding":" ","thousand_separator":",","decimal_separator":".","decimals":2,"code":"GBP"},"base_url":"https:\/\/www.3tglobal.com\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/www.3tglobal.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"0b0688b31ec79e6d1e8708f1ac423468","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":"Pound Sterling","symbol_left":"&#163;","symbol_right":"","symbol_padding":" ","thousand_separator":",","decimal_separator":".","decimals":2,"code":"GBP"},"base_url":"https:\/\/www.3tglobal.com\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/www.3tglobal.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"0b0688b31ec79e6d1e8708f1ac423468","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":"Pound Sterling","symbol_left":"&#163;","symbol_right":"","symbol_padding":" ","thousand_separator":",","decimal_separator":".","decimals":2,"code":"GBP"},"base_url":"https:\/\/www.3tglobal.com\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/www.3tglobal.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"0b0688b31ec79e6d1e8708f1ac423468","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":"Pound Sterling","symbol_left":"&#163;","symbol_right":"","symbol_padding":" ","thousand_separator":",","decimal_separator":".","decimals":2,"code":"GBP"},"base_url":"https:\/\/www.3tglobal.com\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/www.3tglobal.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"0b0688b31ec79e6d1e8708f1ac423468","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.3tglobal.com/wp-content/plugins/gravityforms/js/gravityforms.min.js?ver=2.8.12" 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.4.4#038;render=explicit" id="gform_recaptcha-js"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" defer='defer' data-rocket-src="https://www.3tglobal.com/wp-content/plugins/gravityforms/js/placeholders.jquery.min.js?ver=2.8.12" id="gform_placeholder-js"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" defer='defer' data-rocket-src="https://www.3tglobal.com/wp-content/plugins/gravityforms/assets/js/dist/utils.min.js?ver=50c7bea9c2320e16728e44ae9fde5f26" id="gform_gravityforms_utils-js"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" defer='defer' data-rocket-src="https://www.3tglobal.com/wp-content/plugins/gravityforms/assets/js/dist/vendor-theme.min.js?ver=54e7080aa7a02c83aa61fae430b9d869" 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":"0b0688b31ec79e6d1e8708f1ac423468"}}},"hmr_dev":"","public_path":"https:\/\/www.3tglobal.com\/wp-content\/plugins\/gravityforms\/assets\/js\/dist\/"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" defer='defer' data-rocket-src="https://www.3tglobal.com/wp-content/plugins/gravityforms/assets/js/dist/scripts-theme.min.js?ver=bab19fd84843dabc070e73326d787910" id="gform_gravityforms_theme-js"></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 == 6) {if(typeof Placeholders != 'undefined'){
                        Placeholders.enable();
                    }jQuery( "#gform_6" ).on( 'submit', function( event ) {
	jQuery( '<input>' )
		.attr( 'type', 'hidden' )
		.attr( 'name', 'gf_zero_spam_key' )
		.attr( 'value', 'zyhiW5bNHg5MAUQM4VAt65hiMLv1DguCph2a1Ig4PzurWGI3bzvovJ0gzu1pzx1f' )
		.attr( 'autocomplete', 'new-password' )
		.appendTo( jQuery( this ) );
} );} } );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: "6", currentPage: "1", abort: function() { this.preventDefault(); } }]);                if (event && event.defaultPrevented) {                return;         }        const gformWrapperDiv = document.getElementById( "gform_wrapper_6" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( "span" );            visibilitySpan.id = "gform_visibility_test_6";            gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( "gform_visibility_test_6" );        let postRenderFired = false;                function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            jQuery( document ).trigger( 'gform_post_render', [6, 1] );            gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 6, 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 type="rocketlazyloadscript" data-rocket-type="text/javascript">
/* <![CDATA[ */
 gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 4) {jQuery( "#gform_4" ).on( 'submit', function( event ) {
	jQuery( '<input>' )
		.attr( 'type', 'hidden' )
		.attr( 'name', 'gf_zero_spam_key' )
		.attr( 'value', 'zyhiW5bNHg5MAUQM4VAt65hiMLv1DguCph2a1Ig4PzurWGI3bzvovJ0gzu1pzx1f' )
		.attr( 'autocomplete', 'new-password' )
		.appendTo( jQuery( this ) );
} );} } );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: "4", currentPage: "1", abort: function() { this.preventDefault(); } }]);                if (event && event.defaultPrevented) {                return;         }        const gformWrapperDiv = document.getElementById( "gform_wrapper_4" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( "span" );            visibilitySpan.id = "gform_visibility_test_4";            gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( "gform_visibility_test_4" );        let postRenderFired = false;                function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            jQuery( document ).trigger( 'gform_post_render', [4, 1] );            gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 4, 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 type="rocketlazyloadscript" data-rocket-type="text/javascript">
/* <![CDATA[ */
 gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 9) {if(typeof Placeholders != 'undefined'){
                        Placeholders.enable();
                    }jQuery( "#gform_9" ).on( 'submit', function( event ) {
	jQuery( '<input>' )
		.attr( 'type', 'hidden' )
		.attr( 'name', 'gf_zero_spam_key' )
		.attr( 'value', 'zyhiW5bNHg5MAUQM4VAt65hiMLv1DguCph2a1Ig4PzurWGI3bzvovJ0gzu1pzx1f' )
		.attr( 'autocomplete', 'new-password' )
		.appendTo( jQuery( this ) );
} );} } );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: "9", currentPage: "1", abort: function() { this.preventDefault(); } }]);                if (event && event.defaultPrevented) {                return;         }        const gformWrapperDiv = document.getElementById( "gform_wrapper_9" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( "span" );            visibilitySpan.id = "gform_visibility_test_9";            gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( "gform_visibility_test_9" );        let postRenderFired = false;                function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            jQuery( document ).trigger( 'gform_post_render', [9, 1] );            gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 9, 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>


<!-- scripts -->
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.3tglobal.com/wp-content/themes/aaa-3t-global-v1/js/min/plugins-min.js?v=4"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.3tglobal.com/wp-content/themes/aaa-3t-global-v1/js/min/scripts-min.js?v=2.1"></script>


<!--Weglot 4.2.4--><aside data-wg-notranslate="" class="country-selector weglot-dropdown close_outside_click closed weglot-default wg-" tabindex="0" aria-expanded="false" aria-label="Language selected: English"><ul role="none"></ul></aside> </body>
</html>
<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1717206212 -->

Latest requests

# Url Url Source Date
1 https://www.3tglobal.com/news/some… 2024-06-01 03:13:48
2 https://thebolditalic.com/?gi=1155… 2024-06-01 03:13:47
3 https://raysoflightli.com/ 2024-06-01 03:13:46
4 https://thebolditalic.com/?gi=22fd… 2024-06-01 03:13:44
5 https://thebolditalic.com/?gi=fbba… 2024-06-01 03:13:44
6 https://thebolditalic.com/?gi=5ba0… 2024-06-01 03:13:43
7 https://thebolditalic.com/?gi=df86… 2024-06-01 03:13:42
8 https://thebolditalic.com/?gi=f9c9… 2024-06-01 03:13:41
9 https://thebolditalic.com/?gi=56b7… 2024-06-01 03:13:40
10 https://thebolditalic.com/?gi=1528… 2024-06-01 03:13:40
11 https://thebolditalic.com/?gi=5f03… 2024-06-01 03:13:39
12 https://emilianoziljb.thelateblog.… 2024-06-01 03:13:38
13 https://thebolditalic.com/?gi=0941… 2024-06-01 03:13:38
14 https://thebolditalic.com/?gi=6d00… 2024-06-01 03:13:37
15 https://thebolditalic.com/?gi=b0e9… 2024-06-01 03:13:36
16 https://thebolditalic.com/?gi=7e09… 2024-06-01 03:13:36
17 https://thebolditalic.com/?gi=7cc2… 2024-06-01 03:13:35
18 https://thebolditalic.com/?gi=fadb… 2024-06-01 03:13:35
19 https://thebolditalic.com/?gi=6e82… 2024-06-01 03:13:34
20 https://thebolditalic.com/?gi=9c8b… 2024-06-01 03:13:32