CINXE.COM

Comprehensive Fuel Supply and Delivery | Australia-wide

<!doctype html > <html xmlns="http://www.w3.org/1999/xhtml" lang="en" class=""> <head> <meta charset="utf-8"> <script type="text/javascript"> window._currentDevice = 'desktop'; window.Parameters = window.Parameters || { HomeUrl: 'https://www.rfs.com.au/', AccountUUID: 'f0b2c04700df40efac872840b10dfe6c', SystemID: 'US_DIRECT_PRODUCTION', SiteAlias: '596aba7c', SiteType: atob('RFVEQU9ORQ=='), PublicationDate: 'Wed Apr 02 01:51:36 UTC 2025', ExternalUid: null, IsSiteMultilingual: false, InitialPostAlias: '', InitialPostPageUuid: '', InitialDynamicItem: '', DynamicPageInfo: { isDynamicPage: false, base64JsonRowData: 'null', }, InitialPageAlias: 'home', InitialPageUuid: 'f4eb7cb8d115404a8c2297d7a2d07514', InitialPageId: '1174955766', InitialEncodedPageAlias: 'aG9tZQ==', InitialHeaderUuid: '4ea18cffafd2452aa29cebe66d3198aa', CurrentPageUrl: '', IsCurrentHomePage: true, AllowAjax: false, AfterAjaxCommand: null, HomeLinkText: 'Back To Home', UseGalleryModule: false, CurrentThemeName: 'Layout Theme', ThemeVersion: '53560', DefaultPageAlias: '', RemoveDID: true, WidgetStyleID: null, IsHeaderFixed: false, IsHeaderSkinny: false, IsBfs: true, StorePageAlias: 'null', StorePagesUrls: 'e30=', IsNewStore: 'false', StorePath: '', StoreId: 'null', StoreVersion: 0, StoreBaseUrl: '', StoreCleanUrl: true, StoreDisableScrolling: true, IsStoreSuspended: false, HasCustomDomain: true, SimpleSite: false, showCookieNotification: false, cookiesNotificationMarkup: 'null', translatedPageUrl: '', isFastMigrationSite: false, sidebarPosition: 'NA', currentLanguage: 'en', currentLocale: 'en-au', NavItems: '{}', errors: { general: 'There was an error connecting to the page.<br/> Make sure you are not offline.', password: 'Incorrect name/password combination', tryAgain: 'Try again' }, NavigationAreaParams: { ShowBackToHomeOnInnerPages: true, NavbarSize: -1, NavbarLiveHomePage: 'https://www.rfs.com.au/', BlockContainerSelector: '.dmBody', NavbarSelector: '#dmNav:has(a)', SubNavbarSelector: '#subnav_main' }, hasCustomCode: true, planID: '7', customTemplateId: 'null', siteTemplateId: 'null', productId: 'DM_DIRECT', disableTracking: false, pageType: 'FROM_SCRATCH', isRuntimeServer: true, isInEditor: false, hasNativeStore: false, defaultLang: 'en', hamburgerMigration: null, isFlexSite : false }; window.Parameters.LayoutID = {}; window.Parameters.LayoutID[window._currentDevice] = 6; window.Parameters.LayoutVariationID = {}; window.Parameters.LayoutVariationID[window._currentDevice] = 5; </script> <!-- Injecting site-wide to the head --> <!-- End Injecting site-wide to the head --> <!-- Inject secured cdn script --> <!-- ========= Meta Tags ========= --> <!-- PWA settings --> <script> function toHash(str) { var hash = 5381, i = str.length; while (i) { hash = hash * 33 ^ str.charCodeAt(--i) } return hash >>> 0 } </script> <script> (function (global) { //const cacheKey = global.cacheKey; const isOffline = 'onLine' in navigator && navigator.onLine === false; const hasServiceWorkerSupport = 'serviceWorker' in navigator; if (isOffline) { console.log('offline mode'); } if (!hasServiceWorkerSupport) { console.log('service worker is not supported'); } if (hasServiceWorkerSupport && !isOffline) { window.addEventListener('load', function () { const serviceWorkerPath = '/runtime-service-worker.js?v=3'; navigator.serviceWorker .register(serviceWorkerPath, { scope: './' }) .then( function (registration) { // Registration was successful console.log( 'ServiceWorker registration successful with scope: ', registration.scope ); }, function (err) { // registration failed :( console.log('ServiceWorker registration failed: ', err); } ) .catch(function (err) { console.log(err); }); }); // helper function to refresh the page var refreshPage = (function () { var refreshing; return function () { if (refreshing) return; // prevent multiple refreshes var refreshkey = 'refreshed' + location.href; var prevRefresh = localStorage.getItem(refreshkey); if (prevRefresh) { localStorage.removeItem(refreshkey); if (Date.now() - prevRefresh < 30000) { return; // dont go into a refresh loop } } refreshing = true; localStorage.setItem(refreshkey, Date.now()); console.log('refereshing page'); window.location.reload(); }; })(); function messageServiceWorker(data) { return new Promise(function (resolve, reject) { if (navigator.serviceWorker.controller) { var worker = navigator.serviceWorker.controller; var messageChannel = new MessageChannel(); messageChannel.port1.onmessage = replyHandler; worker.postMessage(data, [messageChannel.port2]); function replyHandler(event) { resolve(event.data); } } else { resolve(); } }); } } })(window); </script> <!-- Add manifest --> <link rel="manifest" href="/manifest.json"> <!-- Tell the browser it's a PWA --> <meta name="mobile-web-app-capable" content="yes"> <!-- Tell iOS it's a PWA --> <meta name="apple-mobile-web-app-capable" content="yes"> <!-- End PWA settings --> <link rel="canonical" href="https://www.rfs.com.au/"> <meta id="view" name="viewport" content="initial-scale=1, minimum-scale=1, maximum-scale=5, viewport-fit=cover"> <meta name="apple-mobile-web-app-capable" content="yes"> <!--Add favorites icons--> <link rel="apple-touch-icon" href="https://irp.cdn-website.com/596aba7c/dms3rep/multi/Home-screen-icon-%28mobile---tablet%29.png"/> <link rel="icon" type="image/x-icon" href="https://irp.cdn-website.com/596aba7c/site_favicon_16_1646139490821.ico"/> <!-- End favorite icons --> <link rel="preconnect" href="https://lirp.cdn-website.com/"/> <!-- render the required CSS and JS in the head section --> <script id='d-js-dmapi'> window.SystemID = 'US_DIRECT_PRODUCTION'; if (!window.dmAPI) { window.dmAPI = { registerExternalRuntimeComponent: function () { }, getCurrentDeviceType: function () { return window._currentDevice; }, runOnReady: (ns, fn) => { const safeFn = dmAPI.toSafeFn(fn); ns = ns || 'global_' + Math.random().toString(36).slice(2, 11); const eventName = 'afterAjax.' + ns; if (document.readyState === 'complete') { $.DM.events.off(eventName).on(eventName, safeFn); setTimeout(function () { safeFn({ isAjax: false, }); }, 0); } else { window?.waitForDeferred?.('dmAjax', () => { $.DM.events.off(eventName).on(eventName, safeFn); safeFn({ isAjax: false, }); }); } }, toSafeFn: (fn) => { if (fn?.safe) { return fn; } const safeFn = function (...args) { try { return fn?.apply(null, args); } catch (e) { console.log('function failed ' + e.message); } }; safeFn.safe = true; return safeFn; } }; } if (!window.requestIdleCallback) { window.requestIdleCallback = function (fn) { setTimeout(fn, 0); } } </script> <!-- loadCSS function header.jsp--> <script id="d-js-load-css"> /** * There are a few <link> tags with CSS resource in them that are preloaded in the page * in each of those there is a "onload" handler which invokes the loadCSS callback * defined here. * We are monitoring 3 main CSS files - the runtime, the global and the page. * When each load we check to see if we can append them all in a batch. If threre * is no page css (which may happen on inner pages) then we do not wait for it */ (function () { let cssLinks = {}; function loadCssLink(link) { link.onload = null; link.rel = "stylesheet"; link.type = "text/css"; } function checkCss() { const pageCssLink = document.querySelector("[id*='CssLink']"); const widgetCssLink = document.querySelector("[id*='widgetCSS']"); if (cssLinks && cssLinks.runtime && cssLinks.global && (!pageCssLink || cssLinks.page) && (!widgetCssLink || cssLinks.widget)) { const storedRuntimeCssLink = cssLinks.runtime; const storedPageCssLink = cssLinks.page; const storedGlobalCssLink = cssLinks.global; const storedWidgetCssLink = cssLinks.widget; storedGlobalCssLink.disabled = true; loadCssLink(storedGlobalCssLink); if (storedPageCssLink) { storedPageCssLink.disabled = true; loadCssLink(storedPageCssLink); } if(storedWidgetCssLink) { storedWidgetCssLink.disabled = true; loadCssLink(storedWidgetCssLink); } storedRuntimeCssLink.disabled = true; loadCssLink(storedRuntimeCssLink); requestAnimationFrame(() => { setTimeout(() => { storedRuntimeCssLink.disabled = false; storedGlobalCssLink.disabled = false; if (storedPageCssLink) { storedPageCssLink.disabled = false; } if (storedWidgetCssLink) { storedWidgetCssLink.disabled = false; } // (SUP-4179) Clear the accumulated cssLinks only when we're // sure that the document has finished loading and the document // has been parsed. if(document.readyState === 'interactive') { cssLinks = null; } }, 0); }); } } function loadCSS(link) { try { var urlParams = new URLSearchParams(window.location.search); var noCSS = !!urlParams.get("nocss"); var cssTimeout = urlParams.get("cssTimeout") || 0; if (noCSS) { return; } if (link.href && link.href.includes("d-css-runtime")) { cssLinks.runtime = link; checkCss(); } else if (link.id === "siteGlobalCss") { cssLinks.global = link; checkCss(); } else if (link.id && link.id.includes("CssLink")) { cssLinks.page = link; checkCss(); } else if (link.id && link.id.includes("widgetCSS")) { cssLinks.widget = link; checkCss(); } else { requestIdleCallback(function () { window.setTimeout(function () { loadCssLink(link); }, parseInt(cssTimeout, 10)); }); } } catch (e) { throw e } } window.loadCSS = window.loadCSS || loadCSS; })(); </script> <script data-role="deferred-init" type="text/javascript"> /* usage: window.getDeferred(<deferred name>).resolve() or window.getDeferred(<deferred name>).promise.then(...)*/ function Def() { this.promise = new Promise((function (a, b) { this.resolve = a, this.reject = b }).bind(this)) } const defs = {}; window.getDeferred = function (a) { return null == defs[a] && (defs[a] = new Def), defs[a] } window.waitForDeferred = function (b, a, c) { let d = window?.getDeferred?.(b); d ? d.promise.then(a) : c && ["complete", "interactive"].includes(document.readyState) ? setTimeout(a, 1) : c ? document.addEventListener("DOMContentLoaded", a) : console.error(`Deferred does not exist`); }; </script> <style id="forceCssIncludes"> /* This file is auto-generated from a `scss` file with the same name */ .videobgwrapper{overflow:hidden;position:absolute;z-index:0;width:100%;height:100%;top:0;left:0;pointer-events:none;border-radius:inherit}.videobgframe{position:absolute;width:101%;height:100%;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);object-fit:fill}#dm video.videobgframe{margin:0}@media (max-width:767px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:80vh}}@media (min-width:1025px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}@media (min-width:768px) and (max-width:1024px){.responsiveTablet .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}#dm [data-show-on-page-only]{display:none!important}#dmRoot div.stickyHeaderFix div.site_content{margin-top:0!important}#dmRoot div.stickyHeaderFix div.hamburger-header-container{position:relative} body #dm #\31 300204871:not(.photo-gallery-done):not([data-widget-initialized]) { height: 542.296875px !important; min-height: initial;} </style> <style id="cssVariables" type="text/css"> :root { --color_1: rgba(1,110,184,1); --color_2: rgba(223,26,33,1); --color_3: rgba(13,62,95,1); --color_4: rgba(255,255,255,1); } </style> <style id="hideAnimFix"> .dmDesktopBody:not(.editGrid) [data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) [data-anim-extended] { visibility: hidden; } .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-extended] { visibility: hidden !important; } #dmRoot:not(.editGrid) .flex-element [data-anim-extended] { visibility: hidden; } </style> <style id="criticalCss"> @charset "UTF-8";.videobgframe,.videobgwrapper{position:absolute;height:100%}.display_None,.dmPopupMask{display:none}.clearfix:after,.dmDesktopBody:not(.editGrid) [data-anim-desktop]:not([data-anim-desktop=none]),.dmDesktopBody:not(.editGrid) [data-anim-extended]{visibility:hidden}@font-face{font-family:FontAwesome;font-display:block;src:url(https://static.cdn-website.com/fonts/fontawesome-webfont.eot?v=6);src:url(https://static.cdn-website.com/fonts/fontawesome-webfont.eot?#iefix&v=6) format("embedded-opentype"),url(https://static.cdn-website.com/fonts/fontawesome-webfont.woff?v=6) format("woff"),url(https://static.cdn-website.com/fonts/fontawesome-webfont.ttf?v=6) format("truetype"),url(https://static.cdn-website.com/fonts/fontawesome-webfont.svg#fontawesomeregular?v=6) format("svg");font-weight:400;font-style:normal}@font-face{font-family:dm-font;font-display:block;src:url(https://static.cdn-website.com/fonts/dm-font.woff?v=12) format("woff"),url(https://static.cdn-website.com/fonts/dm-font.ttf?v=12) format("truetype"),url(https://static.cdn-website.com/fonts/dm-font.svg?v=12#dm-font) format("svg");font-weight:400;font-style:normal}.videobgwrapper{overflow:hidden;z-index:0;width:100%;top:0;left:0;border-radius:inherit}.videobgframe{width:101%;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);object-fit:fill}#dm video.videobgframe{margin:0}:root{--color_1:rgba(1,110,184,1);--color_2:rgba(223,26,33,1);--color_3:rgba(13,62,95,1);--color_4:rgba(255,255,255,1)}.dmInner{min-height:100vh!important;position:relative;min-width:768px!important}.dmPopup,.dmPopupMask{position:fixed;left:0}.dmDisplay_None{display:none!important}.clearfix:after{clear:both;line-height:0;height:0}.clearfix:after,.clearfix:before{content:' ';display:table}.clearfix{display:inline-block}#dm .dmWidget .icon{font-size:26px}body.dmRoot #dm .dmOuter .dmInner .dmWidget .icon.hasFontIcon{height:26px;margin-top:-13px;line-height:normal;text-align:center;background-image:none}.dmRoot .hasFontIcon{background-image:none!important}.dmPopupMask{margin:0;width:10px;z-index:1000000999;top:0}#dmRoot .dmPopup,.dmPopup,.dmPopupClose:before,[data-display-type=block]{display:block}.dmPopup{text-align:left;top:10px;width:93%;z-index:1000009999!important;box-sizing:border-box;background:#f5f5f5;overflow-y:auto;height:100%}.dmPopup .dmPopupTitle{text-align:left;font:700 19px Helvetica,Arial;margin:20px 20px 35px;color:#999}#dm .dmInner .dmWidget,.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner,.dmPhotoGalleryHolder,.graphicWidget,.imageWidget a,.text-align-center,div.tabulataion-Tabs-Title{text-align:center}#dmPopup{opacity:0}.dmPopupClose,.dmPopupClose:before{position:absolute;visibility:visible}.dmPopupClose{border-radius:25px;width:27px;height:27px;z-index:1;background-color:rgba(255,255,255,.4);top:12px;right:12px}.dmPopupClose:before{font-size:20px;color:#000;top:3px;right:3px}[class*=' dm-icon-']:before{font-family:dm-font!important}.dmRespRow.fullBleedMode>.dmRespColsWrapper{width:100%!important;max-width:100%!important}.dmRespRow.fullBleedMode{padding-left:0!important;padding-right:0!important}#dm .dmRespRow .dmRespColsWrapper{display:flex}#dm .dmBody .dmRespRow.relativePos,#dm .hasBackgroundOverlay:not(.dmPopupPage):not(.layout-drawer){position:relative!important}#dm .hasBackgroundOverlay:not(.hasExtraLayerOverlay):before{display:block!important;position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;content:' '!important;border-radius:inherit}img,video{display:inline-block}#dm .hasBackgroundOverlay>.bgExtraLayerOverlay{width:100%!important;height:100%!important;position:absolute;top:0;left:0}#dm .dmInner .dmWidget.align-center,.align-center{margin-left:auto;margin-right:auto}body.fix-mobile-scrolling{overflow:initial}#dmRoot{text-decoration-skip-ink:none}#dm .sticky-widgets-container-global [data-element-type]{position:fixed!important}.video-ssr .videobgframe{object-fit:cover}@media (min-width:1025px) and (max-width:1399px){[data-hidden-on-desktop]{display:none!important}}body{-webkit-overflow-scrolling:touch}@media (min-width:1025px){:root{--btn-text-font-size:16px}}@media (min-width:768px) and (max-width:1024px){[data-hidden-on-tablet]{display:none!important}:root{--btn-text-font-size:16px}}nav{display:block}html{font-family:Source Sans Pro;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}h1{font-size:2em;margin:.67em 0}strong{font-weight:700}hr{box-sizing:content-box;height:0}img{border:0;max-width:100%;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}button{font-family:inherit;font-size:100%;margin:0;line-height:normal;text-transform:none;-webkit-appearance:button}button::-moz-focus-inner{border:0;padding:0}*,:after,:before{box-sizing:border-box}.dmRespRow.dmRespRowNoPadding{padding:0}.dmRespRow{padding-top:15px;padding-bottom:15px}.dmRespRow .dmRespRow:after,.dmRespRow .dmRespRow:before,.dmRespRow:after,.dmRespRow:before{content:' ';display:table}.dmRespRow .dmRespRow:after,.dmRespRow:after{clear:both}.dmRespRow,.dmRespRow .dmRespColsWrapper{max-width:960px;position:relative;margin:0 auto;width:100%}@media screen and (min-width:1200px){.rows-1200 .dmRespRow:not(.fullBleedMode) .dmRespColsWrapper{max-width:1200px}}.dmRespRow .dmRespCol{position:relative;width:100%;display:inline-block;vertical-align:top;float:left}.dmRespRow .dmRespCol>*{max-width:100%}.dmRespRow .dmRespRow{width:auto;margin-top:0;margin-bottom:0;max-width:none}.dmDesktopBody .dmRespRow .large-2{position:relative;width:16.66667%}.dmDesktopBody .dmRespRow .large-3{position:relative;width:25%}.dmDesktopBody .dmRespRow .large-8{position:relative;width:66.66667%}.dmDesktopBody .dmRespRow .large-12{position:relative;width:100%}[class*=' dm-icon-']{speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:dm-font}.dm-icon-phone:before{content:'\ea6e'}[class*=' dm-common-icons-']{speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:dm-common-icons!important}.dm-common-icons-close:before{content:'\e901'}#dm div.dmContent [class*=' icon-'],[class*=' icon-']{font-family:FontAwesome!important;font-weight:400;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased}[class*=' icon-']:before{text-decoration:none;display:inline-block;speak:none}a [class*=' icon-']{display:inline}[class*=' icon-']{display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0 0;background-repeat:repeat;margin-top:0}.icon-star:before{content:'\f005'}.icon-angle-right:before{content:'\f105'}.icon-angle-down:before{content:'\f107'}.icon-long-arrow-right:before{content:'\f178'}#dm .dmRespRow .dmRespCol>.dmWidget{overflow:initial}@media (min-width:768px){#dm .dmRespRow .dmRespCol>.dmWidget{width:280px;max-width:100%}#dm .sticky-widgets-container-global .dmWidget{width:230px;max-width:100%}#dm .dmRespRow .dmRespCol.large-2>.dmWidget{width:100%}}@media (max-width:767px){#dm .dmInner .dmWidget{width:100%}.dmRoot .dmNewParagraph[data-version] .m-text-align-center{text-align:center!important}}#dm .dmInner .dmWidget:not(.displayNone){display:inline-block}#dm .dmInner .dmWidget:not(.flexButton):not(.displayNone)[data-display-type=block]{display:block}#dm .dmInner .dmWidget{text-decoration:none;margin:10px 0;clear:both;position:relative;line-height:22px;box-shadow:none;background-image:none;padding:0;height:auto;border-style:solid;white-space:nowrap}#dm .dmInner .dmWidget:after{content:'';display:inline-block;height:100%;vertical-align:middle;width:0;margin-right:-.25em}#dm .dmInner .dmWidget .iconBg{position:absolute;left:0;width:50px;top:50%;margin-top:-13px}#dm .dmWidget .text{display:inline-block;vertical-align:middle;font-size:1.125em;line-height:normal;white-space:normal;padding:10px 7px;max-width:98%}html:not(.ios-preview) #dm .hasStickyHeader .dmInner div.dmHeaderContainer{position:fixed!important;z-index:101;width:100%;min-width:768px}[data-video-bg]{min-height:100px}#dm .sticky-widgets-container-global [data-element-type].sticky-desktop-position-bottom-right{top:initial!important;bottom:0!important;margin-bottom:40px;right:0!important;left:initial!important;margin-right:40px}body:not(.responsiveTablet) #dm .dmInner .dmBody .hide-for-large,body:not(.responsiveTablet) .hide-for-large{display:none!important}.imageWidget{position:relative}.imageWidget a{font-style:italic}.imageWidget img[width][height]{height:auto}#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-center_center .photoGalleryThumbs .caption-container .caption-inner:not(:has(>.caption-link)){justify-content:center;align-items:center}#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-center_center .photoGalleryThumbs .caption-container .caption-inner .caption-button{margin:10px auto}#dm .dmPhotoGallery.newPhotoGallery .dmPhotoGalleryHolder{width:100%;padding:0;display:none}#dm .dmPhotoGallery.newPhotoGallery .layout-container .photogallery-column .photoGalleryThumbs .image-container a img{display:none!important}#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden;z-index:1;background-color:rgba(255,255,255,.9);color:#333;padding:15px;height:100%;box-sizing:border-box}#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner .caption-button{margin:10px auto;max-width:100%}#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner .caption-button .text{padding:10px 20px!important}#dm .dmPhotoGallery.newPhotoGallery.text-layout-over .photoGalleryThumbs .caption-container{height:100%;width:100%;position:absolute;top:0;left:0;padding:inherit}#dm .dmPhotoGallery.newPhotoGallery.text-layout-over .photoGalleryThumbs .caption-inner{display:flex;flex-direction:column;justify-content:center;box-sizing:border-box;min-height:0!important;padding:10px;transform:scale(1.05);opacity:0;filter:alpha(opacity=0)}.graphicWidget{width:200px;height:200px;margin:10px auto}.graphicWidget svg.svg{width:100%;height:100%;color:#000;fill:#000}.dmNewParagraph[data-version]{line-height:initial}.dmNewParagraph[data-version] .text-align-center{text-align:center!important}.dmNewParagraph[data-version] h1,.dmNewParagraph[data-version] h2,.dmNewParagraph[data-version] h3,.dmNewParagraph[data-version] p{margin-top:0;margin-bottom:0}.dmNewParagraph[data-version] a{vertical-align:initial}.tabulation-Main-Container,.tabulation-Main-Container a,.tabulation-Main-Container div,.tabulation-Main-Container img{position:relative;display:block;width:100%;height:auto;padding:0;margin:0;line-height:1.5em;text-decoration:none;box-sizing:border-box;font-family:inherit;font-weight:300}.tabulation-Main-Container .tabulation-Img{max-height:500px;object-fit:cover}div.tabulation-Main-Container{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start;justify-content:flex-start;align-items:center}div.tabulation-Section-Left,div.tabulation-Section-Right{width:50%}div.tabulation-Left-Tabs{width:100%;display:flex;flex-wrap:wrap;margin-top:5px}div.tabulataion-Tabs-Title{width:calc(25% - 2px);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:25px;box-sizing:border-box;background-color:#073B5F;color:#fff;margin-right:2px;margin-bottom:2px}div.tabulataion-Tabs-Title:last-child{margin-right:0}div.tabulation-Section-Right{padding-left:10%;display:flex;flex-direction:column;flex-wrap:wrap;align-content:flex-start;justify-content:flex-start;align-items:flex-start}div.tabulation-Right-Panel{display:flex;flex-direction:column;flex-wrap:wrap;align-content:flex-start;justify-content:flex-start;align-items:flex-start}h4.tabulation-Panel-TopTitle{margin:0;font-size:18px;font-weight:500;color:#E01A22;text-align:left;text-transform:uppercase}h2.tabulation-Panel-Title{color:#016EB8;font-size:32px;font-weight:600;line-height:1.2;margin:20px 0;text-align:left;text-transform:capitalize}p.rteBlock,p.tabulation-Panel-Description{display:initial;margin:0;text-align:left}a.tabulation-Panel-Button{width:auto;display:flex;flex-direction:row;flex-wrap:nowrap;align-content:center;justify-content:flex-start;align-items:center;border:1px solid #073B5F;padding-left:40px;text-transform:capitalize}span.tabulation-Button-Text{display:flex;align-items:center;margin:0;color:#073B5F;text-transform:uppercase}div.tabulation-Button-Icon{display:flex;width:53px;height:auto;color:#E01A22;background-color:#073B5F;align-content:center;justify-content:center;align-items:center;margin-left:40px;padding:15px;font-size:22px}.testimonial-Main-Container,.testimonial-Main-Container div,.testimonial-Main-Container img{position:relative;display:block;width:100%;height:auto;padding:0;margin:0;line-height:1.5em;text-decoration:none;box-sizing:border-box;font-family:inherit;font-weight:300}.widget-Loader-Container img{max-width:100px}div.testimonial-Section-Content{display:flex;flex-direction:row;flex-wrap:wrap;align-content:center;justify-content:center;align-items:center}div.testimonial-Content-Left,div.testimonial-Content-Right{width:37.5%}div.testimonial-Content-Center{width:25%}div.testimonial-Wrapper-TopTitle{font-size:16px;text-transform:uppercase;color:#E01A22;text-align:left}div.testimonial-Wrapper-MainTitle{font-size:40px;font-weight:600;line-height:1.2;margin-bottom:20px;margin-top:10px;text-align:left}div.testimonial-Content-Center img{width:100%}div.testimonial-Right-Wrapper{padding-left:30px}div.testimonial-Right-Wrapper p.rteBlock{text-align:left;margin:0}div.testimonial-Left-ArrowContainer{display:flex;flex-wrap:wrap;align-content:center;justify-content:flex-start;align-items:center}.sideslider-Main-Container,.sideslider-Main-Container a,.sideslider-Main-Container div,.sideslider-Main-Container img{position:relative;display:block;width:100%;height:auto;padding:0;margin:0;line-height:1.5em;text-decoration:none;box-sizing:border-box;font-family:inherit;font-weight:300}.widget-Loader-Container{position:absolute;display:flex;align-items:center;justify-content:center;width:100%;height:100%;top:0;left:0;background-color:rgba(200,200,200,.5);z-index:1}div.sideslider-Container-Section,div.sideslider-Section-Content{display:flex;flex-direction:row;flex-wrap:wrap;align-content:center;justify-content:flex-start;align-items:center}div.sideslider-Content-Left{width:calc(30% - 50px);margin-right:50px}div.sideslider-Content-Right{width:70%}div.sideslider-Wrapper-TopTitle{font-size:16px;text-transform:uppercase;color:#E01A22;text-align:left}div.sideslider-Wrapper-MainTitle{font-size:40px;font-weight:600;line-height:1.2;margin-bottom:20px;margin-top:10px;text-align:left}div.sideslider-Wrapper-Description{font-size:15px;text-align:left}div.sideslider-Right-Wrapper{margin:0 10px;display:flex;flex-direction:column;flex-wrap:wrap;align-content:center;justify-content:flex-start;align-items:center}div.sideslider-Right-Wrapper:first-child,h1,h2,h3,h4,ul{margin-left:0}div.sideslider-Right-Wrapper:last-child,h1,h2,h3,h4,ul{margin-right:0}p.sideslider-Wrapper-Title{display:flex;position:relative;flex-wrap:nowrap;align-content:flex-start;justify-content:center;align-items:center;margin-top:10px}div.sideslider-Left-ArrowContainer{font-size:16px;text-transform:uppercase;display:flex;flex-direction:row;flex-wrap:wrap;align-content:center;justify-content:flex-start;align-items:center;margin-top:10px}img[width][height]{height:auto}*{scrollbar-arrow-color:#fff;scrollbar-track-color:#f2f2f2;scrollbar-face-color:silver;scrollbar-highlight-color:silver;scrollbar-3dlight-color:silver;scrollbar-shadow-color:silver;scrollbar-darkshadow-color:silver;scrollbar-width:12px}body{width:100%;overflow:hidden;-webkit-text-size-adjust:100%!important;-ms-text-size-adjust:100%!important}A IMG{border:0}#dm video{max-width:100%!important;display:block;margin:10px auto}.dmInner *{-webkit-font-smoothing:antialiased}.clearfix,a,img,li,ul{vertical-align:top}#iscrollBody,#site_content{position:relative}.dmOuter{word-wrap:break-word}.dmInner{font-size:16px}.dmDesktopBody .dmInner{min-width:960px}.dmInner ul:not(.defaultList){padding:0}.dmHeader{text-align:center;max-width:100%;position:relative;width:100%}DIV.dmBody{padding:0;clear:both}.dmContent{margin:0;padding:0}#site_content ul:not(.defaultList){-webkit-padding-start:0;-moz-padding-start:0;list-style-position:inside}#innerBar{position:relative;height:36px;width:100%;font-size:20px;margin:0;z-index:80}#dm .dmRespRow.dmRespRowNoPadding{padding:0}.dmRespRowsWrapper{max-width:960px;margin:0 auto}.dmLargeBody .imageWidget:not(.displayNone){display:inline-block;max-width:100%}#dm .dmRespColsWrapper{display:block}.imageWidget:not(.displayNone) img{width:100%}.imageWidget:not(.displayNone) img[width][height]{height:auto}h3{font-weight:400;font-size:23px}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol,.dmLargeBody .fHeader .dmRespRow .dmRespCol{padding-left:.75%;padding-right:.75%}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol:first-child,.dmLargeBody .fHeader .dmRespRow .dmRespCol:first-child{padding-left:0;padding-right:1.5%}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol:last-child,.dmLargeBody .fHeader .dmRespRow .dmRespCol:last-child{padding-right:0;padding-left:1.5%}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol:only-child,.dmLargeBody .fHeader .dmRespRow .dmRespCol:only-child{padding-left:0;padding-right:0}#innerBar.lineInnerBar{display:table;width:100%;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;font-size:20px;margin-top:30px;margin-bottom:30px;background-color:transparent}#innerBar .titleLine{display:table-cell;vertical-align:middle;width:50%}.dmPageTitleRow:not(#innerBar){display:none}.titleLine hr{min-height:1px}.dmStandardDesktop{display:block}#dmFirstContainer .dmRespRowsWrapper:after,#dmFirstContainer .dmRespRowsWrapper:before{content:"";display:table}.dmInner a{outline:0;vertical-align:inherit}.dmLinksMenu>ul{display:block;margin:0;font-size:inherit}.standardHeaderLayout .dmHeader{float:none;display:block;height:auto}.dmStandardDesktop{margin:0 auto}.dmPhotoGalleryHolder{font-size:medium!important;margin:0;list-style:none}#dm .dmPhotoGallery .dmPhotoGalleryHolder{width:100%;padding:0}body{background-color:#eee}.main-navigation.unifiednav{display:flex;justify-content:flex-start;align-items:stretch;overflow:visible}.main-navigation.unifiednav ul{list-style:none;padding:0;margin:0;font-size:1rem}.main-navigation.unifiednav .unifiednav__container{display:flex;justify-content:flex-start;list-style:none}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap{display:flex;justify-content:flex-start;position:relative;font-weight:400}.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap::after,.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap::before{content:'';align-self:center;font-weight:700}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;color:inherit;text-decoration:none;position:relative;padding:12px 15px;margin:0;font-weight:inherit;letter-spacing:.03em}.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{padding:0 15px}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item .nav-item-text{white-space:nowrap}.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::after,.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::before{content:'';width:100%;height:0;border:0 solid transparent;border-top-color:currentColor;display:block;opacity:0}.main-navigation.unifiednav.effect-text-color{padding:12px 15px}.main-navigation.unifiednav .unifiednav__container .unifiednav__item:not(.unifiednav__item_has-sub-nav) .icon{display:none}.main-navigation.unifiednav .unifiednav__container[data-depth]{position:absolute;top:0;left:0;flex-direction:column;opacity:0;z-index:100;background-color:#faf9f9}.main-navigation.unifiednav .unifiednav__container[data-depth='0']{top:100%;transform:translateY(-10px)}.main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container[data-depth='0']{left:15px}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap .unifiednav__container>.unifiednav__item-wrap{flex-direction:column}.main-navigation.unifiednav .unifiednav__container[data-depth]>.unifiednav__item-wrap .unifiednav__item{padding:15px 30px 15px 15px;margin:0}.main-navigation.unifiednav .unifiednav__container[data-depth]>.unifiednav__item-wrap:not(:last-child)::after{content:''!important;width:100%;height:0;color:#ececec;align-self:center;border:0 solid currentColor}.main-navigation.unifiednav[layout-sub=submenu_horizontal_2] .unifiednav__container[data-depth]{color:#999}.main-navigation.unifiednav[layout-sub=submenu_horizontal_2] .unifiednav__container[data-depth]>.unifiednav__item-wrap:not(:last-child)::after{border-top-width:1px}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item.unifiednav__item_has-sub-nav .icon{display:initial;padding-left:10px;margin-left:0}.main-navigation.unifiednav:not(.unifiednav_vertical)>.unifiednav__container{justify-content:inherit}#dm .p_hfcontainer nav.main-navigation.unifiednav{min-width:9em!important;text-align:initial!important}#dm .main-navigation.unifiednav .unifiednav__container[data-depth]{background-color:transparent}#dm .main-navigation.unifiednav[layout-sub=submenu_horizontal_2] .unifiednav__container[data-depth]{background-color:#faf9f9}#dm .main-navigation.unifiednav .unifiednav__container[data-depth]>.unifiednav__item-wrap:not(:last-child)::after{color:#d1d1d1}#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL])>.unifiednav__container{flex-wrap:wrap;justify-content:inherit}#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL])>.unifiednav__container .nav-item-text::before{text-align:left}#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before{content:''}#dm .main-navigation.unifiednav:not([data-nav-structure=SPLIT]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:last-child .unifiednav__container[data-depth='0']{left:auto;right:0}#dm .dmBody .dmRespRowsWrapper{max-width:none;background-color:transparent}.dmLargeBody .dmRespRow{width:100%;max-width:none;margin-left:0;margin-right:0;padding-left:40px;padding-right:40px}.dmStandardDesktop .dmHeader{max-width:100%}p{line-height:1.5em}#dm div.dmRespCol>*{line-height:normal}#dm div.dmContent h3{color:#fff}#dm div.dmContent h2,#dm div.dmContent h4{color:#333}#dm div.dmInner{line-height:initial}#dm div.dmInner h1,#dm div.dmInner h2,#dm div.dmInner h3,#dm div.dmInner h4{font-family:Montserrat,"Montserrat Fallback"}#dm DIV.dmInner{background-repeat:no-repeat;background-image:url(https://irt-cdn.multiscreensite.com/ce0bb35f932b47bb809d0e37905542ba/dms3rep/multi/site_background_education-2087x1173.jpg);background-size:cover;background-position:50% 0}#dm div.dmOuter div.dmInner{background-position:center center;background-repeat:repeat;background-size:auto}#dm .d-page-1716942098 DIV.dmInner,#dm .dmBody div.u_1863347688,#dmRoot .icon-long-arrow-right:before{background-position:50% 50%!important;background-repeat:no-repeat!important}.dmLargeBody .dmBody .dmRespRowsWrapper{background-color:transparent}#dm .dmRespCol div.dmNewParagraph,#dm div.dmInner,#dm div.dmInner .dmRespCol{color:rgba(13,62,95,1);font-family:Arial,"Arial Fallback";font-weight:400}#dm div.dmContent h1,#dm div.dmContent h2,#dm div.dmContent h3{direction:ltr;font-family:Arial,"Arial Fallback";font-weight:700;font-style:normal}#dm div.dmContent h1{color:#fff;text-decoration:none}#dm div.dmContent h2{color:rgba(1,110,184,1);text-decoration:none;letter-spacing:initial}#dm div.dmContent h4{font-family:Arial,"Arial Fallback";color:rgba(13,62,95,1);direction:ltr;font-style:normal;text-decoration:none}#dm div.dmContent .dmNewParagraph[data-version] h1{text-decoration:inherit}#dm div.dmContent .dmNewParagraph[data-version] h1 *{text-decoration:none}#dm div.dmContent .dmNewParagraph[data-version] h2{text-decoration:inherit}#dm div.dmContent .dmNewParagraph[data-version] h2 *{text-decoration:none}#dm .dmNewParagraph a,#dm div.dmNewParagraph a{color:rgba(0,110,184,1);text-decoration:underline}#dm div.dmContent h3{color:rgba(1,110,184,1);text-decoration:none;letter-spacing:initial}#dm div.dmContent .dmNewParagraph[data-version] h3{text-decoration:inherit}#dm div.dmContent .dmNewParagraph[data-version] h3 *{text-decoration:none}#dm div.dmContent h4{font-weight:400;letter-spacing:initial}.dmRespRow .dmRespColsWrapper,.dmRespRow.hero-res1 .dmRespColsWrapper{max-width:1190px!important;margin:0 auto!important}.middle{display:-webkit-box!important;display:-moz-box!important;display:-ms-flexbox!important;display:-webkit-flex!important;display:flex!important;flex-direction:column!important;justify-content:center!important}.dmNewParagraph{text-align:left!important;margin:0!important;padding:0!important;line-height:1.2!important}#dm .dmOuter .dmInner .dmWidget[data-buttonstyle=CONTRAST_ICON] .iconBg{top:0!important;bottom:0!important;width:60px!important;right:0!important;left:auto!important}#dmRoot .icon-long-arrow-right:before{background-image:url(https://lirp.cdn-website.com/596aba7c/dms3rep/multi/opt/left-arrow-eeac7116.svg),url(data:image/png-2880w;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important;background-size:30px!important;font-weight:700!important;transform:translateY(-25%)!important;font-size:50px!important;color:transparent!important}#dmRoot .btn-content1 .dmOnlyButton .iconBg{background:#0D3E5F!important}#dmRoot .btn-content1 .dmOnlyButton .text{letter-spacing:2px!important}#dmRoot.dmDesktopBody div.sideslider-Content-Left{width:calc(37% - 40px)!important;margin-right:40px}#dmRoot.dmDesktopBody div.sideslider-Content-Right{width:63%!important}@media only screen and (max-width:1024px) and (min-width:768px){#dmRoot.dmDesktopBody .dmRespCol.form1{padding:40px 30px!important;width:45%!important}#dm div.dmContent h1{font-size:40px!important}#dm div.dmContent h2{font-size:32px!important}#dm div.dmContent h3{font-size:27px!important}#dmRoot.dmDesktopBody div.sideslider-Content-Left{width:100%!important;margin-right:0}#dmRoot.dmDesktopBody div.sideslider-Content-Right{width:100%!important;margin-top:50px!important}}span.tabulation-Button-Text{letter-spacing:3px!important;font-weight:400!important}div.sideslider-Wrapper-TopTitle,div.testimonial-Wrapper-TopTitle{letter-spacing:2px!important}a.u_1076050593,a.u_1076050593 span.text,a.u_1643266402,a.u_1643266402 span.text{letter-spacing:0!important}.u_1350188569 .dmRespColsWrapper{max-width:1300px!important}.u_1123513096{display:flex!important}#dm div.dmContent h1,#dm div.dmContent h2,#dm div.dmContent h3,#dm div.dmContent h4{line-height:initial}#dm div.dmContent h2{font-size:30px}#dm .dmRespCol div.dmNewParagraph,#dm div.dmInner,#dm div.dmInner .dmRespCol{font-size:16px}#dm DIV.dmOuter DIV.dmInner{background-image:none;background-color:rgba(255,255,255,1)}#dm div.dmContent h2,#dm div.dmContent h3{font-size:30px}#dm div.dmContent h4{font-size:25px}#dm .dmContent .dmRespRow{margin:0;padding:90px 40px}#dm div.dmContent h1{font-size:40px}#dm div.dmContent h3{font-size:21px}#dm div.dmContent h2,#dm div.dmContent h4{line-height:normal}@media all{:root{--btn-text-direction:ltr;--btn-border-r-color:var(--btn-border-color);--btn-border-l-color:var(--btn-border-color);--btn-border-b-width:var(--btn-border-width);--btn-border-width:0px;--btn-border-radius:0px;--btn-border-t-width:var(--btn-border-width);--btn-border-tl-radius:var(--btn-border-radius);--btn-border-br-radius:var(--btn-border-radius);--btn-border-bl-radius:var(--btn-border-radius);--btn-bg-color:rgb(223, 26, 33);--btn-border-color:rgba(0, 0, 0, 0);--btn-border-tr-radius:var(--btn-border-radius);--btn-border-r-width:var(--btn-border-width);--btn-bg-image:none;--btn-border-b-color:var(--btn-border-color);--btn-border-l-width:var(--btn-border-width);--btn-border-t-color:var(--btn-border-color);--btn-text-align:center;--btn-text-color:rgb(255, 255, 255);--btn-text-decoration:none;--btn-text-font-weight:400;--btn-icon-color:rgb(0, 0, 238);--btn-icon-fill:rgb(0, 0, 238);--btn-icon-wrpr-display:none;--btn-hover-border-b-color:var(--btn-hover-border-color);--btn-hover-bg:rgb(7, 59, 94);--btn-hover-border-t-color:var(--btn-hover-border-color);--btn-hover-border-r-color:var(--btn-hover-border-color);--btn-hover-border-l-color:var(--btn-hover-border-color);--btn-hover-border-color:rgb(65, 67, 69);--btn-hover-text-color:var(--btn-text-color);--btn-hover-text-font-weight:var(--btn-text-font-weight);--btn-hover-text-decoration:var(--btn-text-decoration);--btn-hover-text-font-style:var(--btn-text-font-style)}}@media (min-width:0px) and (max-width:767px){:root{--btn-text-font-size:16px}}#dm .dmOuter .dmInner .dmWidget[data-buttonstyle=CONTRAST_ICON]{background-clip:border-box;box-shadow:0 1px 1px rgba(5,5,6,.5);padding-left:46px;border-radius:0}#dm .dmOuter .dmInner .dmWidget[data-buttonstyle=CONTRAST_ICON] .iconBg{background-color:#f7f7f7;margin:0;text-align:center;display:block;height:100%;border-top-left-radius:inherit;border-bottom-left-radius:inherit;opacity:1}#dm .dmOuter .dmInner .dmWidget[data-buttonstyle=CONTRAST_ICON] .icon{display:inline-block;float:none;position:absolute;top:50%;left:0;right:0}#dm .p_hfcontainer .u_1128440199.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child) .unifiednav__container[data-depth="0"],#dm .p_hfcontainer .u_1128440199.main-navigation.unifiednav[data-nav-structure=HORIZONTAL] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child) .unifiednav__container[data-depth="0"]{left:15px!important}#dm .dmWidget:not([data-buttonstyle]):not(.button_2){border-radius:6px;overflow:initial;background-clip:border-box}#dm .dmWidget:not([data-buttonstyle]):not(.button_2) .text{padding:10px 7px}#dm .dmWidget:not([data-buttonstyle]):not(.button_2) .iconBg{display:none}#dm .dmOuter .dmInner .dmWidget[data-buttonstyle=FLAT_ROUND_ICON]{background-clip:border-box;border-radius:6px;padding:0 0 0 40px}#dm .dmOuter .dmInner .dmWidget[data-buttonstyle=FLAT_ROUND_ICON] .text{padding:10px 7px}#dm .dmOuter .dmInner .dmWidget[data-buttonstyle=FLAT_ROUND_ICON] .iconBg{display:block}#dm div.dmInner #site_content .dmWidget,#dm div.dmInner .dmHeader .dmWidget{background-color:var(--btn-bg-color);background-image:var(--btn-bg-image);border-color:var(--btn-border-color);border-bottom-color:var(--btn-border-b-color);border-left-color:var(--btn-border-l-color);border-right-color:var(--btn-border-r-color);border-top-color:var(--btn-border-t-color);border-radius:var(--btn-border-radius);border-bottom-left-radius:var(--btn-border-bl-radius);border-bottom-right-radius:var(--btn-border-br-radius);border-top-left-radius:var(--btn-border-tl-radius);border-top-right-radius:var(--btn-border-tr-radius);border-width:var(--btn-border-width);border-bottom-width:var(--btn-border-b-width);border-left-width:var(--btn-border-l-width);border-right-width:var(--btn-border-r-width);border-top-width:var(--btn-border-t-width);direction:var(--btn-text-direction);text-align:var(--btn-text-align)}#dm div.dmInner #site_content .dmWidget span.text{color:var(--btn-text-color);font-size:var(--btn-text-font-size);font-weight:var(--btn-text-font-weight);text-decoration:var(--btn-text-decoration)}#dm .p_hfcontainer .main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .p_hfcontainer .main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before,#dm .p_hfcontainer .u_1128440199.main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .p_hfcontainer .u_1128440199.main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before{font-size:14px!important}#dm div.dmInner #site_content .dmWidget span.icon,#dm div.dmInner .dmHeader .dmWidget span.icon{color:var(--btn-icon-color);fill:var(--btn-icon-fill)}#dm div.dmInner #site_content .dmWidget:not([data-buttonstyle]) .iconBg,#dm div.dmInner .dmHeader .dmWidget:not([data-buttonstyle]) .iconBg{display:var(--btn-icon-wrpr-display)}#dm .dmInner div.dmHeader,#dm .dmInner div.dmHeader.u_hcontainer,#dm .dmInner div.u_hcontainer{background-color:rgba(255,255,255,1)!important;box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important}#dm .p_hfcontainer .u_1128440199.main-navigation.unifiednav .unifiednav__container[data-depth="0"]{top:calc(100% - 0px - 0px)!important}#dm .p_hfcontainer .u_1128440199.main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .p_hfcontainer .u_1128440199.main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before,#dm .p_hfcontainer nav.u_1128440199.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{font-size:16px!important}nav.u_1128440199{color:#000!important}nav.u_1128440199.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{color:rgba(7,59,95,1)!important;font-family:'Helvetica Neue Medium Extended'!important}#dm .dmBody div.u_1788384207 div.testimonial-Right-Wrapper p.rteBlock,#dm .dmBody div.u_1788384207 div.testimonial-Wrapper-MainTitle,#dm .dmBody div.u_1788384207 p.testimonial-Wrapper-Title,a.u_1738405469 span.text{color:rgba(255,255,255,1)!important}a.u_1738405469 span.text{font-family:'Helvetica Neue Medium Extended'!important}a.u_1738405469{background-color:rgba(223,26,33,1)!important;border-style:solid!important;border-width:3px!important;border-color:rgba(223,26,33,1)!important;border-radius:0!important;-moz-border-radius:0!important;-webkit-border-radius:0!important}a.u_1738405469 .iconBg{display:inline!important}a.u_1738405469 span.icon{color:#f7f7f7!important}#dm .p_hfcontainer .u_1128440199.main-navigation.unifiednav:not([image]) .unifiednav__container[data-depth="0"]{top:calc(100% - 0px - 0px)!important}div.u_1350188569{border-bottom-style:solid!important;border-bottom-width:1px!important;border-bottom-color:rgba(111,111,111,1)!important}a.u_1076050593,a.u_1643266402{border-style:solid!important;border-width:3px!important;background-color:rgba(255,255,255,1)!important;border-color:rgba(0,110,184,1)!important}a.u_1643266402 span.text{color:rgba(0,110,184,1)!important;font-family:'Helvetica Neue Medium Extended'!important}nav.u_1128440199.main-navigation.unifiednav .unifiednav__container[data-depth]{background-color:rgba(13,62,95,1)!important}nav.u_1128440199.main-navigation.unifiednav .unifiednav__container[data-depth]>.unifiednav__item-wrap:not(:last-child)::after{border-top-style:solid!important;border-top-width:1px!important;border-top-color:rgba(37,86,121,.8)!important}nav.u_1128440199.main-navigation.unifiednav .unifiednav__container[data-depth] .unifiednav__item{font-family:'Helvetica Neue Medium Extended'!important;color:rgba(204,204,204,1)!important}#dm .p_hfcontainer .u_1128440199.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{padding:0 30px 0 0!important;margin:0!important}div.u_1316306358 img,div.u_1441727312 img{border-style:solid!important;border-width:0!important}#dm .p_hfcontainer a.u_1738405469{background-color:rgba(0,0,0,0)!important}#dm .p_hfcontainer a.u_1738405469 span.text{color:rgba(223,26,33,1)!important}#dm .p_hfcontainer a.u_1738405469 span.icon{color:rgba(223,26,33,1)!important;fill:rgba(223,26,33,1)!important}a.u_1076050593 span.text{color:rgba(0,110,184,1)!important;font-family:'Helvetica Neue Medium Extended'!important}a.u_1076050593 span.icon{color:#df1a21!important;fill:var(--color_2)!important}#dm .p_hfcontainer .u_1022831645{width:100%!important}#dm .dmInner div.u_hcontainer{float:none!important;top:0!important;left:0!important;width:100%!important;position:relative!important;height:auto!important;max-width:100%!important;min-width:0!important;text-align:center!important;padding:25px 0 20px!important;margin:0 auto!important}a.u_1643266402,a.u_1738405469{width:200px!important;display:block!important;text-align:center!important;top:0!important;left:0!important;position:relative!important;max-width:100%!important;min-width:0!important}#dm .dmInner div.dmHeader.u_hcontainer{padding-bottom:20px!important;padding-top:25px!important}#dm .dmInner div.fHeader .dmHeader[freeheader=true]{padding-top:12px!important;padding-bottom:12px!important}.fHeader #hcontainer.dmHeader[freeheader=true]{padding-top:initial!important;padding-bottom:initial!important}#dm .dmInner div.fHeader.dmHeaderContainer #hcontainer.dmHeader[freeheader=true]{margin:0!important;padding:0!important}nav.u_1128440199.main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,nav.u_1128440199.main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before{padding-top:0!important;padding-bottom:0!important;margin-top:0!important;margin-bottom:0!important}a.u_1738405469 span.text{font-size:15px!important}a.u_1738405469{float:none!important;height:50px!important;padding:0 0 0 25px!important;margin:15px 0 0 auto!important}nav.u_1128440199.main-navigation.unifiednav .unifiednav__container[data-depth] .unifiednav__item{font-size:15px!important}a.u_1643266402{height:50px!important;float:none!important;margin:0 0 0 auto!important;padding:0!important}div.u_1350188569{width:auto!important;padding:20px 40px!important}a.u_1643266402 span.text{font-size:14px!important}nav.u_1128440199.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{font-size:17px!important}div.u_1092272352{margin:auto!important;padding:0!important}nav.u_1128440199{float:none!important;top:0!important;left:0!important;width:1266.66px!important;position:relative!important;height:auto!important;max-width:100%!important;justify-content:flex-start!important;align-items:stretch!important;min-width:0!important;text-align:left!important;padding:0!important;margin:0 auto 0 0!important}div.u_1022831645,div.u_1026057598{top:0!important;position:relative!important;max-width:100%!important;text-align:center!important;display:block!important;float:none!important;left:0!important}div.u_1441727312{width:100px!important;height:46px!important}div.u_1026057598{width:110px!important;height:auto!important;min-width:0!important;padding:0!important;margin:10px auto 0 0!important}#dm .p_hfcontainer div.u_1797806610{margin:0 0 auto!important;padding:0!important}div.u_1022831645{width:calc(100% - 0px)!important;height:auto!important;min-width:25px!important;padding:5px 0 0!important}#dm .p_hfcontainer div.u_1123513096{margin:0!important;padding:15px 0 0!important}#dm .p_hfcontainer div.u_1842724677{width:auto!important;margin:0!important;padding:0!important}#dm .p_hfcontainer div.u_1026057598,#dm .p_hfcontainer div.u_1316306358,#dm .p_hfcontainer div.u_1441727312{width:100px!important;top:0!important;position:relative!important;min-width:25px!important;text-align:center!important;padding:0!important}#dm .p_hfcontainer div.u_1441727312{display:block!important;float:none!important;left:0!important;max-width:131.75px!important;height:56px!important;margin:0 30px 0 10px!important}#dm .p_hfcontainer div.u_1316306358{display:block!important;float:none!important;left:0!important;max-width:121px!important;height:56px!important;margin:0!important}#dm .p_hfcontainer div.u_1026057598{float:none!important;left:0!important;max-width:113px!important;margin:0 20px 0 0!important}#dm .p_hfcontainer div.u_1350188569,#dm .p_hfcontainer nav.u_1128440199{position:relative!important;height:auto!important;max-width:100%!important;min-width:0!important;float:none!important;top:0!important;left:0!important}#dm .p_hfcontainer nav.u_1128440199{width:786.64px!important;justify-content:flex-end!important;align-items:stretch!important;text-align:right!important;margin:0 0 0 auto!important;padding:0!important}#dm .p_hfcontainer div.u_1049454225{width:auto!important;margin:0!important;padding:6px 0 15px!important}#dm .p_hfcontainer div.u_1350188569{width:auto!important;text-align:center!important;margin:0!important;padding:19.5px 40px!important}#dm .p_hfcontainer div.u_1022831645{float:none!important;top:0!important;left:0!important;width:151px!important;position:relative!important;max-width:151px!important;min-width:25px!important;text-align:center!important;padding:51px 0 0!important;margin:0 23.08px!important}#dm .p_hfcontainer a.u_1643266402,#dm .p_hfcontainer a.u_1738405469{width:200px!important;position:relative!important;min-height:auto!important}#dm .p_hfcontainer a.u_1643266402,#dm .p_hfcontainer a.u_1738405469,a.u_1076050593{height:50px!important;top:0!important;left:0!important;max-width:100%!important;display:block!important}#dm .p_hfcontainer a.u_1643266402,#dm .p_hfcontainer a.u_1738405469,#dm .p_hfcontainer div.u_1905424479,a.u_1076050593{min-width:0!important;float:none!important;text-align:center!important}a.u_1076050593 span.text{font-size:14px!important}#dm .p_hfcontainer a.u_1643266402{padding:0!important;margin:0 auto!important}#dm .p_hfcontainer a.u_1738405469{padding:0 0 0 25px!important;margin:15px auto 0!important}a.u_1076050593{border-radius:300px!important;-webkit-box-shadow:rgba(0,0,0,.25) 0 3px 11px 0!important;box-shadow:rgba(0,0,0,.25) 0 3px 11px 0!important;-moz-box-shadow:rgba(0,0,0,.25) 0 3px 11px 0!important;width:215px!important;position:relative!important;padding:0 0 0 20px!important;margin:0 30px 30px 0!important}#dm .dmBody div.u_1135632796,#dm .dmBody div.u_1188417561,#dm .dmBody div.u_1765802985{border-right-width:1px!important}#dm .dmBody div.u_1135632796,#dm .dmBody div.u_1188417561,#dm .dmBody div.u_1748666831,#dm .dmBody div.u_1765802985{border-right-style:solid!important;border-right-color:rgba(204,204,204,1)!important}.stickyHeaderSpacer{height:171.48px!important}#dm .dmBody div.u_1212894118,#dm .p_hfcontainer div.u_1905424479{height:auto!important;top:0!important;left:0!important;position:relative!important;max-width:100%!important}#dm .p_hfcontainer div.u_1905424479{width:auto!important;min-height:auto!important;margin:0!important;padding:0!important}#dm .dmBody div.u_1307387663:before{background-color:rgba(0,0,0,1)!important;opacity:.4!important}#dm .dmBody div.u_1739953706{background-color:rgba(0,0,0,0)!important;box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important;width:auto!important}#dm .dmBody div.u_1300204871 h4.tabulation-Panel-TopTitle{color:rgba(223,26,33,1)!important;font-weight:400!important}#dm .dmBody div.u_1034942903 .svg,#dm .dmBody div.u_1923223098 .svg{color:rgba(224,26,34,1)!important;fill:rgba(224,26,34,1)!important}#dm .dmBody div.u_1748666831{border-right-width:0!important}#dm .dmBody a.u_1219928940,#dm .dmBody a.u_1713345653{border-radius:0!important;border-width:1px!important;border-style:solid!important}#dm .dmBody div.u_1158977501 div.sideslider-Wrapper-Description,#dm .dmBody div.u_1158977501 div.sideslider-Wrapper-MainTitle,#dm .dmBody div.u_1158977501 p.sideslider-Wrapper-Title{color:rgba(255,255,255,1)!important}#dm .dmBody div.u_1158977501 .sideslider-Wrapper-Button{border-color:rgba(255,255,255,1)!important}#dm .dmBody .u_1158977501 a.sideslider-Wrapper-Button{background-color:rgba(13,62,95,1)!important}#dm .dmBody .u_1158977501 p.sideslider-Wrapper-Title{justify-content:center!important;text-align:center!important}#dm .dmBody .u_1158977501 .sideslider-Dt div.sideslider-Wrapper-TopTitle,#dm .dmBody .u_1158977501 div.sideslider-Wrapper-TopTitle{text-align:LEFT!important}#dm .dmBody .u_1158977501 .sideslider-M div.sideslider-Wrapper-TopTitle,#dm .dmBody .u_1219928940,#dm .dmBody .u_1713345653{text-align:CENTER!important}#dm .dmBody a.u_1713345653 .iconBg{display:block!important}#dm .dmBody a.u_1713345653 span.text{color:rgba(13,62,95,1)!important}#dm .dmBody a.u_1713345653 span.icon{color:#e01a22!important;fill:rgba(224,26,34,1)!important}#dm .dmBody div.u_1158977501 .sideslider-Dt div.sideslider-Wrapper-TopTitle,#dm .dmBody div.u_1158977501 .sideslider-M div.sideslider-Wrapper-TopTitle,#dm .dmBody div.u_1788384207 div.testimonial-Wrapper-TopTitle{color:var(--color_4)!important}#dm .dmBody a.u_1713345653{-moz-border-radius:0!important;-webkit-border-radius:0!important;background-color:rgba(255,255,255,1)!important;border-color:rgba(13,62,95,1)!important;box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important}#dm .dmBody .u_1713345653{padding-left:40px!important;padding-right:0!important}#dm .dmBody div.u_1788384207 div.testimonial-Wrapper-TopTitle{font-family:Arial!important;font-size:14px!important}#dm .dmBody .u_1307387663:before{opacity:.5!important;background-color:#000!important}#dm .dmBody div.u_1307387663{background-color:var(--color_3)!important;background-repeat:no-repeat!important;background-image:url(https://lirp.cdn-website.com/596aba7c/dms3rep/multi/opt/Refuelling-Solutions-Mini-tanker-03-b419470f-1920w.jpeg),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important;background-size:cover!important}#dm .dmBody .u_1863347688:before,#dm .dmBody .u_1863347688>.bgExtraLayerOverlay{opacity:.5!important;background-color:#073b5e!important}#dm .dmBody div.u_1863347688:before,#dm .dmBody div.u_1863347688>.bgExtraLayerOverlay{background-color:rgba(7,59,94,1)!important;opacity:.5!important}span#\31 089142059{letter-spacing:2px!important}span#\31 818608483{background-color:#0D3E5F!important}#dm .dmBody a.u_1219928940 .iconBg{display:inline!important}#dm .dmBody a.u_1219928940 span.text{color:rgba(13,62,95,1)!important}#dm .dmBody a.u_1219928940 span.icon{color:#e01a22!important;fill:rgba(224,26,34,1)!important}#dm .dmBody .u_1219928940{padding-left:40px!important;padding-right:40px!important}#dm .dmBody a.u_1219928940{-moz-border-radius:0!important;-webkit-border-radius:0!important;background-color:rgba(255,255,255,1)!important;border-color:rgba(255,248,248,1)!important;box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important}#dm .dmBody div.u_1841279185{border-style:solid!important;border-width:0!important}#dm .d-page-1716942098 DIV.dmInner{background-size:cover!important;background-attachment:fixed!important}#dm .dmBody div.u_1970112303{width:auto!important;margin:0!important;padding:90px 40px!important}#dm .dmBody div.u_1765802985{margin:0!important;padding:0 15px 0 0!important}#dm .dmBody div.u_1788384207 div.testimonial-Wrapper-MainTitle{font-size:35px!important}#dm .dmBody div.u_1300204871 h4.tabulation-Panel-TopTitle{font-size:14px!important}#dm .dmBody div.u_1300204871{margin:0!important;padding:0!important}#dm .dmBody div.u_1188417561{margin:0!important;padding:0 8.92px!important}#dm .dmBody div.u_1102184591,#dm .dmBody div.u_1212894118,#dm .dmBody div.u_1287816443,#dm .dmBody div.u_1736770541{margin:0 0 20px!important;padding:0!important}#dm .dmBody div.u_1212894118{float:none!important;width:calc(100% - 0px)!important;min-width:25px!important}#dm .dmBody div.u_1158977501 div.sideslider-Wrapper-MainTitle{font-size:35px!important}#dm .dmBody div.u_1158977501 div.sideslider-Wrapper-Description{font-size:16px!important}#dm .dmBody div.u_1158977501 p.sideslider-Wrapper-Title{font-size:19px!important}#dm .dmBody div.u_1158977501 div.sideslider-Wrapper-TopTitle{font-style:normal!important;font-size:14px!important}#dm .dmBody a.u_1713345653 span.text{margin-left:-22px!important}#dm .dmBody a.u_1713345653{display:block!important;float:none!important;top:0!important;left:0!important;width:330px!important;position:relative!important;height:55px!important;max-width:100%!important;min-width:0!important;text-align:center!important;padding:0 65px 0 0!important;margin:0 69px 10px 0!important}#dm .dmBody div.u_1313872423{float:none!important;top:0!important;left:0!important;width:calc(100% - 0px)!important;position:relative!important;height:auto!important;max-width:100%!important;min-width:25px!important;display:block!important;padding:0!important;margin:0 auto!important}#dm .dmBody div.u_1322431670{width:auto!important;margin:0!important;padding:0 40px 90px!important}#dm .dmBody div.u_1307387663{width:auto!important;background-position:50% 50%!important;margin:0!important;padding:180px 40px!important}#dm .dmBody div.u_1650443442,#dm .dmBody div.u_1677143750,#dm .dmBody div.u_1718212969{width:calc(100% - 0px)!important;height:auto!important}#dm .dmBody div.u_1093666316,#dm .dmBody div.u_1650443442,#dm .dmBody div.u_1677143750,#dm .dmBody div.u_1718212969{top:0!important;left:0!important;position:relative!important;margin:0 auto!important;min-width:25px!important}#dm .dmBody div.u_1677143750{float:none!important;max-width:100%!important;padding:0 0 30px!important}#dm .dmBody div.u_1718212969{float:none!important;max-width:100%!important;display:block!important;min-height:auto!important;padding:0!important}#dm .dmBody div.u_1650443442{float:none!important;max-width:278.66px!important;display:block!important;min-height:auto!important;padding:0!important}#dm .dmBody div.u_1034942903,#dm .dmBody div.u_1923223098{width:80px!important;height:80px!important}#dm .dmBody div.u_1093666316{float:none!important;width:calc(100% - 0px)!important;height:auto!important;max-width:254.64px!important;display:block!important;min-height:auto!important;padding:0!important}#dm .dmBody a.u_1219928940,#dm .dmBody div.u_1314636081,#dm .dmBody div.u_1461082952{float:none!important;top:0!important;left:0!important;position:relative!important;max-width:100%!important;display:block!important}#dm .dmBody div.u_1314636081,#dm .dmBody div.u_1461082952{width:calc(100% - 0px)!important;height:auto!important;min-width:25px!important;padding:0!important}#dm .dmBody a.u_1219928940 span.text{margin-left:-22px!important}#dm .dmBody a.u_1219928940{width:314px!important;height:55px!important;min-width:0!important;text-align:center!important;min-height:auto!important;padding:4px 70px 0 25px!important;margin:10px 263.16px 10px 0!important}#dm .dmBody div.u_1214400078,#dm .dmBody div.u_1863347688{float:none!important;top:0!important;left:0!important;position:relative!important;height:auto!important;min-width:0!important}#dm .dmBody div.u_1863347688{background-image:url(https://lirp.cdn-website.com/596aba7c/dms3rep/multi/opt/Refuelling-Solutions-Mini-tanker-03-95e67c2a-1920w.jpeg),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important;background-color:rgba(13,62,95,1)!important;width:auto!important;max-width:none!important;text-align:center!important;background-attachment:initial!important;background-size:cover!important;padding:180px 40px!important}#dm .dmBody div.u_1214400078{width:585.05px!important;min-height:auto!important;max-width:100%!important;display:block!important;padding:0 0 8px!important;margin:0 auto 0 0!important}#dm .dmBody div.u_1119918412,#dm .dmBody div.u_1208210488{float:none!important;top:0!important;left:0!important;width:calc(100% - 0px)!important;position:relative!important;height:auto!important;min-height:auto!important;max-width:585.06px!important;min-width:25px!important;display:block!important;padding:0 0 20px!important}#dm .dmBody div.u_1208210488{margin:0!important}#customWidgetStyle{font-family:Arial!important}#\31 063200651,#\31 075722495,#\31 096940115,#\31 123513096,#\31 128440199,#\31 136355271,#\31 187902479,#\31 194620895,#\31 225797503,#\31 255443412,#\31 306516559,#\31 343860748,#\31 387759742,#\31 391098463,#\31 475890915,#\31 575325876,#\31 666394400,#\31 692662703,#\31 759408293,#\31 846557554,#\31 965231961,#\31 974282725,#\31 989635383{order:0;flex-direction:row}#\31 241896927,#\31 797806610,#\31 817310304{order:0}#\31 241896927{flex-direction:row} #dm .dmPhotoGallery.newPhotoGallery .dmPhotoGalleryHolder:not(.photo-gallery-done) {display: none;} @media (max-width:767px){ [data-hidden-on-mobile] {display:none!important}} .dmDesktopBody [data-anim-desktop]:not([data-anim-desktop='none']) { visibility: hidden; } </style> <style id="fontFallbacks"> @font-face { font-family: "Roboto Fallback"; src: local('Arial'); ascent-override: 92.6709%; descent-override: 24.3871%; size-adjust: 100.1106%; line-gap-override: 0%; }@font-face { font-family: "Montserrat Fallback"; src: local('Arial'); ascent-override: 84.9466%; descent-override: 22.0264%; size-adjust: 113.954%; line-gap-override: 0%; }@font-face { font-family: "Lato Fallback"; src: local('Arial'); ascent-override: 101.3181%; descent-override: 21.865%; size-adjust: 97.4159%; line-gap-override: 0%; }@font-face { font-family: "Lora Fallback"; src: local('Arial'); ascent-override: 95.2907%; descent-override: 25.9539%; size-adjust: 105.5717%; line-gap-override: 0%; }@font-face { font-family: "Arial Fallback"; src: local('Arial'); line-gap-override: 0%; }@font-face { font-family: "Open Sans Fallback"; src: local('Arial'); ascent-override: 101.1768%; descent-override: 27.7323%; size-adjust: 105.6416%; line-gap-override: 0%; } </style> <!-- End render the required css and JS in the head section --> <link type="application/rss+xml" rel="alternate" href="https://www.rfs.com.au/feed/rss2"/> <link type="application/atom+xml" rel="alternate" href="https://www.rfs.com.au/feed/atom"/> <meta property="og:type" content="website"/> <meta property="og:url" content="https://www.rfs.com.au/"/> <script type="application/ld+json"> { "@context" : "https://schema.org", "@type" : "WebSite", "name" : "Refuelling Solutions", "url" : "https://www.rfs.com.au/" } </script> <title> Comprehensive Fuel Supply and Delivery | Australia-wide </title> <meta name="keywords" content="fuel management, fuel delivery, machine lubricant, mini tankers, bulk supply, future fuels, onsite refuelling, self bunded tank, bulk fuel delivery, fuel supply"/> <meta name="description" content="We are the number one, leading supplier of cost-effective fuel and machine lubricant management and delivery solutions across Australia. Learn more."/> <meta name="google-site-verification" content="8uCdEbKfuG5HRjry1uQvK5XnCSqvoLH2TDFyw3W_U3k"/> <meta name="facebook-domain-verification" content="q2l4h18dwm61e92pp5rfy6l1j7k67j"/> <!-- End Google Tag Manager --> <meta name="google-site-verification" content="j49qC0_w3bi5tlpD76qC9IAdSkMaPWE2jpdryqY3Xyc"/> <!-- Global site tag (gtag.js) - Google Analytics --> <script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-205472071-42"> </script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-205472071-42'); </script> <!-- isp Google Tag Manager --> <script> (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-WS5P6J6'); </script> <script type="text/javascript"> (function(c,l,a,r,i,t,y){ c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)}; t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i; y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y); })(window, document, "clarity", "script", "fbc04cq7l5"); </script> <meta name="twitter:card" content="summary"/> <meta name="twitter:title" content="Comprehensive Fuel Supply and Delivery | Australia-wide"/> <meta name="twitter:description" content="We are the number one, leading supplier of cost-effective fuel and machine lubricant management and delivery solutions across Australia. Learn more."/> <meta name="twitter:image" content="https://lirp.cdn-website.com/596aba7c/dms3rep/multi/opt/Social-Networks-Image-%28Open-Graph%29-1920w.png"/> <meta property="og:description" content="We are the number one, leading supplier of cost-effective fuel and machine lubricant management and delivery solutions across Australia. Learn more."/> <meta property="og:title" content="Comprehensive Fuel Supply and Delivery | Australia-wide"/> <meta property="og:image" content="https://lirp.cdn-website.com/596aba7c/dms3rep/multi/opt/Social-Networks-Image-%28Open-Graph%29-1920w.png"/> <!-- SYS- VVNfRElSRUNUX1BST0RVQ1RJT04= --> </head> <body id="dmRoot" data-page-alias="home" class="dmRoot dmDesktopBody fix-mobile-scrolling addCanvasBorder dmResellerSite dmLargeBody " style="padding:0;margin:0;" > <!-- ========= Site Content ========= --> <div id="dm" class='dmwr'> <div class="dm_wrapper standard-var5 widgetStyle-3 standard"> <div dmwrapped="true" id="1901957768" class="dm-home-page" themewaschanged="true"> <div dmtemplateid="StandardLayoutMultiD" class="standardHeaderLayout dm-bfs dm-layout-home hasAnimations hasStickyHeader inMiniHeaderMode rows-1200 dmPageBody d-page-1716942098 dmFreeHeader" id="dm-outer-wrapper" data-page-class="1716942098" data-soch="true" data-background-parallax-selector=".dmHomeSection1, .dmSectionParallex"> <div id="dmStyle_outerContainer" class="dmOuter"> <div id="dmStyle_innerContainer" class="dmInner"> <div class="dmLayoutWrapper standard-var dmStandardDesktop"> <div> <div id="iscrollBody"> <div id="site_content"> <div class="dmHeaderContainer fHeader d-header-wrapper"> <div id="hcontainer" class="u_hcontainer dmHeader p_hfcontainer" freeheader="true" headerlayout="b58ba5b5703b4cd7b5f5f7951565dc87===horizontal-layout-5" layout="78f5c343822e4eb3aac27f4ad5d13812===header"> <div dm:templateorder="85" class="dmHeaderResp dmHeaderStack noSwitch" id="1709005236"> <div class="u_1350188569 dmRespRow dmDefaultListContentRow" style="text-align:center" id="1350188569"> <div class="dmRespColsWrapper" id="1965231961"> <div class="u_1261193838 dmRespCol small-12 large-2 medium-2" id="1261193838"> <div class="dmRespRow u_1842724677" id="1842724677"> <div class="dmRespColsWrapper" id="1255443412"> <div class="dmRespCol small-12 medium-12 large-12" id="1640812063"> <div class="u_1022831645 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1022831645" data-binding="W3siYmluZGluZ05hbWUiOiJpbWFnZSIsInZhbHVlIjoic2l0ZV9pbWFnZXMubG9nbyJ9XQ=="> <a id="1731082974" href="/" file="false"><img src="https://irp.cdn-website.com/596aba7c/dms3rep/multi/RFS-logo-min-primary.svg" alt="REFUELING SOLUTIONS" id="1831084086" class="" data-dm-image-path="https://irp.cdn-website.com/596aba7c/dms3rep/multi/RFS-logo-min-primary.svg" width="151.0" height="80.484375" title="Click to return home" data-diy-image="" onerror="handleImageLoadError(this)"/></a> </div> </div> </div> </div> </div> <div class="u_1797806610 dmRespCol small-12 middle large-8 medium-8" id="1797806610"> <span id="1317049412"></span> <div class="dmRespRow u_1049454225" id="1049454225"> <div class="dmRespColsWrapper" id="1241896927"> <div class="dmRespCol large-12 medium-12 small-12" id="1196438552"> <nav class="u_1128440199 effect-text-color main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="horizontal_nav_layout_1" layout-sub="submenu_horizontal_2" data-show-vertical-sub-items="HOVER" id="1128440199" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" data-nav-structure="HORIZONTAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/about-us" class="unifiednav__item dmUDNavigationItem_010101873291 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" About Us " data-auto="page-text-style">About Us<span class="icon icon-angle-down"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/careers" class="unifiednav__item dmUDNavigationItem_01010184637 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Careers‌ " data-auto="page-text-style">Careers&zwnj;<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/products" class="unifiednav__item dmUDNavigationItem_01010159377 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Fuel Solutions " data-auto="page-text-style">Fuel Solutions<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/fuel-solutions/mini-tankers" class="unifiednav__item dmUDNavigationItem_010101300300 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Mini-Tankers " data-auto="page-text-style">Mini-Tankers<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/fuel-solutions/maxi-tanker" class="unifiednav__item dmUDNavigationItem_01010153102 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Maxi-Tankers " data-auto="page-text-style">Maxi-Tankers<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/fuel-solutions/lubricants" class="unifiednav__item dmUDNavigationItem_010101525710 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Lubricants " data-auto="page-text-style">Lubricants<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/fuel-solutions/ifuel-tank-hire" class="unifiednav__item dmUDNavigationItem_010101478614 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" iFUEL Tank Hire " data-auto="page-text-style">iFUEL Tank Hire<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/fuel-solutions/ifuel-tank-sales" class="unifiednav__item dmUDNavigationItem_010101534968 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" iFUEL Tank Sales " data-auto="page-text-style">iFUEL Tank Sales<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/fuel-solutions/future-fuels" class="unifiednav__item dmUDNavigationItem_010101558133 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Future Fuels " data-auto="page-text-style">Future Fuels<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/news" class="unifiednav__item dmUDNavigationItem_010101986936 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" News " data-auto="page-text-style">News<span class="icon icon-angle-down"></span> </span> </a> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/contact" class="unifiednav__item dmUDNavigationItem_010101815509 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Contact Us " data-auto="page-text-style">Contact Us<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/contact-us/sydney-office" class="unifiednav__item dmUDNavigationItem_010101921382 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Sydney Office" data-auto="page-text-style">Sydney Office<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/contact-us/melbourne-office" class="unifiednav__item dmUDNavigationItem_010101609347 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Melbourne Office" data-auto="page-text-style">Melbourne Office<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/contact-us/brisbane-office" class="unifiednav__item dmUDNavigationItem_010101219175 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Brisbane Office" data-auto="page-text-style">Brisbane Office<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/contact-us/adelaide-office" class="unifiednav__item dmUDNavigationItem_010101275331 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Adelaide Office" data-auto="page-text-style">Adelaide Office<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/contact-us/perth-office" class="unifiednav__item dmUDNavigationItem_010101199313 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Perth Office" data-auto="page-text-style">Perth Office<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> </ul> </nav> </div> </div> </div> <div class="u_1905424479 dmRespRow" id="1905424479"> <div class="dmRespColsWrapper" id="1692662703"> <div class="u_1123513096 dmRespCol small-12 medium-12 large-12" id="1123513096"> <div class="u_1026057598 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1026057598"> <a id="1547366666" href="/fuel-solutions/mini-tankers" file="false"><img src="https://irp.cdn-website.com/596aba7c/dms3rep/multi/Mini-Tankers-cbb588ba.svg" alt="Mini Tankers" id="1911523922" class="" data-dm-image-path="https://irp.cdn-website.com/596aba7c/dms3rep/multi/Mini-Tankers-cbb588ba.svg" title="Click to visit the mini tankers page" onerror="handleImageLoadError(this)" height="56.515625" width="100.0"/></a> </div> <div class="u_1441727312 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1441727312"> <a id="1882136117" href="/fuel-solutions/maxi-tanker" file="false"><img src="https://irp.cdn-website.com/596aba7c/dms3rep/multi/Maxi-Tankers.svg" alt="Maxi Tankers" id="1962780057" class="" data-dm-image-path="https://irp.cdn-website.com/596aba7c/dms3rep/multi/Maxi-Tankers.svg" title="Click to visit the maxi tankers page" onerror="handleImageLoadError(this)" height="56.515625" width="100.0"/></a> </div> <div class="u_1316306358 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1316306358"> <a id="1700527169" href="/fuel-solutions/ifuel-tank-sales" file="false"><img src="https://irp.cdn-website.com/596aba7c/dms3rep/multi/iFuel.svg" alt="iFuel" id="1709052568" class="" data-dm-image-path="https://irp.cdn-website.com/596aba7c/dms3rep/multi/iFuel.svg" title="Click to visit the iFuel page" onerror="handleImageLoadError(this)" height="56.515625" width="100.0"/></a> </div> </div> </div> </div> </div> <div class="u_1092272352 dmRespCol small-12 hedaer_btn large-2 medium-2" id="1092272352"> <a data-display-type="block" class="u_1643266402 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/customer-portal" data-element-type="dButtonLinkId" id="1643266402"> <span class="iconBg" id="1549251769"> <span class="icon hasFontIcon icon-star" id="1769702180"></span> </span> <span class="text" id="1350376322" style="letter-spacing:0px;">ORDER ONLINE</span> </a> <a data-display-type="block" class="u_1738405469 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="tel:1300 755 395" data-element-type="dButtonLinkId" id="1738405469" data-buttonstyle="FLAT_ROUND_ICON" icon-name="dm-icon-phone"> <span class="iconBg" id="1341732088"> <span class="icon hasFontIconstar hasFontIcon dm-icon-phone" id="1194042345"></span> </span> <span class="text" id="1211492092">1300 755 395</span> </a> </div> </div> </div> </div> </div> </div> <div class="stickyHeaderSpacer" id="stickyHeaderSpacer" data-new="true"></div> <div class="dmRespRow dmRespRowStable dmRespRowNoPadding dmPageTitleRow "> <div class="dmRespColsWrapper"> <div class="large-12 dmRespCol"> <div id="innerBar" class="innerBar lineInnerBar dmDisplay_None"> <div class="titleLine display_None"><hr/></div> <!-- Page title is hidden in css for new responsive sites. It is left here only so we don't break old sites. Don't copy it to new layouts --> <div id="pageTitleText"></div> <div class="titleLine display_None"><hr/></div> </div> </div> </div> </div> <div dmwrapped="true" id="dmFirstContainer" class="dmBody u_dmStyle_template_home dm-home-page" themewaschanged="true"> <div id="allWrapper" class="allWrapper"><!-- navigation placeholders --> <div id="dm_content" class="dmContent"> <div dm:templateorder="170" class="dmHomeRespTmpl mainBorder dmRespRowsWrapper dmFullRowRespTmpl" id="1716942098"> <div class="u_1863347688 dmRespRow hero-res1 fullBleedChanged fullBleedMode hasBackgroundOverlay dmSectionNoParallax hide-for-small hasExtraLayerOverlay relativePos" style="text-align: center;" id="1863347688" data-video-bg="eyJzcmMiOiJodHRwczovL3ZpZC5jZG4td2Vic2l0ZS5jb20vNTk2YWJhN2MvdmlkZW9zL2piam5sUk51U1Vpdk9pTjFJV0tJX1JGUytIZWFkZXIrVmlkZW8tdi5tcDQiLCJpZCI6Imh0dHBzOi8vdmlkLmNkbi13ZWJzaXRlLmNvbS81OTZhYmE3Yy92aWRlb3MvamJqbmxSTnVTVWl2T2lOMUlXS0lfUkZTK0hlYWRlcitWaWRlby12Lm1wNCIsInByb3ZpZGVyIjoiY2RuIiwiZW1iZWQiOiJodHRwczovL3ZpZC5jZG4td2Vic2l0ZS5jb20vNTk2YWJhN2MvdmlkZW9zL2piam5sUk51U1Vpdk9pTjFJV0tJX1JGUytIZWFkZXIrVmlkZW8tdi5tcDQiLCJyYXRpbyI6MC40MjUsInRodW1ibmFpbCI6Imh0dHBzOi8vaXJwLmNkbi13ZWJzaXRlLmNvbS81OTZhYmE3Yy9kbXMzcmVwL211bHRpL2piam5sUk51U1Vpdk9pTjFJV0tJX1JGUytIZWFkZXIrVmlkZW8udjIuMDAwMDAwMC5qcGciLCJzdXBwb3J0QmdPbk1vYmlsZSI6dHJ1ZSwic3VwcG9ydEJnTG9vcCI6dHJ1ZSwicG9zdGVyIjoiaHR0cHM6Ly9pcnAuY2RuLXdlYnNpdGUuY29tLzU5NmFiYTdjL2RtczNyZXAvbXVsdGkvamJqbmxSTnVTVWl2T2lOMUlXS0lfUkZTK0hlYWRlcitWaWRlby52Mi4wMDAwMDAwLmpwZyJ9" data-gallery-bg="eyJzbGlkZXMiOlsiaHR0cHM6Ly9pcnAuY2RuLXdlYnNpdGUuY29tLzU5NmFiYTdjL2RtczNyZXAvbXVsdGkvUmVmdWVsbGluZy1Tb2x1dGlvbnMtTWluaS10YW5rZXItMDMtOTVlNjdjMmEuanBlZyIsImh0dHBzOi8vaXJwLmNkbi13ZWJzaXRlLmNvbS81OTZhYmE3Yy9kbXMzcmVwL211bHRpL1JlZnVlbGxpbmctU29sdXRpb25zLU1heGktdGFua2VyLTAwLTUzN2ZiZmU5LTY2NTBhYWZiLmpwZWciLCJodHRwczovL2lycC5jZG4td2Vic2l0ZS5jb20vNTk2YWJhN2MvZG1zM3JlcC9tdWx0aS9NaW5pVGFua2Vycy1TeWQtQl8wNC5qcGciXX0=" data-video-init="true"> <div class="videobgwrapper video-ssr" data-ratio="0.425"> <video autoplay="autoplay" playsinline="playsinline" muted="muted" loop="loop" class="videobgframe" poster="https://lirp.cdn-website.com/596aba7c/dms3rep/multi/opt/jbjnlRNuSUivOiN1IWKI_RFS+Header+Video.v2.0000000-1920w.jpg" src="https://vid.cdn-website.com/596aba7c/videos/jbjnlRNuSUivOiN1IWKI_RFS+Header+Video-v.mp4" style="object-position: 50% 50%" id="videobgframe-1863347688"></video> </div> <div class="bgExtraLayerOverlay"></div> <div class="dmRespColsWrapper" id="1846557554"> <div class="u_1841279185 dmRespCol small-12 medium-12 large-12" id="1841279185"> <div class="u_1214400078 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1214400078" style="transition: opacity 1s ease-in-out;" data-anim-desktop="none"> <h1><span style="display: unset;">Refuel Your Thinking</span></h1> </div> <div class="u_1208210488 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1208210488" style="transition: none; text-align: left; display: block;" data-anim-desktop="none"><p style=""><strong style="font-weight: bold; color: var(--color_4); display: unset;">RFS is the nations leading supplier of</strong> <a href="/products" runtime_url="/products" type="page" style="font-weight: bold; display: unset; color: var(--color_4);"><strong>fuel solutions</strong></a><strong style="font-weight: bold; color: var(--color_4); display: unset;">.</strong></p></div> <a data-display-type="block" class="u_1219928940 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/customer-portal" data-element-type="dButtonLinkId" id="1219928940" data-buttonstyle="CONTRAST_ICON" icon-name="icon-long-arrow-right" data-anim-desktop="none"> <span class="iconBg" id="1818608483"> <span class="icon hasFontIconstar hasFontIcon icon-long-arrow-right" id="1106214446"></span> </span> <span class="text" id="1089142059">ORDER OR ENQUIRE</span> </a> </div> </div> </div> <div class="u_1307387663 dmRespRow dmSectionNoParallax hasBackgroundOverlay hide-for-medium hide-for-large" id="1307387663" data-gallery-bg="eyJzbGlkZXMiOlsiaHR0cHM6Ly9saXJwLmNkbi13ZWJzaXRlLmNvbS81OTZhYmE3Yy9kbXMzcmVwL211bHRpL29wdC9SZWZ1ZWxsaW5nLVNvbHV0aW9ucy1NaW5pLXRhbmtlci0wMy1iNDE5NDcwZi0xOTIwdy5qcGVnIiwiaHR0cHM6Ly9saXJwLmNkbi13ZWJzaXRlLmNvbS81OTZhYmE3Yy9kbXMzcmVwL211bHRpL29wdC9SZWZ1ZWxsaW5nLVNvbHV0aW9ucy1NYXhpLXRhbmtlci0wMC01MzdmYmZlOS02NjUwYWFmYi0xOTIwdy5qcGVnIiwiaHR0cHM6Ly9saXJwLmNkbi13ZWJzaXRlLmNvbS81OTZhYmE3Yy9kbXMzcmVwL211bHRpL29wdC9NaW5pVGFua2Vycy1TeWQtQl8wNC02NDB3LmpwZyJdLCJzcGVlZCI6IjUifQ=="> <div class="dmRespColsWrapper" id="1194620895"> <div class="u_1739953706 dmRespCol small-12 form1 btn-content1 mb1 tbf medium-12 large-12" id="1739953706" data-anim-desktop="none"> <div class="u_1677143750 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1677143750" style="transition: opacity 1s ease-in-out 0s;" data-anim-desktop="none" data-anim-mobile="none"> <h1><span style="display: unset;">Refuel Your Thin</span><span style="display: initial;">king</span></h1> </div> <div class="u_1119918412 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1119918412" style="transition: none; text-align: left; display: block;"><p><strong style="display: initial; color: var(--color_4); font-weight: bold;">RFS is the nations leading supplier of</strong><span class="" style="display: initial;"><span style="display: initial;">&nbsp;</span> </span><a href="/products" runtime_url="/products" type="page" style="display: initial; color: var(--color_4); font-weight: bold;"><strong>fuel solutions</strong></a><strong style="display: initial; color: var(--color_4); font-weight: bold;">. Tap the button below to order.</strong></p></div> <a data-display-type="block" class="u_1713345653 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/existing-or-new-customer" data-element-type="dButtonLinkId" id="1713345653" data-buttonstyle="CONTRAST_ICON" icon-name="icon-long-arrow-right" link_type="popup" popup_target="existing-or-new-customer"> <span class="iconBg" id="1127762408"> <span class="icon hasFontIconstar hasFontIcon icon-long-arrow-right" id="1031228072"></span> </span> <span class="text" id="1472950296">ORDER FUEL</span> </a> </div> </div> </div> <div class="u_1174897598 dmRespRow hide-for-large hide-for-medium" id="1174897598"> <div class="dmRespColsWrapper" id="1974282725"> <div class="dmRespCol large-12 medium-12 small-12" id="1505459705"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1347564583" style="transition: opacity 1s ease-in-out 0s;" data-anim-mobile="none"> <h2 class="m-text-align-center"><span style="display: unset;">Comprehensive fuel delivery and fuel management services with Australia-wide coverage.</span></h2> </div> </div> </div> </div> <div class="u_1970112303 dmRespRow" id="1970112303" mode="4"> <div class="dmRespColsWrapper" id="1187902479"> <div class="u_1765802985 dmRespCol large-3 medium-3 small-6" id="1765802985" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJlbnRyYW5jZSIsImFuaW1hdGlvbiI6ImZhZGVJbkxlZnQifX0=" data-anim-desktop="fadeInLeft"> <div class="u_1923223098 graphicWidget hide-for-medium hide-for-large" data-element-type="graphic" data-widget-type="graphic" id="1923223098"> <a href="/about-us" id="1998824940" file="false"> <svg id="1101386677" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewbox="0 0 512 512" class="svg u_1101386677" data-icon-custom="true" data-icon-name="experience.svg" aria-labelledby="1611251767"> <title id="1611251767">Stars</title> <g> <g> <path d="M421.57,354.36c9.82,16,.25,32.39-10,37.86-2.47,1.32-2.82,5.64-.76,7.54,9.61,8.87,8.24,33.48-6.86,38.13-2.82.87-4.63,5.72-2.32,7.57,12,9.66,7.85,43.84-29.06,43.84,0,0-31.2.55-31.18.53-45.83.08-105.55-.53-118.89-.55-14-1.35-29.87-3.47-35.88-10.92-11-13.6-13.67-146.3,2.25-157.44l14.16-13.47c120.49-132.79,33.34-145.82,78.25-149.63l0-.09c42.92,7.64,32.27,97.87,23.77,134.46a6.38,6.38,0,0,0,6.22,7.83l65.53.05-.13-.15c5.09-.06,20.28.7,24.63.7,31.45,0,38,30.24,21.35,45.92A6.29,6.29,0,0,0,421.57,354.36Z"></path> <path d="M166.87,472.66a595.82,595.82,0,0,1-.17-137.87c1-8.32-4-15-11.37-15H99.7c-7.35,0-14.29,6.73-15.26,15.05a596.37,596.37,0,0,0,0,137.87c1,8.32,7.91,15.05,15.26,15.05h55.81C162.87,487.73,167.85,481,166.87,472.66Zm-25.34.23a6.84,6.84,0,1,1,6.84-6.84A6.83,6.83,0,0,1,141.53,472.89Z"></path> </g> <g> <g> <polygon points="46.89 111.26 57.95 145.32 93.77 145.32 64.8 166.38 75.86 200.44 46.89 179.39 17.91 200.44 28.98 166.38 0 145.32 35.82 145.32 46.89 111.26"></polygon> <polygon points="145.55 49.6 157.51 86.43 196.25 86.43 164.91 109.2 176.88 146.03 145.55 123.27 114.21 146.03 126.18 109.2 94.85 86.43 133.58 86.43 145.55 49.6"></polygon> <polygon points="255.81 22.16 268.68 61.77 310.33 61.77 276.64 86.25 289.5 125.85 255.81 101.37 222.12 125.85 234.99 86.25 201.3 61.77 242.94 61.77 255.81 22.16"></polygon> </g> <g> <polygon points="465.11 111.26 454.05 145.32 418.23 145.32 447.2 166.38 436.14 200.44 465.11 179.39 494.09 200.44 483.02 166.38 512 145.32 476.18 145.32 465.11 111.26"></polygon> <polygon points="366.45 49.6 354.49 86.43 315.75 86.43 347.09 109.2 335.12 146.03 366.45 123.27 397.79 146.03 385.82 109.2 417.15 86.43 378.42 86.43 366.45 49.6"></polygon> </g> </g> </g> </svg> </a> </div> <div class="dmNewParagraph u_1212894118" data-element-type="paragraph" data-version="5" id="1212894118" style="transition: none 0s ease 0s; text-align: left; display: block;"> <h3 class="text-align-center"><a href="/about-us" runtime_url="/about-us" type="page" style="color: var(--color_2); display: unset;">30+ years&rsquo; experience</a></h3> </div> <div class="u_1313872423 dmNewParagraph hide-for-small" data-element-type="paragraph" data-version="5" id="1313872423" style="transition: opacity 1s ease-in-out 0s;"><p class="text-align-center"><span class="" style="display: unset;"><span style="display: unset;">Successfully keeping</span> </span><strong style="display: unset; font-weight: bold;">Australian</strong><span class="" style="display: unset;"> <span style="display: unset;">businesses moving for over 30 years.</span></span><span style="display: initial;"><span class="ql-cursor"></span></span></p></div> <div class="u_1461082952 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1461082952" style="transition: opacity 1s ease-in-out 0s;"><p class="text-align-center"><a href="/about-us" runtime_url="/about-us" type="page" style="display: unset;">Learn about RFS.</a></p></div> </div> <div class="u_1188417561 dmRespCol large-3 medium-3 small-6" id="1188417561" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJlbnRyYW5jZSIsImFuaW1hdGlvbiI6ImZhZGVJblVwIn19" data-anim-desktop="fadeInUp"> <div class="u_1034942903 graphicWidget hide-for-medium hide-for-large" data-element-type="graphic" data-widget-type="graphic" id="1034942903"> <a href="/locations" id="1871968865" file="false"> <svg version="1.1" id="1816798882" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="952.371px" height="952.371px" viewbox="0 0 952.371 952.371" style="enable-background:new 0 0 952.371 952.371;" xml:space="preserve" class="svg u_1816798882" data-icon-custom="true" data-icon-name="australia (2).svg" aria-labelledby="1213756348"> <title id="1213756348">Australia</title> <g> <g> <path d="M758.57,897.774c11.102,7.5,26.201,1.7,29.5-11.2l16.5-65c1.301-5.1-2.5-10-7.799-10h-111c-6.701,0-10.4,7.7-6.301,12.9 C707.371,859.874,738.172,883.974,758.57,897.774z"></path> <path d="M34.971,509.374c28.3,56.4,54.6,117.7,45.2,177.5c-0.8,5.301,3.3,10.101,8.7,10.101h39c2.8,0,5.4-1.3,7-3.5 c47.3-64,111.3-84,111.3-84c57.8-17.4,120.1-32.8,160.1-32.8c74.6,0,92.401,61.199,96.401,84.6c0.898,5.2,5.398,9,10.699,9 c4.801,0,9.4-2,12.6-5.6l34.701-38.4c3.5-3.8,9.799-1.9,10.6,3.1c10.699,67.101,63.5,136.301,73.5,141.7c0.9,0.5,1.9,0.7,2.9,0.7 h155.1c3.199,0,5.799-2.4,6.1-5.5c5.5-58.8,95.699-143.7,130.199-174.3c8.5-7.5,13.301-18.2,13.301-29.5v-74.101 c0-1-0.199-1.899-0.6-2.8l-88-176c-0.6-1.3-1.701-2.3-3-2.9c-72.1-32.9-68.201-115-66.801-129.9c0.1-1.5-0.299-3.1-1.199-4.3 l-21.201-27.6c-2-2.6-5.799-3.2-8.5-1.2l-9.699,7c0-42.6-17.699-79.1-27.6-96.3c-2.6-4.5-9.201-4-11.1,0.8l-20.201,52.2 c-0.299,0.7-0.4,1.5-0.4,2.2c-0.1,43.3-7.299,72.4-15,91.1c-6.898,16.8-27.398,23-42.6,13.1c-29.9-19.5-78.4-51.2-95-62 c-3.1-2-3.699-6.2-1.4-9.1l46.701-56.7c3.299-4,0.4-10.1-4.801-10.1h-145.4c-1.6,0-3.1,0.6-4.2,1.7l-47.699,45 c-2.5,2.4-2.601,6.4-0.101,8.8l12.601,12.7c-40.601,13.5-67.9-13.9-77.7-26.2c-2.3-2.8-6.5-3.1-9.101-0.6l-104.3,100.5 c-0.9,0.9-1.6,2-1.8,3.3c-11,63.5-133.3,106.7-171.6,118.7c-7.1,2.2-12.5,8-14.2,15.2l-17.9,74.6c-1.1,4.7-0.6,9.601,1.4,13.9 C11.771,464.374,23.471,486.474,34.971,509.374z"></path> </g> </g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> <g></g> </svg> </a> </div> <div class="dmNewParagraph u_1102184591" data-element-type="paragraph" data-version="5" id="1102184591" style="transition: none 0s ease 0s; text-align: left; display: block;"> <h3 class="text-align-center"><a href="/locations" runtime_url="/locations" type="page" style="text-decoration: none; color: var(--color_2); display: unset;">National coverage</a></h3> </div> <div class="u_1093666316 dmNewParagraph hide-for-small" data-element-type="paragraph" data-version="5" id="1093666316" style="transition: none; text-align: left; display: block;"><p class="text-align-center"><span class="" style="display: unset;"><span style="display: unset;">Comprehensive fuel delivery and fuel management services with</span> </span><a href="/locations" runtime_url="/locations" type="page" style="display: unset; font-weight: bold;"><strong>Australia-wide</strong></a> <a href="/locations" runtime_url="/locations" type="page" style="display: unset;">coverage</a><span style="display: unset;">.</span></p></div> <div class="u_1314636081 dmNewParagraph hide-for-medium hide-for-large" data-element-type="paragraph" data-version="5" id="1314636081" style="transition: opacity 1s ease-in-out;"><p class="text-align-center"><a href="/locations" runtime_url="/locations" type="page" style="display: initial;">View service areas</a><span style="display: initial;">.</span></p></div> </div> <div class="u_1135632796 dmRespCol large-3 medium-3 small-6 hide-for-small" id="1135632796" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJlbnRyYW5jZSIsImFuaW1hdGlvbiI6ImZhZGVJblVwIn19" data-anim-desktop="fadeInUp"> <div class="u_1736770541 dmNewParagraph hide-for-small" data-element-type="paragraph" data-version="5" id="1736770541" style="transition: opacity 1s ease-in-out 0s;"> <h3 class="text-align-center"><span style="display: unset; color: var(--color_2);">Innovation</span></h3> </div> <div class="u_1650443442 dmNewParagraph hide-for-small" data-element-type="paragraph" data-version="5" id="1650443442" style="transition: opacity 1s ease-in-out 0s;"><p class="text-align-center"><span style="display: unset;">Market leaders revolutionising the fuel industry through service, technology, delivery, and management.</span></p></div> </div> <div class="u_1748666831 dmRespCol large-3 medium-3 small-6 hide-for-small" id="1748666831" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJlbnRyYW5jZSIsImFuaW1hdGlvbiI6ImZhZGVJblJpZ2h0In19" data-anim-desktop="fadeInRight"> <div class="u_1287816443 dmNewParagraph hide-for-small" data-element-type="paragraph" data-version="5" id="1287816443" style="transition: opacity 1s ease-in-out 0s;"> <h3 class="text-align-center"><span style="display: unset; color: var(--color_2);">Dedication</span></h3> </div> <div class="u_1718212969 dmNewParagraph hide-for-small" data-element-type="paragraph" data-version="5" id="1718212969" style="transition: opacity 1s ease-in-out 0s;"><p class="text-align-center"><span style="display: unset;">Priding ourselves on unwavering commitment to our customers, our people, and our business partners.</span></p></div> </div> </div> </div> <div class="u_1322431670 dmRespRow hide-for-small" id="1322431670"> <div class="dmRespColsWrapper" id="1136355271"> <div class="dmRespCol large-12 medium-12 small-12" id="1518549913"> <div class="widget-d2ce60 u_1300204871 dmCustomWidget" data-lazy-load="false" data-title="" id="1300204871" dmle_extension="custom_extension" data-element-type="custom_extension" data-anim-desktop="fadeIn" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJlbnRyYW5jZSIsImFuaW1hdGlvbiI6ImZhZGVJbiIsImR1cmF0aW9uIjoxLCJkZWxheSI6MCwiaW50ZW5zaXR5IjoxLCJyZXZlcnNlIjpmYWxzZSwiZGlyIjoidXAifX0=" icon="false" surround="false" data-widget-id="d2ce606eeb1d4b80aeef6f61041fd288" data-widget-version="13" data-widget-config="eyJ0YWJMaXN0IjpbeyJ0YWJJbWFnZSI6Imh0dHBzOi8vaXJwLmNkbi13ZWJzaXRlLmNvbS81OTZhYmE3Yy9kbXMzcmVwL211bHRpL2Zhc2Zhc2RmLXNhLmpwZyIsInRhYkRlc2NyaXB0aW9uIjoiPHAgY2xhc3M9XCJydGVCbG9ja1wiPkZvciBtb3JlIHRoYW4gMzAgeWVhcnMsIFJlZnVlbGxpbmcgU29sdXRpb25zIGhhdmUgZGVkaWNhdGVkIHRoZW1zZWx2ZXMgdG8gcHJvdmlkaW5nIGNvc3QtZWZmZWN0aXZlIGZ1ZWwgZGVsaXZlcnksIGluZm9ybWF0aW9uLCBhbmQgbG9naXN0aWNzIHRvIGJ1c2luZXNzZXMgPHN0cm9uZz5BdXN0cmFsaWEtd2lkZTwvc3Ryb25nPi4gSXQgaXMgb3VyIGV2ZXItZW5kdXJpbmcgY29tbWl0bWVudCB0byBvdXIgcGVvcGxlIGFuZCBvdXIgY3VzdG9tZXJzIHRoYXQgaGFzIGVuYWJsZWQgdXMgdG8gZGV2ZWxvcCBhbiBpbmR1c3RyeS1sZWFkaW5nIHJhbmdlIG9mIGJyYW5kcyBhbmQgc2VydmljZXMsIG1ha2luZyBSZWZ1ZWxsaW5nIFNvbHV0aW9ucyBBdXN0cmFsaWHigJlzIGZpcnN0LWNob2ljZSBzdXBwbGllciBvZiBlbmQtdG8tZW5kIHNtYWxsIGFuZCBsYXJnZS1zY2FsZSBmdWVsIG1hbmFnZW1lbnQgc29sdXRpb25zLjwvcD48YnI+PHAgY2xhc3M9XCJydGVCbG9ja1wiPlNhZmV0eSwgcHJvZHVjdGl2aXR5LCBlZmZpY2llbmN5LCBhbmQgdGhlIGVudmlyb25tZW50IGFyZSBwYXJhbW91bnQgdG8gb3VyIGluZHVzdHJ5LiBXaGljaCBpcyB3aHksIGF0IFJlZnVlbGxpbmcgU29sdXRpb25zLCB3ZSBoYXZlIGEgcHJvdWRseSBlc3RhYmxpc2hlZCByZXB1dGF0aW9uIGZvciBhbHdheXMgbWVldGluZyB0aGUgZXhwZWN0YXRpb25zIG9mIG91ciBjdXN0b21lcnMgYW5kIGJ1c2luZXNzIHBhcnRuZXJzLjwvcD4iLCJ0YWJUaXRsZSI6IlRoZSBjb21wbGV0ZSwgbmF0aW9ud2lkZSBmdWVsIG1hbmFnZW1lbnQgc29sdXRpb24iLCJ0YWJUb3BUaXRsZSI6IldobyB3ZSBhcmUsIHdoYXQgd2UgZG8iLCJ0YWJOYXZUaXRsZSI6IkJ1aWx0IG9uIFNlcnZpY2UiLCJ0YWJJbWFnZUFsdCI6IlNhbXBsZSBJbWFnZSIsInRhYkJ1dHRvbkxpbmsiOnsidmFsdWUiOiJhYm91dC11cyIsImxhYmVsIjoiIiwidHlwZSI6InBhZ2UiLCJocmVmIjoiL2Fib3V0LXVzIiwicmF3X3VybCI6Ii9zaXRlLzU5NmFiYTdjL2Fib3V0LXVzP25lZT10cnVlJmVkPXRydWUmc2hvd09yaWdpbmFsPXRydWUmcHJldmlldz10cnVlJmRtX3RyeV9tb2RlPXRydWUmZG1fY2hlY2tTeW5jPTEifSwidGFiQnV0dG9uVGV4dCI6IkFib3V0IHVzIn0seyJ0YWJJbWFnZSI6Imh0dHBzOi8vaXJwLmNkbi13ZWJzaXRlLmNvbS81OTZhYmE3Yy9kbXMzcmVwL211bHRpL1VudGl0bGVkLTIuanBnIiwidGFiRGVzY3JpcHRpb24iOiI8cCBjbGFzcz1cInJ0ZUJsb2NrXCI+T3VyIHVud2F2ZXJpbmcgZm9jdXMgb24gcXVhbGl0eSBzeXN0ZW1zIGFzIHdlbGwgYXMgZW52aXJvbm1lbnRhbCBhbmQgc2FmZXR5IGNvbXBsaWFuY2UgaXMgcGFyYW1vdW50IHRvIHRoZSB3YXkgaW4gd2hpY2ggd2UgY29uZHVjdCBvdXIgYnVzaW5lc3MuIEEgY29tcHJlaGVuc2l2ZSB1bmRlcnN0YW5kaW5nIG9mIGdvdmVybm1lbnQgbGVnaXNsYXRpb24gYW5kIGluZHVzdHJ5IHJlZ3VsYXRpb25zIGhhcyBlbmFibGVkIHVzIHRvIGhhbmRsZSBhbGwgcmlzayBtYW5hZ2VtZW50IGludm9sdmVkIHdpdGggcmVmdWVsbGluZyBvcGVyYXRpb25zIG9uIG91ciBjbGllbnQmI3gyNztzIGJlaGFsZi48L3A+PGJyPjxwIGNsYXNzPVwicnRlQmxvY2tcIj5UaGlzIHN0cmljdCBhZGhlcmVuY2UgdG8gc2FmZXR5IG1hbmFnZW1lbnQgYWNyb3NzIGFsbCBSZWZ1ZWxsaW5nIFNvbHV0aW9uc+KAmSBicmFuZHMsIHRlYW1lZCB3aXRoIG91ciBkZXRhaWxlZCByZXBvcnRpbmcgc3lzdGVtcywgYWxsb3cgY3VzdG9tZXJzIHRvIGVhc2lseSBwcmVwYXJlIGNvbXBsaWFuY2UgYW5kIGVtaXNzaW9ucyByZXBvcnRzLjwvcD4iLCJ0YWJUaXRsZSI6IkFuIFVud2F2ZXJpbmcgRGVkaWNhdGlvbiB0byBTYWZldHksIFN1c3RhaW5hYmlsaXR5LCBhbmQgdGhlIEVudmlyb25tZW50IiwidGFiVG9wVGl0bGUiOiJXaG8gV2UgQXJlLCBXaGF0IFdlIERvIiwidGFiTmF2VGl0bGUiOiJRdWFsaXR5IGFuZCBTYWZldHkiLCJ0YWJJbWFnZUFsdCI6IlNhbXBsZSBJbWFnZSIsInRhYkJ1dHRvbkxpbmsiOnsidmFsdWUiOiJhYm91dC11cyIsInR5cGUiOiJwYWdlIiwiaHJlZiI6Ii9hYm91dC11cyIsInJhd191cmwiOiIvc2l0ZS81OTZhYmE3Yy9hYm91dC11cz9uZWU9dHJ1ZSZlZD10cnVlJnNob3dPcmlnaW5hbD10cnVlJnByZXZpZXc9dHJ1ZSZkbV90cnlfbW9kZT10cnVlJmRtX2NoZWNrU3luYz0xIn0sInRhYkJ1dHRvblRleHQiOiJBYm91dCB1cyJ9LHsidGFiSW1hZ2UiOiJodHRwczovL2lycC5jZG4td2Vic2l0ZS5jb20vNTk2YWJhN2MvZG1zM3JlcC9tdWx0aS9VbnRpdGwxMTFlZC0yLmpwZyIsInRhYkRlc2NyaXB0aW9uIjoiPHAgY2xhc3M9XCJydGVCbG9ja1wiPldlIGFyZSBhbGwgYWJvdXQgc29sdXRpb25zLCBwcm9ibGVtIHNvbHZpbmcsIGFuZCB1c2luZyBvdXIgcmVzb3VyY2VzIGluIGEgd2F5IHRoYXQgYWxsb3dzIHVzIHRvIGdvIG9uZSBzdGVwIGZ1cnRoZXIgZm9yIGN1c3RvbWVycyBhbmQgdG8gZ28gYmV5b25kIG91ciBjb21wZXRpdGlvbi4gT3VyIGFzcGlyYXRpb24gdG8gYmUgYSBuYXRpb25hbCBsZWFkZXIgaW4gZnVlbCBzdXBwbHkgbWFuYWdlbWVudCBhbmQgdGVjaG5vbG9neSBpcyBidWlsdCBvbiBtb3JlIHRoYW4gMzAgeWVhcnMgb2YgZXhwZXJ0aXNlLjwvcD48YnI+PHAgY2xhc3M9XCJydGVCbG9ja1wiPldpdGggb25nb2luZyBpbnZlc3RtZW50LCBtZXRpY3Vsb3VzIGRhdGEgY29sbGVjdGlvbiwgYW5kIGEgcHJvYWN0aXZlIGFwcHJvYWNoLCB3ZSBuZXZlciBzdG9wIHRyeWluZyB0byBkZXZlbG9wIG5ldyB3YXlzIHRvIGhlbHAgb3VyIGN1c3RvbWVycyBlbmhhbmNlIHRoZWlyIGJ1c2luZXNzIGZ1ZWwgcGVyZm9ybWFuY2UgYW5kIHByb2R1Y3Rpdml0eS4gV2hhdGV2ZXIgdGhlIHJvYWRibG9jaywgd2UgYWltIHRvIGJlIHRoZSBzb2x1dGlvbi48L3A+IiwidGFiVGl0bGUiOiJJbm5vdmF0aXZlIFRoaW5raW5nIFdpdGggYSBEcml2ZSBUb3dhcmRzIE9uZ29pbmcgU29sdXRpb25zIiwidGFiVG9wVGl0bGUiOiJXaG8gV2UgQXJlLCBXaGF0IFdlIERvIiwidGFiTmF2VGl0bGUiOiIgSW5ub3ZhdGl2ZSBTb2x1dGlvbnMiLCJ0YWJJbWFnZUFsdCI6IlNhbXBsZSBJbWFnZSIsInRhYkJ1dHRvbkxpbmsiOnsidmFsdWUiOiJhYm91dC11cyIsImxhYmVsIjoiIiwidHlwZSI6InBhZ2UiLCJocmVmIjoiL2Fib3V0LXVzIiwicmF3X3VybCI6Ii9zaXRlLzU5NmFiYTdjL2Fib3V0LXVzP25lZT10cnVlJmVkPXRydWUmc2hvd09yaWdpbmFsPXRydWUmcHJldmlldz10cnVlJmRtX3RyeV9tb2RlPXRydWUmZG1fY2hlY2tTeW5jPTEifSwidGFiQnV0dG9uVGV4dCI6IkFib3V0IHVzIn0seyJ0YWJJbWFnZSI6Imh0dHBzOi8vaXJwLmNkbi13ZWJzaXRlLmNvbS81OTZhYmE3Yy9kbXMzcmVwL211bHRpL2Zhc2Zhc2ZhLmpwZyIsInRhYkRlc2NyaXB0aW9uIjoiPHAgY2xhc3M9XCJydGVCbG9ja1wiPk91ciBwZW9wbGUgaGF2ZSBiZWVuIGVzc2VudGlhbCB0byBvdXIgbG9uZy10ZXJtIHN1Y2Nlc3MsIGNvbnRpbnVlZCBidXNpbmVzcyBwZXJmb3JtYW5jZSwgYW5kIHRoZSBpbXBsZW1lbnRhdGlvbiBvZiBvdXIga2V5IHN0cmF0ZWdpZXMgYW5kIHN0YW5kYXJkcy4gVGhleSBrbm93IG91ciBidXNpbmVzcyBhbmQgb3VyIGN1c3RvbWVycyBpbnNpZGUgYW5kIG91dCwgYWx3YXlzIHBlcmZvcm1pbmcgdGhlaXIgZHV0aWVzIHdpdGggYSBzZW5zZSBvZiBwYXNzaW9uIHdoaWxzdCBkaXNwbGF5aW5nIHRoZSBpbmhlcmVudCBsZWFkZXJzaGlwIGFuZCBzb2x1dGlvbi1kcml2ZW4gcXVhbGl0aWVzIHdlIGFsd2F5cyBzdHJpdmUgdG8gaW5zdGlsbCBpbiBvdXIgcGVvcGxlLjwvcD48YnI+PHAgY2xhc3M9XCJydGVCbG9ja1wiPldpdGggYSBkaXZlcnNlIHRlYW0gbGVkIGJ5IGluY2x1c2l2ZSBhbmQgdHJhbnNwYXJlbnQgbGVhZGVycywgd2UgaGF2ZSBjb250aW51ZWQgdG8gcHJvdmlkZSBvdXIgY3VzdG9tZXJzIGFuZCBidXNpbmVzcyBwYXJ0bmVycyBBdXN0cmFsaWEtd2lkZSB3aXRoIGNvbnNpc3RlbmN5IGFjcm9zcyBvdXIgc2VydmljZSwgc2FmZXR5IHN0YW5kYXJkcywgYW5kIG92ZXJhbGwgcGVyZm9ybWFuY2UuIFdlIGtub3cgdGhhdCB3ZSBjYW4gYWNoaWV2ZSBmYXIgbW9yZSB3aGVuIHdlIHdvcmsgdG9nZXRoZXIuPC9wPiIsInRhYlRpdGxlIjoiVGhlIERyaXZpbmcgRm9yY2UgQmVoaW5kIFlvdXIgRnVlbCBNYW5hZ2VtZW50IiwidGFiVG9wVGl0bGUiOiJXaG8gV2UgQXJlLCBXaGF0IFdlIERvIiwidGFiTmF2VGl0bGUiOiJPdXIgUGVvcGxlIiwidGFiSW1hZ2VBbHQiOiJTYW1wbGUgaW1hZ2UiLCJ0YWJCdXR0b25MaW5rIjp7InZhbHVlIjoiYWJvdXQtdXMiLCJsYWJlbCI6IiIsInR5cGUiOiJwYWdlIiwiaHJlZiI6Ii9hYm91dC11cyIsInJhd191cmwiOiIvc2l0ZS81OTZhYmE3Yy9hYm91dC11cz9uZWU9dHJ1ZSZlZD10cnVlJnNob3dPcmlnaW5hbD10cnVlJnByZXZpZXc9dHJ1ZSZkbV90cnlfbW9kZT10cnVlJmRtX2NoZWNrU3luYz0xIn0sInRhYkJ1dHRvblRleHQiOiJBYm91dCB1cyJ9XSwiY29udGVudFN0eWxlIjpudWxsLCJncm91cDEiOm51bGx9"> <div class="widget-Loader-Container"><img src="https://www.phoenixfuels.ph/wp-content/plugins/interactive-3d-flipbook-powered-physics-engine/assets/images/dark-loader.gif" alt="" onerror="handleImageLoadError(this)"/></div> <div class="tabulation-Main-Container" style="display:none;"> <div class="tabulation-Section-Left"> <div class="tabulation-Left-Img"><img class="tabulation-Img" data-tab="Built on Service" src="https://lirp.cdn-website.com/596aba7c/dms3rep/multi/opt/fasfasdf-sa-1920w.jpg" alt="Sample Image" onerror="handleImageLoadError(this)"/><img class="tabulation-Img" data-tab="Quality and Safety" src="https://lirp.cdn-website.com/596aba7c/dms3rep/multi/opt/Untitled-2-1920w.jpg" alt="Sample Image" onerror="handleImageLoadError(this)"/><img class="tabulation-Img" data-tab=" Innovative Solutions" src="https://lirp.cdn-website.com/596aba7c/dms3rep/multi/opt/Untitl111ed-2-1920w.jpg" alt="Sample Image" onerror="handleImageLoadError(this)"/><img class="tabulation-Img" data-tab="Our People" src="https://lirp.cdn-website.com/596aba7c/dms3rep/multi/opt/fasfasfa-1920w.jpg" alt="Sample image" onerror="handleImageLoadError(this)"/></div> <div class="tabulation-Left-Tabs"> <div class="tabulataion-Tabs-Title" data-tab="Built on Service">Built on Service</div> <div class="tabulataion-Tabs-Title" data-tab="Quality and Safety">Quality and Safety</div> <div class="tabulataion-Tabs-Title" data-tab=" Innovative Solutions">Innovative Solutions</div> <div class="tabulataion-Tabs-Title" data-tab="Our People">Our People</div> </div> </div> <div class="tabulation-Section-Right"> <div class="tabulation-Right-Panel" data-tab="Built on Service"> <h4 class="tabulation-Panel-TopTitle">Who we are, what we do</h4> <h2 class="tabulation-Panel-Title">The complete, nationwide fuel management solution</h2> <p class="tabulation-Panel-Description"></p> <p class="rteBlock">For more than 30 years, Refuelling Solutions have dedicated themselves to providing cost-effective fuel delivery, information, and logistics to businesses <strong>Australia-wide</strong>. It is our ever-enduring commitment to our people and our customers that has enabled us to develop an industry-leading range of brands and services, making Refuelling Solutions Australia&rsquo;s first-choice supplier of end-to-end small and large-scale fuel management solutions.</p><br/><p class="rteBlock">Safety, productivity, efficiency, and the environment are paramount to our industry. Which is why, at Refuelling Solutions, we have a proudly established reputation for always meeting the expectations of our customers and business partners.</p> <p></p> <a class="tabulation-Panel-Button" value="about-us" label="" type="page" href="/about-us" raw_url="/site/596aba7c/about-us?nee=true&ed=true&showOriginal=true&preview=true&dm_try_mode=true&dm_checkSync=1"> <span class="tabulation-Button-Text">About us <div class="tabulation-Button-Icon"> <i class="fas fa-plus"></i> <!--<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"> <g> <path d="M492,236H276V20c0-11.046-8.954-20-20-20c-11.046,0-20,8.954-20,20v216H20c-11.046,0-20,8.954-20,20s8.954,20,20,20h216 v216c0,11.046,8.954,20,20,20s20-8.954,20-20V276h216c11.046,0,20-8.954,20-20C512,244.954,503.046,236,492,236z"/> </g> </svg>--></div> </span> </a> </div> <div class="tabulation-Right-Panel" data-tab="Quality and Safety"> <h4 class="tabulation-Panel-TopTitle">Who We Are, What We Do</h4> <h2 class="tabulation-Panel-Title">An Unwavering Dedication to Safety, Sustainability, and the Environment</h2> <p class="tabulation-Panel-Description"></p> <p class="rteBlock">Our unwavering focus on quality systems as well as environmental and safety compliance is paramount to the way in which we conduct our business. A comprehensive understanding of government legislation and industry regulations has enabled us to handle all risk management involved with refuelling operations on our client's behalf.</p><br/><p class="rteBlock">This strict adherence to safety management across all Refuelling Solutions&rsquo; brands, teamed with our detailed reporting systems, allow customers to easily prepare compliance and emissions reports.</p> <p></p> <a class="tabulation-Panel-Button" value="about-us" type="page" href="/about-us" raw_url="/site/596aba7c/about-us?nee=true&ed=true&showOriginal=true&preview=true&dm_try_mode=true&dm_checkSync=1"> <span class="tabulation-Button-Text">About us <div class="tabulation-Button-Icon"> <i class="fas fa-plus"></i> <!--<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"> <g> <path d="M492,236H276V20c0-11.046-8.954-20-20-20c-11.046,0-20,8.954-20,20v216H20c-11.046,0-20,8.954-20,20s8.954,20,20,20h216 v216c0,11.046,8.954,20,20,20s20-8.954,20-20V276h216c11.046,0,20-8.954,20-20C512,244.954,503.046,236,492,236z"/> </g> </svg>--></div> </span> </a> </div> <div class="tabulation-Right-Panel" data-tab=" Innovative Solutions"> <h4 class="tabulation-Panel-TopTitle">Who We Are, What We Do</h4> <h2 class="tabulation-Panel-Title">Innovative Thinking With a Drive Towards Ongoing Solutions</h2> <p class="tabulation-Panel-Description"></p> <p class="rteBlock">We are all about solutions, problem solving, and using our resources in a way that allows us to go one step further for customers and to go beyond our competition. Our aspiration to be a national leader in fuel supply management and technology is built on more than 30 years of expertise.</p><br/><p class="rteBlock">With ongoing investment, meticulous data collection, and a proactive approach, we never stop trying to develop new ways to help our customers enhance their business fuel performance and productivity. Whatever the roadblock, we aim to be the solution.</p> <p></p> <a class="tabulation-Panel-Button" value="about-us" label="" type="page" href="/about-us" raw_url="/site/596aba7c/about-us?nee=true&ed=true&showOriginal=true&preview=true&dm_try_mode=true&dm_checkSync=1"> <span class="tabulation-Button-Text">About us <div class="tabulation-Button-Icon"> <i class="fas fa-plus"></i> <!--<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"> <g> <path d="M492,236H276V20c0-11.046-8.954-20-20-20c-11.046,0-20,8.954-20,20v216H20c-11.046,0-20,8.954-20,20s8.954,20,20,20h216 v216c0,11.046,8.954,20,20,20s20-8.954,20-20V276h216c11.046,0,20-8.954,20-20C512,244.954,503.046,236,492,236z"/> </g> </svg>--></div> </span> </a> </div> <div class="tabulation-Right-Panel" data-tab="Our People"> <h4 class="tabulation-Panel-TopTitle">Who We Are, What We Do</h4> <h2 class="tabulation-Panel-Title">The Driving Force Behind Your Fuel Management</h2> <p class="tabulation-Panel-Description"></p> <p class="rteBlock">Our people have been essential to our long-term success, continued business performance, and the implementation of our key strategies and standards. They know our business and our customers inside and out, always performing their duties with a sense of passion whilst displaying the inherent leadership and solution-driven qualities we always strive to instill in our people.</p><br/><p class="rteBlock">With a diverse team led by inclusive and transparent leaders, we have continued to provide our customers and business partners Australia-wide with consistency across our service, safety standards, and overall performance. We know that we can achieve far more when we work together.</p> <p></p> <a class="tabulation-Panel-Button" value="about-us" label="" type="page" href="/about-us" raw_url="/site/596aba7c/about-us?nee=true&ed=true&showOriginal=true&preview=true&dm_try_mode=true&dm_checkSync=1"> <span class="tabulation-Button-Text">About us <div class="tabulation-Button-Icon"> <i class="fas fa-plus"></i> <!--<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"> <g> <path d="M492,236H276V20c0-11.046-8.954-20-20-20c-11.046,0-20,8.954-20,20v216H20c-11.046,0-20,8.954-20,20s8.954,20,20,20h216 v216c0,11.046,8.954,20,20,20s20-8.954,20-20V276h216c11.046,0,20-8.954,20-20C512,244.954,503.046,236,492,236z"/> </g> </svg>--></div> </span> </a> </div> </div> </div> </div> </div> </div> </div> <div class="u_1572861842 dmRespRow fullBleedChanged fullBleedMode" id="1572861842"> <div class="dmRespColsWrapper" id="1575325876"> <div class="u_1460210472 dmRespCol small-12 medium-12 large-12" id="1460210472"> <div class="u_1158977501 widget-653fc4 dmCustomWidget" data-lazy-load="false" data-title="" id="1158977501" dmle_extension="custom_extension" data-element-type="custom_extension" icon="false" surround="false" data-widget-id="653fc4502b4b454b9c1d50ae94b38b14" data-widget-version="7" data-widget-config="eyJzbGlkZXJMaXN0IjpbeyJpbWFnZVRpdGxlIjoiUmVmdWVsbGluZyBTb2x1dGlvbnMiLCJpbWdMaW5rIjoiaHR0cHM6Ly9pcnAuY2RuLXdlYnNpdGUuY29tLzU5NmFiYTdjL2RtczNyZXAvbXVsdGkvU2NyZWVuc2hvdF8xLnBuZyIsInRvcFRpdGxlIjoiT3VyIEJyYW5kcyIsIm1haW5UaXRsZSI6IlJlZnVlbGxpbmcgU29sdXRpb25zIiwiZGVzY3JpcHRpb24iOiI8cCBjbGFzcz1cInJ0ZUJsb2NrXCI+UmVmdWVsbGluZyBTb2x1dGlvbnPCriBoYXMgZW5kLXRvLWVuZCBmdWVsIG1hbmFnZW1lbnQgc29sdXRpb25zIHdpdGggb3VyIGluZHVzdHJ5IGxlYWRpbmcgYnJhbmRzLiDCoE91ciBNaW5pLVRhbmtlcnPCriBoYW5kbGUgZGlyZWN0LWludG8tcGxhbnQgYW5kIG91ciBNYXhpLVRhbmtlcnPCriBsb29rIGFmdGVyIGxhcmdlciBpbmZyYXN0cnVjdHVyZSBhbmQgYnVsayByZWZ1ZWxsaW5nLiDCoFdlIG9mZmVyIHNlYW1sZXNzIHN0YXRlLW9mLXRoZS1hcnQgbW9uaXRvcmluZyBhbmQgwqByZXBvcnRpbmcgc3lzdGVtcyB0YWlsb3JlZCB0byBrZWVwIHlvdXIgYnVzaW5lc3Mgb24gdGhlIG1vdmUuIMKgUHJvbXB0IGFuZCByZWxpYWJsZSwgd2UgZGVsaXZlciBmdWVsIGRpcmVjdCB0byB5b3UsIG9mZmVyaW5nIGJ1c2luZXNzIGVmZmljaWVuY2llcyBhbmQgY29zdCBlZmZlY3RpdmUgaW5ub3ZhdGl2ZSBzb2x1dGlvbnMuPC9wPiIsImJ0blRleHQiOiJFTlFVSVJFIE9OTElORSIsImJ0bkxpbmsiOnsidmFsdWUiOiJob21lIiwidHlwZSI6InBhZ2UiLCJocmVmIjoiLyIsInJhd191cmwiOiIvc2l0ZS81OTZhYmE3Yy8/bmVlPXRydWUmZWQ9dHJ1ZSZzaG93T3JpZ2luYWw9dHJ1ZSZwcmV2aWV3PXRydWUmZG1fdHJ5X21vZGU9dHJ1ZSZkbV9jaGVja1N5bmM9MSJ9fSx7ImltYWdlVGl0bGUiOiJNaW5pLVRhbmtlcnMiLCJpbWdMaW5rIjoiaHR0cHM6Ly9pcnAuY2RuLXdlYnNpdGUuY29tLzU5NmFiYTdjL2RtczNyZXAvbXVsdGkvMS1ob21lLTIwMTctTVRBLXVzZWQtaW4tY29sbGF0ZXJhbC0lMjgxJTI5LmpwZyIsInRvcFRpdGxlIjoiT3VyIEJyYW5kcyIsIm1haW5UaXRsZSI6Ik1pbmkgVGFua2VycyIsImRlc2NyaXB0aW9uIjoiPHAgY2xhc3M9XCJydGVCbG9ja1wiPkFjY2VsZXJhdGUgeW91ciBidXNpbmVzcyBwZXJmb3JtYW5jZSBieSBzdGFydGluZyBlYWNoIGRheSB3aXRoIGEgZnVsbCB0YW5rIG9mIGZ1ZWwgaW4gZXZlcnkgdmVoaWNsZS4gT3VyIGRpcmVjdC10by1wbGFudCByZWZ1ZWxsaW5nIE1pbmktVGFua2VycyBhcmUgcHVycG9zZSBidWlsdCB0byBoYW5kbGUgdGhlIGRpZmZpY3VsdCBBdXN0cmFsaWFuIHRlcnJhaW4gYW5kIHRvIHJlYWNoIHlvdXIgdmVoaWNsZXMgd2hlcmV2ZXIgdGhleSBtYXkgbGllIG9uIHlvdXIgc2l0ZS48L3A+PGJyPjxwIGNsYXNzPVwicnRlQmxvY2tcIj5CeSBpbmNvcnBvcmF0aW5nIGEgbW9iaWxlIGZ1ZWwgZGVsaXZlcnkgc2VydmljZSBpbnRvIHlvdXIgYnVzaW5lc3MsIHlvdSBjYW4gaW5jcmVhc2Ugb3ZlcmFsbCBlZmZpY2llbmN5IHdoaWxzdCByZWR1Y2luZyBib3RoIGxhYm91ciBjb3N0cyBhbmQgdGhlIGRvd250aW1lIGFzc29jaWF0ZWQgd2l0aCByZWxvY2F0aW5nIHZlaGljbGVzIHRvIGEgY29udmVudGlvbmFsIGZ1ZWwgc291cmNlLjwvcD4iLCJidG5UZXh0IjoiRU5RVUlSRSBPTkxJTkUiLCJidG5MaW5rIjp7InZhbHVlIjoiZnVlbC1zb2x1dGlvbnMvbWluaS10YW5rZXJzIiwibGFiZWwiOiIiLCJ0eXBlIjoicGFnZSIsImhyZWYiOiIvZnVlbC1zb2x1dGlvbnMvbWluaS10YW5rZXJzIiwicmF3X3VybCI6Ii9zaXRlLzU5NmFiYTdjL2Z1ZWwtc29sdXRpb25zL21pbmktdGFua2Vycz9uZWU9dHJ1ZSZlZD10cnVlJnNob3dPcmlnaW5hbD10cnVlJnByZXZpZXc9dHJ1ZSZkbV90cnlfbW9kZT10cnVlJmRtX2NoZWNrU3luYz0xIn19LHsiaW1hZ2VUaXRsZSI6Ik1heGktVGFua2VycyIsImltZ0xpbmsiOiJodHRwczovL2lycC5jZG4td2Vic2l0ZS5jb20vNTk2YWJhN2MvZG1zM3JlcC9tdWx0aS9ob21lLUItZG91YmxlLmpwZyIsInRvcFRpdGxlIjoiT3VyIEJyYW5kcyIsIm1haW5UaXRsZSI6Ik1heGktVGFua2VycyIsImRlc2NyaXB0aW9uIjoiPHAgY2xhc3M9XCJydGVCbG9ja1wiPldoZW4gaXQgY29tZXMgdG8gYSBoaWdoLXF1YWxpdHkgYnVsayBmdWVsIHN1cHBseSwgZGVsaXZlcmVkIGRpcmVjdC10by1zaXRlLCB5b3UgY2Fubm90IGdvIHBhc3Qgb3VyIE1heGktVGFua2Vycy4gUHJvdmlkaW5nIHVucml2YWxsZWQgcmVsaWFiaWxpdHksIHdlIG92ZXJzZWUgdGhlIGZ1ZWwgc3VwcGx5IGNoYWluIGZyb20gZW5kLXRvLWVuZCwgZW5zdXJpbmcgYSBoaWdoIHN0YW5kYXJkIG9mIHNhZmV0eSBpcyBhZGhlcmVkIHRvIHRocm91Z2hvdXQgdGhlIHByb2Nlc3MuPC9wPjxicj48cCBjbGFzcz1cInJ0ZUJsb2NrXCI+QWJsZSB0byBiZSBkaXNwYXRjaGVkIG5hdGlvbndpZGUsIG91ciBzZXJ2aWNlIGNhbiBiZSB0YWlsb3JlZCB0byBtZWV0IGEgd2lkZSByYW5nZSBvZiBidXNpbmVzcyBhbmQgaW5kdXN0cmlhbCBhcHBsaWNhdGlvbnMgaW5jbHVkaW5nIGhhdWxhZ2UgYW5kIGxhcmdlLXNjYWxlIHByb2plY3RzLiBBbGwgYnVsayBzdXBwbHkgaXMgcXVhbGl0eSBhc3N1cmVkIGFkaGVyaW5nIHRvIHRoZSBGdWVsIFF1YWxpdHkgU3RhbmRhcmRzIEFjdCAyMDAwLjwvcD4iLCJidG5UZXh0IjoiRU5RVUlSRSBPTkxJTkUiLCJidG5MaW5rIjp7InZhbHVlIjoiZnVlbC1zb2x1dGlvbnMvbWF4aS10YW5rZXIiLCJsYWJlbCI6IiIsInR5cGUiOiJwYWdlIiwiaHJlZiI6Ii9mdWVsLXNvbHV0aW9ucy9tYXhpLXRhbmtlciIsInJhd191cmwiOiIvc2l0ZS81OTZhYmE3Yy9mdWVsLXNvbHV0aW9ucy9tYXhpLXRhbmtlcj9uZWU9dHJ1ZSZlZD10cnVlJnNob3dPcmlnaW5hbD10cnVlJnByZXZpZXc9dHJ1ZSZkbV90cnlfbW9kZT10cnVlJmRtX2NoZWNrU3luYz0xIn19LHsiaW1hZ2VUaXRsZSI6ImlGVUVMIFRhbmsgSGlyZSBhbmQgU2FsZXMiLCJpbWdMaW5rIjoiaHR0cHM6Ly9pcnAuY2RuLXdlYnNpdGUuY29tLzU5NmFiYTdjL2RtczNyZXAvbXVsdGkvaG9tZS0yMDE3LVRIYXJ0aW4tdmlkZW8tc2hvdC1jb2xsYXRlcmFsLmpwZyIsInRvcFRpdGxlIjoiT3VyIEJyYW5kcyIsIm1haW5UaXRsZSI6ImlGVUVMIFRhbmsgSGlyZSBhbmQgU2FsZXMiLCJkZXNjcmlwdGlvbiI6IjxwIGNsYXNzPVwicnRlQmxvY2tcIj5pRlVFTCwgdGhlIHBldHJvbGV1bSBlcXVpcG1lbnQgZGl2aXNpb24gb2YgUmVmdWVsbGluZyBTb2x1dGlvbnMsIGhhcyBhbGxvd2VkIHVzIHRvIGZ1cnRoZXIgZXhwYW5kIHVwb24gdGhlIHJhbmdlIG9mIGF2YWlsYWJsZSBzb2x1dGlvbnMgZm9yIG91ciBjdXN0b21lcnMgYnkgcHJvdmlkaW5nIHRoZW0gd2l0aCBhY2Nlc3MgdG8gYWZmb3JkYWJsZSBvbi1zaXRlIHJlZnVlbGxpbmcgYW5kIHN0b3JhZ2Ugc3lzdGVtcy48L3A+PGJyPjxwIGNsYXNzPVwicnRlQmxvY2tcIj5PZmZlcmluZyB0aGUgZmxleGliaWxpdHkgdGhhdCBjYW4gYXQgdGltZXMgYmUgcmVxdWlyZWQgaW4gYW4gZXZlci1jaGFuZ2luZyBidXNpbmVzcyBlbnZpcm9ubWVudCwgb3VyIGlGVUVMIHN5c3RlbXMsIHRoYXQgaW5jbHVkZSBkaXNwZW5zZXJzLCBwdW1wcywgYW5kIHNlbGYtYnVuZGVkIHRhbmtzLCBhcmUgYXZhaWxhYmxlIG9uIGJvdGggYSBkaXJlY3Qgc2FsZSBvciBsZWFzaW5nIGJhc2lzLjwvcD4iLCJidG5UZXh0IjoiRU5RVUlSRSBPTkxJTkUiLCJidG5MaW5rIjp7InZhbHVlIjoiZnVlbC1zb2x1dGlvbnMvaWZ1ZWwtdGFuay1oaXJlIiwibGFiZWwiOiIiLCJ0eXBlIjoicGFnZSIsImhyZWYiOiIvZnVlbC1zb2x1dGlvbnMvaWZ1ZWwtdGFuay1oaXJlIiwicmF3X3VybCI6Ii9zaXRlLzU5NmFiYTdjL2Z1ZWwtc29sdXRpb25zL2lmdWVsLXRhbmstaGlyZT9uZWU9dHJ1ZSZlZD10cnVlJnNob3dPcmlnaW5hbD10cnVlJnByZXZpZXc9dHJ1ZSZkbV90cnlfbW9kZT10cnVlJmRtX2NoZWNrU3luYz0xIn19XSwiYXV0b3BsYXkiOnRydWUsImRyYWdnYWJsZSI6dHJ1ZSwiaW50ZXJ2YWwiOiI1MDAiLCJzbGlkZXNTaG93RFQiOiIzIn0="> <div class="widget-Loader-Container"><img src="https://www.phoenixfuels.ph/wp-content/plugins/interactive-3d-flipbook-powered-physics-engine/assets/images/dark-loader.gif" alt="" onerror="handleImageLoadError(this)"/></div> <!-- Slider --> <div class="sideslider-Main-Container" style="display:none;"> <div class="sideslider-Container-Section"> <div class="sideslider-Section-Content sideslider-Dt"> <div class="sideslider-Content-Left"> <div class="sideslider-Left-Section slider-for"> <div class="sideslider-Left-Wrapper"> <div class="sideslider-Wrapper-TopTitle">Our Brands</div> <div class="sideslider-Wrapper-MainTitle">Refuelling Solutions</div> <div class="sideslider-Wrapper-Description"><p class="rteBlock">Refuelling Solutions&reg; has end-to-end fuel management solutions with our industry leading brands. &nbsp;Our Mini-Tankers&reg; handle direct-into-plant and our Maxi-Tankers&reg; look after larger infrastructure and bulk refuelling. &nbsp;We offer seamless state-of-the-art monitoring and &nbsp;reporting systems tailored to keep your business on the move. &nbsp;Prompt and reliable, we deliver fuel direct to you, offering business efficiencies and cost effective innovative solutions.</p></div> </div> <div class="sideslider-Left-Wrapper"> <div class="sideslider-Wrapper-TopTitle">Our Brands</div> <div class="sideslider-Wrapper-MainTitle">Mini Tankers</div> <div class="sideslider-Wrapper-Description"><p class="rteBlock">Accelerate your business performance by starting each day with a full tank of fuel in every vehicle. Our direct-to-plant refuelling Mini-Tankers are purpose built to handle the difficult Australian terrain and to reach your vehicles wherever they may lie on your site.</p><br/><p class="rteBlock">By incorporating a mobile fuel delivery service into your business, you can increase overall efficiency whilst reducing both labour costs and the downtime associated with relocating vehicles to a conventional fuel source.</p></div> </div> <div class="sideslider-Left-Wrapper"> <div class="sideslider-Wrapper-TopTitle">Our Brands</div> <div class="sideslider-Wrapper-MainTitle">Maxi-Tankers</div> <div class="sideslider-Wrapper-Description"><p class="rteBlock">When it comes to a high-quality bulk fuel supply, delivered direct-to-site, you cannot go past our Maxi-Tankers. Providing unrivalled reliability, we oversee the fuel supply chain from end-to-end, ensuring a high standard of safety is adhered to throughout the process.</p><br/><p class="rteBlock">Able to be dispatched nationwide, our service can be tailored to meet a wide range of business and industrial applications including haulage and large-scale projects. All bulk supply is quality assured adhering to the Fuel Quality Standards Act 2000.</p></div> </div> <div class="sideslider-Left-Wrapper"> <div class="sideslider-Wrapper-TopTitle">Our Brands</div> <div class="sideslider-Wrapper-MainTitle">iFUEL Tank Hire and Sales</div> <div class="sideslider-Wrapper-Description"><p class="rteBlock">iFUEL, the petroleum equipment division of Refuelling Solutions, has allowed us to further expand upon the range of available solutions for our customers by providing them with access to affordable on-site refuelling and storage systems.</p><br/><p class="rteBlock">Offering the flexibility that can at times be required in an ever-changing business environment, our iFUEL systems, that include dispensers, pumps, and self-bunded tanks, are available on both a direct sale or leasing basis.</p></div> </div> </div> <div class="sideslider-Left-ArrowContainer"></div> </div> <div class="sideslider-Content-Right slider-nav"> <div class="sideslider-Right-Wrapper"><img class="sideslider-Wrapper-Img" src="https://lirp.cdn-website.com/596aba7c/dms3rep/multi/opt/Screenshot_1-1920w.png" alt="" onerror="handleImageLoadError(this)"/> <p class="sideslider-Wrapper-Title">Refuelling Solutions</p> </div> <div class="sideslider-Right-Wrapper"><img class="sideslider-Wrapper-Img" src="https://lirp.cdn-website.com/596aba7c/dms3rep/multi/opt/1-home-2017-MTA-used-in-collateral-%281%29-1920w.jpg" alt="" onerror="handleImageLoadError(this)"/> <p class="sideslider-Wrapper-Title">Mini-Tankers</p> </div> <div class="sideslider-Right-Wrapper"><img class="sideslider-Wrapper-Img" src="https://lirp.cdn-website.com/596aba7c/dms3rep/multi/opt/home-B-double-1920w.jpg" alt="" onerror="handleImageLoadError(this)"/> <p class="sideslider-Wrapper-Title">Maxi-Tankers</p> </div> <div class="sideslider-Right-Wrapper"><img class="sideslider-Wrapper-Img" src="https://lirp.cdn-website.com/596aba7c/dms3rep/multi/opt/home-2017-THartin-video-shot-collateral-1920w.jpg" alt="" onerror="handleImageLoadError(this)"/> <p class="sideslider-Wrapper-Title">iFUEL Tank Hire and Sales</p> </div> </div> </div> <div class="sideslider-Section-Content sideslider-M"> <div class="sideslider-Content-Left" style="display:none;"> <div class="sideslider-Left-Section slider-for"> <div class="sideslider-Left-Wrapper"> <div class="sideslider-Wrapper-TopTitle">Our Brands</div> <div class="sideslider-Wrapper-MainTitle">Refuelling Solutions</div> <div class="sideslider-Wrapper-Description"><p class="rteBlock">Refuelling Solutions&reg; has end-to-end fuel management solutions with our industry leading brands. &nbsp;Our Mini-Tankers&reg; handle direct-into-plant and our Maxi-Tankers&reg; look after larger infrastructure and bulk refuelling. &nbsp;We offer seamless state-of-the-art monitoring and &nbsp;reporting systems tailored to keep your business on the move. &nbsp;Prompt and reliable, we deliver fuel direct to you, offering business efficiencies and cost effective innovative solutions.</p></div> </div> <div class="sideslider-Left-Wrapper"> <div class="sideslider-Wrapper-TopTitle">Our Brands</div> <div class="sideslider-Wrapper-MainTitle">Mini Tankers</div> <div class="sideslider-Wrapper-Description"><p class="rteBlock">Accelerate your business performance by starting each day with a full tank of fuel in every vehicle. Our direct-to-plant refuelling Mini-Tankers are purpose built to handle the difficult Australian terrain and to reach your vehicles wherever they may lie on your site.</p><br/><p class="rteBlock">By incorporating a mobile fuel delivery service into your business, you can increase overall efficiency whilst reducing both labour costs and the downtime associated with relocating vehicles to a conventional fuel source.</p></div> </div> <div class="sideslider-Left-Wrapper"> <div class="sideslider-Wrapper-TopTitle">Our Brands</div> <div class="sideslider-Wrapper-MainTitle">Maxi-Tankers</div> <div class="sideslider-Wrapper-Description"><p class="rteBlock">When it comes to a high-quality bulk fuel supply, delivered direct-to-site, you cannot go past our Maxi-Tankers. Providing unrivalled reliability, we oversee the fuel supply chain from end-to-end, ensuring a high standard of safety is adhered to throughout the process.</p><br/><p class="rteBlock">Able to be dispatched nationwide, our service can be tailored to meet a wide range of business and industrial applications including haulage and large-scale projects. All bulk supply is quality assured adhering to the Fuel Quality Standards Act 2000.</p></div> </div> <div class="sideslider-Left-Wrapper"> <div class="sideslider-Wrapper-TopTitle">Our Brands</div> <div class="sideslider-Wrapper-MainTitle">iFUEL Tank Hire and Sales</div> <div class="sideslider-Wrapper-Description"><p class="rteBlock">iFUEL, the petroleum equipment division of Refuelling Solutions, has allowed us to further expand upon the range of available solutions for our customers by providing them with access to affordable on-site refuelling and storage systems.</p><br/><p class="rteBlock">Offering the flexibility that can at times be required in an ever-changing business environment, our iFUEL systems, that include dispensers, pumps, and self-bunded tanks, are available on both a direct sale or leasing basis.</p></div> </div> </div> <div class="sideslider-Left-ArrowContainer" style="display:none;"></div> </div> <div class="sideslider-Content-Right slider-nav"> <div class="sideslider-Right-Wrapper"> <div class="sideslider-Wrapper-TopTitle">Our Brands</div> <p class="sideslider-Wrapper-Title">Refuelling Solutions</p> <img class="sideslider-Wrapper-Img" src="https://lirp.cdn-website.com/596aba7c/dms3rep/multi/opt/Screenshot_1-1920w.png" alt="" onerror="handleImageLoadError(this)"/> <a class="sideslider-Wrapper-Button" value="home" type="page" href="/" raw_url="/site/596aba7c/?nee=true&ed=true&showOriginal=true&preview=true&dm_try_mode=true&dm_checkSync=1"> <span class="sideslider-Wrapper-BtnText">ENQUIRE ONLINE <div class="sideslider-Wrapper-Icon"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"> <g> <g> <g> <path class="st0" d="M20,276h423.6l-70.2,69.8c-7.8,7.8-7.9,20.5-0.1,28.3c7.8,7.8,20.5,7.9,28.3,0.1l104.5-104c0,0,0,0,0,0 c7.8-7.8,7.8-20.5,0-28.3c0,0,0,0,0,0l-104.5-104c-7.8-7.8-20.5-7.8-28.3,0.1c-7.8,7.8-7.8,20.5,0.1,28.3l70.2,69.8H20 c-11,0-20,9-20,20S9,276,20,276z"></path> </g> </g> </g> </svg> </div> </span> </a> </div> <div class="sideslider-Right-Wrapper"> <div class="sideslider-Wrapper-TopTitle">Our Brands</div> <p class="sideslider-Wrapper-Title">Mini-Tankers</p> <img class="sideslider-Wrapper-Img" src="https://lirp.cdn-website.com/596aba7c/dms3rep/multi/opt/1-home-2017-MTA-used-in-collateral-%281%29-1920w.jpg" alt="" onerror="handleImageLoadError(this)"/> <a class="sideslider-Wrapper-Button" value="fuel-solutions/mini-tankers" label="" type="page" href="/fuel-solutions/mini-tankers" raw_url="/site/596aba7c/fuel-solutions/mini-tankers?nee=true&ed=true&showOriginal=true&preview=true&dm_try_mode=true&dm_checkSync=1"> <span class="sideslider-Wrapper-BtnText">ENQUIRE ONLINE <div class="sideslider-Wrapper-Icon"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"> <g> <g> <g> <path class="st0" d="M20,276h423.6l-70.2,69.8c-7.8,7.8-7.9,20.5-0.1,28.3c7.8,7.8,20.5,7.9,28.3,0.1l104.5-104c0,0,0,0,0,0 c7.8-7.8,7.8-20.5,0-28.3c0,0,0,0,0,0l-104.5-104c-7.8-7.8-20.5-7.8-28.3,0.1c-7.8,7.8-7.8,20.5,0.1,28.3l70.2,69.8H20 c-11,0-20,9-20,20S9,276,20,276z"></path> </g> </g> </g> </svg> </div> </span> </a> </div> <div class="sideslider-Right-Wrapper"> <div class="sideslider-Wrapper-TopTitle">Our Brands</div> <p class="sideslider-Wrapper-Title">Maxi-Tankers</p> <img class="sideslider-Wrapper-Img" src="https://lirp.cdn-website.com/596aba7c/dms3rep/multi/opt/home-B-double-1920w.jpg" alt="" onerror="handleImageLoadError(this)"/> <a class="sideslider-Wrapper-Button" value="fuel-solutions/maxi-tanker" label="" type="page" href="/fuel-solutions/maxi-tanker" raw_url="/site/596aba7c/fuel-solutions/maxi-tanker?nee=true&ed=true&showOriginal=true&preview=true&dm_try_mode=true&dm_checkSync=1"> <span class="sideslider-Wrapper-BtnText">ENQUIRE ONLINE <div class="sideslider-Wrapper-Icon"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"> <g> <g> <g> <path class="st0" d="M20,276h423.6l-70.2,69.8c-7.8,7.8-7.9,20.5-0.1,28.3c7.8,7.8,20.5,7.9,28.3,0.1l104.5-104c0,0,0,0,0,0 c7.8-7.8,7.8-20.5,0-28.3c0,0,0,0,0,0l-104.5-104c-7.8-7.8-20.5-7.8-28.3,0.1c-7.8,7.8-7.8,20.5,0.1,28.3l70.2,69.8H20 c-11,0-20,9-20,20S9,276,20,276z"></path> </g> </g> </g> </svg> </div> </span> </a> </div> <div class="sideslider-Right-Wrapper"> <div class="sideslider-Wrapper-TopTitle">Our Brands</div> <p class="sideslider-Wrapper-Title">iFUEL Tank Hire and Sales</p> <img class="sideslider-Wrapper-Img" src="https://lirp.cdn-website.com/596aba7c/dms3rep/multi/opt/home-2017-THartin-video-shot-collateral-1920w.jpg" alt="" onerror="handleImageLoadError(this)"/> <a class="sideslider-Wrapper-Button" value="fuel-solutions/ifuel-tank-hire" label="" type="page" href="/fuel-solutions/ifuel-tank-hire" raw_url="/site/596aba7c/fuel-solutions/ifuel-tank-hire?nee=true&ed=true&showOriginal=true&preview=true&dm_try_mode=true&dm_checkSync=1"> <span class="sideslider-Wrapper-BtnText">ENQUIRE ONLINE <div class="sideslider-Wrapper-Icon"> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"> <g> <g> <g> <path class="st0" d="M20,276h423.6l-70.2,69.8c-7.8,7.8-7.9,20.5-0.1,28.3c7.8,7.8,20.5,7.9,28.3,0.1l104.5-104c0,0,0,0,0,0 c7.8-7.8,7.8-20.5,0-28.3c0,0,0,0,0,0l-104.5-104c-7.8-7.8-20.5-7.8-28.3,0.1c-7.8,7.8-7.8,20.5,0.1,28.3l70.2,69.8H20 c-11,0-20,9-20,20S9,276,20,276z"></path> </g> </g> </g> </svg> </div> </span> </a> </div> </div> <div class="sideslider-Left-ArrowContainer"></div> </div> </div> </div> </div> </div> </div> </div> <div class="u_1164688433 dmRespRow hide-for-small" id="1164688433"> <div class="dmRespColsWrapper" id="1475890915"> <div class="u_1292370807 dmRespCol small-12 large-6 medium-6" id="1292370807"> <div data-element-type="spacer" class="u_1440329696 dmSpacer" id="1440329696"></div> </div> <div class="dmRespCol large-6 medium-6 small-12 u_1847113509" id="1847113509"> <div class="dmRespRow u_1701424384 full-width-right btn-content tab-padding-right" id="1701424384"> <div class="dmRespColsWrapper" id="1391098463"> <div class="dmRespCol small-12 medium-12 large-12 u_1904670260" id="1904670260"> <div class="u_1473247719 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1473247719" style="transition: opacity 1s ease-in-out 0s;"><p class="m-size-14 size-14" style="letter-spacing: 0.1em;"><span class="font-size-14 m-font-size-14" m-font-size-set="true" style="color: var(--color_4); display: unset;">OUR SERVICES</span></p></div> <div class="u_1139455208 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1139455208" style="text-align: left; display: block; visibility: visible;" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJlbnRyYW5jZSIsImFuaW1hdGlvbiI6ImZhZGVJblVwIn19" data-anim-desktop="fadeInUp"> <h2><span style="color: rgb(255, 255, 255); display: unset;">Servicing Australia for More Than 30 Years</span></h2> </div> <div class="u_1705661855 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1705661855" style="transition: opacity 1s ease-in-out 0s;"><p><span class="" style="color: rgb(255, 255, 255); display: unset;"><span style="color: rgb(255, 255, 255); display: unset;">Refuelling Solutions provide a comprehensive range of services to ensure our customers and partners can keep their businesses running smoothly. Our experienced team can tailor our fuel management services to suit any business structure right across</span> </span><span class="" style="color: rgb(255, 255, 255); display: unset; font-weight: bold;"><span style="color: rgb(255, 255, 255); display: unset; font-weight: bold;">Australia,</span> </span><span style="color: rgb(255, 255, 255); display: unset;">regardless of scale, landscape, or supply requirements.</span></p><p><span style="display: initial;"><br/></span></p><p><span style="color: rgb(255, 255, 255); display: unset;">We install a range of onsite refuelling equipment including a self-bunded tank for a reliable, ongoing fuel supply. We provide bulk fuel delivery utilising our Maxi-Tankers for an on-time, ongoing bulk supply to businesses requiring a larger fuel delivery. For deliveries under 10,000 litres, we can arrange mobile fuel delivery and mobile diesel delivery via our signature Mini-Tanker fleet.</span></p><p><span style="display: initial;"><br/></span></p><p><span style="color: rgb(255, 255, 255); display: unset;">Find out the ways in which Refuelling Solutions can implement a full-scale fuel management system for your business.</span></p></div> <a data-display-type="block" class="u_1260436078 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/services" data-element-type="dButtonLinkId" id="1260436078" data-buttonstyle="CONTRAST_ICON" icon-name="icon-plus"> <span class="iconBg" id="1895972635"> <span class="icon hasFontIconstar hasFontIcon icon-plus" id="1240842948"></span> </span> <span class="text" id="1779434953">OUR SERVICES</span> </a> <div class="dmDividerWrapper clearfix u_1779565415" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1779565415"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1508593946"/></div> </div> </div> </div> </div> </div> </div> <div class="u_1428965683 dmRespRow hide-for-small" id="1428965683"> <div class="dmRespColsWrapper" id="1387759742"> <div class="dmRespCol large-12 medium-12 small-12" id="1587163996"> <div class="c-t-tile u_1788384207 widget-fdbc01 dmCustomWidget" data-lazy-load="false" data-title="" id="1788384207" dmle_extension="custom_extension" data-element-type="custom_extension" data-anim-desktop="fadeIn" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJlbnRyYW5jZSIsImFuaW1hdGlvbiI6ImZhZGVJbiIsInJldmVyc2UiOmZhbHNlfX0=" icon="false" surround="false" data-widget-id="fdbc010c7ec542909e3062e4e67b0526" data-widget-version="8" data-widget-config="eyJ0b3BUaXRsZSI6Ik91ciBUZXN0aW1vbmlhbHMiLCJtYWluVGl0bGUiOiJXaGF0IHBlb3BsZSwgcGFydG5lcnMsIGFuZCBjbGllbnRlbGUgYXJlIHNheWluZyBhYm91dCBSZWZ1ZWxsaW5nIFNvbHV0aW9ucy4iLCJjZW50ZXJJbWciOiJodHRwczovL2lycC5jZG4td2Vic2l0ZS5jb20vNTk2YWJhN2MvZG1zM3JlcC9tdWx0aS9yZXZpZXdzMS5wbmciLCJhbHRUZXh0IjoiU2FtcGxlIEltYWdnZSIsInRlc3RpbW9uaWFsTGlzdCI6W3sidGVzdGltb25pYWxUZXh0IjoiPHAgY2xhc3M9XCJydGVCbG9ja1wiPuKAnFJlZnVlbGxpbmcgU29sdXRpb25zIGdpdmVzIHVzIGdvb2Qgc2VydmljZSwgdGhleSBhcmUgbG9jYWwgcGVvcGxlLCB0aGV5IHVuZGVyc3RhbmQgb3VyIGJ1c2luZXNzIGFuZCB3aGF0IHdl4oCZcmUgdHJ5aW5nIHRvIGFjaGlldmUu4oCdPC9wPjxicj48cCBjbGFzcz1cInJ0ZUJsb2NrXCI+PHN0cm9uZz5Bbm5hIEJpbm5hIFBUWSBMVEQ8L3N0cm9uZz48L3A+In0seyJ0ZXN0aW1vbmlhbFRleHQiOiI8cCBjbGFzcz1cInJ0ZUJsb2NrXCI+4oCcT3VyIHJlbGF0aW9uc2hpcCB3aXRoIHRoZSBkcml2ZXJzIGlzIHJlYWxseSBnb29kIGl04oCZcyBsaWtlIHRoZXkgYXJlIG9uZSBvZiB0aGUgYm95cyBvbiBzaXRlLiBXZeKAmXZlIHN0dWNrIHdpdGggdGhlbSBiZWNhdXNlIHRoZXnigJl2ZSBzdHVjayB3aXRoIHVzLuKAnTwvcD48YnI+PHAgY2xhc3M9XCJydGVCbG9ja1wiPjxzdHJvbmc+TWNtYWhvbiBTZXJ2aWNlczwvc3Ryb25nPjwvcD4ifSx7InRlc3RpbW9uaWFsVGV4dCI6IjxwIGNsYXNzPVwicnRlQmxvY2tcIj7igJxUaGUgcmVsYXRpb25zaGlwIHRoYXQgd2UgaGF2ZSB3aXRoIFJlZnVlbGxpbmcgU29sdXRpb25zIGlzIGV4dHJlbWVseSBpbXBvcnRhbnTigKYgSWYgeW91IGFyZSBsb29raW5nIGZvciBhIHJlbGlhYmxlIHNvdXJjZSBvZiBmdWVsLCBkZWZpbml0ZWx5IGxvb2sgYXQgUmVmdWVsbGluZyBTb2x1dGlvbnMuIFRoZXnigJl2ZSBiZWVuIGZhbnRhc3RpYyBmb3IgdXMgaW4gZXZlcnkgd2F5LuKAnTwvcD48YnI+PHAgY2xhc3M9XCJydGVCbG9ja1wiPjxzdHJvbmc+UmVpbGx5IENvbnRyYWN0b3JzPC9zdHJvbmc+PC9wPiJ9LHsidGVzdGltb25pYWxUZXh0IjoiPHAgY2xhc3M9XCJydGVCbG9ja1wiPuKAnFJhaW4sIGhhaWwgb3Igc2hpbmUgaXQgZG9lc27igJl0IG1hdHRlciB3aGVyZSB5b3UgYXJlLCBNaW5pLVRhbmtlcnMgYXJyaXZlIGFuZCBmdWVscyB1cCB0byBrZWVwIHVzIGdvaW5nLuKAnTwvcD48YnI+PHAgY2xhc3M9XCJydGVCbG9ja1wiPjxzdHJvbmc+Q2l2aWwgYW5kIEFsbGllZDwvc3Ryb25nPjwvcD4ifSx7InRlc3RpbW9uaWFsVGV4dCI6IjxwIGNsYXNzPVwicnRlQmxvY2tcIj7igJxJIHdvdWxkIHN0cm9uZ2x5IHN1Z2dlc3QgdG8gYW55Ym9keSB0aGF0IGlmIHRoZXnigJlyZSBsb29raW5nIGF0IGhhdmluZyBvbnNpdGUgZnVlbGxpbmcgZG9uZSB0aGF0IHRoZXkgY2VydGFpbmx5IG1ha2UgdGhlIHBob25lIGNhbGwgYW5kIHRhbGsgdG8gUmVmdWVsbGluZyBTb2x1dGlvbnMu4oCdPC9wPjxicj48cCBjbGFzcz1cInJ0ZUJsb2NrXCI+PHN0cm9uZz5CdXJ0b248L3N0cm9uZz48L3A+In0seyJ0ZXN0aW1vbmlhbFRleHQiOiI8cCBjbGFzcz1cInJ0ZUJsb2NrXCI+4oCcVGhleSB1bmRlcnN0YW5kIG91ciBidXNpbmVzcyBuZWVkcyBhbmQgd2XigJlyZSBhYmxlIHRvIHdvcmsgd2l0aCB0aGVtIOKApiB0aGV5IGFyZSBwcmVwYXJlZCB0byBsaXN0ZW4gYW5kIGFyZSBsb2NhbCBwZW9wbGUgd2hvIHlvdSBnZXQgdG8ga25vdy7igJ08L3A+PGJyPjxwIGNsYXNzPVwicnRlQmxvY2tcIj48c3Ryb25nPldoaXRlbGluZSBUcmFuc3BvcnQ8L3N0cm9uZz48L3A+In0seyJ0ZXN0aW1vbmlhbFRleHQiOiI8cCBjbGFzcz1cInJ0ZUJsb2NrXCI+4oCcV2l0aCBhIGpvYiBsaWtlIHRoaXMsIGFueSBkb3dudGltZSB3aXRoIGFueSBtYWNoaW5lIGlzIGp1c3QgbG9zdCByZXZlbnVlLiBXZSBuZWVkIGV2ZXJ5IG1hY2hpbmUgdG8gYmUgd29ya2luZyBhdCBpdHMgZnVsbCBwb3RlbnRpYWwsIGZ1bGwgb2YgZnVlbCwgYWxsIGRheSwgZXZlcnkgZGF5LCBhbmQgTWluaS1UYW5rZXJzIHN1cHBseSB0aGF0IHRvIHVzLuKAnTwvcD48YnI+PHAgY2xhc3M9XCJydGVCbG9ja1wiPjxzdHJvbmc+Q3Jva2VyIENvbnN0cnVjdGlvbnM8L3N0cm9uZz48L3A+In0seyJ0ZXN0aW1vbmlhbFRleHQiOiI8cCBjbGFzcz1cInJ0ZUJsb2NrXCI+4oCcSWYgeW91IGFyZSBsb29raW5nIGZvciBhIGdvb2QsIHJlbGlhYmxlIGZ1ZWwgc291cmNlLCBjaG9vc2UgTWluaS1UYW5rZXJzLiBUaGV54oCZdmUgYmVlbiBmYW50YXN0aWMgZm9yIHVzIGluIGV2ZXJ5IHdheS7igJ08L3A+PGJyPjxwIGNsYXNzPVwicnRlQmxvY2tcIj48c3Ryb25nPlBpcGVjb248L3N0cm9uZz48L3A+In1dLCJzbGlkZXJPcHRpb25zIjpudWxsLCJhdXRvcGxheSI6dHJ1ZSwiZHJhZ2dhYmxlIjp0cnVlLCJncm91cDEiOm51bGwsInNsaWRlclN0eWxlIjpudWxsLCJhcnJvd1N0eWxlIjpudWxsLCJpbnRlcnZhbCI6IjUwMCIsInRpdGxlU3R5bGUiOm51bGx9"><!-- Loader --> <div class="widget-Loader-Container"><img src="https://www.phoenixfuels.ph/wp-content/plugins/interactive-3d-flipbook-powered-physics-engine/assets/images/dark-loader.gif" alt="" onerror="handleImageLoadError(this)"/></div> <!-- Slider --> <div class="testimonial-Main-Container" style="display:none;"> <div class="testimonial-Container-Section"> <div class="testimonial-Section-Content"> <div class="testimonial-Content-Left"> <div class="testimonial-Left-Section"> <div class="testimonial-Left-Wrapper"> <div class="testimonial-Wrapper-TopTitle">Our Testimonials</div> <div class="testimonial-Wrapper-MainTitle">What people, partners, and clientele are saying about Refuelling Solutions.</div> </div> </div> <div class="testimonial-Left-ArrowContainer"></div> </div> <div class="testimonial-Content-Center"><img class="testimonial-Center-Img" src="https://lirp.cdn-website.com/596aba7c/dms3rep/multi/opt/reviews1-1920w.png" alt="Sample Imagge" onerror="handleImageLoadError(this)"/></div> <div class="testimonial-Content-Right"> <div class="testimonial-Right-Section"> <div class="testimonial-Right-Wrapper"> <p class="testimonial-Wrapper-Title"></p> <p class="rteBlock">&ldquo;Refuelling Solutions gives us good service, they are local people, they understand our business and what we&rsquo;re trying to achieve.&rdquo;</p><br/><p class="rteBlock"><strong>Anna Binna PTY LTD</strong></p> <p></p> </div> <div class="testimonial-Right-Wrapper"> <p class="testimonial-Wrapper-Title"></p> <p class="rteBlock">&ldquo;Our relationship with the drivers is really good it&rsquo;s like they are one of the boys on site. We&rsquo;ve stuck with them because they&rsquo;ve stuck with us.&rdquo;</p><br/><p class="rteBlock"><strong>Mcmahon Services</strong></p> <p></p> </div> <div class="testimonial-Right-Wrapper"> <p class="testimonial-Wrapper-Title"></p> <p class="rteBlock">&ldquo;The relationship that we have with Refuelling Solutions is extremely important&hellip; If you are looking for a reliable source of fuel, definitely look at Refuelling Solutions. They&rsquo;ve been fantastic for us in every way.&rdquo;</p><br/><p class="rteBlock"><strong>Reilly Contractors</strong></p> <p></p> </div> <div class="testimonial-Right-Wrapper"> <p class="testimonial-Wrapper-Title"></p> <p class="rteBlock">&ldquo;Rain, hail or shine it doesn&rsquo;t matter where you are, Mini-Tankers arrive and fuels up to keep us going.&rdquo;</p><br/><p class="rteBlock"><strong>Civil and Allied</strong></p> <p></p> </div> <div class="testimonial-Right-Wrapper"> <p class="testimonial-Wrapper-Title"></p> <p class="rteBlock">&ldquo;I would strongly suggest to anybody that if they&rsquo;re looking at having onsite fuelling done that they certainly make the phone call and talk to Refuelling Solutions.&rdquo;</p><br/><p class="rteBlock"><strong>Burton</strong></p> <p></p> </div> <div class="testimonial-Right-Wrapper"> <p class="testimonial-Wrapper-Title"></p> <p class="rteBlock">&ldquo;They understand our business needs and we&rsquo;re able to work with them &hellip; they are prepared to listen and are local people who you get to know.&rdquo;</p><br/><p class="rteBlock"><strong>Whiteline Transport</strong></p> <p></p> </div> <div class="testimonial-Right-Wrapper"> <p class="testimonial-Wrapper-Title"></p> <p class="rteBlock">&ldquo;With a job like this, any downtime with any machine is just lost revenue. We need every machine to be working at its full potential, full of fuel, all day, every day, and Mini-Tankers supply that to us.&rdquo;</p><br/><p class="rteBlock"><strong>Croker Constructions</strong></p> <p></p> </div> <div class="testimonial-Right-Wrapper"> <p class="testimonial-Wrapper-Title"></p> <p class="rteBlock">&ldquo;If you are looking for a good, reliable fuel source, choose Mini-Tankers. They&rsquo;ve been fantastic for us in every way.&rdquo;</p><br/><p class="rteBlock"><strong>Pipecon</strong></p> <p></p> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="dmRespRow u_1607436583" id="1607436583"> <div class="dmRespColsWrapper" id="1225797503"> <div class="dmRespCol large-12 medium-12 small-12" id="1991277500"> <div class="dmRespRow u_1025372853" id="1025372853"> <div class="dmRespColsWrapper" id="1306516559"> <div class="u_1347736247 dmRespCol small-12 large-4 medium-4" id="1347736247"> <div class="u_1817374292 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1817374292" style="transition: opacity 1s ease-in-out 0s;"><p class="m-size-14 size-14" style="letter-spacing: 0.1em;"><span class="font-size-14 m-font-size-14" m-font-size-set="true" style="color: var(--color_2); display: unset;">FREQUENTLY ASKED QUESTIONS</span></p></div> <div class="u_1918763445 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1918763445" style="text-align: left; display: block;" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJlbnRyYW5jZSIsImFuaW1hdGlvbiI6ImZhZGVJbkxlZnQifX0=" data-anim-desktop="fadeInLeft"> <h2><span style="display: unset;">How Can Refuelling Solutions Help You Today?</span></h2> </div> </div> <div class="u_1681376066 dmRespCol small-12 large-8 medium-8" id="1681376066"> <div class="dmNewParagraph u_1699330597" data-element-type="paragraph" data-version="5" id="1699330597" style="transition: opacity 1s ease-in-out 0s;"><p><span style="display: unset;">At Refuelling Solutions, transparency is important across all aspects of our operation, and we want our customers to feel confident in the services and products we provide.</span></p></div> <div class="u_1854149494 dmNewParagraph hide-for-small" data-element-type="paragraph" data-version="5" id="1854149494" style="transition: opacity 1s ease-in-out 0s;"><p><span style="display: initial;">We&rsquo;ve put together some frequently asked questions from our customers so you can get to know us a little better. If you have a question that you cannot find the answer to, enquire through our Contact page.</span></p></div> </div> </div> </div> <div class="dmRespRow u_1201273491" id="1201273491"> <div class="dmRespColsWrapper" id="1063200651"> <div class="dmRespCol large-12 medium-12 small-12 u_1125741841" id="1125741841"> <div class="widget-832a29 u_1995823030 dmCustomWidget" data-lazy-load="" data-title="" id="1995823030" dmle_extension="custom_extension" data-element-type="custom_extension" data-anim-desktop="fadeInUp" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJlbnRyYW5jZSIsImFuaW1hdGlvbiI6ImZhZGVJblVwIn19" icon="false" surround="false" data-widget-id="832a29738c2b44fdb4e63369b1bf458a" data-widget-version="81" data-widget-config="eyJpdGVtcyI6W3sidGl0bGUiOiJIb3cgRG8gSSBQbGFjZSBNeSBSRlMgRnVlbCBPcmRlcj8iLCJoZWFkaW5nVHlwZSI6ImgzIiwiZGVzY3JpcHRpb24iOiI8cCBjbGFzcz1cInJ0ZUJsb2NrXCI+Q2FsbCB5b3VyIGxvY2FsIGJyYW5jaCBvZmZpY2UgdG8gcGxhY2UgYW4gb3JkZXIgZm9yIGRlbGl2ZXJ5LCB3aGljaCBpbiBtb3N0IG1ldHJvIGFyZWFzIGlzIHRoZSBuZXh0IGRheS4gVGFsayB0byB1cyBhYm91dCBhIHNjaGVkdWxlIHRvIGRlbGl2ZXIgdG8geW91ciBidXNpbmVzcyBvciBzaXRlIG9uIGEgcmVndWxhciBiYXNpcyB0byBnZXQgeW91ciBlcXVpcG1lbnQgcnVubmluZyEgQWx0ZXJuYXRpdmVseSwgPGEgdmFsdWU9XCJjdXN0b21lci1wb3J0YWxcIiBsYWJlbD1cIlwiIHR5cGU9XCJwYWdlXCIgaHJlZj1cIi9jdXN0b21lci1wb3J0YWxcIiBkYXRhLXJ1bnRpbWUtdXJsPVwiL2N1c3RvbWVyLXBvcnRhbFwiPnBsYWNlIGFuIG9yZGVyIG9ubGluZSB2aWEgb3VyIG9ubGluZSBvcmRlciBmb3JtPC9hPi48L3A+IiwiaWNvbiI6IjxzdmcgeG1sbnM9XCJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Z1wiIHdpZHRoPVwiMTAwJVwiIGhlaWdodD1cIjEwMCVcIiB2aWV3Qm94PVwiMCAwIDE3OTIgMTc5MlwiPjxwYXRoIGZpbGw9XCJpbmhlcml0XCIgZD1cIk0xNjcxIDU2NnEwIDQwLTI4IDY4bC03MjQgNzI0LTEzNiAxMzZxLTI4IDI4LTY4IDI4dC02OC0yOGwtMTM2LTEzNi0zNjItMzYycS0yOC0yOC0yOC02OHQyOC02OGwxMzYtMTM2cTI4LTI4IDY4LTI4dDY4IDI4bDI5NCAyOTUgNjU2LTY1N3EyOC0yOCA2OC0yOHQ2OCAyOGwxMzYgMTM2cTI4IDI4IDI4IDY4elwiIC8+PC9zdmc+In0seyJ0aXRsZSI6IkNhbiBJIENob29zZSBhIEZ1ZWwgRGVsaXZlcnkgVGltZT8iLCJoZWFkaW5nVHlwZSI6ImgzIiwiZGVzY3JpcHRpb24iOiI8cCBjbGFzcz1cInJ0ZUJsb2NrXCI+VGFsayB0byB5b3VyIGxvY2FsIGJyYW5jaCBvZmZpY2UgYWJvdXQgeW91ciBuZWVkcy4gV2UgdW5kZXJzdGFuZCB0aGUgY2hhbGxlbmdlcyBvdXIgY3VzdG9tZXJzIGZhY2UgYW5kIGFyZSBhbHdheXMgbG9va2luZyB0byBmaW5kIGEgd2F5IHRvIG1lZXQgeW91ciBuZWVkcy48L3A+IiwiaWNvbiI6IjxzdmcgeG1sbnM9XCJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Z1wiIHdpZHRoPVwiMTAwJVwiIGhlaWdodD1cIjEwMCVcIiB2aWV3Qm94PVwiMCAwIDE3OTIgMTc5MlwiPjxwYXRoIGZpbGw9XCJpbmhlcml0XCIgZD1cIk0xNjcxIDU2NnEwIDQwLTI4IDY4bC03MjQgNzI0LTEzNiAxMzZxLTI4IDI4LTY4IDI4dC02OC0yOGwtMTM2LTEzNi0zNjItMzYycS0yOC0yOC0yOC02OHQyOC02OGwxMzYtMTM2cTI4LTI4IDY4LTI4dDY4IDI4bDI5NCAyOTUgNjU2LTY1N3EyOC0yOCA2OC0yOHQ2OCAyOGwxMzYgMTM2cTI4IDI4IDI4IDY4elwiIC8+PC9zdmc+In0seyJ0aXRsZSI6IkNhbiBJIFZpZXcgTXkgQWNjb3VudCBPbmxpbmU/IiwiaGVhZGluZ1R5cGUiOiJoMyIsImRlc2NyaXB0aW9uIjoiPHAgY2xhc3M9XCJydGVCbG9ja1wiPlllcywgeW91IGNhbiwgdGFsayB0byB5b3VyIGxvY2FsIEJyYW5jaCBvZmZpY2UgYW5kIHRoZXkgd2lsbCBhcnJhbmdlIGFjY2VzcyB0byBvdXIgY3VzdG9tZXIgcG9ydGFsIHdoZXJlIHlvdSBjYW4gdmlldyBib3RoIGludm9pY2VzIGFuZCBhbHNvIHJldmlldyB5b3VyIGRvY2tldHMgc2hvcnRseSBhZnRlciB0aGUgZnVlbCBoYXMgYmVlbiBkZWxpdmVyZWQhPC9wPiIsImljb24iOiI8c3ZnIHhtbG5zPVwiaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmdcIiB3aWR0aD1cIjEwMCVcIiBoZWlnaHQ9XCIxMDAlXCIgdmlld0JveD1cIjAgMCAxNzkyIDE3OTJcIj48cGF0aCBmaWxsPVwiaW5oZXJpdFwiIGQ9XCJNMTY3MSA1NjZxMCA0MC0yOCA2OGwtNzI0IDcyNC0xMzYgMTM2cS0yOCAyOC02OCAyOHQtNjgtMjhsLTEzNi0xMzYtMzYyLTM2MnEtMjgtMjgtMjgtNjh0MjgtNjhsMTM2LTEzNnEyOC0yOCA2OC0yOHQ2OCAyOGwyOTQgMjk1IDY1Ni02NTdxMjgtMjggNjgtMjh0NjggMjhsMTM2IDEzNnEyOCAyOCAyOCA2OHpcIiAvPjwvc3ZnPiJ9LHsidGl0bGUiOiJDYW4gSSBUcmFjayBJbmRpdmlkdWFsIFBpZWNlcyBvZiBNeSBFcXVpcG1lbnQgb3IgVmVoaWNsZXMgRnVlbCBVc2FnZT8iLCJoZWFkaW5nVHlwZSI6ImgzIiwiZGVzY3JpcHRpb24iOiI8cCBjbGFzcz1cInJ0ZUJsb2NrXCI+V2UgaGF2ZSBtYW55IHdheXMgdG8gZG8gdGhpc+KApiBGcm9tIGF1dG9tYXRlZCBHUFMgdHJhY2tpbmcgdG8gZnVlbCB1c2FnZSByZXBvcnRz4oCmIFRhbGsgdG8gdXMhPC9wPiIsImljb24iOiI8c3ZnIHhtbG5zPVwiaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmdcIiB3aWR0aD1cIjEwMCVcIiBoZWlnaHQ9XCIxMDAlXCIgdmlld0JveD1cIjAgMCAxNzkyIDE3OTJcIj48cGF0aCBmaWxsPVwiaW5oZXJpdFwiIGQ9XCJNMTY3MSA1NjZxMCA0MC0yOCA2OGwtNzI0IDcyNC0xMzYgMTM2cS0yOCAyOC02OCAyOHQtNjgtMjhsLTEzNi0xMzYtMzYyLTM2MnEtMjgtMjgtMjgtNjh0MjgtNjhsMTM2LTEzNnEyOC0yOCA2OC0yOHQ2OCAyOGwyOTQgMjk1IDY1Ni02NTdxMjgtMjggNjgtMjh0NjggMjhsMTM2IDEzNnEyOCAyOCAyOCA2OHpcIiAvPjwvc3ZnPiJ9LHsidGl0bGUiOiJEbyBZb3UgU3VwcGx5IFRhbmtzIGFuZCBFcXVpcG1lbnQ/IiwiaGVhZGluZ1R5cGUiOiJoMyIsImRlc2NyaXB0aW9uIjoiPHAgY2xhc3M9XCJydGVCbG9ja1wiPlllcyEgV2Ugc2VsbCBhbmQgaGlyZSBhbGwgc29ydHMgb2YgZXF1aXBtZW50IGFuZCBjYW4gdGFpbG9yIGEgJnF1b3Q7UmVmdWVsbGluZyBTb2x1dGlvbiZxdW90OyB0byBtYXRjaCB5b3VyIG5lZWRzLjwvcD4iLCJpY29uIjoiPHN2ZyB4bWxucz1cImh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnXCIgd2lkdGg9XCIxMDAlXCIgaGVpZ2h0PVwiMTAwJVwiIHZpZXdCb3g9XCIwIDAgMTc5MiAxNzkyXCI+PHBhdGggZmlsbD1cImluaGVyaXRcIiBkPVwiTTE2NzEgNTY2cTAgNDAtMjggNjhsLTcyNCA3MjQtMTM2IDEzNnEtMjggMjgtNjggMjh0LTY4LTI4bC0xMzYtMTM2LTM2Mi0zNjJxLTI4LTI4LTI4LTY4dDI4LTY4bDEzNi0xMzZxMjgtMjggNjgtMjh0NjggMjhsMjk0IDI5NSA2NTYtNjU3cTI4LTI4IDY4LTI4dDY4IDI4bDEzNiAxMzZxMjggMjggMjggNjh6XCIgLz48L3N2Zz4ifSx7InRpdGxlIjoiSG93IERvIEkgR28gQWJvdXQgSm9pbmluZyBZb3VyIFRlYW0/IiwiaGVhZGluZ1R5cGUiOiJoMyIsImRlc2NyaXB0aW9uIjoiPHAgY2xhc3M9XCJydGVCbG9ja1wiPldlIGFyZSBhbHdheXMgbG9va2luZyBmb3IgcGVvcGxlIHRvIGpvaW4gdGhlIFJlZnVlbGxpbmcgU29sdXRpb25zIEZhbWlseSEgV2hpbHN0IHlvdXIgY3JlZGVudGlhbHMgbWF5IGJlIGltcG9ydGFudCwgd2UgbGlrZSB0byBoZWFyIGZyb20gcGVvcGxlIHRoYXQgdW5kZXJzdGFuZCB0aGUgdmFsdWUgb2YgY3VzdG9tZXIgc2VydmljZSBhbmQgY2FuIGRlbW9uc3RyYXRlIHRoZSBoaWdoZXN0IGxldmVsIG9mIGludGVncml0eSBhbmQgY2FyZS4gSGVhZCBvdmVyIHRvIG91ciA8YSB2YWx1ZT1cImNhcmVlcnNcIiBsYWJlbD1cIlwiIHR5cGU9XCJwYWdlXCIgaHJlZj1cIi9jYXJlZXJzXCIgZGF0YS1ydW50aW1lLXVybD1cIi9jYXJlZXJzXCI+Y2FyZWVycyBwYWdlPC9hPiB0byByZWdpc3RlciB5b3VyIGludGVyZXN0LjwvcD4iLCJpY29uIjoiPHN2ZyB4bWxucz1cImh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnXCIgd2lkdGg9XCIxMDAlXCIgaGVpZ2h0PVwiMTAwJVwiIHZpZXdCb3g9XCIwIDAgMTc5MiAxNzkyXCI+PHBhdGggZmlsbD1cImluaGVyaXRcIiBkPVwiTTE2NzEgNTY2cTAgNDAtMjggNjhsLTcyNCA3MjQtMTM2IDEzNnEtMjggMjgtNjggMjh0LTY4LTI4bC0xMzYtMTM2LTM2Mi0zNjJxLTI4LTI4LTI4LTY4dDI4LTY4bDEzNi0xMzZxMjgtMjggNjgtMjh0NjggMjhsMjk0IDI5NSA2NTYtNjU3cTI4LTI4IDY4LTI4dDY4IDI4bDEzNiAxMzZxMjggMjggMjggNjh6XCIgLz48L3N2Zz4ifV0sImV4cGFuZEZpcnN0SXRlbSI6ZmFsc2UsImNvbGxhcHNlT3RoZXJzIjp0cnVlLCJzY2hlbWEiOnRydWUsImxheW91dCI6InJvdW5kZWRJY29uIn0="><!-- FAQ Schema json-ld --> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "How Do I Place My RFS Fuel Order?", "acceptedAnswer": { "@type": "Answer", "text": "<p class=\"rteBlock\">Call your local branch office to place an order for delivery, which in most metro areas is the next day. Talk to us about a schedule to deliver to your business or site on a regular basis to get your equipment running! Alternatively, <a value=\"customer-portal\" label=\"\" type=\"page\" href=\"/customer-portal\" data-runtime-url=\"/customer-portal\">place an order online via our online order form</a>.</p>" } } , { "@type": "Question", "name": "Can I Choose a Fuel Delivery Time?", "acceptedAnswer": { "@type": "Answer", "text": "<p class=\"rteBlock\">Talk to your local branch office about your needs. We understand the challenges our customers face and are always looking to find a way to meet your needs.</p>" } } , { "@type": "Question", "name": "Can I View My Account Online?", "acceptedAnswer": { "@type": "Answer", "text": "<p class=\"rteBlock\">Yes, you can, talk to your local Branch office and they will arrange access to our customer portal where you can view both invoices and also review your dockets shortly after the fuel has been delivered!</p>" } } , { "@type": "Question", "name": "Can I Track Individual Pieces of My Equipment or Vehicles Fuel Usage?", "acceptedAnswer": { "@type": "Answer", "text": "<p class=\"rteBlock\">We have many ways to do this… From automated GPS tracking to fuel usage reports… Talk to us!</p>" } } , { "@type": "Question", "name": "Do You Supply Tanks and Equipment?", "acceptedAnswer": { "@type": "Answer", "text": "<p class=\"rteBlock\">Yes! We sell and hire all sorts of equipment and can tailor a &quot;Refuelling Solution&quot; to match your needs.</p>" } } , { "@type": "Question", "name": "How Do I Go About Joining Your Team?", "acceptedAnswer": { "@type": "Answer", "text": "<p class=\"rteBlock\">We are always looking for people to join the Refuelling Solutions Family! Whilst your credentials may be important, we like to hear from people that understand the value of customer service and can demonstrate the highest level of integrity and care. Head over to our <a value=\"careers\" label=\"\" type=\"page\" href=\"/careers\" data-runtime-url=\"/careers\">careers page</a> to register your interest.</p>" } } ]} </script> <!-- End of FAQ Schema json -ld --> <ul class="accordion-wrapper roundedIcon " data-first-expanded="false"> <li class="accordion-item"> <div class="accordion-title"> <div class="title-text"> <h3>How Do I Place My RFS Fuel Order?</h3> </div> <div class="arrow-wrapper"> <div class="arrow"> <svg class="close" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1152 1792" style="background-color:inherit !important" fill="currentColor"> <path fill="inherit" d="M1075 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z"></path> </svg> </div> </div> </div> <div class="accordion-description"> <div class="section"> <div class="section-inner"><p class="rteBlock">Call your local branch office to place an order for delivery, which in most metro areas is the next day. Talk to us about a schedule to deliver to your business or site on a regular basis to get your equipment running! Alternatively, <a value="customer-portal" label="" type="page" href="/customer-portal" data-runtime-url="/customer-portal">place an order online via our online order form</a>.</p></div> </div> </div> </li> <li class="accordion-item"> <div class="accordion-title"> <div class="title-text"> <h3>Can I Choose a Fuel Delivery Time?</h3> </div> <div class="arrow-wrapper"> <div class="arrow"> <svg class="close" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1152 1792" style="background-color:inherit !important" fill="currentColor"> <path fill="inherit" d="M1075 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z"></path> </svg> </div> </div> </div> <div class="accordion-description"> <div class="section"> <div class="section-inner"><p class="rteBlock">Talk to your local branch office about your needs. We understand the challenges our customers face and are always looking to find a way to meet your needs.</p></div> </div> </div> </li> <li class="accordion-item"> <div class="accordion-title"> <div class="title-text"> <h3>Can I View My Account Online?</h3> </div> <div class="arrow-wrapper"> <div class="arrow"> <svg class="close" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1152 1792" style="background-color:inherit !important" fill="currentColor"> <path fill="inherit" d="M1075 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z"></path> </svg> </div> </div> </div> <div class="accordion-description"> <div class="section"> <div class="section-inner"><p class="rteBlock">Yes, you can, talk to your local Branch office and they will arrange access to our customer portal where you can view both invoices and also review your dockets shortly after the fuel has been delivered!</p></div> </div> </div> </li> <li class="accordion-item"> <div class="accordion-title"> <div class="title-text"> <h3>Can I Track Individual Pieces of My Equipment or Vehicles Fuel Usage?</h3> </div> <div class="arrow-wrapper"> <div class="arrow"> <svg class="close" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1152 1792" style="background-color:inherit !important" fill="currentColor"> <path fill="inherit" d="M1075 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z"></path> </svg> </div> </div> </div> <div class="accordion-description"> <div class="section"> <div class="section-inner"><p class="rteBlock">We have many ways to do this&hellip; From automated GPS tracking to fuel usage reports&hellip; Talk to us!</p></div> </div> </div> </li> <li class="accordion-item"> <div class="accordion-title"> <div class="title-text"> <h3>Do You Supply Tanks and Equipment?</h3> </div> <div class="arrow-wrapper"> <div class="arrow"> <svg class="close" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1152 1792" style="background-color:inherit !important" fill="currentColor"> <path fill="inherit" d="M1075 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z"></path> </svg> </div> </div> </div> <div class="accordion-description"> <div class="section"> <div class="section-inner"><p class="rteBlock">Yes! We sell and hire all sorts of equipment and can tailor a &quot;Refuelling Solution&quot; to match your needs.</p></div> </div> </div> </li> <li class="accordion-item"> <div class="accordion-title"> <div class="title-text"> <h3>How Do I Go About Joining Your Team?</h3> </div> <div class="arrow-wrapper"> <div class="arrow"> <svg class="close" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1152 1792" style="background-color:inherit !important" fill="currentColor"> <path fill="inherit" d="M1075 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z"></path> </svg> </div> </div> </div> <div class="accordion-description"> <div class="section"> <div class="section-inner"><p class="rteBlock">We are always looking for people to join the Refuelling Solutions Family! Whilst your credentials may be important, we like to hear from people that understand the value of customer service and can demonstrate the highest level of integrity and care. Head over to our <a value="careers" label="" type="page" href="/careers" data-runtime-url="/careers">careers page</a> to register your interest.</p></div> </div> </div> </li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="u_1423906218 dmRespRow hasBackgroundOverlay fullBleedChanged fullBleedMode" id="1423906218"> <div class="dmRespColsWrapper" id="1759408293"> <div class="u_1381747106 dmRespCol small-12 medium-12 large-12" id="1381747106"> <div class="u_1874146373 dmRespRow cta" id="1874146373"> <div class="dmRespColsWrapper" id="1075722495"> <div class="u_1080792632 dmRespCol small-12 large-6 medium-6" id="1080792632"> <div class="u_1960829759 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1960829759" style="text-align: left; display: block; visibility: visible;" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJlbnRyYW5jZSIsImFuaW1hdGlvbiI6ImZhZGVJbkxlZnQifX0=" data-anim-desktop="fadeInLeft"> <h3><span style="color: rgb(255, 255, 255); display: initial;">Take Advantage of End-to-End Refuelling Solutions Tailored to Your Business</span><span style="display: initial;"><br/></span></h3> </div> </div> <div class="u_1127767905 dmRespCol small-12 large-6 medium-6" id="1127767905"> <a data-display-type="block" class="u_1815942791 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/customer-portal" data-element-type="dButtonLinkId" id="1815942791" data-buttonstyle="CONTRAST_ICON" icon-name="icon-long-arrow-right"> <span class="iconBg" id="1317986258"> <span class="icon hasFontIconstar hasFontIcon icon-long-arrow-right" id="1613303645"></span> </span> <span class="text" id="1206326721">Order Or Enquire</span> </a> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="sticky-widgets-container-global" id="1193869967"> <a data-display-type="block" class="u_1076050593 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient sticky-desktop-position-bottom-right sticky-mobile-position-bottom" file="false" href="/reviews" data-element-type="dButtonLinkId" id="1076050593" link_type="popup" popup_target="reviews" data-buttonstyle="FLAT_ROUND_ICON" icon-name="icon-star"> <span class="iconBg" id="1867663682"> <span class="icon hasFontIconstar hasFontIcon icon-star" id="1505700685"></span> </span> <span class="text" id="1602580903" style="letter-spacing:0px;">LEAVE A REVIEW</span> </a> </div> <div class="dmFooterContainer"> <div id="fcontainer" class="u_fcontainer f_hcontainer dmFooter p_hfcontainer"> <div dm:templateorder="250" class="dmFooterResp generalFooter" id="1943048428"> <div class="u_1028364007 dmRespRow" id="1028364007"> <div class="dmRespColsWrapper" id="1666394400"> <div class="u_1566147628 dmRespCol small-12 large-4 medium-4" id="1566147628"> <div class="u_1569828575 dmNewParagraph ft1" data-element-type="paragraph" data-version="5" id="1569828575" style="transition: opacity 1s ease-in-out 0s;"><p class="m-size-14" style="letter-spacing: 0.2em;"><span class="m-font-size-14" m-font-size-set="true" style="display: unset; color: var(--color_4); text-transform: uppercase;">CERTIFICATIONS</span></p></div> <div class="u_1590645025 dmNewParagraph hide-for-small" data-element-type="paragraph" data-version="5" id="1590645025" style="transition: opacity 1s ease-in-out 0s;"><p><span style="display: unset; color: rgb(255, 255, 255);">As a quality endorsed business, we have an ongoing commitment to health, safety, and the environment and proudly display our certifications.</span></p></div> <div class="dmRespRow u_1632122015" id="1632122015" mode="1"> <div class="dmRespColsWrapper" id="1989635383"> <div class="u_1678624464 dmRespCol small-12 large-7 medium-7" id="1678624464"> <div class="u_1157712541 dmPhotoGallery newPhotoGallery dmPhotoGalleryResp photo-gallery-done text-layout-over captionAlignment-center_center photoGallery" galleryoptionsparams="{thumbnailsPerRow: 3, rowsToShow: 3, imageScaleMethod: true}" data-desktop-layout="square" data-desktop-columns="3" data-element-type="dPhotoGalleryId" data-desktop-text-layout="over" id="1157712541" data-placeholder="false" data-mobile-columns="3"> <div class="dmPhotoGalleryHolder clearfix gallery shadowEffectToChildren gallery4inArow" id="1362986591"></div> <div class="layout-container square"> <div class="photogallery-row " data-index=""> <div class="photogallery-column column-3" data-index="0"> <div index="0" class="photoGalleryThumbs animated " data-index="0"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" data-dm-force-device="mobile" class="u_1491090312" data-image-url="https://irp.cdn-website.com/596aba7c/dms3rep/multi/Certified+System+ISO+45001+YELLOW+RGB-3x.jpg" style="background-image: url('https://lirp.cdn-website.com/596aba7c/dms3rep/multi/opt/Certified+System+ISO+45001+YELLOW+RGB-3x-640w.jpg');"><img id="1244946120" data-src="https://lirp.cdn-website.com/596aba7c/dms3rep/multi/opt/Certified+System+ISO+45001+YELLOW+RGB-3x-1920w.jpg" alt="ISO 45001" onerror="handleImageLoadError(this)"/></a> </div> <div id="1354129255" class="caption-container u_1354129255" style="display:none"> <span class="caption-inner"> <a id="1670208020" class="caption-button dmWidget clearfix u_1670208020" href="" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Button</span> </a> </span> </div> </div> </div> </div> <div class="photogallery-column column-3" data-index="1"> <div index="1" class="photoGalleryThumbs animated " data-index="1"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" data-dm-force-device="mobile" class="u_1217733902" data-image-url="https://irp.cdn-website.com/596aba7c/dms3rep/multi/Certified+System+AS+9120+GREEN+RGB-3x.jpg" style="background-image: url('https://lirp.cdn-website.com/596aba7c/dms3rep/multi/opt/Certified+System+AS+9120+GREEN+RGB-3x-640w.jpg');"><img id="1363741056" data-src="https://lirp.cdn-website.com/596aba7c/dms3rep/multi/opt/Certified+System+AS+9120+GREEN+RGB-3x-1920w.jpg" alt="ISO 14001" onerror="handleImageLoadError(this)"/></a> </div> <div id="1263731655" class="caption-container u_1263731655" style="display:none"> <span class="caption-inner"> <a id="1238256571" class="caption-button dmWidget clearfix u_1238256571" href="" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Button</span> </a> </span> </div> </div> </div> </div> <div class="photogallery-column column-3" data-index="2"> <div index="2" class="photoGalleryThumbs animated " data-index="2"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" data-dm-force-device="mobile" class="u_1935655219" data-image-url="https://irp.cdn-website.com/596aba7c/dms3rep/multi/Certified+System+ISO+9001+RGB-3x.jpg" style="background-image: url('https://lirp.cdn-website.com/596aba7c/dms3rep/multi/opt/Certified+System+ISO+9001+RGB-3x-640w.jpg');"><img id="1411238868" data-src="https://lirp.cdn-website.com/596aba7c/dms3rep/multi/opt/Certified+System+ISO+9001+RGB-3x-1920w.jpg" alt="ISO 9001" onerror="handleImageLoadError(this)"/></a> </div> <div id="1528806214" class="caption-container u_1528806214" style="display:none"> <span class="caption-inner"> <a id="1429964615" class="caption-button dmWidget clearfix u_1429964615" href="" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Button</span> </a> </span> </div> </div> </div> </div> </div> </div> </div> </div> <div class="u_1127137466 dmRespCol small-12 large-5 medium-5" id="1127137466"> <div data-element-type="spacer" class="u_1260859371 dmSpacer hide-for-small" id="1260859371"></div> </div> </div> </div> </div> <div class="u_1166911362 dmRespCol small-12 large-8 medium-8" id="1166911362"> <div class="u_1618410654 dmRespRow" id="1618410654" mode="2"> <div class="dmRespColsWrapper" id="1096940115"> <div class="u_1757820723 dmRespCol tab8 large-4 medium-4 small-6" id="1757820723"> <div class="u_1251438795 dmNewParagraph ft1" data-element-type="paragraph" data-version="5" id="1251438795" style="transition: opacity 1s ease-in-out 0s;"><p class="m-size-14" style="letter-spacing: 0.2em;"><span class="m-font-size-14" m-font-size-set="true" style="display: unset; color: var(--color_4); text-transform: uppercase;">LOCATIONS</span></p></div> <div class="u_1466183569 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1466183569" style="transition: opacity 1s ease-in-out 0s;"><p style="line-height: 2;"><a href="/locations" runtime_url="/locations" type="page" style="display: initial; color: rgb(255, 248, 248);">Service Locations</a></p><p style="line-height: 2;"><a href="/locations/sydney" runtime_url="/locations/sydney" type="page" style="color: rgb(255, 255, 255); display: initial;">Sydney Office</a></p><p style="line-height: 2;"><a href="/locations/melbourne" runtime_url="/locations/melbourne" type="page" style="color: rgb(255, 255, 255); display: initial;">Melbourne Office</a></p><p style="line-height: 2;"><a href="/locations/brisbane" runtime_url="/locations/brisbane" type="page" style="color: rgb(255, 255, 255); display: initial;">Brisbane Office</a></p><p style="line-height: 2;"><a href="/locations/adelaide" runtime_url="/locations/adelaide" type="page" style="color: rgb(255, 255, 255); display: initial;">Adelaide Office</a></p><p style="line-height: 2;"><a href="/locations/perth" runtime_url="/locations/perth" type="page" style="color: rgb(255, 255, 255); display: initial;">Perth Office</a></p></div> </div> <div class="u_1387414305 dmRespCol tab8 large-4 medium-4 small-6 content-removed" id="1387414305"> <div class="u_1174665666 dmNewParagraph ft1" data-element-type="paragraph" data-version="5" id="1174665666" style="transition: opacity 1s ease-in-out 0s;"><p class="m-size-14" style="letter-spacing: 0.2em;"><span style="display: unset; color: var(--color_4); text-transform: uppercase;" m-font-size-set="true" class="m-font-size-14">FUEL SOLUTIONS</span></p></div> <div class="u_1215361876 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1215361876" style="text-align: left; display: block;"><p style="line-height: 2;"><a href="/fuel-solutions/mini-tankers" runtime_url="/fuel-solutions/mini-tankers" type="page" style="display: initial; color: rgb(255, 248, 248);">Mini-Tankers</a></p><p style="line-height: 2;"><a href="/fuel-solutions/maxi-tanker" runtime_url="/fuel-solutions/maxi-tanker" type="page" style="display: initial; color: rgb(255, 248, 248);">Maxi-Tankers</a></p><p style="line-height: 2;"><a href="/fuel-solutions/lubricants" runtime_url="/fuel-solutions/lubricants" type="page" style="display: initial; color: rgb(255, 248, 248);">Lubricants</a></p><p style="line-height: 2;"><a href="/fuel-solutions/ifuel-tank-hire" runtime_url="/fuel-solutions/ifuel-tank-hire" type="page" style="display: initial; color: rgb(255, 248, 248);">iFUEL Tank Hire</a></p><p style="line-height: 2;"><a href="/fuel-solutions/ifuel-tank-sales" runtime_url="/fuel-solutions/ifuel-tank-sales" type="page" style="display: initial; color: rgb(255, 248, 248);">iFUEL Tank Sales</a></p><p style="line-height: 2;"><a href="/fuel-solutions/future-fuels" runtime_url="/fuel-solutions/future-fuels" type="page" style="display: initial; color: rgb(255, 255, 255);">Future Fuels</a></p></div> </div> <div class="u_1840843821 dmRespCol tab9 large-4 medium-4 small-12 hide-for-small" id="1840843821"> <div class="u_1041235219 dmNewParagraph ft1" data-element-type="paragraph" data-version="5" id="1041235219" style="transition: opacity 1s ease-in-out 0s;"><p class="m-size-14" style="letter-spacing: 0.2em;"><span class="m-font-size-14" m-font-size-set="true" style="display: unset; color: var(--color_4); text-transform: uppercase;">QUICK LINKS</span></p></div> <div class="u_1632826948 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1632826948" style="transition: opacity 1s ease-in-out 0s; text-align: left; display: block;"><p style="line-height: 2;"><a href="/" runtime_url="/" type="page" style="color: rgb(255, 248, 248); display: initial;">Home</a></p><p style="line-height: 2;"><a href="/about-us" runtime_url="/about-us" type="page" style="color: rgb(255, 248, 248); display: initial;">About Us</a></p><p style="line-height: 2;"><a href="/products" runtime_url="/products" type="page" style="color: rgb(255, 248, 248); display: initial;">Fuel Solutions</a></p><p style="line-height: 2;"><a href="/services" runtime_url="/services" type="page" style="color: rgb(255, 248, 248); display: initial;">Services</a></p><p style="line-height: 2;"><a href="/contact" runtime_url="/contact" type="page" style="color: rgb(255, 248, 248); display: initial;">Contact Us</a></p><p style="line-height: 2;"><a href="https://irp.cdn-website.com/596aba7c/files/uploaded/Terms%20%26%20Conditions%20of%20Sale.pdf" target="_blank" runtime_url="https://irp.cdn-website.com/596aba7c/files/uploaded/Terms%20%26%20Conditions%20of%20Sale.pdf" file="true" type="file" style="display: initial; color: rgb(255, 255, 255);">Terms &amp; Conditions</a></p></div> </div> </div> </div> </div> </div> </div> <div class="dmRespRow u_1295713817" id="1295713817"> <div class="dmRespColsWrapper" id="1343860748"> <div class="u_1817310304 dmRespCol small-12 large-8 medium-8 middle" id="1817310304"> <div class="widget-0b8f44 u_1657093719 dmCustomWidget" data-lazy-load="true" data-title="" id="1657093719" dmle_extension="custom_extension" data-element-type="custom_extension" data-binding="W3siYmluZGluZ05hbWUiOiJidXNpbmVzc05hbWUiLCJ2YWx1ZSI6ImNvbnRlbnRfbGlicmFyeS5nbG9iYWwuY29tcGFueV9uYW1lIn1d" icon="false" surround="false" data-widget-id="0b8f44229a7d49f9961db7a4b420bf9c" data-widget-version="53" data-widget-config="eyJwcml2YWN5VG9nZ2xlIjpudWxsLCJ0ZXJtc0xhYmVsIjoiVGVybXMiLCJiYWNrbGlua1RvZ2dsZSI6bnVsbCwiYnVzaW5lc3NOYW1lIjoiUmVmdWVsbGluZyBTb2x1dGlvbnMiLCJ0ZXJtc0xpbmsiOm51bGwsInByaXZhY3lQb2xpY3lMaW5rIjp7InZhbHVlIjoicHJpdmFjeSIsImxhYmVsIjoiIiwidHlwZSI6InBhZ2UiLCJocmVmIjoiL3ByaXZhY3kiLCJyYXdfdXJsIjoiL3NpdGUvNTk2YWJhN2MvcHJpdmFjeT9uZWU9dHJ1ZSZlZD10cnVlJnNob3dPcmlnaW5hbD10cnVlJnByZXZpZXc9dHJ1ZSZkbV90cnlfbW9kZT10cnVlJmRtX2NoZWNrU3luYz0xIn0sInByaXZhY3lQb2xpY3lMYWJlbCI6IlByaXZhY3kgcG9saWN5IiwiZ3JvdXAyIjpudWxsLCJzdGFydERhdGUiOm51bGwsInRlcm1zVG9nZ2xlIjp0cnVlLCJncm91cDEiOm51bGx9"> <div id="cdCopyright"> <span>&copy;2025 Refuelling Solutions</span> <span class="divider"> <a value="privacy" label="" type="page" href="/privacy" raw_url="/site/596aba7c/privacy?nee=true&ed=true&showOriginal=true&preview=true&dm_try_mode=true&dm_checkSync=1"> <span>Privacy policy</span> </a> </span> <span class="divider"> <a href="https://www.iseekplant.com.au/construction-websites" target="_blank">Built by iseekplant</a> </span> </div> </div> </div> <div class="u_1527308476 dmRespCol small-12 large-4 medium-4" id="1527308476"> <div class="u_1351446796 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1351446796" style="transition: opacity 1s ease-in-out 0s;"><p class="m-text-align-center m-size-16 size-16"><span class="m-font-size-16 font-size-16" m-font-size-set="true" style="display: unset; color: rgb(255, 248, 248);">★★★★★</span></p><p class="m-text-align-center m-size-16 size-16"><span class="m-font-size-16 font-size-16" m-font-size-set="true" style="display: unset; color: rgb(255, 248, 248);">Refuelling Solutions has been rated 5 from 120 customer review(s)</span></p></div> </div> </div> </div> </div> <div id="1236746004" dmle_extension="powered_by" data-element-type="powered_by" icon="true" surround="false"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <!-- Add full CSS and Javascript before the close tag of the body if needed --> <!-- Google Fonts Include --> <!-- loadCSS function fonts.jsp--> <link rel="preload" href="https://irp.cdn-website.com/fonts/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lora:ital,wght@0,400..700;1,400..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&amp;subset=latin-ext&amp;display=swap" as="style" fetchpriority="low" onload="loadCSS(this)" /> <style> @font-face { font-family: "Helvetica Neue Medium Extended"; src: url("https://irp.cdn-website.com/596aba7c/fonts/Helvetica+Neue+Medium+Extended-ca92_400.otf"); font-weight: 400; font-style: normal; } </style> <style> @font-face { font-family: "arialmt"; src: url("https://irp.cdn-website.com/596aba7c/fonts/arialmt-cae6_400.ttf"); font-weight: 400; font-style: normal; } </style> <!-- RT CSS Include d-css-runtime-desktop-one-package-structured-global--> <link rel="preload" as="style" fetchpriority="low" onload="loadCSS(this)" href="https://static.cdn-website.com/mnlt/production/5356/_dm/s/rt/dist/css/d-css-runtime-desktop-one-package-structured-global.min.css" /> <!-- End of RT CSS Include --> <link rel="preload" href="https://irp.cdn-website.com/WIDGET_CSS/0a5c68c083c6c75b42887f03b4a847b3.css" id="widgetCSS" as="style" fetchpriority="low" onload="loadCSS(this)" /> <!-- Support `img` size attributes --> <style>img[width][height] { height: auto; }</style> <!-- Support showing sticky element on page only --> <style> body[data-page-alias="home"] #dm [data-show-on-page-only="home"] { display: block !important; } </style> <!-- This is populated in Ajax navigation --> <style id="pageAdditionalWidgetsCss" type="text/css"> </style> <!-- Site CSS --> <link rel="preload" href="https://irp.cdn-website.com/596aba7c/files/596aba7c_withFlex_1.min.css?v=572" id="siteGlobalCss" as="style" fetchpriority="low" onload="loadCSS(this)" /> <style id="customWidgetStyle" type="text/css"> </style> <style id="innerPagesStyle" type="text/css"> </style> <style id="additionalGlobalCss" type="text/css" > </style> <!-- Page CSS --> <link rel="preload" href="https://irp.cdn-website.com/596aba7c/files/596aba7c_home_withFlex_1.min.css?v=572" id="homeCssLink" as="style" fetchpriority="low" onload="loadCSS(this)" /> <style id="pagestyle" type="text/css"> </style> <style id="pagestyleDevice" type="text/css"> </style> <!-- Flex Sections CSS --> <style id="globalFontSizeStyle" type="text/css"> .font-size-14, .size-14, .size-14 > font { font-size: 14px !important; }.font-size-16, .size-16, .size-16 > font { font-size: 16px !important; } </style> <style id="pageFontSizeStyle" type="text/css"> </style> <!-- ========= JS Section ========= --> <script> var isWLR = true; window.customWidgetsFunctions = {}; window.customWidgetsStrings = {}; window.collections = {}; window.currentLanguage = "ENGLISH_AUSTRALIA" window.isSitePreview = false; </script> <script> window.customWidgetsFunctions["d2ce606eeb1d4b80aeef6f61041fd288~13"] = function (element, data, api) { const cssId = 'fontAwesomeSource'; if (!document.getElementById(cssId)) { var head = document.getElementsByTagName('head')[0]; var link = document.createElement('link'); link.id = 'fontAwesomeSource'; link.rel = 'stylesheet'; link.type = 'text/css'; link.href = 'https://use.fontawesome.com/releases/v5.5.0/css/all.css'; link.integrity = 'sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU'; link.crossOrigin = 'anonymous'; head.appendChild(link); } let tabTitle = $(element).find('.tabulataion-Tabs-Title'); let tabImage = $(element).find('.tabulation-Img'); let tabContent = $(element).find('.tabulation-Right-Panel'); dmAPI.runOnReady('runTabulation',function(){ $(element).find('.widget-Loader-Container').hide(); $(element).find('.tabulation-Main-Container').show(); tabTitle.first().addClass('active-tab'); tabImage.each(function(i) { let cat = $(this).data('tab'); nCat = cat.replace(/\s+/g, '-').toLowerCase(); $(this).attr('data-tab', nCat+"-"+i); }); tabTitle.each(function(i) { let cat = $(this).data('tab'); nCat = cat.replace(/\s+/g, '-').toLowerCase(); $(this).attr('data-tab', nCat+"-"+i); }); tabContent.each(function(i) { let cat = $(this).data('tab'); nCat = cat.replace(/\s+/g, '-').toLowerCase(); $(this).attr('data-tab', nCat+"-"+i); }); tabTitle.click(function() { tabTitle.removeClass('active-tab'); $(this).addClass('active-tab'); let b = $(this).attr('data-tab'); tabImage.hide().filter('[data-tab="' + b + '"]').fadeIn(); tabContent.hide().filter('[data-tab="' + b + '"]').fadeIn(); }); let a = $(element).find('.active-tab').attr('data-tab'); tabImage.hide().filter('[data-tab="' + a + '"]').show(); tabContent.hide().filter('[data-tab="' + a + '"]').show(); if(data.device == "tablet") { $(element).find('div.tabulation-Section-Right').css("padding-left", "5%") } }); }; </script> <script> window.customWidgetsFunctions["fdbc010c7ec542909e3062e4e67b0526~8"] = function (element, data, api) { const cssId = 'fontAwesomeSource'; if (!document.getElementById(cssId)) { var head = document.getElementsByTagName('head')[0]; var link = document.createElement('link'); link.id = 'fontAwesomeSource'; link.rel = 'stylesheet'; link.type = 'text/css'; link.href = 'https://use.fontawesome.com/releases/v5.5.0/css/all.css'; link.integrity = 'sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU'; link.crossOrigin = 'anonymous'; head.appendChild(link); } let autoplay = data.config.autoplay; let interval = data.config.interval; let draggable = data.config.draggable; //execute text slider let sliderContainer = $(element).find('.testimonial-Main-Container'); let sliderWrapper = $(element).find('.testimonial-Right-Section'); let ArrowWrap = $(element).find('.testimonial-Left-ArrowContainer'); dmAPI.runOnReady('runWidgets',function(){ //execute slider dmAPI.loadScript('https://irp-cdn.multiscreensite.com/f49f126e/files/uploaded/slick.min.js', function() { $(element).find('.widget-Loader-Container').hide(); sliderContainer.fadeIn(); sliderWrapper.slick({ autoplay: autoplay, slidesToShow: 1, slidesToScroll: 1, dots: false, arrows: true, appendArrows: $(element).find('.testimonial-Left-ArrowContainer'), prevArrow: '<div class="testimonial-Arrow-Prev"><i class="fas fa-arrow-left"></i>Previous</div>', nextArrow: '<div class="testimonial-Arrow-Next">Next<i class="fas fa-arrow-right"></i></div>', fade: false }); }); }); }; </script> <script> window.customWidgetsFunctions["653fc4502b4b454b9c1d50ae94b38b14~7"] = function (element, data, api) { const cssId = 'fontAwesomeSource'; if (!document.getElementById(cssId)) { var head = document.getElementsByTagName('head')[0]; var link = document.createElement('link'); link.id = 'fontAwesomeSource'; link.rel = 'stylesheet'; link.type = 'text/css'; link.href = 'https://use.fontawesome.com/releases/v5.5.0/css/all.css'; link.integrity = 'sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU'; link.crossOrigin = 'anonymous'; head.appendChild(link); } let autoplay = data.config.autoplay; let interval = data.config.interval; let draggable = data.config.draggable; let slidesShowDT = data.config.slidesShowDT; let sideslider = $(element).find('.sideslider-Main-Container'); let sidesliderWrapper = $(element).find('.slider-for'); let arrowWrap = $(element).find('.sideslider-Container-Arrow'); let sliderDT = $(element).find('.sideslider-Dt'); let sliderM = $(element).find('.sideslider-M'); let device = data.device; let slidesShow; switch(device){ case 'desktop': slidesShow = slidesShowDT; sliderM.hide(); break; case 'tablet': slidesShow = slidesShowDT; sliderM.hide(); break; default: slidesShow = 1; sliderDT.hide(); } dmAPI.runOnReady('runWidgets',function(){ dmAPI.loadScript('https://irp-cdn.multiscreensite.com/f49f126e/files/uploaded/slick.min.js', function() { $(element).find('.widget-Loader-Container').hide(); sideslider.fadeIn(); //DESKTOP/TABLET $('.sideslider-Dt .slider-for').slick({ slidesToShow: 1, slidesToScroll: 1, arrows: true, appendArrows: $(element).find('.sideslider-Dt .sideslider-Left-ArrowContainer'), prevArrow: '<div class="sideslider-Arrow-Prev"><i class="fas fa-arrow-left"></i>Previous</div>', nextArrow: '<div class="sideslider-Arrow-Next">Next<i class="fas fa-arrow-right"></i></div>', fade: false, asNavFor: '.sideslider-Dt .slider-nav' }); $('.sideslider-Dt .slider-nav').slick({ slidesToShow: slidesShow, slidesToScroll: 1, asNavFor: '.sideslider-Dt .slider-for', dots: false, arrows: false, centerMode: false, focusOnSelect: true, mobileFirst: true }); //MOBILE $('.sideslider-M .slider-for').slick({ slidesToShow: 1, slidesToScroll: 1, arrows: true, appendArrows: $(element).find('.sideslider-M .sideslider-Left-ArrowContainer'), prevArrow: '<div class="sideslider-Arrow-Prev"><i class="fas fa-arrow-left"></i>Previous</div>', nextArrow: '<div class="sideslider-Arrow-Next">Next<i class="fas fa-arrow-right"></i></div>', fade: false, asNavFor: '.sideslider-M .slider-nav' }); $('.sideslider-M .slider-nav').slick({ slidesToShow: slidesShow, slidesToScroll: 1, asNavFor: '.sideslider-M .slider-for', dots: false, arrows: false, centerMode: false, focusOnSelect: true, mobileFirst: true }); }); }); }; </script> <script> window.customWidgetsFunctions["832a29738c2b44fdb4e63369b1bf458a~81"] = function (element, data, api) { $(element).find('[data-first-expanded="true"]').attr('data-first-expanded', 'false').find('.accordion-item').eq(0).addClass('expanded'); $(element).off('click.toggle').on('click.toggle', '.accordion-title', function(){ if(data.config.collapseOthers){ $(this).parents('.accordion-item').siblings().removeClass('expanded'); // $(element).find('.accordion-item').not(this).removeClass('expanded'); } $(this).parents('.accordion-item').toggleClass('expanded'); }); }; </script> <script> window.customWidgetsFunctions["0b8f44229a7d49f9961db7a4b420bf9c~53"] = function (element, data, api) { null }; </script> <script type="text/javascript"> var d_version = "production_5356"; var build = "2025-04-01T12_48_44"; window['v' + 'ersion'] = d_version; function buildEditorParent() { window.isMultiScreen = true; window.editorParent = {}; window.previewParent = {}; window.assetsCacheQueryParam = "?version=2025-04-01T12_48_44"; try { var _p = window.parent; if (_p && _p.document && _p.$ && _p.$.dmfw) { window.editorParent = _p; } else if (_p.isSitePreview) { window.previewParent = _p; } } catch (e) { } } buildEditorParent(); </script> <!-- Load jQuery --> <script type="text/javascript" id='d-js-jquery' src="https://static.cdn-website.com/libs/jquery/jquery-3.7.0.min.js"></script> <!-- End Load jQuery --> <!-- Injecting site-wide before scripts --> <!-- End Injecting site-wide to the head --> <script> var _jquery = window.$; var jqueryAliases = ['$', 'jquery', 'jQuery']; jqueryAliases.forEach((alias) => { Object.defineProperty(window, alias, { get() { return _jquery; }, set() { console.warn("Trying to over-write the global jquery object!"); } }); }); window.jQuery.migrateMute = true; </script> <script type="text/javascript"> window.popups = [{"title":"existing-or-new-customer","url":"/existing-or-new-customer","options":{"backgroundColor":"#FFFFFF","borderRadius":"5","width":"1000","overlayColor":"rgba(0, 0, 0, 0.5)","height":"540","animation":"fadeIn"},"name":"existing-or-new-customer"},{"title":"reviews","url":"/reviews","options":{"backgroundColor":"#FFFFFF","borderRadius":"5","width":"760","overlayColor":"rgba(0, 0, 0, 0.5)","height":"776","animation":"fadeIn"},"name":"reviews"}]</script> <script> window.cookiesNotificationMarkupPreview = 'null'; </script> <!-- HEAD RT JS Include --> <script id='d-js-params'> window.INSITE = window.INSITE || {}; window.INSITE.device = "desktop"; window.rtCommonProps = {}; rtCommonProps["rt.ajax.ajaxScriptsFix"] =true; rtCommonProps["rt.pushnotifs.sslframe.encoded"] = 'aHR0cHM6Ly97c3ViZG9tYWlufS5wdXNoLW5vdGlmcy5jb20='; rtCommonProps["runtimecollector.url"] = 'https://rtc.multiscreensite.com'; rtCommonProps["performance.tabletPreview.removeScroll"] = 'false'; rtCommonProps["inlineEditGrid.snap"] =true; rtCommonProps["popup.insite.cookie.ttl"] = '0.5'; rtCommonProps["rt.pushnotifs.force.button"] =true; rtCommonProps["common.mapbox.token"] = 'pk.eyJ1IjoiZGFubnliMTIzIiwiYSI6ImNqMGljZ256dzAwMDAycXBkdWxwbDgzeXYifQ.Ck5P-0NKPVKAZ6SH98gxxw'; rtCommonProps["common.mapbox.js.override"] =false; rtCommonProps["common.here.appId"] = 'iYvDjIQ2quyEu0rg0hLo'; rtCommonProps["common.here.appCode"] = '1hcIxLJcbybmtBYTD9Z1UA'; rtCommonProps["isCoverage.test"] =false; rtCommonProps["ecommerce.ecwid.script"] = 'https://app.multiscreenstore.com/script.js'; rtCommonProps["feature.flag.mappy.kml"] =false; rtCommonProps["common.resources.dist.cdn"] =true; rtCommonProps["common.build.dist.folder"] = 'production/5356'; rtCommonProps["common.resources.cdn.host"] = 'https://static.cdn-website.com'; rtCommonProps["common.resources.folder"] = 'https://static.cdn-website.com/mnlt/production/5356'; rtCommonProps["feature.flag.runtime.backgroundSlider.preload.slowly"] =true; rtCommonProps["feature.flag.runtime.newAnimation.enabled"] =true; rtCommonProps["feature.flag.runtime.newAnimation.respectCssAnimationProps.enabled"] =true; rtCommonProps["feature.flag.runtime.newAnimation.jitAnimation.enabled"] =true; rtCommonProps["feature.flag.sites.google.analytics.gtag"] =true; rtCommonProps["feature.flag.runOnReadyNewTask"] =true; rtCommonProps["isAutomation.test"] =false; rtCommonProps['common.mapsProvider'] = 'mapbox'; rtCommonProps['common.mapsProvider.version'] = '0.52.0'; rtCommonProps['common.geocodeProvider'] = 'mapbox'; rtCommonProps['common.map.defaults.radiusSize'] = '1500'; rtCommonProps['common.map.defaults.radiusBg'] = 'rgba(255, 255, 255, 0.4)'; rtCommonProps['common.map.defaults.strokeColor'] = 'rgba(255, 255, 255, 1)'; rtCommonProps['common.map.defaults.strokeSize'] = '2'; rtCommonProps['server.for.resources'] = ''; rtCommonProps['feature.flag.lazy.widgets'] = true; rtCommonProps['feature.flag.single.wow'] = false; rtCommonProps['feature.flag.disallowPopupsInEditor'] = true; rtCommonProps['feature.flag.mark.anchors'] = true; rtCommonProps['captcha.public.key'] = '6LffcBsUAAAAAMU-MYacU-6QHY4iDtUEYv_Ppwlz'; rtCommonProps['captcha.invisible.public.key'] = '6LeiWB8UAAAAAHYnVJM7_-7ap6bXCUNGiv7bBPME'; rtCommonProps["images.sizes.small"] =160; rtCommonProps["images.sizes.mobile"] =640; rtCommonProps["images.sizes.tablet"] =1280; rtCommonProps["images.sizes.desktop"] =1920; rtCommonProps["modules.resources.cdn"] =true; rtCommonProps["import.images.storage.imageCDN"] = 'https://lirp.cdn-website.com/'; rtCommonProps["feature.flag.runtime.inp.threshold"] =150; rtCommonProps["feature.flag.performance.logs"] =true; rtCommonProps["site.widget.form.captcha.type"] = 'g_recaptcha'; rtCommonProps["friendly.captcha.site.key"] = 'FCMGSQG9GVNMFS8K'; rtCommonProps["cookiebot.mapbox.consent.category"] = 'marketing'; // feature flags that's used out of runtime module (in legacy files) rtCommonProps["platform.monolith.personalization.dateTimeCondition.popupMsgAction.moveToclient.enabled"] =true; window.rtFlags = {}; rtFlags["unsuspendEcwidStoreOnRuntime.enabled"] =true; rtFlags["scripts.widgetCount.enabled"] =true; rtFlags["ecom.ecwidNewUrlStructure.enabled"] = false; rtFlags["ecom.ecwid.storefrontV3.enabled"] = false; rtFlags["ecom.ecwid.old.store.fix.facebook.share"] = true; rtFlags["feature.flag.photo.gallery.exact.size"] =true; rtFlags["geocode.search.localize"] =false; rtFlags["feature.flag.runtime.newAnimation.asyncInit.setTimeout.enabled"] =false; rtFlags["twitter.heightLimit.enabled"] = true; rtFlags["editor.classicHybrid.photogallery.fix"] =true; rtFlags["runtime.lottieOverflow"] =false; rtFlags["runtime.monitoring.sentry.ignoreErrors"] = ""; rtFlags["contact.form.browserValidation.enabled"] =true; rtFlags["feature.flag.notifications.push.from.top"] =true; rtFlags["streamline.monolith.personalization.supportMultipleConditions.enabled"] =false; rtFlags["runtime.cwv.report.cls.enabled"] =true; rtFlags["editor.link.on.container"] =false; rtFlags["flex.runtime.popup.with.show"] =true; rtFlags["contact.form.useActiveForm"] =true; rtFlags["runtime.ssr.productStore.internal.observer"] =true; rtFlags["runtime.ssr.productCustomizations"] =false; </script> <script src="https://static.cdn-website.com/mnlt/production/5356/_dm/s/rt/dist/scripts/d-js-one-runtime-unified-desktop.min.js" id="d-js-core"></script> <!-- End of HEAD RT JS Include --> <script src="https://static.cdn-website.com/mnlt/production/5356/_dm/s/rt/dist/scripts/d-js-jquery-migrate.min.js" ></script> <script> $(window).bind("orientationchange", function (e) { $.layoutManager.initLayout(); }); $(document).resize(function () { }); </script> <script type="text/javascript" id="d_track_campaign"> (function() { if (!window.location.search) { return; } const cleanParams = window.location.search.substring(1); // Strip ? const queryParams = cleanParams.split('&'); const expires = 'expires=' + new Date().getTime() + 24 * 60 * 60 * 1000; const domain = 'domain=' + window.location.hostname; const path = "path=/"; queryParams.forEach((param) => { const [key, value = ''] = param.split('='); if (key.startsWith('utm_')) { const cookieName = "_dm_rt_" + key.substring(4); const cookie = cookieName + "=" + value; const joined = [cookie, expires, domain, path].join(";"); document.cookie = joined; } }); }()); </script> <script type="text/javascript" > var _dm_gaq = {}; var _gaq = _gaq || []; var _dm_insite = []; </script> <script> window.dataLayer = window.dataLayer || []; window.dataLayer.push({'gtm.start': new Date().getTime(), event: 'gtm.js'}); </script> <script async src="https://www.googletagmanager.com/gtm.js?id=GTM-WQWK5Z9" id="d-js-gtm" onload="window.dispatchEvent(new CustomEvent('gtmLoaded', { bubbles: true }))"></script> <script async src="https://www.googletagmanager.com/gtag/js?id=G-D8CQGHPR9P"></script> <script type="text/javascript" id="d_track_ga"> _dm_gaq.siteAlias = '596aba7c'; _dm_gaq.systemAggregatedGaqID = ''; _dm_gaq.externalGaqID = 'G-D8CQGHPR9P'; _dm_gaq.gaAggregatedEventAttributes = { 'site_alias': _dm_gaq.siteAlias, 'product': 'DM_DIRECT', 'plan': 'BUSINESS_PLUS', 'dfooter': 'false', 'sitetype': '1', 'pwaEnabled': 'true' } _dm_gaq.pushEvent = function(trackingId, event, category, label, value, additionalParams = {}) { const eventProps = { send_to: trackingId, event_category: category, event_label: label, value, ...additionalParams, ...(trackingId === _dm_gaq.systemAggregatedGaqID ? _dm_gaq.gaAggregatedEventAttributes : {}) }; gtag('event', event, eventProps); } window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); function pushInsiteImpressions(id) { _dm_insite.forEach((rule) => { _dm_gaq.pushEvent(id, 'insite_impression', 'insite', rule.ruleType + '__' + rule.ruleId); }); } if(_dm_gaq.systemAggregatedGaqID){ // track aggregated account gtag('config', '', { 'send_page_view': false, 'anonymize_ip': true, 'transport_type': 'beacon', 'custom_map': {'dimension1': 'site_alias', 'dimension2': 'product', 'dimension3': 'dFooter', 'dimension4': 'sitetype'} }); gtag('set', 'developer_id.dMDU5Nj', true); _dm_gaq.pushEvent('', 'page_view'); pushInsiteImpressions(_dm_gaq.systemAggregatedGaqID); } if(_dm_gaq.externalGaqID && _dm_gaq.externalGaqID!= '') { gtag('config', 'G-D8CQGHPR9P', { 'send_page_view': false, 'anonymize_ip': true, 'transport_type': 'beacon', 'linker': { 'domains': ['rfs.com.au'] } }); _dm_gaq.pushEvent('G-D8CQGHPR9P', 'page_view'); pushInsiteImpressions(_dm_gaq.externalGaqID); } </script> <script type="text/javascript" id="d_track_sp"> ;(function(p,l,o,w,i,n,g){if(!p[i]){p.GlobalSnowplowNamespace=p.GlobalSnowplowNamespace||[]; p.GlobalSnowplowNamespace.push(i);p[i]=function(){(p[i].q=p[i].q||[]).push(arguments) };p[i].q=p[i].q||[];n=l.createElement(o);g=l.getElementsByTagName(o)[0];n.async=1; n.src=w;g.parentNode.insertBefore(n,g)}}(window,document,"script","//d32hwlnfiv2gyn.cloudfront.net/sp-2.0.0-dm-0.1.min.js","snowplow")); window.dmsnowplow = window.snowplow; dmsnowplow('newTracker', 'cf', 'd32hwlnfiv2gyn.cloudfront.net', { // Initialise a tracker appId: '596aba7c' }); // snowplow queries element styles so we wait until CSS calculations are done. requestAnimationFrame(() => { dmsnowplow('trackPageView'); _dm_insite.forEach((rule) => { // Specifically in popup only the client knows if it is shown or not so we don't always want to track its impression here // the tracking is in popup.js if (rule.actionName !== "popup") { dmsnowplow('trackStructEvent', 'insite', 'impression', rule.ruleType, rule.ruleId); } window?.waitForDeferred?.('dmAjax', () => { $.DM.events.trigger('event-ruleTriggered', {value: rule}); }); }); }); </script> <div style="display:none;" id="P6iryBW0Wu"></div> <!-- photoswipe markup --> <!-- Root element of PhotoSwipe. Must have class pswp. --> <div class="pswp" tabindex="-1" role="dialog" aria-hidden="true"> <!-- Background of PhotoSwipe. It's a separate element as animating opacity is faster than rgba(). --> <div class="pswp__bg"></div> <!-- Slides wrapper with overflow:hidden. --> <div class="pswp__scroll-wrap"> <!-- Container that holds slides. PhotoSwipe keeps only 3 of them in the DOM to save memory. Don't modify these 3 pswp__item elements, data is added later on. --> <div class="pswp__container"> <div class="pswp__item"></div> <div class="pswp__item"></div> <div class="pswp__item"></div> </div> <!-- Default (PhotoSwipeUI_Default) interface on top of sliding area. Can be changed. --> <div class="pswp__ui pswp__ui--hidden"> <div class="pswp__top-bar"> <!-- Controls are self-explanatory. Order can be changed. --> <div class="pswp__counter"></div> <button class="pswp__button pswp__button--close" title="Close (Esc)"></button> <button class="pswp__button pswp__button--share" title="Share"></button> <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button> <button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button> <!-- Preloader demo http://codepen.io/dimsemenov/pen/yyBWoR --> <!-- element will get class pswp__preloader--active when preloader is running --> <div class="pswp__preloader"> <div class="pswp__preloader__icn"> <div class="pswp__preloader__cut"> <div class="pswp__preloader__donut"></div> </div> </div> </div> </div> <div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap"> <div class="pswp__share-tooltip"></div> </div> <button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)"> </button> <button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)"> </button> <div class="pswp__caption"> <div class="pswp__caption__center"></div> </div> </div> </div> </div> <div id="fb-root" data-locale="en_AU"></div> <!-- Alias: 596aba7c --> <div class="dmPopupMask" id="dmPopupMask"></div> <div id="dmPopup" class="dmPopup"> <div class="dmPopupCloseWrapper"> <div class="dmPopupClose dm-common-icons-close oneIcon" onclick="dmHidePopup(event);"></div> </div> <div class="dmPopupTitle"> <span></span> Share by:</div> <div class="data"></div> </div><script id="d_track_personalization"> window?.waitForDeferred?.('dmAjax', () => { // Collects client data and updates cookies used by smart sites window.expireDays = 365; window.visitLength = 30 * 60000; $.setCookie("dm_timezone_offset", (new Date()).getTimezoneOffset(), window.expireDays); setSmartSiteCookiesInternal("dm_this_page_view","dm_last_page_view","dm_total_visits","dm_last_visit"); }); </script> <script type="text/javascript"> Parameters.NavigationAreaParams.MoreButtonText = 'More'; Parameters.NavigationAreaParams.LessButtonText = 'LESS'; Parameters.HomeLinkText = 'Home'; </script> <!-- End Script tags --> <!-- Begin Body End Markup --> <style> #customWidgetStyle, .frow { font-family: Arial !important; } </style><!-- End Body End Markup --> <!-- Site Wide Html Markup --> <!-- Site Wide Html Markup --> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10