It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://www.autogarage.ae

  1. <!DOCTYPE HTML>
  2. <html lang="en-US" prefix="og: https://ogp.me/ns#">
  3. <head><meta charset="UTF-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",(e=>{this.persisted=e.persisted})),window.addEventListener("DOMContentLoaded",(()=>{this._preconnect3rdParties()})),this.delayedScripts={normal:[],async:[],defer:[]},this.allJQueries=[]}_addUserInteractionListener(e){document.hidden?e._triggerListener():(this.triggerEvents.forEach((t=>window.addEventListener(t,e.userEventHandler,{passive:!0}))),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler))}_removeUserInteractionListener(){this.triggerEvents.forEach((e=>window.removeEventListener(e,this.userEventHandler,{passive:!0}))),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"))}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick")}_onTouchEnd(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach((e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))}))}_renameDOMAttribute(e,t,n){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(n,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((t=>{if(t.hasAttribute("src")){const n=new URL(t.src).origin;n!==location.origin&&e.push({src:n,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}})),e=[...new Map(e.map((e=>[JSON.stringify(e),e]))).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(e){}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._replayClicks()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((e=>{e.hasAttribute("src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)}))}async _transformScript(e){return await this._littleBreath(),new Promise((t=>{const n=document.createElement("script");[...e.attributes].forEach((e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type"),n.setAttribute(t,e.nodeValue))})),e.hasAttribute("src")?(n.addEventListener("load",t),n.addEventListener("error",t)):(n.text=e.text,t());try{e.parentNode.replaceChild(n,e)}catch(e){t()}}))}async _loadScriptsFromList(e){const t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var n=document.createDocumentFragment();e.forEach((e=>{if(e.src){const i=document.createElement("link");i.href=e.src,i.rel=t,"preconnect"!==t&&(i.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(i.crossOrigin=!0),e.crossOrigin&&(i.crossOrigin=e.crossOrigin),n.appendChild(i)}})),document.head.appendChild(n)}_delayEventListeners(){let e={};function t(t,n){!function(t){function n(n){return e[t].eventsToRewrite.indexOf(n)>=0?"rocket-"+n:n}e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},eventsToRewrite:[]},t.addEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.remove.apply(t,arguments)})}(t),e[t].eventsToRewrite.push(n)}function n(e,t){let n=e[t];Object.defineProperty(e,t,{get:()=>n||function(){},set(i){e["rocket"+t]=n=i}})}t(document,"DOMContentLoaded"),t(window,"DOMContentLoaded"),t(window,"load"),t(window,"pageshow"),t(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t=window.jQuery;Object.defineProperty(window,"jQuery",{get:()=>t,set(n){if(n&&n.fn&&!e.allJQueries.includes(n)){n.fn.ready=n.fn.init.prototype.ready=function(t){e.domReadyFired?t.bind(document)(n):document.addEventListener("rocket-DOMContentLoaded",(()=>t.bind(document)(n)))};const t=n.fn.on;n.fn.on=n.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map((e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e)).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach((t=>{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]}))}return t.apply(this,arguments),this},e.allJQueries.push(n)}t=n}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach((e=>e(window).trigger("rocket-jquery-load"))),await this._littleBreath();const e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){const e=new Map;document.write=document.writeln=function(t){const n=document.currentScript,i=document.createRange(),r=n.parentElement;let o=e.get(n);void 0===o&&(o=n.nextSibling,e.set(n,o));const s=document.createDocumentFragment();i.setStart(s,0),s.appendChild(i.createContextualFragment(t)),r.insertBefore(s,o)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise((e=>setTimeout(e))):new Promise((e=>requestAnimationFrame(e)))}static run(){const e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script>
  4. <!-- Search Engine Optimization by Rank Math PRO - https://rankmath.com/ -->
  5. <title>Auto Garage | Trusted Car Tinting Solutions In Dubai</title><link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Barlow%3A400%2C700&#038;display=swap" /><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Barlow%3A400%2C700&#038;display=swap" media="print" onload="this.media='all'" /><noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Barlow%3A400%2C700&#038;display=swap" /></noscript><link rel="stylesheet" href="https://autogarage.ae/wp-content/cache/min/1/6b9a662718e619707ed6f1291662b43e.css" media="all" data-minify="1" />
  6. <meta name="description" content="Auto Garage is a trusted car tinting shop in Dubai that offers premium car window tinting as per UAE tinting laws and regulations. Book Your Appointment."/>
  7. <meta name="robots" content="follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large"/>
  8. <link rel="canonical" href="https://autogarage.ae/" />
  9. <meta property="og:locale" content="en_US" />
  10. <meta property="og:type" content="website" />
  11. <meta property="og:title" content="Auto Garage | Trusted Car Tinting Solutions In Dubai" />
  12. <meta property="og:description" content="Auto Garage is a trusted car tinting shop in Dubai that offers premium car window tinting as per UAE tinting laws and regulations. Book Your Appointment." />
  13. <meta property="og:url" content="https://autogarage.ae/" />
  14. <meta property="og:site_name" content="auto garage" />
  15. <meta property="og:updated_time" content="2024-01-13T05:10:25+00:00" />
  16. <meta property="og:image" content="https://autogarage.ae/wp-content/uploads/2022/07/best-window-car-tinting.jpg" />
  17. <meta property="og:image:secure_url" content="https://autogarage.ae/wp-content/uploads/2022/07/best-window-car-tinting.jpg" />
  18. <meta property="og:image:width" content="300" />
  19. <meta property="og:image:height" content="370" />
  20. <meta property="og:image:alt" content="Auto Garage Dubai" />
  21. <meta property="og:image:type" content="image/jpeg" />
  22. <meta property="article:published_time" content="2022-09-26T05:28:23+00:00" />
  23. <meta property="article:modified_time" content="2024-01-13T05:10:25+00:00" />
  24. <meta name="twitter:card" content="summary_large_image" />
  25. <meta name="twitter:title" content="Auto Garage | Trusted Car Tinting Solutions In Dubai" />
  26. <meta name="twitter:description" content="Auto Garage is a trusted car tinting shop in Dubai that offers premium car window tinting as per UAE tinting laws and regulations. Book Your Appointment." />
  27. <meta name="twitter:image" content="https://autogarage.ae/wp-content/uploads/2022/07/best-window-car-tinting.jpg" />
  28. <meta name="twitter:label1" content="Written by" />
  29. <meta name="twitter:data1" content="deedesigners.secure@gmail.com" />
  30. <meta name="twitter:label2" content="Time to read" />
  31. <meta name="twitter:data2" content="19 minutes" />
  32. <script type="application/ld+json" class="rank-math-schema-pro">{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://autogarage.ae/#organization","name":"auto garage"},{"@type":"WebSite","@id":"https://autogarage.ae/#website","url":"https://autogarage.ae","name":"auto garage","publisher":{"@id":"https://autogarage.ae/#organization"},"inLanguage":"en-US","potentialAction":{"@type":"SearchAction","target":"https://autogarage.ae/?s={search_term_string}","query-input":"required name=search_term_string"}},{"@type":"ImageObject","@id":"https://autogarage.ae/wp-content/uploads/2022/07/best-window-car-tinting.jpg","url":"https://autogarage.ae/wp-content/uploads/2022/07/best-window-car-tinting.jpg","width":"300","height":"370","caption":"Auto Garage Dubai","inLanguage":"en-US"},{"@type":"WebPage","@id":"https://autogarage.ae/#webpage","url":"https://autogarage.ae/","name":"Auto Garage | Trusted Car Tinting Solutions In Dubai","datePublished":"2022-09-26T05:28:23+00:00","dateModified":"2024-01-13T05:10:25+00:00","about":{"@id":"https://autogarage.ae/#organization"},"isPartOf":{"@id":"https://autogarage.ae/#website"},"primaryImageOfPage":{"@id":"https://autogarage.ae/wp-content/uploads/2022/07/best-window-car-tinting.jpg"},"inLanguage":"en-US"},{"@type":"Person","@id":"https://autogarage.ae/author/deedesigners-securegmail-com/","name":"deedesigners.secure@gmail.com","url":"https://autogarage.ae/author/deedesigners-securegmail-com/","image":{"@type":"ImageObject","@id":"https://secure.gravatar.com/avatar/f5118692b45f678759a0701d663265b4?s=96&amp;d=mm&amp;r=g","url":"https://secure.gravatar.com/avatar/f5118692b45f678759a0701d663265b4?s=96&amp;d=mm&amp;r=g","caption":"deedesigners.secure@gmail.com","inLanguage":"en-US"},"sameAs":["http://autogarage.ae"],"worksFor":{"@id":"https://autogarage.ae/#organization"}},{"@type":"Article","headline":"Auto Garage | Trusted Car Tinting Solutions In Dubai","keywords":"Car Tinting,best car tinting near me,car detailing,Car Upholstery Service","datePublished":"2022-09-26T05:28:23+00:00","dateModified":"2024-01-13T05:10:25+00:00","author":{"@id":"https://autogarage.ae/author/deedesigners-securegmail-com/","name":"deedesigners.secure@gmail.com"},"publisher":{"@id":"https://autogarage.ae/#organization"},"description":"Auto Garage is a trusted car tinting shop in Dubai that offers premium car window tinting as per UAE tinting laws and regulations. Book Your Appointment.","name":"Auto Garage | Trusted Car Tinting Solutions In Dubai","@id":"https://autogarage.ae/#richSnippet","isPartOf":{"@id":"https://autogarage.ae/#webpage"},"image":{"@id":"https://autogarage.ae/wp-content/uploads/2022/07/best-window-car-tinting.jpg"},"inLanguage":"en-US","mainEntityOfPage":{"@id":"https://autogarage.ae/#webpage"}}]}</script>
  33. <meta name="google-site-verification" content="_uZcqtMZKA0DfYCwo4hvZMiV7GsYp17t9kOgTtoDagk" />
  34. <!-- /Rank Math WordPress SEO plugin -->
  35.  
  36. <link rel='dns-prefetch' href='//fonts.googleapis.com' />
  37. <link href='https://fonts.gstatic.com' crossorigin rel='preconnect' />
  38. <meta name="viewport" content="width=device-width, initial-scale=1">
  39. <meta name="SKYPE_TOOLBAR" content="SKYPE_TOOLBAR_PARSER_COMPATIBLE">
  40. <meta name="theme-color" content="#f5f5f5">
  41. <style id='wp-emoji-styles-inline-css'>
  42.  
  43. img.wp-smiley, img.emoji {
  44. display: inline !important;
  45. border: none !important;
  46. box-shadow: none !important;
  47. height: 1em !important;
  48. width: 1em !important;
  49. margin: 0 0.07em !important;
  50. vertical-align: -0.1em !important;
  51. background: none !important;
  52. padding: 0 !important;
  53. }
  54. </style>
  55.  
  56.  
  57. <script type="rocketlazyloadscript"></script><link rel="https://api.w.org/" href="https://autogarage.ae/wp-json/" /><link rel="alternate" type="application/json" href="https://autogarage.ae/wp-json/wp/v2/pages/6" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://autogarage.ae/xmlrpc.php?rsd" />
  58. <meta name="generator" content="WordPress 6.4.3" />
  59. <link rel='shortlink' href='https://autogarage.ae/' />
  60. <link rel="alternate" type="application/json+oembed" href="https://autogarage.ae/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fautogarage.ae%2F" />
  61. <link rel="alternate" type="text/xml+oembed" href="https://autogarage.ae/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fautogarage.ae%2F&#038;format=xml" />
  62. <script id="us_add_no_touch">
  63. if ( ! /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test( navigator.userAgent ) ) {
  64. var root = document.getElementsByTagName( 'html' )[ 0 ]
  65. root.className += " no-touch";
  66. }
  67. </script>
  68. <meta name="generator" content="Powered by WPBakery Page Builder - drag and drop page builder for WordPress."/>
  69. <link rel="icon" href="https://autogarage.ae/wp-content/uploads/2022/09/cropped-auto-garage-fav-32x32.png" sizes="32x32" />
  70. <link rel="icon" href="https://autogarage.ae/wp-content/uploads/2022/09/cropped-auto-garage-fav-192x192.png" sizes="192x192" />
  71. <link rel="apple-touch-icon" href="https://autogarage.ae/wp-content/uploads/2022/09/cropped-auto-garage-fav-180x180.png" />
  72. <meta name="msapplication-TileImage" content="https://autogarage.ae/wp-content/uploads/2022/09/cropped-auto-garage-fav-270x270.png" />
  73. <noscript><style> .wpb_animate_when_almost_visible { opacity: 1; }</style></noscript> <style id="us-icon-fonts">@font-face{font-display:block;font-style:normal;font-family:"fontawesome";font-weight:900;src:url("https://autogarage.ae/wp-content/themes/Impreza/fonts/fa-solid-900.woff2?ver=8.20") format("woff2"),url("https://autogarage.ae/wp-content/themes/Impreza/fonts/fa-solid-900.woff?ver=8.20") format("woff")}.fas{font-family:"fontawesome";font-weight:900}@font-face{font-display:block;font-style:normal;font-family:"fontawesome";font-weight:400;src:url("https://autogarage.ae/wp-content/themes/Impreza/fonts/fa-regular-400.woff2?ver=8.20") format("woff2"),url("https://autogarage.ae/wp-content/themes/Impreza/fonts/fa-regular-400.woff?ver=8.20") format("woff")}.far{font-family:"fontawesome";font-weight:400}@font-face{font-display:block;font-style:normal;font-family:"fontawesome";font-weight:300;src:url("https://autogarage.ae/wp-content/themes/Impreza/fonts/fa-light-300.woff2?ver=8.20") format("woff2"),url("https://autogarage.ae/wp-content/themes/Impreza/fonts/fa-light-300.woff?ver=8.20") format("woff")}.fal{font-family:"fontawesome";font-weight:300}@font-face{font-display:block;font-style:normal;font-family:"Font Awesome 5 Duotone";font-weight:900;src:url("https://autogarage.ae/wp-content/themes/Impreza/fonts/fa-duotone-900.woff2?ver=8.20") format("woff2"),url("https://autogarage.ae/wp-content/themes/Impreza/fonts/fa-duotone-900.woff?ver=8.20") format("woff")}.fad{font-family:"Font Awesome 5 Duotone";font-weight:900}.fad{position:relative}.fad:before{position:absolute}.fad:after{opacity:0.4}@font-face{font-display:block;font-style:normal;font-family:"Font Awesome 5 Brands";font-weight:400;src:url("https://autogarage.ae/wp-content/themes/Impreza/fonts/fa-brands-400.woff2?ver=8.20") format("woff2"),url("https://autogarage.ae/wp-content/themes/Impreza/fonts/fa-brands-400.woff?ver=8.20") format("woff")}.fab{font-family:"Font Awesome 5 Brands";font-weight:400}@font-face{font-display:block;font-style:normal;font-family:"Material Icons";font-weight:400;src:url("https://autogarage.ae/wp-content/themes/Impreza/fonts/material-icons.woff2?ver=8.20") format("woff2"),url("https://autogarage.ae/wp-content/themes/Impreza/fonts/material-icons.woff?ver=8.20") format("woff")}.material-icons{font-family:"Material Icons";font-weight:400}</style>
  74. <style id="us-theme-options-css">:root{--color-header-middle-bg:#fff;--color-header-middle-bg-grad:#fff;--color-header-middle-text:#333;--color-header-middle-text-hover:#e95095;--color-header-transparent-bg:transparent;--color-header-transparent-bg-grad:transparent;--color-header-transparent-text:#fff;--color-header-transparent-text-hover:#fff;--color-chrome-toolbar:#f5f5f5;--color-chrome-toolbar-grad:#f5f5f5;--color-header-top-bg:#f5f5f5;--color-header-top-bg-grad:linear-gradient(0deg,#f5f5f5,#fff);--color-header-top-text:#333;--color-header-top-text-hover:#e95095;--color-header-top-transparent-bg:rgba(0,0,0,0.2);--color-header-top-transparent-bg-grad:rgba(0,0,0,0.2);--color-header-top-transparent-text:rgba(255,255,255,0.66);--color-header-top-transparent-text-hover:#fff;--color-content-bg:#fff;--color-content-bg-grad:#fff;--color-content-bg-alt:#f5f5f5;--color-content-bg-alt-grad:#f5f5f5;--color-content-border:#e8e8e8;--color-content-heading:#1a1a1a;--color-content-heading-grad:#1a1a1a;--color-content-text:#333;--color-content-link:#FD6B1C;--color-content-link-hover:#7049ba;--color-content-primary:#e95095;--color-content-primary-grad:linear-gradient(135deg,#e95095,#7049ba);--color-content-secondary:#7049ba;--color-content-secondary-grad:linear-gradient(135deg,#7049ba,#e95095);--color-content-faded:#999;--color-content-overlay:rgba(0,0,0,0.75);--color-content-overlay-grad:rgba(0,0,0,0.75);--color-alt-content-bg:#f5f5f5;--color-alt-content-bg-grad:#f5f5f5;--color-alt-content-bg-alt:#fff;--color-alt-content-bg-alt-grad:#fff;--color-alt-content-border:#ddd;--color-alt-content-heading:#ffffff;--color-alt-content-heading-grad:#ffffff;--color-alt-content-text:#ffffff;--color-alt-content-link:#ffffff;--color-alt-content-link-hover:#ffffff;--color-alt-content-primary:#e95095;--color-alt-content-primary-grad:linear-gradient(135deg,#e95095,#7049ba);--color-alt-content-secondary:#7049ba;--color-alt-content-secondary-grad:linear-gradient(135deg,#7049ba,#e95095);--color-alt-content-faded:#999;--color-alt-content-overlay:rgba(0,0,0,0.75);--color-alt-content-overlay-grad:rgba(0,0,0,0.75);--color-footer-border:#333;--color-footer-heading:#ccc;--color-footer-heading-grad:#ccc;--color-footer-text:#ffffff;--color-footer-link:#ffffff;--color-footer-link-hover:#FD6B1C;--color-subfooter-bg:#1a1a1a;--color-subfooter-bg-grad:#1a1a1a;--color-subfooter-bg-alt:#222;--color-subfooter-bg-alt-grad:#222;--color-subfooter-border:#282828;--color-subfooter-heading:#ccc;--color-subfooter-heading-grad:#ccc;--color-subfooter-text:#bbb;--color-subfooter-link:#fff;--color-subfooter-link-hover:#e95095;--color-content-primary-faded:rgba(233,80,149,0.15);--box-shadow:0 5px 15px rgba(0,0,0,.15);--box-shadow-up:0 -5px 15px rgba(0,0,0,.15);--site-canvas-width:1300px;--site-content-width:1140px;--text-block-margin-bottom:0rem;--inputs-font-size:1rem;--inputs-height:2.8rem;--inputs-padding:0.8rem;--inputs-border-width:0px;--inputs-text-color:var(--color-content-text)}.w-counter.color_primary .w-counter-value,.w-iconbox.color_primary.style_default .w-iconbox-icon i:not(.fad){background:var(--color-content-primary-grad);-webkit-background-clip:text;color:transparent}.w-counter.color_secondary .w-counter-value,.w-iconbox.color_secondary.style_default .w-iconbox-icon i:not(.fad){background:var(--color-content-secondary-grad);-webkit-background-clip:text;color:transparent}:root{--font-family:Barlow,sans-serif;--font-size:18px;--line-height:28px;--font-weight:400;--bold-font-weight:700;--h1-font-family:inherit;--h1-font-size:42px;--h1-line-height:50px;--h1-font-weight:700;--h1-bold-font-weight:700;--h1-text-transform:none;--h1-font-style:normal;--h1-letter-spacing:0;--h1-margin-bottom:0.6em;--h2-font-family:var(--h1-font-family);--h2-font-size:38px;--h2-line-height:45px;--h2-font-weight:var(--h1-font-weight);--h2-bold-font-weight:var(--h1-bold-font-weight);--h2-text-transform:var(--h1-text-transform);--h2-font-style:var(--h1-font-style);--h2-letter-spacing:0;--h2-margin-bottom:0.6em;--h3-font-family:var(--h1-font-family);--h3-font-size:34px;--h3-line-height:40px;--h3-font-weight:var(--h1-font-weight);--h3-bold-font-weight:var(--h1-bold-font-weight);--h3-text-transform:var(--h1-text-transform);--h3-font-style:var(--h1-font-style);--h3-letter-spacing:0;--h3-margin-bottom:0.6em;--h4-font-family:var(--h1-font-family);--h4-font-size:25px;--h4-line-height:32px;--h4-font-weight:var(--h1-font-weight);--h4-bold-font-weight:var(--h1-bold-font-weight);--h4-text-transform:var(--h1-text-transform);--h4-font-style:var(--h1-font-style);--h4-letter-spacing:0;--h4-margin-bottom:0.6em;--h5-font-family:var(--h1-font-family);--h5-font-size:27px;--h5-line-height:35px;--h5-font-weight:var(--h1-font-weight);--h5-bold-font-weight:var(--h1-bold-font-weight);--h5-text-transform:var(--h1-text-transform);--h5-font-style:var(--h1-font-style);--h5-letter-spacing:0;--h5-margin-bottom:0.6em;--h6-font-family:var(--h1-font-family);--h6-font-size:25px;--h6-line-height:30px;--h6-font-weight:var(--h1-font-weight);--h6-bold-font-weight:var(--h1-bold-font-weight);--h6-text-transform:var(--h1-text-transform);--h6-font-style:var(--h1-font-style);--h6-letter-spacing:0;--h6-margin-bottom:0.6em}@media (min-width:1025px) and (max-width:1280px){:root{--font-family:Barlow,sans-serif;--font-size:18px;--line-height:28px;--font-weight:400;--bold-font-weight:700;--h1-font-family:inherit;--h1-font-size:42px;--h1-line-height:50px;--h1-font-weight:700;--h1-bold-font-weight:700;--h1-text-transform:none;--h1-font-style:normal;--h1-letter-spacing:0;--h1-margin-bottom:0.6em;--h2-font-family:var(--h1-font-family);--h2-font-size:38px;--h2-line-height:45px;--h2-font-weight:var(--h1-font-weight);--h2-bold-font-weight:var(--h1-bold-font-weight);--h2-text-transform:var(--h1-text-transform);--h2-font-style:var(--h1-font-style);--h2-letter-spacing:0;--h2-margin-bottom:0.6em;--h3-font-family:var(--h1-font-family);--h3-font-size:34px;--h3-line-height:40px;--h3-font-weight:var(--h1-font-weight);--h3-bold-font-weight:var(--h1-bold-font-weight);--h3-text-transform:var(--h1-text-transform);--h3-font-style:var(--h1-font-style);--h3-letter-spacing:0;--h3-margin-bottom:0.6em;--h4-font-family:var(--h1-font-family);--h4-font-size:25px;--h4-line-height:32px;--h4-font-weight:var(--h1-font-weight);--h4-bold-font-weight:var(--h1-bold-font-weight);--h4-text-transform:var(--h1-text-transform);--h4-font-style:var(--h1-font-style);--h4-letter-spacing:0;--h4-margin-bottom:0.6em;--h5-font-family:var(--h1-font-family);--h5-font-size:27px;--h5-line-height:35px;--h5-font-weight:var(--h1-font-weight);--h5-bold-font-weight:var(--h1-bold-font-weight);--h5-text-transform:var(--h1-text-transform);--h5-font-style:var(--h1-font-style);--h5-letter-spacing:0;--h5-margin-bottom:0.6em;--h6-font-family:var(--h1-font-family);--h6-font-size:25px;--h6-line-height:30px;--h6-font-weight:var(--h1-font-weight);--h6-bold-font-weight:var(--h1-bold-font-weight);--h6-text-transform:var(--h1-text-transform);--h6-font-style:var(--h1-font-style);--h6-letter-spacing:0;--h6-margin-bottom:0.6em}}@media (min-width:601px) and (max-width:1024px){:root{--font-family:Barlow,sans-serif;--font-size:18px;--line-height:28px;--font-weight:400;--bold-font-weight:700;--h1-font-family:inherit;--h1-font-size:42px;--h1-line-height:50px;--h1-font-weight:700;--h1-bold-font-weight:700;--h1-text-transform:none;--h1-font-style:normal;--h1-letter-spacing:0;--h1-margin-bottom:0.6em;--h2-font-family:var(--h1-font-family);--h2-font-size:38px;--h2-line-height:45px;--h2-font-weight:var(--h1-font-weight);--h2-bold-font-weight:var(--h1-bold-font-weight);--h2-text-transform:var(--h1-text-transform);--h2-font-style:var(--h1-font-style);--h2-letter-spacing:0;--h2-margin-bottom:0.6em;--h3-font-family:var(--h1-font-family);--h3-font-size:34px;--h3-line-height:40px;--h3-font-weight:var(--h1-font-weight);--h3-bold-font-weight:var(--h1-bold-font-weight);--h3-text-transform:var(--h1-text-transform);--h3-font-style:var(--h1-font-style);--h3-letter-spacing:0;--h3-margin-bottom:0.6em;--h4-font-family:var(--h1-font-family);--h4-font-size:25px;--h4-line-height:32px;--h4-font-weight:var(--h1-font-weight);--h4-bold-font-weight:var(--h1-bold-font-weight);--h4-text-transform:var(--h1-text-transform);--h4-font-style:var(--h1-font-style);--h4-letter-spacing:0;--h4-margin-bottom:0.6em;--h5-font-family:var(--h1-font-family);--h5-font-size:27px;--h5-line-height:35px;--h5-font-weight:var(--h1-font-weight);--h5-bold-font-weight:var(--h1-bold-font-weight);--h5-text-transform:var(--h1-text-transform);--h5-font-style:var(--h1-font-style);--h5-letter-spacing:0;--h5-margin-bottom:0.6em;--h6-font-family:var(--h1-font-family);--h6-font-size:25px;--h6-line-height:30px;--h6-font-weight:var(--h1-font-weight);--h6-bold-font-weight:var(--h1-bold-font-weight);--h6-text-transform:var(--h1-text-transform);--h6-font-style:var(--h1-font-style);--h6-letter-spacing:0;--h6-margin-bottom:0.6em}}@media (max-width:600px){:root{--font-size:16px;--h1-font-size:30px;--h2-font-size:30px;--h3-font-size:30px;--h4-font-size:30px;--h5-font-size:30px;--h6-font-size:30px}}h1{font-family:var(--h1-font-family,inherit);font-weight:var(--h1-font-weight,inherit);font-size:var(--h1-font-size,inherit);font-style:var(--h1-font-style,inherit);line-height:var(--h1-line-height,1.4);letter-spacing:var(--h1-letter-spacing,inherit);text-transform:var(--h1-text-transform,inherit);margin-bottom:var(--h1-margin-bottom,1.5rem)}h1>strong{font-weight:var(--h1-bold-font-weight,bold)}h2{font-family:var(--h2-font-family,inherit);font-weight:var(--h2-font-weight,inherit);font-size:var(--h2-font-size,inherit);font-style:var(--h2-font-style,inherit);line-height:var(--h2-line-height,1.4);letter-spacing:var(--h2-letter-spacing,inherit);text-transform:var(--h2-text-transform,inherit);margin-bottom:var(--h2-margin-bottom,1.5rem)}h2>strong{font-weight:var(--h2-bold-font-weight,bold)}h3{font-family:var(--h3-font-family,inherit);font-weight:var(--h3-font-weight,inherit);font-size:var(--h3-font-size,inherit);font-style:var(--h3-font-style,inherit);line-height:var(--h3-line-height,1.4);letter-spacing:var(--h3-letter-spacing,inherit);text-transform:var(--h3-text-transform,inherit);margin-bottom:var(--h3-margin-bottom,1.5rem)}h3>strong{font-weight:var(--h3-bold-font-weight,bold)}h4{font-family:var(--h4-font-family,inherit);font-weight:var(--h4-font-weight,inherit);font-size:var(--h4-font-size,inherit);font-style:var(--h4-font-style,inherit);line-height:var(--h4-line-height,1.4);letter-spacing:var(--h4-letter-spacing,inherit);text-transform:var(--h4-text-transform,inherit);margin-bottom:var(--h4-margin-bottom,1.5rem)}h4>strong{font-weight:var(--h4-bold-font-weight,bold)}h5{font-family:var(--h5-font-family,inherit);font-weight:var(--h5-font-weight,inherit);font-size:var(--h5-font-size,inherit);font-style:var(--h5-font-style,inherit);line-height:var(--h5-line-height,1.4);letter-spacing:var(--h5-letter-spacing,inherit);text-transform:var(--h5-text-transform,inherit);margin-bottom:var(--h5-margin-bottom,1.5rem)}h5>strong{font-weight:var(--h5-bold-font-weight,bold)}h6{font-family:var(--h6-font-family,inherit);font-weight:var(--h6-font-weight,inherit);font-size:var(--h6-font-size,inherit);font-style:var(--h6-font-style,inherit);line-height:var(--h6-line-height,1.4);letter-spacing:var(--h6-letter-spacing,inherit);text-transform:var(--h6-text-transform,inherit);margin-bottom:var(--h6-margin-bottom,1.5rem)}h6>strong{font-weight:var(--h6-bold-font-weight,bold)}body{background:var(--color-content-bg-alt)}@media (max-width:1230px){.l-main .aligncenter{max-width:calc(100vw - 5rem)}}@media (min-width:1281px){body.usb_preview .hide_on_default{opacity:0.25!important}.vc_hidden-lg,body:not(.usb_preview) .hide_on_default{display:none!important}.default_align_left{text-align:left;justify-content:flex-start}.default_align_right{text-align:right;justify-content:flex-end}.default_align_center{text-align:center;justify-content:center}.default_align_justify{justify-content:space-between}.w-hwrapper>.default_align_justify,.default_align_justify>.w-btn{width:100%}}@media (min-width:1025px) and (max-width:1280px){body.usb_preview .hide_on_laptops{opacity:0.25!important}.vc_hidden-md,body:not(.usb_preview) .hide_on_laptops{display:none!important}.laptops_align_left{text-align:left;justify-content:flex-start}.laptops_align_right{text-align:right;justify-content:flex-end}.laptops_align_center{text-align:center;justify-content:center}.laptops_align_justify{justify-content:space-between}.w-hwrapper>.laptops_align_justify,.laptops_align_justify>.w-btn{width:100%}.g-cols.via_grid[style*="--laptops-gap"]{grid-gap:var(--laptops-gap,3rem)}}@media (min-width:601px) and (max-width:1024px){body.usb_preview .hide_on_tablets{opacity:0.25!important}.vc_hidden-sm,body:not(.usb_preview) .hide_on_tablets{display:none!important}.tablets_align_left{text-align:left;justify-content:flex-start}.tablets_align_right{text-align:right;justify-content:flex-end}.tablets_align_center{text-align:center;justify-content:center}.tablets_align_justify{justify-content:space-between}.w-hwrapper>.tablets_align_justify,.tablets_align_justify>.w-btn{width:100%}.g-cols.via_grid[style*="--tablets-gap"]{grid-gap:var(--tablets-gap,3rem)}}@media (max-width:600px){body.usb_preview .hide_on_mobiles{opacity:0.25!important}.vc_hidden-xs,body:not(.usb_preview) .hide_on_mobiles{display:none!important}.mobiles_align_left{text-align:left;justify-content:flex-start}.mobiles_align_right{text-align:right;justify-content:flex-end}.mobiles_align_center{text-align:center;justify-content:center}.mobiles_align_justify{justify-content:space-between}.w-hwrapper>.mobiles_align_justify,.mobiles_align_justify>.w-btn{width:100%}.w-hwrapper.stack_on_mobiles{display:block}.w-hwrapper.stack_on_mobiles>*{display:block;margin:0 0 var(--hwrapper-gap,1.2rem)}.w-hwrapper.stack_on_mobiles>:last-child{margin-bottom:0}.g-cols.via_grid[style*="--mobiles-gap"]{grid-gap:var(--mobiles-gap,1.5rem)}}@media (max-width:600px){.g-cols.type_default>div[class*="vc_col-xs-"]{margin-top:1rem;margin-bottom:1rem}.g-cols>div:not([class*="vc_col-xs-"]){width:100%;margin:0 0 1.5rem}.g-cols.reversed>div:last-of-type{order:-1}.g-cols.type_boxes>div,.g-cols.reversed>div:first-child,.g-cols:not(.reversed)>div:last-child,.g-cols>div.has_bg_color{margin-bottom:0}.vc_col-xs-1{width:8.3333%}.vc_col-xs-2{width:16.6666%}.vc_col-xs-1\/5{width:20%}.vc_col-xs-3{width:25%}.vc_col-xs-4{width:33.3333%}.vc_col-xs-2\/5{width:40%}.vc_col-xs-5{width:41.6666%}.vc_col-xs-6{width:50%}.vc_col-xs-7{width:58.3333%}.vc_col-xs-3\/5{width:60%}.vc_col-xs-8{width:66.6666%}.vc_col-xs-9{width:75%}.vc_col-xs-4\/5{width:80%}.vc_col-xs-10{width:83.3333%}.vc_col-xs-11{width:91.6666%}.vc_col-xs-12{width:100%}.vc_col-xs-offset-0{margin-left:0}.vc_col-xs-offset-1{margin-left:8.3333%}.vc_col-xs-offset-2{margin-left:16.6666%}.vc_col-xs-offset-1\/5{margin-left:20%}.vc_col-xs-offset-3{margin-left:25%}.vc_col-xs-offset-4{margin-left:33.3333%}.vc_col-xs-offset-2\/5{margin-left:40%}.vc_col-xs-offset-5{margin-left:41.6666%}.vc_col-xs-offset-6{margin-left:50%}.vc_col-xs-offset-7{margin-left:58.3333%}.vc_col-xs-offset-3\/5{margin-left:60%}.vc_col-xs-offset-8{margin-left:66.6666%}.vc_col-xs-offset-9{margin-left:75%}.vc_col-xs-offset-4\/5{margin-left:80%}.vc_col-xs-offset-10{margin-left:83.3333%}.vc_col-xs-offset-11{margin-left:91.6666%}.vc_col-xs-offset-12{margin-left:100%}}@media (min-width:601px){.vc_col-sm-1{width:8.3333%}.vc_col-sm-2{width:16.6666%}.vc_col-sm-1\/5{width:20%}.vc_col-sm-3{width:25%}.vc_col-sm-4{width:33.3333%}.vc_col-sm-2\/5{width:40%}.vc_col-sm-5{width:41.6666%}.vc_col-sm-6{width:50%}.vc_col-sm-7{width:58.3333%}.vc_col-sm-3\/5{width:60%}.vc_col-sm-8{width:66.6666%}.vc_col-sm-9{width:75%}.vc_col-sm-4\/5{width:80%}.vc_col-sm-10{width:83.3333%}.vc_col-sm-11{width:91.6666%}.vc_col-sm-12{width:100%}.vc_col-sm-offset-0{margin-left:0}.vc_col-sm-offset-1{margin-left:8.3333%}.vc_col-sm-offset-2{margin-left:16.6666%}.vc_col-sm-offset-1\/5{margin-left:20%}.vc_col-sm-offset-3{margin-left:25%}.vc_col-sm-offset-4{margin-left:33.3333%}.vc_col-sm-offset-2\/5{margin-left:40%}.vc_col-sm-offset-5{margin-left:41.6666%}.vc_col-sm-offset-6{margin-left:50%}.vc_col-sm-offset-7{margin-left:58.3333%}.vc_col-sm-offset-3\/5{margin-left:60%}.vc_col-sm-offset-8{margin-left:66.6666%}.vc_col-sm-offset-9{margin-left:75%}.vc_col-sm-offset-4\/5{margin-left:80%}.vc_col-sm-offset-10{margin-left:83.3333%}.vc_col-sm-offset-11{margin-left:91.6666%}.vc_col-sm-offset-12{margin-left:100%}}@media (min-width:1025px){.vc_col-md-1{width:8.3333%}.vc_col-md-2{width:16.6666%}.vc_col-md-1\/5{width:20%}.vc_col-md-3{width:25%}.vc_col-md-4{width:33.3333%}.vc_col-md-2\/5{width:40%}.vc_col-md-5{width:41.6666%}.vc_col-md-6{width:50%}.vc_col-md-7{width:58.3333%}.vc_col-md-3\/5{width:60%}.vc_col-md-8{width:66.6666%}.vc_col-md-9{width:75%}.vc_col-md-4\/5{width:80%}.vc_col-md-10{width:83.3333%}.vc_col-md-11{width:91.6666%}.vc_col-md-12{width:100%}.vc_col-md-offset-0{margin-left:0}.vc_col-md-offset-1{margin-left:8.3333%}.vc_col-md-offset-2{margin-left:16.6666%}.vc_col-md-offset-1\/5{margin-left:20%}.vc_col-md-offset-3{margin-left:25%}.vc_col-md-offset-4{margin-left:33.3333%}.vc_col-md-offset-2\/5{margin-left:40%}.vc_col-md-offset-5{margin-left:41.6666%}.vc_col-md-offset-6{margin-left:50%}.vc_col-md-offset-7{margin-left:58.3333%}.vc_col-md-offset-3\/5{margin-left:60%}.vc_col-md-offset-8{margin-left:66.6666%}.vc_col-md-offset-9{margin-left:75%}.vc_col-md-offset-4\/5{margin-left:80%}.vc_col-md-offset-10{margin-left:83.3333%}.vc_col-md-offset-11{margin-left:91.6666%}.vc_col-md-offset-12{margin-left:100%}}@media (min-width:1281px){.vc_col-lg-1{width:8.3333%}.vc_col-lg-2{width:16.6666%}.vc_col-lg-1\/5{width:20%}.vc_col-lg-3{width:25%}.vc_col-lg-4{width:33.3333%}.vc_col-lg-2\/5{width:40%}.vc_col-lg-5{width:41.6666%}.vc_col-lg-6{width:50%}.vc_col-lg-7{width:58.3333%}.vc_col-lg-3\/5{width:60%}.vc_col-lg-8{width:66.6666%}.vc_col-lg-9{width:75%}.vc_col-lg-4\/5{width:80%}.vc_col-lg-10{width:83.3333%}.vc_col-lg-11{width:91.6666%}.vc_col-lg-12{width:100%}.vc_col-lg-offset-0{margin-left:0}.vc_col-lg-offset-1{margin-left:8.3333%}.vc_col-lg-offset-2{margin-left:16.6666%}.vc_col-lg-offset-1\/5{margin-left:20%}.vc_col-lg-offset-3{margin-left:25%}.vc_col-lg-offset-4{margin-left:33.3333%}.vc_col-lg-offset-2\/5{margin-left:40%}.vc_col-lg-offset-5{margin-left:41.6666%}.vc_col-lg-offset-6{margin-left:50%}.vc_col-lg-offset-7{margin-left:58.3333%}.vc_col-lg-offset-3\/5{margin-left:60%}.vc_col-lg-offset-8{margin-left:66.6666%}.vc_col-lg-offset-9{margin-left:75%}.vc_col-lg-offset-4\/5{margin-left:80%}.vc_col-lg-offset-10{margin-left:83.3333%}.vc_col-lg-offset-11{margin-left:91.6666%}.vc_col-lg-offset-12{margin-left:100%}}@media (min-width:601px) and (max-width:1024px){.g-cols.via_flex.type_default>div[class*="vc_col-md-"],.g-cols.via_flex.type_default>div[class*="vc_col-lg-"]{margin-top:1rem;margin-bottom:1rem}}@media (min-width:1025px) and (max-width:1280px){.g-cols.via_flex.type_default>div[class*="vc_col-lg-"]{margin-top:1rem;margin-bottom:1rem}}@media (max-width:599px){.l-canvas{overflow:hidden}.g-cols.stacking_default.reversed>div:last-of-type{order:-1}.g-cols.stacking_default.via_flex>div:not([class*="vc_col-xs"]){width:100%;margin:0 0 1.5rem}.g-cols.stacking_default.via_grid.mobiles-cols_1{grid-template-columns:100%}.g-cols.stacking_default.via_flex.type_boxes>div,.g-cols.stacking_default.via_flex.reversed>div:first-child,.g-cols.stacking_default.via_flex:not(.reversed)>div:last-child,.g-cols.stacking_default.via_flex>div.has_bg_color{margin-bottom:0}.g-cols.stacking_default.via_flex.type_default>.wpb_column.stretched{margin-left:-1rem;margin-right:-1rem}.g-cols.stacking_default.via_grid.mobiles-cols_1>.wpb_column.stretched,.g-cols.stacking_default.via_flex.type_boxes>.wpb_column.stretched{margin-left:-2.5rem;margin-right:-2.5rem;width:auto}.vc_column-inner.type_sticky>.wpb_wrapper,.vc_column_container.type_sticky>.vc_column-inner{top:0!important}}@media (min-width:600px){body:not(.rtl) .l-section.for_sidebar.at_left>div>.l-sidebar,.rtl .l-section.for_sidebar.at_right>div>.l-sidebar{order:-1}.vc_column_container.type_sticky>.vc_column-inner,.vc_column-inner.type_sticky>.wpb_wrapper{position:-webkit-sticky;position:sticky}.l-section.type_sticky{position:-webkit-sticky;position:sticky;top:0;z-index:11;transform:translateZ(0); transition:top 0.3s cubic-bezier(.78,.13,.15,.86) 0.1s}.header_hor .l-header.post_fixed.sticky_auto_hide{z-index:12}.admin-bar .l-section.type_sticky{top:32px}.l-section.type_sticky>.l-section-h{transition:padding-top 0.3s}.header_hor .l-header.pos_fixed:not(.down)~.l-main .l-section.type_sticky:not(:first-of-type){top:var(--header-sticky-height)}.admin-bar.header_hor .l-header.pos_fixed:not(.down)~.l-main .l-section.type_sticky:not(:first-of-type){top:calc( var(--header-sticky-height) + 32px )}.header_hor .l-header.pos_fixed.sticky:not(.down)~.l-main .l-section.type_sticky:first-of-type>.l-section-h{padding-top:var(--header-sticky-height)}.header_hor.headerinpos_bottom .l-header.pos_fixed.sticky:not(.down)~.l-main .l-section.type_sticky:first-of-type>.l-section-h{padding-bottom:var(--header-sticky-height)!important}}@media screen and (min-width:1230px){.g-cols.via_flex.type_default>.wpb_column.stretched:first-of-type{margin-left:calc( var(--site-content-width) / 2 + 0px / 2 + 1.5rem - 50vw)}.g-cols.via_flex.type_default>.wpb_column.stretched:last-of-type{margin-right:calc( var(--site-content-width) / 2 + 0px / 2 + 1.5rem - 50vw)}.l-main .alignfull, .w-separator.width_screen,.g-cols.via_grid>.wpb_column.stretched:first-of-type,.g-cols.via_flex.type_boxes>.wpb_column.stretched:first-of-type{margin-left:calc( var(--site-content-width) / 2 + 0px / 2 - 50vw )}.l-main .alignfull, .w-separator.width_screen,.g-cols.via_grid>.wpb_column.stretched:last-of-type,.g-cols.via_flex.type_boxes>.wpb_column.stretched:last-of-type{margin-right:calc( var(--site-content-width) / 2 + 0px / 2 - 50vw )}}@media (max-width:600px){.w-form-row.for_submit[style*=btn-size-mobiles] .w-btn{font-size:var(--btn-size-mobiles)!important}}a,button,input[type=submit],.ui-slider-handle{outline:none!important}.w-toplink,.w-header-show{background:rgba(0,0,0,0.3)}.no-touch .w-toplink.active:hover,.no-touch .w-header-show:hover{background:var(--color-content-primary-grad)}button[type=submit]:not(.w-btn),input[type=submit]:not(.w-btn),.us-nav-style_1>*,.navstyle_1>.owl-nav button,.us-btn-style_1{font-size:16px;line-height:1.2!important;font-weight:700;font-style:normal;text-transform:none;letter-spacing:0em;border-radius:0.3em;padding:1.0em 2.0em;background:#fd6b1c;border-color:transparent;color:#ffffff!important}button[type=submit]:not(.w-btn):before,input[type=submit]:not(.w-btn),.us-nav-style_1>*:before,.navstyle_1>.owl-nav button:before,.us-btn-style_1:before{border-width:0px}.no-touch button[type=submit]:not(.w-btn):hover,.no-touch input[type=submit]:not(.w-btn):hover,.us-nav-style_1>span.current,.no-touch .us-nav-style_1>a:hover,.no-touch .navstyle_1>.owl-nav button:hover,.no-touch .us-btn-style_1:hover{background:#f75700;border-color:transparent;color:#ffffff!important}.us-nav-style_1>*{min-width:calc(1.2em + 2 * 1.0em)}.us-nav-style_3>*,.navstyle_3>.owl-nav button,.us-btn-style_3{font-size:16px;line-height:1.20!important;font-weight:700;font-style:normal;text-transform:none;letter-spacing:0em;padding:1em 2em;background:#fd6b1c;border-color:transparent;color:#ffffff!important}.us-nav-style_3>*:before,.navstyle_3>.owl-nav button:before,.us-btn-style_3:before{border-width:0px}.us-nav-style_3>span.current,.no-touch .us-nav-style_3>a:hover,.no-touch .navstyle_3>.owl-nav button:hover,.no-touch .us-btn-style_3:hover{background:#f75700;border-color:transparent;color:#ffffff!important}.us-nav-style_3>*{min-width:calc(1.20em + 2 * 1em)}.us-nav-style_5>*,.navstyle_5>.owl-nav button,.us-btn-style_5{font-size:16px;line-height:1.20!important;font-weight:500;font-style:normal;text-transform:none;letter-spacing:0em;padding:0.8em 1.6em;background:#fd6b1c;border-color:transparent;color:#ffffff!important}.us-nav-style_5>*:before,.navstyle_5>.owl-nav button:before,.us-btn-style_5:before{border-width:0px}.us-nav-style_5>span.current,.no-touch .us-nav-style_5>a:hover,.no-touch .navstyle_5>.owl-nav button:hover,.no-touch .us-btn-style_5:hover{background:#f75700;border-color:transparent;color:#ffffff!important}.us-nav-style_5>*{min-width:calc(1.20em + 2 * 0.8em)}.us-nav-style_4>*,.navstyle_4>.owl-nav button,.us-btn-style_4{font-size:16px;line-height:1.20!important;font-weight:700;font-style:normal;text-transform:none;letter-spacing:0em;padding:1em 2em;background:#ffffff;border-color:transparent;color:#f75700!important}.us-nav-style_4>*:before,.navstyle_4>.owl-nav button:before,.us-btn-style_4:before{border-width:0px}.us-nav-style_4>span.current,.no-touch .us-nav-style_4>a:hover,.no-touch .navstyle_4>.owl-nav button:hover,.no-touch .us-btn-style_4:hover{background:#ffffff;border-color:transparent;color:#f75700!important}.us-nav-style_4>*{min-width:calc(1.20em + 2 * 1em)}.us-nav-style_2>*,.navstyle_2>.owl-nav button,.us-btn-style_2{font-size:16px;line-height:1.2!important;font-weight:700;font-style:normal;text-transform:none;letter-spacing:0em;border-radius:0.3em;padding:1.0em 2.0em;background:var(--color-content-border);border-color:transparent;color:var(--color-content-text)!important}.us-nav-style_2>*:before,.navstyle_2>.owl-nav button:before,.us-btn-style_2:before{border-width:0px}.us-nav-style_2>span.current,.no-touch .us-nav-style_2>a:hover,.no-touch .navstyle_2>.owl-nav button:hover,.no-touch .us-btn-style_2:hover{background:var(--color-content-text);border-color:transparent;color:var(--color-content-bg)!important}.us-nav-style_2>*{min-width:calc(1.2em + 2 * 1.0em)}.w-filter.state_desktop.style_drop_default .w-filter-item-title,.select2-selection,select,textarea,input:not([type=submit]){font-weight:400;letter-spacing:0em;border-radius:;background:var(--color-content-bg-alt);border-color:var(--color-content-border);color:var(--color-content-text);box-shadow:0px 1px 0px 0px rgba(0,0,0,0.08) inset}.w-filter.state_desktop.style_drop_default .w-filter-item-title:focus,.select2-container--open .select2-selection,select:focus,textarea:focus,input:not([type=submit]):focus{box-shadow:0px 0px 0px 2px var(--color-content-primary)}.w-form-row.move_label .w-form-row-label{font-size:1rem;top:calc(2.8rem/2 + 0px - 0.7em);margin:0 0.8rem;background-color:var(--color-content-bg-alt);color:var(--color-content-text)}.w-form-row.with_icon.move_label .w-form-row-label{margin-left:calc(1.6em + 0.8rem)}.color_alternate input:not([type=submit]),.color_alternate textarea,.color_alternate select,.color_alternate .move_label .w-form-row-label{background:var(--color-alt-content-bg-alt-grad)}.color_footer-top input:not([type=submit]),.color_footer-top textarea,.color_footer-top select,.color_footer-top .w-form-row.move_label .w-form-row-label{background:var(--color-subfooter-bg-alt-grad)}.color_footer-bottom input:not([type=submit]),.color_footer-bottom textarea,.color_footer-bottom select,.color_footer-bottom .w-form-row.move_label .w-form-row-label{background:var(--color-footer-bg-alt-grad)}.color_alternate input:not([type=submit]),.color_alternate textarea,.color_alternate select{border-color:var(--color-alt-content-border)}.color_footer-top input:not([type=submit]),.color_footer-top textarea,.color_footer-top select{border-color:var(--color-subfooter-border)}.color_footer-bottom input:not([type=submit]),.color_footer-bottom textarea,.color_footer-bottom select{border-color:var(--color-footer-border)}.color_alternate input:not([type=submit]),.color_alternate textarea,.color_alternate select,.color_alternate .w-form-row-field>i,.color_alternate .w-form-row-field:after,.color_alternate .widget_search form:after,.color_footer-top input:not([type=submit]),.color_footer-top textarea,.color_footer-top select,.color_footer-top .w-form-row-field>i,.color_footer-top .w-form-row-field:after,.color_footer-top .widget_search form:after,.color_footer-bottom input:not([type=submit]),.color_footer-bottom textarea,.color_footer-bottom select,.color_footer-bottom .w-form-row-field>i,.color_footer-bottom .w-form-row-field:after,.color_footer-bottom .widget_search form:after{color:inherit}.leaflet-default-icon-path{background-image:url(https://autogarage.ae/wp-content/themes/Impreza/common/css/vendor/images/marker-icon.png)}.header_hor .w-nav.type_desktop .menu-item-581 .w-nav-list.level_2{width:600px}</style>
  75. <style id="us-current-header-css"> .l-subheader.at_top,.l-subheader.at_top .w-dropdown-list,.l-subheader.at_top .type_mobile .w-nav-list.level_1{background:#FD6B1C;color:#ffffff}.no-touch .l-subheader.at_top a:hover,.no-touch .l-header.bg_transparent .l-subheader.at_top .w-dropdown.opened a:hover{color:var(--color-header-top-text-hover)}.l-header.bg_transparent:not(.sticky) .l-subheader.at_top{background:var(--color-header-top-transparent-bg);color:#1a1a1a}.no-touch .l-header.bg_transparent:not(.sticky) .at_top .w-cart-link:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_top .w-text a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_top .w-html a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_top .w-nav>a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_top .w-menu a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_top .w-search>a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_top .w-dropdown a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_top .type_desktop .menu-item.level_1:hover>a{color:var(--color-header-top-transparent-text-hover)}.l-subheader.at_middle,.l-subheader.at_middle .w-dropdown-list,.l-subheader.at_middle .type_mobile .w-nav-list.level_1{background:linear-gradient( 90deg ,#e4f3fd 71%,#d2eafc 4%);color:var(--color-header-middle-text)}.no-touch .l-subheader.at_middle a:hover,.no-touch .l-header.bg_transparent .l-subheader.at_middle .w-dropdown.opened a:hover{color:var(--color-header-middle-text-hover)}.l-header.bg_transparent:not(.sticky) .l-subheader.at_middle{background:var(--color-header-transparent-bg);color:#1a1a1a}.no-touch .l-header.bg_transparent:not(.sticky) .at_middle .w-cart-link:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_middle .w-text a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_middle .w-html a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_middle .w-nav>a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_middle .w-menu a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_middle .w-search>a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_middle .w-dropdown a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_middle .type_desktop .menu-item.level_1:hover>a{color:var(--color-header-transparent-text-hover)}.l-subheader.at_bottom,.l-subheader.at_bottom .w-dropdown-list,.l-subheader.at_bottom .type_mobile .w-nav-list.level_1{background:var(--color-header-middle-bg);color:var(--color-header-middle-text)}.no-touch .l-subheader.at_bottom a:hover,.no-touch .l-header.bg_transparent .l-subheader.at_bottom .w-dropdown.opened a:hover{color:var(--color-header-middle-text-hover)}.l-header.bg_transparent:not(.sticky) .l-subheader.at_bottom{background:var(--color-header-transparent-bg);color:var(--color-header-transparent-text)}.no-touch .l-header.bg_transparent:not(.sticky) .at_bottom .w-cart-link:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_bottom .w-text a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_bottom .w-html a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_bottom .w-nav>a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_bottom .w-menu a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_bottom .w-search>a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_bottom .w-dropdown a:hover,.no-touch .l-header.bg_transparent:not(.sticky) .at_bottom .type_desktop .menu-item.level_1:hover>a{color:var(--color-header-transparent-text-hover)}.header_ver .l-header{background:linear-gradient( 90deg ,#e4f3fd 71%,#d2eafc 4%);color:var(--color-header-middle-text)}@media (min-width:1281px){.hidden_for_default{display:none!important}.l-subheader.at_bottom{display:none}.l-header{position:relative;z-index:111;width:100%}.l-subheader{margin:0 auto}.l-subheader.width_full{padding-left:1.5rem;padding-right:1.5rem}.l-subheader-h{display:flex;align-items:center;position:relative;margin:0 auto;max-width:var(--site-content-width,1200px);height:inherit}.w-header-show{display:none}.l-header.pos_fixed{position:fixed;left:0}.l-header.pos_fixed:not(.notransition) .l-subheader{transition-property:transform,background,box-shadow,line-height,height;transition-duration:.3s;transition-timing-function:cubic-bezier(.78,.13,.15,.86)}.headerinpos_bottom.sticky_first_section .l-header.pos_fixed{position:fixed!important}.header_hor .l-header.sticky_auto_hide{transition:transform .3s cubic-bezier(.78,.13,.15,.86) .1s}.header_hor .l-header.sticky_auto_hide.down{transform:translateY(-110%)}.l-header.bg_transparent:not(.sticky) .l-subheader{box-shadow:none!important;background:none}.l-header.bg_transparent~.l-main .l-section.width_full.height_auto:first-of-type>.l-section-h{padding-top:0!important;padding-bottom:0!important}.l-header.pos_static.bg_transparent{position:absolute;left:0}.l-subheader.width_full .l-subheader-h{max-width:none!important}.l-header.shadow_thin .l-subheader.at_middle,.l-header.shadow_thin .l-subheader.at_bottom{box-shadow:0 1px 0 rgba(0,0,0,0.08)}.l-header.shadow_wide .l-subheader.at_middle,.l-header.shadow_wide .l-subheader.at_bottom{box-shadow:0 3px 5px -1px rgba(0,0,0,0.1),0 2px 1px -1px rgba(0,0,0,0.05)}.header_hor .l-subheader-cell>.w-cart{margin-left:0;margin-right:0}:root{--header-height:130px;--header-sticky-height:100px}.l-header:before{content:'130'}.l-header.sticky:before{content:'100'}.l-subheader.at_top{line-height:50px;height:50px}.l-header.sticky .l-subheader.at_top{line-height:40px;height:40px}.l-subheader.at_middle{line-height:80px;height:80px}.l-header.sticky .l-subheader.at_middle{line-height:60px;height:60px}.l-subheader.at_bottom{line-height:50px;height:50px}.l-header.sticky .l-subheader.at_bottom{line-height:50px;height:50px}.headerinpos_above .l-header.pos_fixed{overflow:hidden;transition:transform 0.3s;transform:translate3d(0,-100%,0)}.headerinpos_above .l-header.pos_fixed.sticky{overflow:visible;transform:none}.headerinpos_above .l-header.pos_fixed~.l-section>.l-section-h,.headerinpos_above .l-header.pos_fixed~.l-main .l-section:first-of-type>.l-section-h{padding-top:0!important}.headerinpos_below .l-header.pos_fixed:not(.sticky){position:absolute;top:100%}.headerinpos_below .l-header.pos_fixed~.l-main>.l-section:first-of-type>.l-section-h{padding-top:0!important}.headerinpos_below .l-header.pos_fixed~.l-main .l-section.full_height:nth-of-type(2){min-height:100vh}.headerinpos_below .l-header.pos_fixed~.l-main>.l-section:nth-of-type(2)>.l-section-h{padding-top:var(--header-height)}.headerinpos_bottom .l-header.pos_fixed:not(.sticky){position:absolute;top:100vh}.headerinpos_bottom .l-header.pos_fixed~.l-main>.l-section:first-of-type>.l-section-h{padding-top:0!important}.headerinpos_bottom .l-header.pos_fixed~.l-main>.l-section:first-of-type>.l-section-h{padding-bottom:var(--header-height)}.headerinpos_bottom .l-header.pos_fixed.bg_transparent~.l-main .l-section.valign_center:not(.height_auto):first-of-type>.l-section-h{top:calc( var(--header-height) / 2 )}.headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-cart-dropdown,.headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-nav.type_desktop .w-nav-list.level_2{bottom:100%;transform-origin:0 100%}.headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-nav.type_mobile.m_layout_dropdown .w-nav-list.level_1{top:auto;bottom:100%;box-shadow:var(--box-shadow-up)}.headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-nav.type_desktop .w-nav-list.level_3,.headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-nav.type_desktop .w-nav-list.level_4{top:auto;bottom:0;transform-origin:0 100%}.headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-dropdown-list{top:auto;bottom:-0.4em;padding-top:0.4em;padding-bottom:2.4em}.admin-bar .l-header.pos_static.bg_solid~.l-main .l-section.full_height:first-of-type{min-height:calc( 100vh - var(--header-height) - 32px )}.admin-bar .l-header.pos_fixed:not(.sticky_auto_hide)~.l-main .l-section.full_height:not(:first-of-type){min-height:calc( 100vh - var(--header-sticky-height) - 32px )}.admin-bar.headerinpos_below .l-header.pos_fixed~.l-main .l-section.full_height:nth-of-type(2){min-height:calc(100vh - 32px)}}@media (min-width:1025px) and (max-width:1280px){.hidden_for_laptops{display:none!important}.l-subheader.at_bottom{display:none}.l-header{position:relative;z-index:111;width:100%}.l-subheader{margin:0 auto}.l-subheader.width_full{padding-left:1.5rem;padding-right:1.5rem}.l-subheader-h{display:flex;align-items:center;position:relative;margin:0 auto;max-width:var(--site-content-width,1200px);height:inherit}.w-header-show{display:none}.l-header.pos_fixed{position:fixed;left:0}.l-header.pos_fixed:not(.notransition) .l-subheader{transition-property:transform,background,box-shadow,line-height,height;transition-duration:.3s;transition-timing-function:cubic-bezier(.78,.13,.15,.86)}.headerinpos_bottom.sticky_first_section .l-header.pos_fixed{position:fixed!important}.header_hor .l-header.sticky_auto_hide{transition:transform .3s cubic-bezier(.78,.13,.15,.86) .1s}.header_hor .l-header.sticky_auto_hide.down{transform:translateY(-110%)}.l-header.bg_transparent:not(.sticky) .l-subheader{box-shadow:none!important;background:none}.l-header.bg_transparent~.l-main .l-section.width_full.height_auto:first-of-type>.l-section-h{padding-top:0!important;padding-bottom:0!important}.l-header.pos_static.bg_transparent{position:absolute;left:0}.l-subheader.width_full .l-subheader-h{max-width:none!important}.l-header.shadow_thin .l-subheader.at_middle,.l-header.shadow_thin .l-subheader.at_bottom{box-shadow:0 1px 0 rgba(0,0,0,0.08)}.l-header.shadow_wide .l-subheader.at_middle,.l-header.shadow_wide .l-subheader.at_bottom{box-shadow:0 3px 5px -1px rgba(0,0,0,0.1),0 2px 1px -1px rgba(0,0,0,0.05)}.header_hor .l-subheader-cell>.w-cart{margin-left:0;margin-right:0}:root{--header-height:160px;--header-sticky-height:0px}.l-header:before{content:'160'}.l-header.sticky:before{content:'0'}.l-subheader.at_top{line-height:60px;height:60px}.l-header.sticky .l-subheader.at_top{line-height:0px;height:0px;overflow:hidden}.l-subheader.at_middle{line-height:100px;height:100px}.l-header.sticky .l-subheader.at_middle{line-height:0px;height:0px;overflow:hidden}.l-subheader.at_bottom{line-height:50px;height:50px}.l-header.sticky .l-subheader.at_bottom{line-height:50px;height:50px}.headerinpos_above .l-header.pos_fixed{overflow:hidden;transition:transform 0.3s;transform:translate3d(0,-100%,0)}.headerinpos_above .l-header.pos_fixed.sticky{overflow:visible;transform:none}.headerinpos_above .l-header.pos_fixed~.l-section>.l-section-h,.headerinpos_above .l-header.pos_fixed~.l-main .l-section:first-of-type>.l-section-h{padding-top:0!important}.headerinpos_below .l-header.pos_fixed:not(.sticky){position:absolute;top:100%}.headerinpos_below .l-header.pos_fixed~.l-main>.l-section:first-of-type>.l-section-h{padding-top:0!important}.headerinpos_below .l-header.pos_fixed~.l-main .l-section.full_height:nth-of-type(2){min-height:100vh}.headerinpos_below .l-header.pos_fixed~.l-main>.l-section:nth-of-type(2)>.l-section-h{padding-top:var(--header-height)}.headerinpos_bottom .l-header.pos_fixed:not(.sticky){position:absolute;top:100vh}.headerinpos_bottom .l-header.pos_fixed~.l-main>.l-section:first-of-type>.l-section-h{padding-top:0!important}.headerinpos_bottom .l-header.pos_fixed~.l-main>.l-section:first-of-type>.l-section-h{padding-bottom:var(--header-height)}.headerinpos_bottom .l-header.pos_fixed.bg_transparent~.l-main .l-section.valign_center:not(.height_auto):first-of-type>.l-section-h{top:calc( var(--header-height) / 2 )}.headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-cart-dropdown,.headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-nav.type_desktop .w-nav-list.level_2{bottom:100%;transform-origin:0 100%}.headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-nav.type_mobile.m_layout_dropdown .w-nav-list.level_1{top:auto;bottom:100%;box-shadow:var(--box-shadow-up)}.headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-nav.type_desktop .w-nav-list.level_3,.headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-nav.type_desktop .w-nav-list.level_4{top:auto;bottom:0;transform-origin:0 100%}.headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-dropdown-list{top:auto;bottom:-0.4em;padding-top:0.4em;padding-bottom:2.4em}.admin-bar .l-header.pos_static.bg_solid~.l-main .l-section.full_height:first-of-type{min-height:calc( 100vh - var(--header-height) - 32px )}.admin-bar .l-header.pos_fixed:not(.sticky_auto_hide)~.l-main .l-section.full_height:not(:first-of-type){min-height:calc( 100vh - var(--header-sticky-height) - 32px )}.admin-bar.headerinpos_below .l-header.pos_fixed~.l-main .l-section.full_height:nth-of-type(2){min-height:calc(100vh - 32px)}}@media (min-width:601px) and (max-width:1024px){.hidden_for_tablets{display:none!important}.l-subheader.at_top{display:none}.l-header{position:relative;z-index:111;width:100%}.l-subheader{margin:0 auto}.l-subheader.width_full{padding-left:1.5rem;padding-right:1.5rem}.l-subheader-h{display:flex;align-items:center;position:relative;margin:0 auto;max-width:var(--site-content-width,1200px);height:inherit}.w-header-show{display:none}.l-header.pos_fixed{position:fixed;left:0}.l-header.pos_fixed:not(.notransition) .l-subheader{transition-property:transform,background,box-shadow,line-height,height;transition-duration:.3s;transition-timing-function:cubic-bezier(.78,.13,.15,.86)}.headerinpos_bottom.sticky_first_section .l-header.pos_fixed{position:fixed!important}.header_hor .l-header.sticky_auto_hide{transition:transform .3s cubic-bezier(.78,.13,.15,.86) .1s}.header_hor .l-header.sticky_auto_hide.down{transform:translateY(-110%)}.l-header.bg_transparent:not(.sticky) .l-subheader{box-shadow:none!important;background:none}.l-header.bg_transparent~.l-main .l-section.width_full.height_auto:first-of-type>.l-section-h{padding-top:0!important;padding-bottom:0!important}.l-header.pos_static.bg_transparent{position:absolute;left:0}.l-subheader.width_full .l-subheader-h{max-width:none!important}.l-header.shadow_thin .l-subheader.at_middle,.l-header.shadow_thin .l-subheader.at_bottom{box-shadow:0 1px 0 rgba(0,0,0,0.08)}.l-header.shadow_wide .l-subheader.at_middle,.l-header.shadow_wide .l-subheader.at_bottom{box-shadow:0 3px 5px -1px rgba(0,0,0,0.1),0 2px 1px -1px rgba(0,0,0,0.05)}.header_hor .l-subheader-cell>.w-cart{margin-left:0;margin-right:0}:root{--header-height:100px;--header-sticky-height:100px}.l-header:before{content:'100'}.l-header.sticky:before{content:'100'}.l-subheader.at_top{line-height:40px;height:40px}.l-header.sticky .l-subheader.at_top{line-height:40px;height:40px}.l-subheader.at_middle{line-height:50px;height:50px}.l-header.sticky .l-subheader.at_middle{line-height:50px;height:50px}.l-subheader.at_bottom{line-height:50px;height:50px}.l-header.sticky .l-subheader.at_bottom{line-height:50px;height:50px}}@media (max-width:600px){.hidden_for_mobiles{display:none!important}.l-subheader.at_bottom{display:none}.l-header{position:relative;z-index:111;width:100%}.l-subheader{margin:0 auto}.l-subheader.width_full{padding-left:1.5rem;padding-right:1.5rem}.l-subheader-h{display:flex;align-items:center;position:relative;margin:0 auto;max-width:var(--site-content-width,1200px);height:inherit}.w-header-show{display:none}.l-header.pos_fixed{position:fixed;left:0}.l-header.pos_fixed:not(.notransition) .l-subheader{transition-property:transform,background,box-shadow,line-height,height;transition-duration:.3s;transition-timing-function:cubic-bezier(.78,.13,.15,.86)}.headerinpos_bottom.sticky_first_section .l-header.pos_fixed{position:fixed!important}.header_hor .l-header.sticky_auto_hide{transition:transform .3s cubic-bezier(.78,.13,.15,.86) .1s}.header_hor .l-header.sticky_auto_hide.down{transform:translateY(-110%)}.l-header.bg_transparent:not(.sticky) .l-subheader{box-shadow:none!important;background:none}.l-header.bg_transparent~.l-main .l-section.width_full.height_auto:first-of-type>.l-section-h{padding-top:0!important;padding-bottom:0!important}.l-header.pos_static.bg_transparent{position:absolute;left:0}.l-subheader.width_full .l-subheader-h{max-width:none!important}.l-header.shadow_thin .l-subheader.at_middle,.l-header.shadow_thin .l-subheader.at_bottom{box-shadow:0 1px 0 rgba(0,0,0,0.08)}.l-header.shadow_wide .l-subheader.at_middle,.l-header.shadow_wide .l-subheader.at_bottom{box-shadow:0 3px 5px -1px rgba(0,0,0,0.1),0 2px 1px -1px rgba(0,0,0,0.05)}.header_hor .l-subheader-cell>.w-cart{margin-left:0;margin-right:0}:root{--header-height:90px;--header-sticky-height:80px}.l-header:before{content:'90'}.l-header.sticky:before{content:'80'}.l-subheader.at_top{line-height:40px;height:40px}.l-header.sticky .l-subheader.at_top{line-height:40px;height:40px}.l-subheader.at_middle{line-height:50px;height:50px}.l-header.sticky .l-subheader.at_middle{line-height:40px;height:40px}.l-subheader.at_bottom{line-height:50px;height:50px}.l-header.sticky .l-subheader.at_bottom{line-height:50px;height:50px}}@media (min-width:1281px){.ush_image_1{height:80px!important}.l-header.sticky .ush_image_1{height:60px!important}}@media (min-width:1025px) and (max-width:1280px){.ush_image_1{height:60px!important}.l-header.sticky .ush_image_1{height:60px!important}}@media (min-width:601px) and (max-width:1024px){.ush_image_1{height:50px!important}.l-header.sticky .ush_image_1{height:50px!important}}@media (max-width:600px){.ush_image_1{height:40px!important}.l-header.sticky .ush_image_1{height:40px!important}}.header_hor .ush_menu_1.type_desktop .menu-item.level_1>a:not(.w-btn){padding-left:20px;padding-right:20px}.header_hor .ush_menu_1.type_desktop .menu-item.level_1>a.w-btn{margin-left:20px;margin-right:20px}.header_hor .ush_menu_1.type_desktop.align-edges>.w-nav-list.level_1{margin-left:-20px;margin-right:-20px}.header_ver .ush_menu_1.type_desktop .menu-item.level_1>a:not(.w-btn){padding-top:20px;padding-bottom:20px}.header_ver .ush_menu_1.type_desktop .menu-item.level_1>a.w-btn{margin-top:20px;margin-bottom:20px}.ush_menu_1.type_desktop .menu-item:not(.level_1){font-size:1rem}.ush_menu_1.type_mobile .w-nav-anchor.level_1,.ush_menu_1.type_mobile .w-nav-anchor.level_1 + .w-nav-arrow{font-size:1.1rem}.ush_menu_1.type_mobile .w-nav-anchor:not(.level_1),.ush_menu_1.type_mobile .w-nav-anchor:not(.level_1) + .w-nav-arrow{font-size:0.9rem}@media (min-width:1281px){.ush_menu_1 .w-nav-icon{font-size:36px}}@media (min-width:1025px) and (max-width:1280px){.ush_menu_1 .w-nav-icon{font-size:32px}}@media (min-width:601px) and (max-width:1024px){.ush_menu_1 .w-nav-icon{font-size:28px}}@media (max-width:600px){.ush_menu_1 .w-nav-icon{font-size:24px}}.ush_menu_1 .w-nav-icon>div{border-width:3px}@media screen and (max-width:899px){.w-nav.ush_menu_1>.w-nav-list.level_1{display:none}.ush_menu_1 .w-nav-control{display:block}}.ush_menu_1 .w-nav-item.level_1>a:not(.w-btn):focus,.no-touch .ush_menu_1 .w-nav-item.level_1.opened>a:not(.w-btn),.no-touch .ush_menu_1 .w-nav-item.level_1:hover>a:not(.w-btn){background:transparent;color:var(--color-header-middle-text-hover)}.ush_menu_1 .w-nav-item.level_1.current-menu-item>a:not(.w-btn),.ush_menu_1 .w-nav-item.level_1.current-menu-ancestor>a:not(.w-btn),.ush_menu_1 .w-nav-item.level_1.current-page-ancestor>a:not(.w-btn){background:transparent;color:var(--color-header-middle-text-hover)}.l-header.bg_transparent:not(.sticky) .ush_menu_1.type_desktop .w-nav-item.level_1.current-menu-item>a:not(.w-btn),.l-header.bg_transparent:not(.sticky) .ush_menu_1.type_desktop .w-nav-item.level_1.current-menu-ancestor>a:not(.w-btn),.l-header.bg_transparent:not(.sticky) .ush_menu_1.type_desktop .w-nav-item.level_1.current-page-ancestor>a:not(.w-btn){background:transparent;color:var(--color-header-transparent-text-hover)}.ush_menu_1 .w-nav-list:not(.level_1){background:var(--color-header-middle-bg);color:var(--color-header-middle-text)}.no-touch .ush_menu_1 .w-nav-item:not(.level_1)>a:focus,.no-touch .ush_menu_1 .w-nav-item:not(.level_1):hover>a{background:transparent;color:var(--color-header-middle-text-hover)}.ush_menu_1 .w-nav-item:not(.level_1).current-menu-item>a,.ush_menu_1 .w-nav-item:not(.level_1).current-menu-ancestor>a,.ush_menu_1 .w-nav-item:not(.level_1).current-page-ancestor>a{background:transparent;color:var(--color-header-middle-text-hover)}.ush_socials_1 .w-socials-list{margin:-0em}.ush_socials_1 .w-socials-item{padding:0em}.ush_menu_1{font-weight:700!important}.ush_socials_1{color:#ffffff!important}.ush_html_2{color:#ffffff!important;padding-left:30px!important;padding-right:30px!important;background:#073E64!important}.ush_text_4{color:#ffffff!important}.ush_text_5{color:#ffffff!important}@media (min-width:1025px) and (max-width:1280px){.ush_menu_1{font-weight:700!important}.ush_socials_1{color:#ffffff!important}.ush_html_2{color:#ffffff!important;padding-left:30px!important;padding-right:30px!important;background:#073E64!important}.ush_text_4{color:#ffffff!important}.ush_text_5{color:#ffffff!important}}@media (min-width:601px) and (max-width:1024px){.ush_menu_1{font-weight:700!important}.ush_socials_1{color:#ffffff!important}.ush_html_2{color:#ffffff!important;padding-left:30px!important;padding-right:30px!important;background:#073E64!important}.ush_text_4{color:#ffffff!important}.ush_text_5{color:#ffffff!important}}@media (max-width:600px){.ush_menu_1{font-weight:700!important}.ush_socials_1{color:#ffffff!important}.ush_html_2{color:#ffffff!important;padding-left:30px!important;padding-right:30px!important;background:#073E64!important}.ush_text_4{color:#ffffff!important}.ush_text_5{color:#ffffff!important}}</style>
  76. <style id="us-design-options-css">.us_custom_586cb8d2{margin-top:-50px!important;background:#ffffff!important;padding:30px 15px 30px 15px!important;box-shadow:0px 0px 15px 0px rgba(0,0,0,0.20)!important}.us_custom_6df4bc3a{color:#ffffff!important}.us_custom_9de87d4e{font-weight:700!important}.us_custom_144d78ca{font-weight:400!important;padding:20px!important;background:#ffffff!important;box-shadow:0px 0px 15px 0px rgba(0,0,0,0.10)!important}.us_custom_e78bf9b3{background:#073E64!important}.us_custom_407d98a8{color:#ffffff!important;font-size:30px!important;line-height:35px!important}.us_custom_8ed305e0{color:#888888!important;font-size:17px!important;line-height:21px!important;font-weight:700!important}.us_custom_acf537cb{font-size:40px!important;line-height:45px!important}.us_custom_815c1c57{padding-top:40px!important;padding-bottom:40px!important}.us_custom_aee85f96{padding-bottom:30px!important;background:#ffffff!important}.us_custom_365b5abf{margin-top:-50px!important;padding:10px!important;background:#073E64!important}.us_custom_55cf3694{font-size:23px!important;line-height:28px!important;font-family:var(--font-family)!important}.us_custom_2eec13b6{padding-bottom:40px!important}.us_custom_caf684a7{background:#E4F3FD!important}.us_custom_19fa279a{position:relative!important;bottom:5%!important;background:url(https://autogarage.ae/wp-content/uploads/2023/01/car-glass-tinting-1-1.jpg) no-repeat left top / cover!important}.us_custom_6c4564cc{position:relative!important;top:5%!important;background:#ffffff!important;box-shadow:0px 0px 15px 0px rgba(0,0,0,0.10)!important}.us_custom_186db8c5{text-align:center!important;font-size:40px!important;line-height:50px!important;font-weight:700!important}.us_custom_a811245b{background:#EFF4F7!important}.us_custom_62200a53{box-shadow:0 0 1 1 rgba(0,0,0,0.09)!important}.us_custom_6663172a{border:10px solid #ffffff!important}.us_custom_2f35aa69{color:#000000!important;font-weight:700!important}.us_custom_11778b01{padding:20px!important;background:#ffffff!important;box-shadow:0px 0px 15px 0px rgba(0,0,0,0.15)!important}.us_custom_d2bc9a17{font-size:25px!important;line-height:30px!important}.us_custom_c13e339e{background:url(https://autogarage.ae/wp-content/uploads/2022/06/Dubai_Skyline.png) no-repeat bottom / contain!important}.us_custom_2c4f4a12{padding:20px!important}.us_custom_122bcda1{border-radius:8px!important;padding:20px!important;border:1px solid #dcdcdc!important;box-shadow:0 5px 21px -4px rgba(167,167,167,0.40)!important}.us_custom_8229fdb7{margin-top:-427px!important;padding:82px!important}.us_custom_63486b51{text-align:center!important;font-size:15px!important}.us_custom_e5a0891a{color:#555555!important}.us_custom_236d1e13{color:#FD6B1C!important;font-size:24px!important;line-height:26px!important;font-family:var(--font-family)!important;font-weight:600!important}.us_custom_2465e77d{color:#FD6B1C!important;font-size:18px!important}.us_custom_2377e914{color:#FD6B1C!important}.us_custom_285f6df0{font-size:35px!important;line-height:40px!important}@media (min-width:1025px) and (max-width:1280px){.us_custom_586cb8d2{margin-top:-50px!important;padding:30px 15px 30px 15px!important}.us_custom_285f6df0{font-size:35px!important;line-height:40px!important}}@media (min-width:601px) and (max-width:1024px){.us_custom_586cb8d2{margin-top:-50px!important;padding:30px 15px 30px 15px!important}.us_custom_285f6df0{font-size:35px!important;line-height:40px!important}}@media (max-width:600px){.us_custom_586cb8d2{margin-left:5px!important;margin-top:-30px!important;margin-right:5px!important}.us_custom_285f6df0{font-size:25px!important;line-height:35px!important}}</style><style data-type="us_custom-css">.usyoutube:before{webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);display:block;position:absolute;top:50%;width:90px;height:90px;margin-left:-55px;transform:translateY(-50%);border:10px solid #ffffff;border-radius:50%;background-color:#0d91e4;background-image:url("data:image/svg+xml,%3Csvg role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 512'%3E%3Cpath fill='%23fff' d='M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z'%3E%3C/path%3E%3C/svg%3E");background-position:left 65% center;background-repeat:no-repeat;background-size:60px 60px;content:''}.ustitle::after{display:inline-block;width:64px;height:8px;margin-top:27px;background-image:url(http://autogarage.ae/wp-content/uploads/2022/06/decor-double-line-accent.svg);content:''}.usgride .w-grid-item-h{border-radius:8px;padding:10px;text-align:center;border:1px solid #dcdcdc;box-shadow:0 5px 21px -4px rgba(167,167,167,0.40)}.newusform input{border-radius:8px;background:white;border:1px solid #cccccc}.usmasking{-webkit-mask-image:url(http://autogarage.ae/wp-content/uploads/2022/06/img-info.png);-webkit-mask-size:contain;-webkit-mask-position:center center;-webkit-mask-repeat:no-repeat}#bdr{border-radius:100%;border-bottom:#FD6C1D 6px solid}h4{font-size:25px;line-height:30px}#pink .w-iconbox .w-iconbox-title:not(:empty),#pink1 .w-iconbox .w-iconbox-title:not(:empty){font-weight:600;font-size:39px;padding:0px}#pink .w-iconbox,#pink1 .w-iconbox{padding:5px}#pink p,#pink1 p{font-size:16px;color:black}@media (max-width:767px){#pink1{display:flex!important;flex-wrap:wrap!important;flex-direction:row!important}#pink1 .w-iconbox{flex-basis:40%!important;padding:15px 0px!important;margin:11px}#pink1 p{font-size:12px!important;font-weight:700}#pink .w-iconbox{flex-basis:100%!important;padding:15px 0px!important;margin:11px}#wrapper2{flex-direction:column}}</style></head>
  77. <body class="home page-template-default page page-id-6 l-body Impreza_8.20 us-core_8.20.1 header_hor headerinpos_top state_default wpb-js-composer js-comp-ver-7.2 vc_responsive">
  78.  
  79. <div class="l-canvas type_wide">
  80. <header id="page-header" class="l-header pos_fixed shadow_none bg_solid id_8"><div class="l-subheader at_top"><div class="l-subheader-h"><div class="l-subheader-cell at_left"><div class="w-text hidden_for_tablets hidden_for_mobiles ush_text_2 nowrap icon_atleft"><span class="w-text-h"><i class="fas fa-map-marker-alt"></i><span class="w-text-value">Mishui Avenue Dubai</span></span></div></div><div class="l-subheader-cell at_center"><div class="w-text ush_text_5 has_text_color nowrap icon_atleft"><a href="tel:+971505073124" class="w-text-h"><i class="fas fa-phone"></i><span class="w-text-value">+971505073124</span></a></div><div class="w-text ush_text_4 has_text_color nowrap icon_atleft"><span class="w-text-h"><i class="fas fa-clock"></i><span class="w-text-value">24/7 Support</span></span></div></div><div class="l-subheader-cell at_right"><div class="w-socials hidden_for_mobiles ush_socials_1 has_text_color color_text shape_square style_default hover_fade"><div class="w-socials-list"><div class="w-socials-item linkedin"><a target="_blank" rel="nofollow" href="https://www.linkedin.com/in/auto-garage-8a83b1251/" class="w-socials-item-link" title="LinkedIn" aria-label="LinkedIn"><span class="w-socials-item-link-hover"></span><i class="fab fa-linkedin"></i></a></div><div class="w-socials-item twitter"><a target="_blank" rel="nofollow" href="https://twitter.com/AutoGarage14" class="w-socials-item-link" title="Twitter" aria-label="Twitter"><span class="w-socials-item-link-hover"></span><i class="fab fa-x-twitter"><svg style="width:1em; margin-bottom:-.1em;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"/></svg></i></a></div><div class="w-socials-item instagram"><a target="_blank" rel="nofollow" href="https://www.instagram.com/autogarage1122/" class="w-socials-item-link" title="Instagram" aria-label="Instagram"><span class="w-socials-item-link-hover"></span><i class="fab fa-instagram"></i></a></div><div class="w-socials-item pinterest"><a target="_blank" rel="nofollow" href="https://www.pinterest.com/autogaragehelp/" class="w-socials-item-link" title="Pinterest" aria-label="Pinterest"><span class="w-socials-item-link-hover"></span><i class="fab fa-pinterest"></i></a></div></div></div></div></div></div><div class="l-subheader at_middle"><div class="l-subheader-h"><div class="l-subheader-cell at_left"><div class="w-image ush_image_1"><a href="/" aria-label="auto-garage-logo" class="w-image-h"><img width="474" height="194" src="https://autogarage.ae/wp-content/uploads/2023/06/auto-garage-logo.png" class="attachment-large size-large" alt="" decoding="async" fetchpriority="high" srcset="https://autogarage.ae/wp-content/uploads/2023/06/auto-garage-logo.png 474w, https://autogarage.ae/wp-content/uploads/2023/06/auto-garage-logo-300x123.png 300w" sizes="(max-width: 474px) 100vw, 474px" /></a></div></div><div class="l-subheader-cell at_center"><nav class="w-nav type_desktop ush_menu_1 height_full dropdown_height m_align_none m_layout_dropdown"><a class="w-nav-control" aria-label="Menu" href="#"><div class="w-nav-icon"><div></div></div></a><ul class="w-nav-list level_1 hide_for_mobiles hover_simple"><li id="menu-item-11" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-6 current_page_item w-nav-item level_1 menu-item-11"><a class="w-nav-anchor level_1" href="https://autogarage.ae/"><span class="w-nav-title">Home</span><span class="w-nav-arrow"></span></a></li><li id="menu-item-581" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children w-nav-item level_1 menu-item-581 columns_2"><a class="w-nav-anchor level_1" href="#"><span class="w-nav-title">Main Services</span><span class="w-nav-arrow"></span></a><ul class="w-nav-list level_2"><li id="menu-item-265" class="menu-item menu-item-type-post_type menu-item-object-page w-nav-item level_2 menu-item-265"><a class="w-nav-anchor level_2" href="https://autogarage.ae/car-windshield-dubai/"><span class="w-nav-title">Car Windshield</span><span class="w-nav-arrow"></span></a></li><li id="menu-item-580" class="menu-item menu-item-type-post_type menu-item-object-page w-nav-item level_2 menu-item-580"><a class="w-nav-anchor level_2" href="https://autogarage.ae/car-ac-repair-dubai/"><span class="w-nav-title">Car AC Repair</span><span class="w-nav-arrow"></span></a></li><li id="menu-item-264" class="menu-item menu-item-type-post_type menu-item-object-page w-nav-item level_2 menu-item-264"><a class="w-nav-anchor level_2" href="https://autogarage.ae/car-wrapping-dubai/"><span class="w-nav-title">Car Wrapping</span><span class="w-nav-arrow"></span></a></li><li id="menu-item-1032" class="menu-item menu-item-type-post_type menu-item-object-page w-nav-item level_2 menu-item-1032"><a class="w-nav-anchor level_2" href="https://autogarage.ae/gearbox-repair/"><span class="w-nav-title">Car Gearbox Repair</span><span class="w-nav-arrow"></span></a></li><li id="menu-item-1033" class="menu-item menu-item-type-post_type menu-item-object-page w-nav-item level_2 menu-item-1033"><a class="w-nav-anchor level_2" href="https://autogarage.ae/mobile-car-mechanic/"><span class="w-nav-title">Mobile Car Mechanic</span><span class="w-nav-arrow"></span></a></li><li id="menu-item-1034" class="menu-item menu-item-type-post_type menu-item-object-page w-nav-item level_2 menu-item-1034"><a class="w-nav-anchor level_2" href="https://autogarage.ae/jump-start-service/"><span class="w-nav-title">Jump Start Service</span><span class="w-nav-arrow"></span></a></li></ul></li><li id="menu-item-1222" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children w-nav-item level_1 menu-item-1222"><a class="w-nav-anchor level_1" href="https://autogarage.ae/car-detailing-dubai/"><span class="w-nav-title">Car Detailing</span><span class="w-nav-arrow"></span></a><ul class="w-nav-list level_2"><li id="menu-item-266" class="menu-item menu-item-type-post_type menu-item-object-page w-nav-item level_2 menu-item-266"><a class="w-nav-anchor level_2" href="https://autogarage.ae/ceramic-coating-dubai/"><span class="w-nav-title">Ceramic Coating</span><span class="w-nav-arrow"></span></a></li><li id="menu-item-263" class="menu-item menu-item-type-post_type menu-item-object-page w-nav-item level_2 menu-item-263"><a class="w-nav-anchor level_2" href="https://autogarage.ae/car-upholstery-dubai/"><span class="w-nav-title">Car Upholstery</span><span class="w-nav-arrow"></span></a></li><li id="menu-item-579" class="menu-item menu-item-type-post_type menu-item-object-page w-nav-item level_2 menu-item-579"><a class="w-nav-anchor level_2" href="https://autogarage.ae/car-headlight-cleaner/"><span class="w-nav-title">Car Headlight Cleaner</span><span class="w-nav-arrow"></span></a></li></ul></li><li id="menu-item-791" class="menu-item menu-item-type-taxonomy menu-item-object-category w-nav-item level_1 menu-item-791"><a class="w-nav-anchor level_1" href="https://autogarage.ae/category/blog/"><span class="w-nav-title">Blog</span><span class="w-nav-arrow"></span></a></li><li id="menu-item-337" class="menu-item menu-item-type-post_type menu-item-object-page w-nav-item level_1 menu-item-337"><a class="w-nav-anchor level_1" href="https://autogarage.ae/contact-us/"><span class="w-nav-title">Contact Us</span><span class="w-nav-arrow"></span></a></li><li class="w-nav-close"></li></ul><div class="w-nav-options hidden" onclick='return {&quot;mobileWidth&quot;:900,&quot;mobileBehavior&quot;:1}'></div></nav></div><div class="l-subheader-cell at_right"></div></div></div><div class="l-subheader at_bottom"><div class="l-subheader-h"><div class="l-subheader-cell at_left"></div><div class="l-subheader-cell at_center"></div><div class="l-subheader-cell at_right"></div></div></div><div class="l-subheader for_hidden hidden"><div class="w-html hidden_for_laptops hidden_for_mobiles ush_html_2 has_text_color"><div class="carbutton" style="display:flex;flex-direction:row;">
  81. <div class="caricon" style="font-size:50px; padding-right:10px;">
  82. <i class="fas fa-headset"></i>
  83. </div>
  84. <div class="cartext">
  85. <strong  style="font-size:15px;">Talk With Our Experts</strong><br>
  86. <strong style="font-size:24px;color:#FA6B1D;">(810) 920-0664</strong>
  87. </div>
  88. </div></div></div></header><main id="page-content" class="l-main">
  89. <section class="l-section wpb_row height_medium"><div class="l-section-overlay" style="background:linear-gradient( 90deg , #e4f3fd 71%, #d2eafc 4%)"></div><div class="l-section-h i-cf"><div class="g-cols vc_row via_flex valign_top type_default stacking_default"><div class="vc_col-sm-6 wpb_column vc_column_container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="wpb_text_column"><div class="wpb_wrapper"><h1><strong>Auto Garage – Trusted <span style="color: #fd6b1c;">Car Tinting Dubai</span> Shop</strong></h1>
  90. </div></div><div class="w-separator size_custom" style="height:15px"></div><div class="wpb_text_column"><div class="wpb_wrapper"><p>Auto Garage is a Dubai-based car glass tinting shop that specializes in top-notch car window tinting services to help your car protect from UV radiation and has better privacy as per UAE&#8217;s tinting laws and regulations.</p>
  91. </div></div><div class="w-separator size_custom" style="height:15px"></div><div class="w-hwrapper valign_top align_none"><div class="w-btn-wrapper align_none"><a class="w-btn us-btn-style_3" href="tel:+971505073124"><span class="w-btn-label">+971505073124</span></a></div><div class="w-btn-wrapper align_none"><a class="w-btn us-btn-style_4" title="Contact Us" href="https://autogarage.ae/contact-us/"><span class="w-btn-label">Book Service Now</span></a></div></div></div></div></div><div class="vc_col-sm-6 wpb_column vc_column_container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="w-separator size_medium"></div><div class="w-image align_none"><div class="w-image-h"><img decoding="async" width="900" height="358" src="https://autogarage.ae/wp-content/uploads/2023/12/Auto-Garage-Van-2.webp" class="attachment-large size-large" alt="" srcset="https://autogarage.ae/wp-content/uploads/2023/12/Auto-Garage-Van-2.webp 900w, https://autogarage.ae/wp-content/uploads/2023/12/Auto-Garage-Van-2-300x119.webp 300w" sizes="(max-width: 900px) 100vw, 900px" /></div></div></div></div></div></div></div></section><section class="l-section wpb_row height_auto"><div class="l-section-h i-cf"><div class="g-cols vc_row via_flex valign_top type_default stacking_default"><div class="vc_col-sm-12 wpb_column vc_column_container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="g-cols wpb_row us_custom_586cb8d2 via_flex valign_top type_default stacking_default" id="pink1"><div class="vc_col-sm-12 wpb_column vc_column_container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="w-hwrapper valign_top align_none" id="pink1" style="--hwrapper-gap:30px"><div class="w-iconbox iconpos_top style_default color_custom align_center no_title icontype_img"><div class="w-iconbox-icon" style="font-size:3rem;"><img decoding="async" width="256" height="256" src="https://autogarage.ae/wp-content/uploads/2023/05/tinted-glass-3.png" class="attachment-full size-full" alt="" srcset="https://autogarage.ae/wp-content/uploads/2023/05/tinted-glass-3.png 256w, https://autogarage.ae/wp-content/uploads/2023/05/tinted-glass-3-150x150.png 150w" sizes="(max-width: 256px) 100vw, 256px" /></div><div class="w-iconbox-meta"><div class="w-iconbox-text"><p><strong>Latest Tint Films</strong></p>
  92. </div></div></div><div class="w-iconbox iconpos_top style_default color_custom align_center no_title icontype_img"><div class="w-iconbox-icon" style="font-size:3rem;"><img loading="lazy" decoding="async" width="256" height="256" src="https://autogarage.ae/wp-content/uploads/2023/05/van.png" class="attachment-full size-full" alt="" srcset="https://autogarage.ae/wp-content/uploads/2023/05/van.png 256w, https://autogarage.ae/wp-content/uploads/2023/05/van-150x150.png 150w" sizes="(max-width: 256px) 100vw, 256px" /></div><div class="w-iconbox-meta"><div class="w-iconbox-text"><p><strong>PPF &amp; Detailing</strong></p>
  93. </div></div></div><div class="w-iconbox iconpos_top style_default color_custom align_center no_title icontype_img"><div class="w-iconbox-icon" style="font-size:3rem;"><img loading="lazy" decoding="async" width="256" height="256" src="https://autogarage.ae/wp-content/uploads/2023/05/customer-service.png" class="attachment-full size-full" alt="" srcset="https://autogarage.ae/wp-content/uploads/2023/05/customer-service.png 256w, https://autogarage.ae/wp-content/uploads/2023/05/customer-service-150x150.png 150w" sizes="(max-width: 256px) 100vw, 256px" /></div><div class="w-iconbox-meta"><div class="w-iconbox-text"><p><strong>Customer Support</strong></p>
  94. </div></div></div><div class="w-iconbox us_custom_6df4bc3a has_text_color iconpos_top style_default color_custom align_center no_title icontype_img"><div class="w-iconbox-icon" style="font-size:3rem;"><img loading="lazy" decoding="async" width="256" height="256" src="https://autogarage.ae/wp-content/uploads/2023/05/car-door-1.png" class="attachment-full size-full" alt="" srcset="https://autogarage.ae/wp-content/uploads/2023/05/car-door-1.png 256w, https://autogarage.ae/wp-content/uploads/2023/05/car-door-1-150x150.png 150w" sizes="(max-width: 256px) 100vw, 256px" /></div><div class="w-iconbox-meta"><div class="w-iconbox-text"><p><strong>Expert Tint Installation</strong></p>
  95. </div></div></div><div class="w-iconbox iconpos_top style_default color_custom align_center no_title icontype_img"><div class="w-iconbox-icon" style="font-size:3rem;"><img loading="lazy" decoding="async" width="256" height="256" src="https://autogarage.ae/wp-content/uploads/2023/05/tint-1.png" class="attachment-full size-full" alt="" srcset="https://autogarage.ae/wp-content/uploads/2023/05/tint-1.png 256w, https://autogarage.ae/wp-content/uploads/2023/05/tint-1-150x150.png 150w" sizes="(max-width: 256px) 100vw, 256px" /></div><div class="w-iconbox-meta"><div class="w-iconbox-text"><p><strong>Custom Tinting Options</strong></p>
  96. </div></div></div><div class="w-iconbox iconpos_top style_default color_custom align_center no_title icontype_img"><div class="w-iconbox-icon" style="font-size:3rem;"><img loading="lazy" decoding="async" width="256" height="256" src="https://autogarage.ae/wp-content/uploads/2023/05/taxi.png" class="attachment-full size-full" alt="" srcset="https://autogarage.ae/wp-content/uploads/2023/05/taxi.png 256w, https://autogarage.ae/wp-content/uploads/2023/05/taxi-150x150.png 150w" sizes="(max-width: 256px) 100vw, 256px" /></div><div class="w-iconbox-meta"><div class="w-iconbox-text"><p><strong>Mobile Tinting Services</strong></p>
  97. </div></div></div></div></div></div></div></div></div></div></div></div></div></section><section class="l-section wpb_row height_small"><div class="l-section-h i-cf"><div class="g-cols vc_row via_flex valign_top type_default stacking_default"><div class="vc_col-sm-12 wpb_column vc_column_container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="w-separator size_medium"></div><div class="g-cols wpb_row via_flex valign_top type_default stacking_default"><div class="vc_col-sm-6 wpb_column vc_column_container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="w-image align_none"><div class="w-image-h"><img loading="lazy" decoding="async" width="750" height="535" src="https://autogarage.ae/wp-content/uploads/2023/05/Expert-car-tinting.jpg" class="attachment-full size-full" alt="" srcset="https://autogarage.ae/wp-content/uploads/2023/05/Expert-car-tinting.jpg 750w, https://autogarage.ae/wp-content/uploads/2023/05/Expert-car-tinting-300x214.jpg 300w" sizes="(max-width: 750px) 100vw, 750px" /></div></div></div></div></div><div class="vc_col-sm-6 wpb_column vc_column_container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="w-separator size_custom" style="height:5px"></div><div class="wpb_text_column us_custom_9de87d4e ustitle"><div class="wpb_wrapper"><h2><strong>Avail Professional Car Window Tinting All Over The UAE</strong></h2>
  98. </div></div><div class="wpb_text_column"><div class="wpb_wrapper"><p><strong>Auto Garage </strong>is one of the best in business, offering Car Window tinting services at an incredibly low price range<b>. </b>If you are looking for the <strong>best car tinting near me, </strong>Auto Garage will fulfill your requirements<b>.</b> We help you profoundly transform the look of your vehicle with our services.</p>
  99. <p>Our expert workers will tint your vehicle&#8217;s windows professionally. These technicians take care of minor details like scratches, marks, etc. We offer services that exhibit unique and amazing features.</p>
  100. </div></div><div class="w-separator size_custom" style="height:10px"></div></div></div></div></div></div></div></div></div></div></section><section class="l-section wpb_row height_small"><div class="l-section-h i-cf"><div class="g-cols vc_row via_flex valign_top type_default stacking_default"><div class="vc_col-sm-12 wpb_column vc_column_container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="g-cols wpb_row via_flex valign_top type_default stacking_default"><div class="vc_col-sm-4 wpb_column vc_column_container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="w-iconbox us_custom_144d78ca iconpos_top style_default color_primary align_left icontype_img"><div class="w-iconbox-icon" style="font-size:40px;"><img loading="lazy" decoding="async" width="512" height="512" src="https://autogarage.ae/wp-content/uploads/2022/06/settings.png" class="attachment-full size-full" alt="" srcset="https://autogarage.ae/wp-content/uploads/2022/06/settings.png 512w, https://autogarage.ae/wp-content/uploads/2022/06/settings-300x300.png 300w, https://autogarage.ae/wp-content/uploads/2022/06/settings-150x150.png 150w" sizes="(max-width: 512px) 100vw, 512px" /></div><div class="w-iconbox-meta"><p class="w-iconbox-title" style="font-size:25px;">Expert Services</p><div class="w-iconbox-text"><p>We are an experienced &amp; leading service provider for car tinting in Dubai.</p>
  101. </div></div></div></div></div></div><div class="vc_col-sm-4 wpb_column vc_column_container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="w-iconbox us_custom_144d78ca iconpos_top style_default color_primary align_left icontype_img"><div class="w-iconbox-icon" style="font-size:40px;"><img loading="lazy" decoding="async" width="512" height="512" src="https://autogarage.ae/wp-content/uploads/2022/06/settings.png" class="attachment-full size-full" alt="" srcset="https://autogarage.ae/wp-content/uploads/2022/06/settings.png 512w, https://autogarage.ae/wp-content/uploads/2022/06/settings-300x300.png 300w, https://autogarage.ae/wp-content/uploads/2022/06/settings-150x150.png 150w" sizes="(max-width: 512px) 100vw, 512px" /></div><div class="w-iconbox-meta"><p class="w-iconbox-title" style="font-size:25px;">Latest Methods</p><div class="w-iconbox-text"><p>Our professionals apply modern techniques to tint the windows of your car.</p>
  102. </div></div></div></div></div></div><div class="vc_col-sm-4 wpb_column vc_column_container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="w-iconbox us_custom_144d78ca iconpos_top style_default color_primary align_left icontype_img"><div class="w-iconbox-icon" style="font-size:40px;"><img loading="lazy" decoding="async" width="512" height="512" src="https://autogarage.ae/wp-content/uploads/2022/06/settings.png" class="attachment-full size-full" alt="" srcset="https://autogarage.ae/wp-content/uploads/2022/06/settings.png 512w, https://autogarage.ae/wp-content/uploads/2022/06/settings-300x300.png 300w, https://autogarage.ae/wp-content/uploads/2022/06/settings-150x150.png 150w" sizes="(max-width: 512px) 100vw, 512px" /></div><div class="w-iconbox-meta"><p class="w-iconbox-title" style="font-size:25px;">Affordable Prices</p><div class="w-iconbox-text"><p>We offer the best prices for window tinting &amp; car repair services in the UAE.</p>
  103. </div></div></div></div></div></div></div></div></div></div></div></div></section><section class="l-section wpb_row us_custom_e78bf9b3 height_small width_full"><div class="l-section-h i-cf"><div class="g-cols vc_row via_flex valign_top type_default stacking_default"><div class="vc_col-sm-2 wpb_column vc_column_container"><div class="vc_column-inner"><div class="wpb_wrapper"></div></div></div><div class="vc_col-sm-8 wpb_column vc_column_container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="wpb_text_column us_custom_407d98a8 has_text_color"><div class="wpb_wrapper"><p style="text-align: center;">Want Expert Window Tint Installation? We’re Ready To Start!</p>
  104. </div></div><div class="wpb_text_column us_custom_407d98a8 has_text_color"><div class="wpb_wrapper"><p style="text-align: center;"><strong>Call Us Today at <i class="fal fa-phone"></i><span class="w-text-value"><a href="tel:+971505073124"><span style="color: #fd6b1c;">+971505073124</span></a> or <a href="https://autogarage.ae/contact-us/"><span style="color: #fd6b1c;">Request a Free Quote</span></a></span></strong></p>
  105. </div></div></div></div></div><div class="vc_col-sm-2 wpb_column vc_column_container"><div class="vc_column-inner"><div class="wpb_wrapper"></div></div></div></div></div></section><section class="l-section wpb_row height_small"><div class="l-section-overlay" style="background:#f5f5f5"></div><div class="l-section-h i-cf"><div class="g-cols vc_row via_flex valign_top type_default stacking_default"><div class="vc_col-sm-12 wpb_column vc_column_container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="w-separator size_small"></div><div class="wpb_text_column us_custom_8ed305e0 has_text_color"><div class="wpb_wrapper"><p style="text-align: center;">We Promise You To Give Best Repair Services</p>
  106. </div></div><div class="wpb_text_column us_custom_acf537cb"><div class="wpb_wrapper"><p style="text-align: center;"><strong>Auto Garage Provides Versatile Vehicle Services</strong></p>
  107. </div></div></div></div></div></div></div></section><section class="l-section wpb_row us_custom_815c1c57 height_auto"><div class="l-section-overlay" style="background:#f5f5f5"></div><div class="l-section-h i-cf"><div class="g-cols vc_row via_flex valign_top type_default stacking_default"><div class="vc_col-sm-3 wpb_column vc_column_container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="w-vwrapper us_custom_aee85f96 align_none valign_top"><div class="w-image align_none"><div class="w-image-h"><img loading="lazy" decoding="async" width="550" height="325" src="https://autogarage.ae/wp-content/uploads/2023/01/Car-Ac-Repair-1.webp" class="attachment-large size-large" alt="Car Ac Repair" srcset="https://autogarage.ae/wp-content/uploads/2023/01/Car-Ac-Repair-1.webp 550w, https://autogarage.ae/wp-content/uploads/2023/01/Car-Ac-Repair-1-300x177.webp 300w" sizes="(max-width: 550px) 100vw, 550px" /></div></div><div class="w-hwrapper valign_top align_center"><div class="w-iconbox us_custom_365b5abf iconpos_top style_default color_custom align_center no_text no_title icontype_img" id="bdr"><div class="w-iconbox-icon" style="font-size:30px;--icon-color:#ffffff;"><img loading="lazy" decoding="async" width="256" height="256" src="https://autogarage.ae/wp-content/uploads/2023/01/air-conditioner.png" class="attachment-full size-full" alt="" srcset="https://autogarage.ae/wp-content/uploads/2023/01/air-conditioner.png 256w, https://autogarage.ae/wp-content/uploads/2023/01/air-conditioner-150x150.png 150w" sizes="(max-width: 256px) 100vw, 256px" /></div><div class="w-iconbox-meta"></div></div></div><div class="wpb_text_column us_custom_55cf3694"><div class="wpb_wrapper"><p style="text-align: center;"><a href="https://autogarage.ae/car-ac-repair-dubai/"><strong>Car Ac Repair</strong></a></p>
  108. </div></div></div></div></div></div><div class="vc_col-sm-3 wpb_column vc_column_container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="w-vwrapper us_custom_aee85f96 align_none valign_top"><div class="w-image align_none"><div class="w-image-h"><img loading="lazy" decoding="async" width="550" height="325" src="https://autogarage.ae/wp-content/uploads/2023/01/Car-Detailing-1.webp" class="attachment-large size-large" alt="Car Detailing" srcset="https://autogarage.ae/wp-content/uploads/2023/01/Car-Detailing-1.webp 550w, https://autogarage.ae/wp-content/uploads/2023/01/Car-Detailing-1-300x177.webp 300w" sizes="(max-width: 550px) 100vw, 550px" /></div></div><div class="w-hwrapper valign_top align_center"><div class="w-iconbox us_custom_365b5abf iconpos_top style_default color_custom align_center no_text no_title icontype_img" id="bdr"><div class="w-iconbox-icon" style="font-size:30px;--icon-color:#ffffff;"><img loading="lazy" decoding="async" width="256" height="256" src="https://autogarage.ae/wp-content/uploads/2023/01/car-wash.png" class="attachment-full size-full" alt="" srcset="https://autogarage.ae/wp-content/uploads/2023/01/car-wash.png 256w, https://autogarage.ae/wp-content/uploads/2023/01/car-wash-150x150.png 150w" sizes="(max-width: 256px) 100vw, 256px" /></div><div class="w-iconbox-meta"></div></div></div><div class="wpb_text_column us_custom_55cf3694"><div class="wpb_wrapper"><p style="text-align: center;"><a href="https://autogarage.ae/car-detailing-dubai/"><strong>Car Detailing</strong></a></p>
  109. </div></div></div></div></div></div><div class="vc_col-sm-3 wpb_column vc_column_container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="w-vwrapper us_custom_aee85f96 align_none valign_top"><div class="w-image align_none"><div class="w-image-h"><img loading="lazy" decoding="async" width="550" height="325" src="https://autogarage.ae/wp-content/uploads/2023/01/Car-Wrapping-1-3.jpg" class="attachment-large size-large" alt="Car Wrapping" srcset="https://autogarage.ae/wp-content/uploads/2023/01/Car-Wrapping-1-3.jpg 550w, https://autogarage.ae/wp-content/uploads/2023/01/Car-Wrapping-1-3-300x177.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></div></div><div class="w-hwrapper valign_top align_center"><div class="w-iconbox us_custom_365b5abf iconpos_top style_default color_custom align_center no_text no_title icontype_img" id="bdr"><div class="w-iconbox-icon" style="font-size:30px;--icon-color:#ffffff;"><img loading="lazy" decoding="async" width="256" height="256" src="https://autogarage.ae/wp-content/uploads/2023/01/car-service.png" class="attachment-full size-full" alt="" srcset="https://autogarage.ae/wp-content/uploads/2023/01/car-service.png 256w, https://autogarage.ae/wp-content/uploads/2023/01/car-service-150x150.png 150w" sizes="(max-width: 256px) 100vw, 256px" /></div><div class="w-iconbox-meta"></div></div></div><div class="wpb_text_column us_custom_55cf3694"><div class="wpb_wrapper"><p style="text-align: center;"><a href="https://autogarage.ae/car-wrapping-dubai/"><strong>Car Wrapping</strong></a></p>
  110. </div></div></div></div></div></div><div class="vc_col-sm-3 wpb_column vc_column_container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="w-vwrapper us_custom_aee85f96 align_none valign_top"><div class="w-image align_none"><div class="w-image-h"><img loading="lazy" decoding="async" width="550" height="325" src="https://autogarage.ae/wp-content/uploads/2023/01/Car-Headlight-Cleaner-1.jpg" class="attachment-large size-large" alt="Car Headlight Cleaner" srcset="https://autogarage.ae/wp-content/uploads/2023/01/Car-Headlight-Cleaner-1.jpg 550w, https://autogarage.ae/wp-content/uploads/2023/01/Car-Headlight-Cleaner-1-300x177.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></div></div><div class="w-hwrapper valign_top align_center"><div class="w-iconbox us_custom_365b5abf iconpos_top style_default color_custom align_center no_text no_title icontype_img" id="bdr"><div class="w-iconbox-icon" style="font-size:30px;--icon-color:#ffffff;"><img loading="lazy" decoding="async" width="256" height="256" src="https://autogarage.ae/wp-content/uploads/2023/01/headlight.png" class="attachment-full size-full" alt="" srcset="https://autogarage.ae/wp-content/uploads/2023/01/headlight.png 256w, https://autogarage.ae/wp-content/uploads/2023/01/headlight-150x150.png 150w" sizes="(max-width: 256px) 100vw, 256px" /></div><div class="w-iconbox-meta"></div></div></div><div class="wpb_text_column us_custom_55cf3694"><div class="wpb_wrapper"><p style="text-align: center;"><a href="https://autogarage.ae/car-headlight-cleaner/"><strong>Car Headlight Cleaner</strong></a></p>
  111. </div></div></div></div></div></div></div></div></section><section class="l-section wpb_row us_custom_2eec13b6 height_auto"><div class="l-section-overlay" style="background:#f5f5f5"></div><div class="l-section-h i-cf"><div class="g-cols vc_row via_flex valign_top type_default stacking_default"><div class="vc_col-sm-3 wpb_column vc_column_container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="w-vwrapper us_custom_aee85f96 align_none valign_top"><div class="w-image align_none"><div class="w-image-h"><img loading="lazy" decoding="async" width="550" height="325" src="https://autogarage.ae/wp-content/uploads/2023/01/Glass-Replacement-1.jpg" class="attachment-large size-large" alt="Glass Replacement" srcset="https://autogarage.ae/wp-content/uploads/2023/01/Glass-Replacement-1.jpg 550w, https://autogarage.ae/wp-content/uploads/2023/01/Glass-Replacement-1-300x177.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></div></div><div class="w-hwrapper valign_top align_center"><div class="w-iconbox us_custom_365b5abf iconpos_top style_default color_custom align_center no_text no_title icontype_img" id="bdr"><div class="w-iconbox-icon" style="font-size:30px;--icon-color:#ffffff;"><img loading="lazy" decoding="async" width="256" height="256" src="https://autogarage.ae/wp-content/uploads/2023/01/windscreen.png" class="attachment-full size-full" alt="" srcset="https://autogarage.ae/wp-content/uploads/2023/01/windscreen.png 256w, https://autogarage.ae/wp-content/uploads/2023/01/windscreen-150x150.png 150w" sizes="(max-width: 256px) 100vw, 256px" /></div><div class="w-iconbox-meta"></div></div></div><div class="wpb_text_column us_custom_55cf3694"><div class="wpb_wrapper"><p style="text-align: center;"><a href="https://autogarage.ae/car-glass-replacement/"><strong>Glass Replacement</strong></a></p>
  112. </div></div></div></div></div></div><div class="vc_col-sm-3 wpb_column vc_column_container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="w-vwrapper us_custom_aee85f96 align_none valign_top"><div class="w-image align_none"><div class="w-image-h"><img loading="lazy" decoding="async" width="550" height="325" src="https://autogarage.ae/wp-content/uploads/2023/01/Car-Windshield-1.jpeg" class="attachment-large size-large" alt="Car Windshield" srcset="https://autogarage.ae/wp-content/uploads/2023/01/Car-Windshield-1.jpeg 550w, https://autogarage.ae/wp-content/uploads/2023/01/Car-Windshield-1-300x177.jpeg 300w" sizes="(max-width: 550px) 100vw, 550px" /></div></div><div class="w-hwrapper valign_top align_center"><div class="w-iconbox us_custom_365b5abf iconpos_top style_default color_custom align_center no_text no_title icontype_img" id="bdr"><div class="w-iconbox-icon" style="font-size:30px;--icon-color:#ffffff;"><img loading="lazy" decoding="async" width="256" height="256" src="https://autogarage.ae/wp-content/uploads/2023/01/windscreen-1.png" class="attachment-full size-full" alt="" srcset="https://autogarage.ae/wp-content/uploads/2023/01/windscreen-1.png 256w, https://autogarage.ae/wp-content/uploads/2023/01/windscreen-1-150x150.png 150w" sizes="(max-width: 256px) 100vw, 256px" /></div><div class="w-iconbox-meta"></div></div></div><div class="wpb_text_column us_custom_55cf3694"><div class="wpb_wrapper"><p style="text-align: center;"><a href="https://autogarage.ae/car-windshield-dubai/"><strong>Car Windshield</strong></a></p>
  113. </div></div></div></div></div></div><div class="vc_col-sm-3 wpb_column vc_column_container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="w-vwrapper us_custom_aee85f96 align_none valign_top"><div class="w-image align_none"><div class="w-image-h"><img loading="lazy" decoding="async" width="550" height="325" src="https://autogarage.ae/wp-content/uploads/2023/01/Car-Upholstery-1.jpg" class="attachment-large size-large" alt="Car Upholstery" srcset="https://autogarage.ae/wp-content/uploads/2023/01/Car-Upholstery-1.jpg 550w, https://autogarage.ae/wp-content/uploads/2023/01/Car-Upholstery-1-300x177.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></div></div><div class="w-hwrapper valign_top align_center"><div class="w-iconbox us_custom_365b5abf iconpos_top style_default color_custom align_center no_text no_title icontype_img" id="bdr"><div class="w-iconbox-icon" style="font-size:30px;--icon-color:#ffffff;"><img loading="lazy" decoding="async" width="256" height="256" src="https://autogarage.ae/wp-content/uploads/2023/01/car-seat-1.png" class="attachment-full size-full" alt="" srcset="https://autogarage.ae/wp-content/uploads/2023/01/car-seat-1.png 256w, https://autogarage.ae/wp-content/uploads/2023/01/car-seat-1-150x150.png 150w" sizes="(max-width: 256px) 100vw, 256px" /></div><div class="w-iconbox-meta"></div></div></div><div class="wpb_text_column us_custom_55cf3694"><div class="wpb_wrapper"><p style="text-align: center;"><a href="https://autogarage.ae/car-upholstery-dubai/"><strong>Car Upholstery</strong></a></p>
  114. </div></div></div></div></div></div><div class="vc_col-sm-3 wpb_column vc_column_container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="w-vwrapper us_custom_aee85f96 align_none valign_top"><div class="w-image align_none"><div class="w-image-h"><img loading="lazy" decoding="async" width="550" height="325" src="https://autogarage.ae/wp-content/uploads/2023/01/Ceramic-Coating-1-2.jpg" class="attachment-large size-large" alt="Ceramic Coating" srcset="https://autogarage.ae/wp-content/uploads/2023/01/Ceramic-Coating-1-2.jpg 550w, https://autogarage.ae/wp-content/uploads/2023/01/Ceramic-Coating-1-2-300x177.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></div></div><div class="w-hwrapper valign_top align_center"><div class="w-iconbox us_custom_365b5abf iconpos_top style_default color_custom align_center no_text no_title icontype_img" id="bdr"><div class="w-iconbox-icon" style="font-size:30px;--icon-color:#ffffff;"><img loading="lazy" decoding="async" width="256" height="256" src="https://autogarage.ae/wp-content/uploads/2023/01/car-service-1.png" class="attachment-full size-full" alt="" srcset="https://autogarage.ae/wp-content/uploads/2023/01/car-service-1.png 256w, https://autogarage.ae/wp-content/uploads/2023/01/car-service-1-150x150.png 150w" sizes="(max-width: 256px) 100vw, 256px" /></div><div class="w-iconbox-meta"></div></div></div><div class="wpb_text_column us_custom_55cf3694"><div class="wpb_wrapper"><p style="text-align: center;"><a href="https://autogarage.ae/ceramic-coating-dubai/"><b>Ceramic Coating</b></a></p>
  115. </div></div></div></div></div></div></div></div></section><section class="l-section wpb_row us_custom_caf684a7 height_large"><div class="l-section-h i-cf"><div class="g-cols vc_row via_flex valign_top type_default stacking_default"><div class="vc_col-sm-12 wpb_column vc_column_container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="g-cols wpb_row via_flex valign_top type_default stacking_default"><div class="vc_col-sm-6 wpb_column vc_column_container has_bg_color"><div class="vc_column-inner us_custom_19fa279a"><div class="wpb_wrapper"><div class="w-separator size_custom" style="height:300px"></div></div></div></div><div class="vc_col-sm-6 wpb_column vc_column_container has_bg_color"><div class="vc_column-inner us_custom_6c4564cc"><div class="wpb_wrapper"><div class="w-separator size_small"></div><div class="wpb_text_column us_custom_9de87d4e ustitle"><div class="wpb_wrapper"><h3><strong>Assure Your Privacy With Our Best 3M Car Tinting in Dubai</strong></h3>
  116. </div></div><div class="w-separator size_small"></div><div class="wpb_text_column"><div class="wpb_wrapper"><p>We provide the best tint films to our customers, so they don&#8217;t need to replace them repeatedly. Our 3M car tinting provides complete privacy to your interior and makes the car windows dark according to the legal tint limit.</p>
  117. <p>Furthermore, car glass tinting films installed by us protect the car interior and upholstery from fading due to UV rays coming from the sun.</p>
  118. </div></div><div class="w-separator size_small"></div><div class="w-iconbox iconpos_left style_default color_primary align_left icontype_img"><div class="w-iconbox-icon" style="font-size:3rem;"><img loading="lazy" decoding="async" width="110" height="110" src="https://autogarage.ae/wp-content/uploads/2022/06/ico-why-choose-1.png" class="attachment-full size-full" alt="" /></div><div class="w-iconbox-meta"><p class="w-iconbox-title" style="font-size:25px;">Heat Protection</p><div class="w-iconbox-text"><p>Our window tint films offer heat protection by blocking UV rays.</p>
  119. </div></div></div><div class="w-separator size_small"></div><div class="w-iconbox iconpos_left style_default color_primary align_left icontype_img"><div class="w-iconbox-icon" style="font-size:3rem;"><img loading="lazy" decoding="async" width="110" height="110" src="https://autogarage.ae/wp-content/uploads/2022/06/ico-why-choose-2.png" class="attachment-full size-full" alt="" /></div><div class="w-iconbox-meta"><p class="w-iconbox-title" style="font-size:25px;">Fast &amp; Low-Cost Services</p><div class="w-iconbox-text"><div class="why-choose-list__desc">
  120. <div class="why-choose-list__text">
  121. <p>Our car tinting services are quick and inexpensive.</p>
  122. </div>
  123. </div>
  124. </div></div></div><div class="w-separator size_small"></div></div></div></div></div></div></div></div></div></div></section><section class="l-section wpb_row height_medium"><div class="l-section-h i-cf"><div class="g-cols vc_row via_flex valign_top type_default stacking_default"><div class="vc_col-sm-12 wpb_column vc_column_container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="w-text us_custom_186db8c5"><span class="w-text-h"><span class="w-text-value">Our Recent Projects</span></span></div><div class="w-separator size_small"></div><div class="w-grid type_grid layout_gallery_default cols_4" id="us_grid_1" style="--gap:10px;" data-filterable="true"><style>@media (max-width:1024px){#us_grid_1 .w-grid-item{width:33.3333%}}@media (max-width:600px){#us_grid_1 .w-grid-item{width:50%}}.layout_gallery_default .w-grid-item-h{}</style><div class="w-grid-list"> <article class="w-grid-item size_1x1 post-573 attachment type-attachment status-inherit hentry" data-id="573">
  125. <div class="w-grid-item-h">
  126. <a ref="magnificPopupGrid" href="https://autogarage.ae/wp-content/uploads/2023/01/Car-Window-Tinting-services-8.jpg" class="w-grid-item-anchor" aria-label="Car Window Tinting" title="Car Window Tinting"></a>
  127. <div class="w-post-elm post_image usg_post_image_1 stretched"><img loading="lazy" decoding="async" width="750" height="500" src="https://autogarage.ae/wp-content/uploads/2023/01/Car-Window-Tinting-services-8.jpg" class="attachment-large size-large" alt="" srcset="https://autogarage.ae/wp-content/uploads/2023/01/Car-Window-Tinting-services-8.jpg 750w, https://autogarage.ae/wp-content/uploads/2023/01/Car-Window-Tinting-services-8-300x200.jpg 300w" sizes="(max-width: 750px) 100vw, 750px" /></div> </div>
  128. </article>
  129. <article class="w-grid-item size_1x1 post-572 attachment type-attachment status-inherit hentry" data-id="572">
  130. <div class="w-grid-item-h">
  131. <a ref="magnificPopupGrid" href="https://autogarage.ae/wp-content/uploads/2023/01/Car-Window-Tinting-services-1.jpg" class="w-grid-item-anchor" aria-label="Car Window Tinting" title="Car Window Tinting"></a>
  132. <div class="w-post-elm post_image usg_post_image_1 stretched"><img loading="lazy" decoding="async" width="750" height="500" src="https://autogarage.ae/wp-content/uploads/2023/01/Car-Window-Tinting-services-1.jpg" class="attachment-large size-large" alt="Car Window Tinting" srcset="https://autogarage.ae/wp-content/uploads/2023/01/Car-Window-Tinting-services-1.jpg 750w, https://autogarage.ae/wp-content/uploads/2023/01/Car-Window-Tinting-services-1-300x200.jpg 300w" sizes="(max-width: 750px) 100vw, 750px" /></div> </div>
  133. </article>
  134. <article class="w-grid-item size_1x1 post-571 attachment type-attachment status-inherit hentry" data-id="571">
  135. <div class="w-grid-item-h">
  136. <a ref="magnificPopupGrid" href="https://autogarage.ae/wp-content/uploads/2023/01/Car-Window-Tinting-services-2.jpg" class="w-grid-item-anchor" aria-label="Car Window Tinting" title="Car Window Tinting"></a>
  137. <div class="w-post-elm post_image usg_post_image_1 stretched"><img loading="lazy" decoding="async" width="750" height="500" src="https://autogarage.ae/wp-content/uploads/2023/01/Car-Window-Tinting-services-2.jpg" class="attachment-large size-large" alt="Car Window Tinting" srcset="https://autogarage.ae/wp-content/uploads/2023/01/Car-Window-Tinting-services-2.jpg 750w, https://autogarage.ae/wp-content/uploads/2023/01/Car-Window-Tinting-services-2-300x200.jpg 300w" sizes="(max-width: 750px) 100vw, 750px" /></div> </div>
  138. </article>
  139. <article class="w-grid-item size_1x1 post-570 attachment type-attachment status-inherit hentry" data-id="570">
  140. <div class="w-grid-item-h">
  141. <a ref="magnificPopupGrid" href="https://autogarage.ae/wp-content/uploads/2023/01/Car-Window-Tinting-services-3.jpg" class="w-grid-item-anchor" aria-label="Car Window Tinting" title="Car Window Tinting"></a>
  142. <div class="w-post-elm post_image usg_post_image_1 stretched"><img loading="lazy" decoding="async" width="750" height="500" src="https://autogarage.ae/wp-content/uploads/2023/01/Car-Window-Tinting-services-3.jpg" class="attachment-large size-large" alt="Car Window Tinting" srcset="https://autogarage.ae/wp-content/uploads/2023/01/Car-Window-Tinting-services-3.jpg 750w, https://autogarage.ae/wp-content/uploads/2023/01/Car-Window-Tinting-services-3-300x200.jpg 300w" sizes="(max-width: 750px) 100vw, 750px" /></div> </div>
  143. </article>
  144. <article class="w-grid-item size_1x1 post-569 attachment type-attachment status-inherit hentry" data-id="569">
  145. <div class="w-grid-item-h">
  146. <a ref="magnificPopupGrid" href="https://autogarage.ae/wp-content/uploads/2023/01/Car-Window-Tinting-services-4.jpg" class="w-grid-item-anchor" aria-label="Car Window Tinting" title="Car Window Tinting"></a>
  147. <div class="w-post-elm post_image usg_post_image_1 stretched"><img loading="lazy" decoding="async" width="750" height="500" src="https://autogarage.ae/wp-content/uploads/2023/01/Car-Window-Tinting-services-4.jpg" class="attachment-large size-large" alt="Car Window Tinting" srcset="https://autogarage.ae/wp-content/uploads/2023/01/Car-Window-Tinting-services-4.jpg 750w, https://autogarage.ae/wp-content/uploads/2023/01/Car-Window-Tinting-services-4-300x200.jpg 300w" sizes="(max-width: 750px) 100vw, 750px" /></div> </div>
  148. </article>
  149. <article class="w-grid-item size_1x1 post-568 attachment type-attachment status-inherit hentry" data-id="568">
  150. <div class="w-grid-item-h">
  151. <a ref="magnificPopupGrid" href="https://autogarage.ae/wp-content/uploads/2023/01/Car-Window-Tinting-services-5.jpg" class="w-grid-item-anchor" aria-label="Car Window Tinting" title="Car Window Tinting"></a>
  152. <div class="w-post-elm post_image usg_post_image_1 stretched"><img loading="lazy" decoding="async" width="750" height="500" src="https://autogarage.ae/wp-content/uploads/2023/01/Car-Window-Tinting-services-5.jpg" class="attachment-large size-large" alt="Car Window Tinting" srcset="https://autogarage.ae/wp-content/uploads/2023/01/Car-Window-Tinting-services-5.jpg 750w, https://autogarage.ae/wp-content/uploads/2023/01/Car-Window-Tinting-services-5-300x200.jpg 300w" sizes="(max-width: 750px) 100vw, 750px" /></div> </div>
  153. </article>
  154. <article class="w-grid-item size_1x1 post-567 attachment type-attachment status-inherit hentry" data-id="567">
  155. <div class="w-grid-item-h">
  156. <a ref="magnificPopupGrid" href="https://autogarage.ae/wp-content/uploads/2023/01/Car-Window-Tinting-services-6.jpg" class="w-grid-item-anchor" aria-label="Car Window Tinting" title="Car Window Tinting"></a>
  157. <div class="w-post-elm post_image usg_post_image_1 stretched"><img loading="lazy" decoding="async" width="750" height="500" src="https://autogarage.ae/wp-content/uploads/2023/01/Car-Window-Tinting-services-6.jpg" class="attachment-large size-large" alt="Car Window Tinting" srcset="https://autogarage.ae/wp-content/uploads/2023/01/Car-Window-Tinting-services-6.jpg 750w, https://autogarage.ae/wp-content/uploads/2023/01/Car-Window-Tinting-services-6-300x200.jpg 300w" sizes="(max-width: 750px) 100vw, 750px" /></div> </div>
  158. </article>
  159. <article class="w-grid-item size_1x1 post-566 attachment type-attachment status-inherit hentry" data-id="566">
  160. <div class="w-grid-item-h">
  161. <a ref="magnificPopupGrid" href="https://autogarage.ae/wp-content/uploads/2023/01/Car-Window-Tinting-services-7.jpg" class="w-grid-item-anchor" aria-label="Car Window Tinting" title="Car Window Tinting"></a>
  162. <div class="w-post-elm post_image usg_post_image_1 stretched"><img loading="lazy" decoding="async" width="750" height="500" src="https://autogarage.ae/wp-content/uploads/2023/01/Car-Window-Tinting-services-7.jpg" class="attachment-large size-large" alt="Car Window Tinting" srcset="https://autogarage.ae/wp-content/uploads/2023/01/Car-Window-Tinting-services-7.jpg 750w, https://autogarage.ae/wp-content/uploads/2023/01/Car-Window-Tinting-services-7-300x200.jpg 300w" sizes="(max-width: 750px) 100vw, 750px" /></div> </div>
  163. </article>
  164. </div><div class="w-grid-preloader"> <div class="g-preloader type_1">
  165. <div></div>
  166. </div>
  167. </div> <div class="w-grid-json hidden" onclick='return {&quot;action&quot;:&quot;us_ajax_grid&quot;,&quot;ajax_url&quot;:&quot;https:\/\/autogarage.ae\/wp-admin\/admin-ajax.php&quot;,&quot;infinite_scroll&quot;:0,&quot;max_num_pages&quot;:1,&quot;pagination&quot;:&quot;none&quot;,&quot;template_vars&quot;:{&quot;columns&quot;:&quot;4&quot;,&quot;exclude_items&quot;:&quot;none&quot;,&quot;img_size&quot;:&quot;default&quot;,&quot;ignore_items_size&quot;:0,&quot;items_layout&quot;:&quot;gallery_default&quot;,&quot;items_offset&quot;:&quot;1&quot;,&quot;load_animation&quot;:&quot;none&quot;,&quot;overriding_link&quot;:&quot;%7B%22type%22%3A%22popup_image%22%7D&quot;,&quot;post_id&quot;:6,&quot;query_args&quot;:{&quot;post_type&quot;:[&quot;attachment&quot;],&quot;post__in&quot;:[&quot;566&quot;,&quot;567&quot;,&quot;568&quot;,&quot;569&quot;,&quot;570&quot;,&quot;571&quot;,&quot;572&quot;,&quot;573&quot;],&quot;post_status&quot;:&quot;inherit&quot;,&quot;post_mime_type&quot;:&quot;image&quot;,&quot;post__not_in&quot;:[6],&quot;posts_per_page&quot;:&quot;8&quot;},&quot;orderby_query_args&quot;:{&quot;orderby&quot;:{&quot;date&quot;:&quot;DESC&quot;}},&quot;type&quot;:&quot;grid&quot;,&quot;us_grid_ajax_index&quot;:1,&quot;us_grid_filter_params&quot;:[],&quot;us_grid_index&quot;:1,&quot;_us_grid_post_type&quot;:&quot;attachment&quot;,&quot;page_args&quot;:{&quot;page_type&quot;:&quot;post&quot;,&quot;post_ID&quot;:0}}}'></div>
  168. </div></div></div></div></div></div></section><section class="l-section wpb_row us_custom_a811245b height_medium"><div class="l-section-h i-cf"><div class="g-cols vc_row via_flex valign_top type_default stacking_default"><div class="vc_col-sm-12 wpb_column vc_column_container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="g-cols wpb_row via_flex valign_top type_default stacking_default"><div class="vc_col-sm-6 wpb_column vc_column_container"><div class="vc_column-inner us_custom_62200a53"><div class="wpb_wrapper"><div class="w-image us_custom_6663172a align_none"><div class="w-image-h"><img loading="lazy" decoding="async" width="755" height="625" src="https://autogarage.ae/wp-content/uploads/2023/05/car-tinting-Benefits.jpg" class="attachment-large size-large" alt="car tinting Benefits" srcset="https://autogarage.ae/wp-content/uploads/2023/05/car-tinting-Benefits.jpg 755w, https://autogarage.ae/wp-content/uploads/2023/05/car-tinting-Benefits-300x248.jpg 300w" sizes="(max-width: 755px) 100vw, 755px" /></div></div></div></div></div><div class="vc_col-sm-6 wpb_column vc_column_container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="wpb_text_column us_custom_9de87d4e ustitle"><div class="wpb_wrapper"><h3><strong>What are the Benefits of Tinting Your Vehicle Windows?</strong></h3>
  169. </div></div><div class="wpb_text_column"><div class="wpb_wrapper"><p>Nowadays, people have become more demanding of <strong>car window tinting</strong>. It is because of the exceptional and stupefying benefits offered by window tints. Besides the functional regularities, window shades also enhance the appearance of your vehicle. If you want to add charm and increase the value of your vehicle, hire our car tinting experts.</p>
  170. <p>Some astounding benefits of having window shades include protection from harmful UV rays, solar heat rejection, shattered glass protection, providing privacy and security, keeping the car upholstery from fading, etc. These are all the functional benefits of having your car windows tinted.</p>
  171. </div></div></div></div></div></div></div></div></div></div></div></section><section class="l-section wpb_row height_medium"><div class="l-section-h i-cf"><div class="g-cols vc_row via_flex valign_top type_default stacking_default"><div class="vc_col-sm-12 wpb_column vc_column_container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="g-cols wpb_row via_flex valign_top type_default stacking_default"><div class="vc_col-sm-2 wpb_column vc_column_container"><div class="vc_column-inner"><div class="wpb_wrapper"></div></div></div><div class="vc_col-sm-8 wpb_column vc_column_container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="wpb_text_column us_custom_2f35aa69 has_text_color"><div class="wpb_wrapper"><h3 style="text-align: center;"><strong>Types of Car Window Tinting Films That We Offer in Dubai</strong></h3>
  172. </div></div><div class="w-separator size_custom" style="height:15px"></div><div class="wpb_text_column"><div class="wpb_wrapper"><p style="text-align: center;">You can choose from a variety of our services for car window tinting. We at Auto Garage Dubai offer many types of car window tint options. Each of these options has its benefits and drawbacks.</p>
  173. </div></div></div></div></div><div class="vc_col-sm-2 wpb_column vc_column_container"><div class="vc_column-inner"><div class="wpb_wrapper"></div></div></div></div><div class="w-separator size_medium"></div><div class="g-cols wpb_row via_flex valign_top type_default stacking_default"><div class="vc_col-sm-6 wpb_column vc_column_container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="w-hwrapper us_custom_11778b01 valign_top align_none" id="wrapper2"><div class="w-vwrapper align_none valign_top"><div class="wpb_text_column us_custom_d2bc9a17"><div class="wpb_wrapper"><h4><strong>Window Dye Tinting</strong></h4>
  174. </div></div><div class="wpb_text_column"><div class="wpb_wrapper"><p>They have several layers of dyed films to absorb sunlight and are adjustable to the level of visibility you require.</p>
  175. </div></div></div><div class="w-separator hide_on_default hide_on_laptops size_custom" style="height:15px"></div><div class="w-image align_none"><div class="w-image-h"><img loading="lazy" decoding="async" width="550" height="325" src="https://autogarage.ae/wp-content/uploads/2023/05/Window-Dye-Tinting.jpg" class="attachment-large size-large" alt="Window Dye Tinting" srcset="https://autogarage.ae/wp-content/uploads/2023/05/Window-Dye-Tinting.jpg 550w, https://autogarage.ae/wp-content/uploads/2023/05/Window-Dye-Tinting-300x177.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></div></div></div></div></div></div><div class="vc_col-sm-6 wpb_column vc_column_container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="w-hwrapper us_custom_11778b01 valign_top align_none" id="wrapper2"><div class="w-vwrapper align_none valign_top"><div class="wpb_text_column us_custom_d2bc9a17"><div class="wpb_wrapper"><h4><strong>Metalized Tints</strong></h4>
  176. </div></div><div class="wpb_text_column"><div class="wpb_wrapper"><p>This type of tint contains metal microparticles to reflect the sunlight and keep the interior cool.</p>
  177. </div></div></div><div class="w-separator hide_on_default hide_on_laptops size_custom" style="height:15px"></div><div class="w-image align_none"><div class="w-image-h"><img loading="lazy" decoding="async" width="550" height="325" src="https://autogarage.ae/wp-content/uploads/2023/05/Metalized-car-Tints.jpg" class="attachment-large size-large" alt="Metalized car Tints" srcset="https://autogarage.ae/wp-content/uploads/2023/05/Metalized-car-Tints.jpg 550w, https://autogarage.ae/wp-content/uploads/2023/05/Metalized-car-Tints-300x177.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></div></div></div></div></div></div></div><div class="w-separator size_medium"></div><div class="g-cols wpb_row via_flex valign_top type_default stacking_default"><div class="vc_col-sm-6 wpb_column vc_column_container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="w-hwrapper us_custom_11778b01 valign_top align_none" id="wrapper2"><div class="w-vwrapper align_none valign_top"><div class="wpb_text_column us_custom_d2bc9a17"><div class="wpb_wrapper"><h4><strong>Hybrid Window Tints</strong></h4>
  178. </div></div><div class="wpb_text_column"><div class="wpb_wrapper"><p>We use a mixture of dyes and metal particles to impart the benefits of metalized and dyed window tinting.</p>
  179. </div></div></div><div class="w-separator hide_on_default hide_on_laptops size_custom" style="height:15px"></div><div class="w-image align_none"><div class="w-image-h"><img loading="lazy" decoding="async" width="550" height="325" src="https://autogarage.ae/wp-content/uploads/2023/05/Hybrid-Window-Tints.jpg" class="attachment-large size-large" alt="Hybrid Window Tints" srcset="https://autogarage.ae/wp-content/uploads/2023/05/Hybrid-Window-Tints.jpg 550w, https://autogarage.ae/wp-content/uploads/2023/05/Hybrid-Window-Tints-300x177.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></div></div></div></div></div></div><div class="vc_col-sm-6 wpb_column vc_column_container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="w-hwrapper us_custom_11778b01 valign_top align_none" id="wrapper2"><div class="w-vwrapper align_none valign_top"><div class="wpb_text_column us_custom_d2bc9a17"><div class="wpb_wrapper"><h4><strong>Carbon Tinting</strong></h4>
  180. </div></div><div class="wpb_text_column"><div class="wpb_wrapper"><p>This tinting film comprises carbon fiber particles to insulate the interior and will not fade.</p>
  181. </div></div></div><div class="w-separator hide_on_default hide_on_laptops size_custom" style="height:15px"></div><div class="w-image align_none"><div class="w-image-h"><img loading="lazy" decoding="async" width="550" height="325" src="https://autogarage.ae/wp-content/uploads/2023/05/Carbon-Tinting.jpg" class="attachment-large size-large" alt="Carbon Tinting" srcset="https://autogarage.ae/wp-content/uploads/2023/05/Carbon-Tinting.jpg 550w, https://autogarage.ae/wp-content/uploads/2023/05/Carbon-Tinting-300x177.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></div></div></div></div></div></div></div><div class="w-separator size_medium"></div><div class="g-cols wpb_row via_flex valign_top type_default stacking_default"><div class="vc_col-sm-6 wpb_column vc_column_container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="w-hwrapper us_custom_11778b01 valign_top align_none" id="wrapper2"><div class="w-vwrapper align_none valign_top"><div class="wpb_text_column us_custom_d2bc9a17"><div class="wpb_wrapper"><p><strong>Ceramic Fiber Tinting</strong></p>
  182. </div></div><div class="wpb_text_column"><div class="wpb_wrapper"><p>Ceramic Fiber tinting blocks 99% of UV rays, making it the most effective option of all.</p>
  183. </div></div></div><div class="w-separator hide_on_default hide_on_laptops size_custom" style="height:15px"></div><div class="w-image align_none"><div class="w-image-h"><img loading="lazy" decoding="async" width="550" height="325" src="https://autogarage.ae/wp-content/uploads/2023/05/Ceramic-Fiber-Tinting.jpg" class="attachment-large size-large" alt="Ceramic Fiber Tinting" srcset="https://autogarage.ae/wp-content/uploads/2023/05/Ceramic-Fiber-Tinting.jpg 550w, https://autogarage.ae/wp-content/uploads/2023/05/Ceramic-Fiber-Tinting-300x177.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></div></div></div></div></div></div><div class="vc_col-sm-6 wpb_column vc_column_container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="w-hwrapper us_custom_11778b01 valign_top align_none" id="wrapper2"><div class="w-vwrapper align_none valign_top"><div class="wpb_text_column us_custom_d2bc9a17"><div class="wpb_wrapper"><p><strong>Crystalline Tinting</strong></p>
  184. </div></div><div class="wpb_text_column"><div class="wpb_wrapper"><p>Crystalline tinting is a high-end option that provides superior heat reduction with clear visibility.</p>
  185. </div></div></div><div class="w-separator hide_on_default hide_on_laptops size_custom" style="height:15px"></div><div class="w-image align_none"><div class="w-image-h"><img loading="lazy" decoding="async" width="550" height="325" src="https://autogarage.ae/wp-content/uploads/2023/05/Crystalline-Tinting.jpg" class="attachment-large size-large" alt="Crystalline Tinting" srcset="https://autogarage.ae/wp-content/uploads/2023/05/Crystalline-Tinting.jpg 550w, https://autogarage.ae/wp-content/uploads/2023/05/Crystalline-Tinting-300x177.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" /></div></div></div></div></div></div></div></div></div></div></div></div></section><section class="l-section wpb_row height_medium"><div class="l-section-overlay" style="background:#EFF4F7"></div><div class="l-section-h i-cf"><div class="g-cols vc_row via_flex valign_top type_default stacking_default"><div class="vc_col-sm-12 wpb_column vc_column_container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="w-text us_custom_186db8c5"><span class="w-text-h"><span class="w-text-value">Nicest Words From Customers</span></span></div><div class="w-separator size_small"></div><div class="w-grid type_grid layout_testimonial_1 cols_2 with_pagination" id="us_grid_2" style="--gap:10px;" data-filterable="true"><style>@media (max-width:600px){#us_grid_2 .w-grid-list{margin:0}#us_grid_2 .w-grid-item{width:100%;padding:0;margin-bottom:var(--gap,0px)}}.layout_testimonial_1 .w-grid-item-h{}.layout_testimonial_1 .usg_vwrapper_1{transition-duration:0.3s;transform-origin:50% 50%;transform:scale(1) translate(0%,0%)}.layout_testimonial_1 .w-grid-item-h:hover .usg_vwrapper_1{transform:scale(1) translate(0%,0%);opacity:1;border-color:var(--color-content-primary)!important}.layout_testimonial_1 .usg_vwrapper_1{border-radius:0.3rem!important;padding:2rem!important;border:2px solid var(--color-content-border)!important}.layout_testimonial_1 .usg_hwrapper_1{margin-bottom:1rem!important}.layout_testimonial_1 .usg_post_image_1{width:4rem!important;margin-left:0!important;margin-right:1rem!important}.layout_testimonial_1 .usg_post_custom_field_1{font-weight:700!important;line-height:1.5!important;margin-bottom:0!important}.layout_testimonial_1 .usg_post_custom_field_2{color:var(--color-content-faded)!important;font-size:0.9rem!important;line-height:1.5!important}.layout_testimonial_1 .usg_post_custom_field_3{color:var(--color-content-primary)!important}@media (min-width:1025px) and (max-width:1280px){.layout_testimonial_1 .usg_vwrapper_1{border-radius:0.3rem!important;padding:2rem!important;border:2px solid var(--color-content-border)!important}.layout_testimonial_1 .usg_hwrapper_1{margin-bottom:1rem!important}.layout_testimonial_1 .usg_post_image_1{width:4rem!important;margin-left:0!important;margin-right:1rem!important}.layout_testimonial_1 .usg_post_custom_field_1{font-weight:700!important;line-height:1.5!important;margin-bottom:0!important}.layout_testimonial_1 .usg_post_custom_field_2{color:var(--color-content-faded)!important;font-size:0.9rem!important;line-height:1.5!important}.layout_testimonial_1 .usg_post_custom_field_3{color:var(--color-content-primary)!important}}@media (min-width:601px) and (max-width:1024px){.layout_testimonial_1 .usg_vwrapper_1{border-radius:0.3rem!important;padding:2rem!important;border:2px solid var(--color-content-border)!important}.layout_testimonial_1 .usg_hwrapper_1{margin-bottom:1rem!important}.layout_testimonial_1 .usg_post_image_1{width:4rem!important;margin-left:0!important;margin-right:1rem!important}.layout_testimonial_1 .usg_post_custom_field_1{font-weight:700!important;line-height:1.5!important;margin-bottom:0!important}.layout_testimonial_1 .usg_post_custom_field_2{color:var(--color-content-faded)!important;font-size:0.9rem!important;line-height:1.5!important}.layout_testimonial_1 .usg_post_custom_field_3{color:var(--color-content-primary)!important}}@media (max-width:600px){.layout_testimonial_1 .usg_vwrapper_1{border-radius:0.3rem!important;padding:2rem!important;border:2px solid var(--color-content-border)!important}.layout_testimonial_1 .usg_hwrapper_1{margin-bottom:1rem!important}.layout_testimonial_1 .usg_post_image_1{width:4rem!important;margin-left:0!important;margin-right:1rem!important}.layout_testimonial_1 .usg_post_custom_field_1{font-weight:700!important;line-height:1.5!important;margin-bottom:0!important}.layout_testimonial_1 .usg_post_custom_field_2{color:var(--color-content-faded)!important;font-size:0.9rem!important;line-height:1.5!important}.layout_testimonial_1 .usg_post_custom_field_3{color:var(--color-content-primary)!important}}</style><div class="w-grid-list"> <article class="w-grid-item size_1x1 post-63 us_testimonial type-us_testimonial status-publish has-post-thumbnail hentry us_testimonial_category-home" data-id="63">
  186. <div class="w-grid-item-h">
  187. <div class="w-vwrapper usg_vwrapper_1 align_none valign_top"><div class="w-post-elm post_custom_field usg_post_custom_field_3 has_text_color type_icon us_testimonial_rating color_link_inherit"><div class="w-testimonial-rating"><i></i><i></i><i></i><i></i><i></i></div></div><div class="w-post-elm post_content usg_post_content_1"><p>The best window tinting experience I’ve ever had I’ve noticed a great difference in my car’s temperature and have more privacy. For affordable and high-quality services, visit Auto Garage.</p>
  188. </div><div class="w-hwrapper usg_hwrapper_1 align_none valign_middle"><div class="w-post-elm post_image usg_post_image_1 as_circle has_width stretched"><img loading="lazy" decoding="async" width="50" height="50" src="https://autogarage.ae/wp-content/uploads/2022/06/pic-avatar-2.png" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" /></div><div class="w-vwrapper usg_vwrapper_2 align_none valign_top"><div class="w-post-elm post_custom_field usg_post_custom_field_1 type_text us_testimonial_author"><span class="w-post-elm-value">Frank Abagnail</span></div><div class="w-post-elm post_custom_field usg_post_custom_field_2 has_text_color type_text us_testimonial_role color_link_inherit"><span class="w-post-elm-value"></span></div></div></div></div> </div>
  189. </article>
  190. <article class="w-grid-item size_1x1 post-65 us_testimonial type-us_testimonial status-publish has-post-thumbnail hentry us_testimonial_category-home" data-id="65">
  191. <div class="w-grid-item-h">
  192. <div class="w-vwrapper usg_vwrapper_1 align_none valign_top"><div class="w-post-elm post_custom_field usg_post_custom_field_3 has_text_color type_icon us_testimonial_rating color_link_inherit"><div class="w-testimonial-rating"><i></i><i></i><i></i><i></i><i></i></div></div><div class="w-post-elm post_content usg_post_content_1"><p>My friend recommended visiting Auto Garage to repair my car. They transformed my car’s interior and improved its performance within no time and at a low expense.</p>
  193. </div><div class="w-hwrapper usg_hwrapper_1 align_none valign_middle"><div class="w-post-elm post_image usg_post_image_1 as_circle has_width stretched"><img loading="lazy" decoding="async" width="50" height="50" src="https://autogarage.ae/wp-content/uploads/2022/06/pic-avatar-1.png" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" /></div><div class="w-vwrapper usg_vwrapper_2 align_none valign_top"><div class="w-post-elm post_custom_field usg_post_custom_field_1 type_text us_testimonial_author"><span class="w-post-elm-value">Martin Dow</span></div><div class="w-post-elm post_custom_field usg_post_custom_field_2 has_text_color type_text us_testimonial_role color_link_inherit"><span class="w-post-elm-value"></span></div></div></div></div> </div>
  194. </article>
  195. </div><div class="w-grid-preloader"> <div class="g-preloader type_1">
  196. <div></div>
  197. </div>
  198. </div> <div class="w-grid-json hidden" onclick='return {&quot;action&quot;:&quot;us_ajax_grid&quot;,&quot;ajax_url&quot;:&quot;https:\/\/autogarage.ae\/wp-admin\/admin-ajax.php&quot;,&quot;infinite_scroll&quot;:0,&quot;max_num_pages&quot;:1,&quot;pagination&quot;:&quot;regular&quot;,&quot;template_vars&quot;:{&quot;columns&quot;:&quot;2&quot;,&quot;exclude_items&quot;:&quot;none&quot;,&quot;img_size&quot;:&quot;default&quot;,&quot;ignore_items_size&quot;:0,&quot;items_layout&quot;:&quot;testimonial_1&quot;,&quot;items_offset&quot;:&quot;1&quot;,&quot;load_animation&quot;:&quot;none&quot;,&quot;overriding_link&quot;:&quot;{\&quot;url\&quot;:\&quot;\&quot;}&quot;,&quot;post_id&quot;:6,&quot;query_args&quot;:{&quot;post_type&quot;:[&quot;us_testimonial&quot;],&quot;tax_query&quot;:[{&quot;taxonomy&quot;:&quot;us_testimonial_category&quot;,&quot;field&quot;:&quot;slug&quot;,&quot;terms&quot;:[&quot;home&quot;]}],&quot;post_status&quot;:[&quot;publish&quot;],&quot;post__not_in&quot;:[6],&quot;posts_per_page&quot;:&quot;2&quot;},&quot;orderby_query_args&quot;:{&quot;orderby&quot;:{&quot;comment_count&quot;:&quot;DESC&quot;}},&quot;type&quot;:&quot;grid&quot;,&quot;us_grid_ajax_index&quot;:2,&quot;us_grid_filter_params&quot;:[],&quot;us_grid_index&quot;:2,&quot;_us_grid_post_type&quot;:&quot;us_testimonial&quot;,&quot;page_args&quot;:{&quot;page_type&quot;:&quot;post&quot;,&quot;post_ID&quot;:0}}}'></div>
  199. </div></div></div></div></div></div></section><section class="l-section wpb_row us_custom_c13e339e height_medium"><div class="l-section-h i-cf"><div class="g-cols vc_row via_flex valign_top type_default stacking_default"><div class="vc_col-sm-12 wpb_column vc_column_container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="g-cols wpb_row via_flex valign_top type_default stacking_default"><div class="vc_col-sm-8 wpb_column vc_column_container"><div class="vc_column-inner us_custom_2c4f4a12"><div class="wpb_wrapper"><div class="wpb_text_column us_custom_9de87d4e ustitle"><div class="wpb_wrapper"><h2 style="text-align: left;"><strong>Choose Auto Garage For Best Car Tinting Dubai Service</strong></h2>
  200. </div></div><div class="w-separator size_small"></div><div class="wpb_text_column"><div class="wpb_wrapper"><p><strong>Auto Garage</strong> is a leading and trustworthy brand in Dubai that offers many repair and <strong>window tinting services</strong> for your automobile. We can solve all vehicle problems and help you with vehicle maintenance and performance. Our experienced auto body technicians help you look after your vehicle. We take care of your vehicle&#8217;s performance, maintenance, and appearance.</p>
  201. <p>Our company offers different services, including car window tinting, car upholstery &amp; detailing, <a href="https://autogarage.ae/paint-protection-film-dubai/"><strong>paint protection film</strong></a>, car wrapping, ceramic coating, and many more. We offer services that are fast, inexpensive, reliable, and efficient. To sum up, Auto Garage is the ultimate solution for all auto repair needs.</p>
  202. </div></div></div></div></div><div class="vc_col-sm-4 wpb_column vc_column_container newusform"><div class="vc_column-inner us_custom_122bcda1"><div class="wpb_wrapper"><form class="w-form  layout_ver for_cform us_form_1" autocomplete="off" action="https://autogarage.ae/" method="post"><div class="w-form-h"><div class="w-form-row for_text cols_2">
  203. <div class="w-form-row-field">
  204. <input aria-label="Name" type="text" name="us_form_1_text_1" value placeholder="Name"/>
  205. </div>
  206. <div class="w-form-row-state">Fill out this field</div>
  207. </div>
  208. <div class="w-form-row for_text cols_2">
  209. <div class="w-form-row-field">
  210. <input aria-label="Phone No" type="text" name="us_form_1_text_2" value placeholder="Phone No"/>
  211. </div>
  212. <div class="w-form-row-state">Fill out this field</div>
  213. </div>
  214. <div class="w-form-row for_email">
  215. <div class="w-form-row-field">
  216. <input aria-label="Email" type="email" name="us_form_1_email_1" value placeholder="Email"/>
  217. </div>
  218. <div class="w-form-row-state">Please enter a valid email address.</div>
  219. </div>
  220. <div class="w-form-row for_text">
  221. <div class="w-form-row-field">
  222. <input aria-label="Text" type="text" name="us_form_1_text_3" value placeholder="Text"/>
  223. </div>
  224. <div class="w-form-row-state">Fill out this field</div>
  225. </div>
  226. <div class="w-form-row for_captcha required">
  227. <div class="w-form-row-label">
  228. <span> <span>25 - 1 = ?</span></span>
  229. </div>
  230. <div class="w-form-row-field">
  231. <input type="hidden" name="us_form_1_captcha_1_hash" value="fd6cb12d6a4bbe75419969715e45e8a5" />
  232. <input aria-label="us_form_1_captcha_1" type="text" name="us_form_1_captcha_1" placeholder data-required="true" aria-required="true"/>
  233. </div>
  234. <div class="w-form-row-state">Enter the equation result to proceed</div>
  235. </div>
  236. <input type="hidden" name="action" value="us_ajax_cform" />
  237. <input type="hidden" name="post_id" value="6" />
  238. <input type="hidden" name="form_index" value="1" />
  239. <input type="hidden" name="queried_object_id" value="6" />
  240. <input type="hidden" name="queried_object_type" value="post" />
  241. <div class="w-form-row for_submit align_none">
  242. <button class="w-btn  us-btn-style_1" aria-label="Submit" type="submit">
  243. <span class="g-preloader type_1"></span>
  244. <span class="w-btn-label">Submit</span>
  245. </button>
  246. </div>
  247. </div><div class="w-form-message"></div><div class="w-form-json hidden" onclick='return {&quot;ajaxurl&quot;:&quot;https:\/\/autogarage.ae\/wp-admin\/admin-ajax.php&quot;,&quot;messages&quot;:{&quot;err_empty&quot;:&quot;Fill out this field&quot;,&quot;err_size&quot;:&quot;File size cannot exceed %s MB&quot;,&quot;err_extension&quot;:&quot;%s file type is not allowed&quot;}}'></div></form></div></div></div></div><div class="w-image align_center"><div class="w-image-h"><img loading="lazy" decoding="async" width="300" height="218" src="https://autogarage.ae/wp-content/uploads/2022/06/Repair_Services-300x218.png" class="attachment-medium size-medium" alt="" srcset="https://autogarage.ae/wp-content/uploads/2022/06/Repair_Services-300x218.png 300w, https://autogarage.ae/wp-content/uploads/2022/06/Repair_Services.png 902w" sizes="(max-width: 300px) 100vw, 300px" /></div></div></div></div></div></div></div></section><section class="l-section wpb_row height_medium"><div class="l-section-h i-cf"><div class="g-cols vc_row via_flex valign_top type_default stacking_default"><div class="vc_col-sm-12 wpb_column vc_column_container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="g-cols wpb_row via_flex valign_top type_default stacking_default"><div class="vc_col-sm-12 wpb_column vc_column_container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="wpb_text_column us_custom_2377e914 has_text_color" id="mp"><div class="wpb_wrapper"><p>Models</p>
  248. </div></div><div class="wpb_text_column us_custom_d00607dc"><div class="wpb_wrapper"><p><b>Auto Garage Serves All Auto Brands</b></p>
  249. </div></div><div class="w-separator size_small"></div><div class="w-grid type_grid layout_643 cols_10" id="us_grid_3" style="--gap:5px;" data-filterable="true"><style>@media (max-width:1024px){#us_grid_3 .w-grid-item{width:20%}}@media (max-width:600px){#us_grid_3 .w-grid-item{width:20%}}.layout_643 .w-grid-item-h{background:var(--color-content-bg);color:var(--color-content-heading);box-shadow:0 0.02rem 0.04rem rgba(0,0,0,0.1),0 0.07rem 0.2rem rgba(0,0,0,0.1);transition-duration:0.3s}.no-touch .layout_643 .w-grid-item-h:hover{box-shadow:0 0.01rem 0.02rem rgba(0,0,0,0.1),0 0.03rem 0.1rem rgba(0,0,0,0.15);z-index:4}.layout_643 .usg_post_image_1{transition-duration:0.3s;transform-origin:50% 50%;transform:scale(1) translate(0%,0%)}.layout_643 .w-grid-item-h:hover .usg_post_image_1{transform:scale(1) translate(0%,0%);opacity:1}.layout_643 .usg_vwrapper_1{position:static!important}.layout_643 .usg_post_image_1{width:100px!important;height:100px!important;background:#ffffff!important}@media (min-width:1025px) and (max-width:1280px){.layout_643 .usg_vwrapper_1{position:static!important}.layout_643 .usg_post_image_1{width:100px!important;height:100px!important;background:#ffffff!important}}@media (min-width:601px) and (max-width:1024px){.layout_643 .usg_vwrapper_1{position:static!important}.layout_643 .usg_post_image_1{width:100px!important;height:100px!important;background:#ffffff!important}}@media (max-width:600px){.layout_643 .usg_vwrapper_1{position:static!important}.layout_643 .usg_post_image_1{width:100px!important;height:100px!important;background:#ffffff!important}}</style><div class="w-grid-list"> <article class="w-grid-item size_1x1 post-649 attachment type-attachment status-inherit hentry" data-id="649">
  250. <div class="w-grid-item-h">
  251. <div class="w-vwrapper usg_vwrapper_1 align_center valign_top"><div class="w-post-elm post_image usg_post_image_1 has_width has_height"><img loading="lazy" decoding="async" width="100" height="100" src="https://autogarage.ae/wp-content/uploads/2023/05/honda-icon.png" class="attachment-full size-full" alt="" /></div></div> </div>
  252. </article>
  253. <article class="w-grid-item size_1x1 post-650 attachment type-attachment status-inherit hentry" data-id="650">
  254. <div class="w-grid-item-h">
  255. <div class="w-vwrapper usg_vwrapper_1 align_center valign_top"><div class="w-post-elm post_image usg_post_image_1 has_width has_height"><img loading="lazy" decoding="async" width="100" height="100" src="https://autogarage.ae/wp-content/uploads/2023/05/lexus-icon.png" class="attachment-full size-full" alt="" /></div></div> </div>
  256. </article>
  257. <article class="w-grid-item size_1x1 post-652 attachment type-attachment status-inherit hentry" data-id="652">
  258. <div class="w-grid-item-h">
  259. <div class="w-vwrapper usg_vwrapper_1 align_center valign_top"><div class="w-post-elm post_image usg_post_image_1 has_width has_height"><img loading="lazy" decoding="async" width="100" height="100" src="https://autogarage.ae/wp-content/uploads/2023/05/mitsubishi-icon.png" class="attachment-full size-full" alt="" /></div></div> </div>
  260. </article>
  261. <article class="w-grid-item size_1x1 post-653 attachment type-attachment status-inherit hentry" data-id="653">
  262. <div class="w-grid-item-h">
  263. <div class="w-vwrapper usg_vwrapper_1 align_center valign_top"><div class="w-post-elm post_image usg_post_image_1 has_width has_height"><img loading="lazy" decoding="async" width="100" height="100" src="https://autogarage.ae/wp-content/uploads/2023/05/nissan-icon.png" class="attachment-full size-full" alt="" /></div></div> </div>
  264. </article>
  265. <article class="w-grid-item size_1x1 post-654 attachment type-attachment status-inherit hentry" data-id="654">
  266. <div class="w-grid-item-h">
  267. <div class="w-vwrapper usg_vwrapper_1 align_center valign_top"><div class="w-post-elm post_image usg_post_image_1 has_width has_height"><img loading="lazy" decoding="async" width="100" height="100" src="https://autogarage.ae/wp-content/uploads/2023/05/suzuki-icon.png" class="attachment-full size-full" alt="" /></div></div> </div>
  268. </article>
  269. <article class="w-grid-item size_1x1 post-655 attachment type-attachment status-inherit hentry" data-id="655">
  270. <div class="w-grid-item-h">
  271. <div class="w-vwrapper usg_vwrapper_1 align_center valign_top"><div class="w-post-elm post_image usg_post_image_1 has_width has_height"><img loading="lazy" decoding="async" width="100" height="100" src="https://autogarage.ae/wp-content/uploads/2023/05/toyota-icon.png" class="attachment-full size-full" alt="" /></div></div> </div>
  272. </article>
  273. <article class="w-grid-item size_1x1 post-656 attachment type-attachment status-inherit hentry" data-id="656">
  274. <div class="w-grid-item-h">
  275. <div class="w-vwrapper usg_vwrapper_1 align_center valign_top"><div class="w-post-elm post_image usg_post_image_1 has_width has_height"><img loading="lazy" decoding="async" width="100" height="100" src="https://autogarage.ae/wp-content/uploads/2023/05/audi-icon.png" class="attachment-full size-full" alt="" /></div></div> </div>
  276. </article>
  277. <article class="w-grid-item size_1x1 post-657 attachment type-attachment status-inherit hentry" data-id="657">
  278. <div class="w-grid-item-h">
  279. <div class="w-vwrapper usg_vwrapper_1 align_center valign_top"><div class="w-post-elm post_image usg_post_image_1 has_width has_height"><img loading="lazy" decoding="async" width="100" height="100" src="https://autogarage.ae/wp-content/uploads/2023/05/bmw-icon.png" class="attachment-full size-full" alt="" /></div></div> </div>
  280. </article>
  281. <article class="w-grid-item size_1x1 post-658 attachment type-attachment status-inherit hentry" data-id="658">
  282. <div class="w-grid-item-h">
  283. <div class="w-vwrapper usg_vwrapper_1 align_center valign_top"><div class="w-post-elm post_image usg_post_image_1 has_width has_height"><img loading="lazy" decoding="async" width="100" height="100" src="https://autogarage.ae/wp-content/uploads/2023/05/mercedes-benz-icon.png" class="attachment-full size-full" alt="" /></div></div> </div>
  284. </article>
  285. <article class="w-grid-item size_1x1 post-659 attachment type-attachment status-inherit hentry" data-id="659">
  286. <div class="w-grid-item-h">
  287. <div class="w-vwrapper usg_vwrapper_1 align_center valign_top"><div class="w-post-elm post_image usg_post_image_1 has_width has_height"><img loading="lazy" decoding="async" width="100" height="100" src="https://autogarage.ae/wp-content/uploads/2023/05/porsche-icon.png" class="attachment-full size-full" alt="" /></div></div> </div>
  288. </article>
  289. <article class="w-grid-item size_1x1 post-663 attachment type-attachment status-inherit hentry" data-id="663">
  290. <div class="w-grid-item-h">
  291. <div class="w-vwrapper usg_vwrapper_1 align_center valign_top"><div class="w-post-elm post_image usg_post_image_1 has_width has_height"><img loading="lazy" decoding="async" width="100" height="100" src="https://autogarage.ae/wp-content/uploads/2023/05/jaguar-icon.png" class="attachment-full size-full" alt="" /></div></div> </div>
  292. </article>
  293. <article class="w-grid-item size_1x1 post-664 attachment type-attachment status-inherit hentry" data-id="664">
  294. <div class="w-grid-item-h">
  295. <div class="w-vwrapper usg_vwrapper_1 align_center valign_top"><div class="w-post-elm post_image usg_post_image_1 has_width has_height"><img loading="lazy" decoding="async" width="100" height="100" src="https://autogarage.ae/wp-content/uploads/2023/05/bentley-icon.png" class="attachment-full size-full" alt="" /></div></div> </div>
  296. </article>
  297. <article class="w-grid-item size_1x1 post-662 attachment type-attachment status-inherit hentry" data-id="662">
  298. <div class="w-grid-item-h">
  299. <div class="w-vwrapper usg_vwrapper_1 align_center valign_top"><div class="w-post-elm post_image usg_post_image_1 has_width has_height"><img loading="lazy" decoding="async" width="100" height="100" src="https://autogarage.ae/wp-content/uploads/2023/05/land-rover-icon.png" class="attachment-full size-full" alt="" /></div></div> </div>
  300. </article>
  301. <article class="w-grid-item size_1x1 post-669 attachment type-attachment status-inherit hentry" data-id="669">
  302. <div class="w-grid-item-h">
  303. <div class="w-vwrapper usg_vwrapper_1 align_center valign_top"><div class="w-post-elm post_image usg_post_image_1 has_width has_height"><img loading="lazy" decoding="async" width="100" height="100" src="https://autogarage.ae/wp-content/uploads/2023/05/renault-icon.png" class="attachment-full size-full" alt="" /></div></div> </div>
  304. </article>
  305. <article class="w-grid-item size_1x1 post-670 attachment type-attachment status-inherit hentry" data-id="670">
  306. <div class="w-grid-item-h">
  307. <div class="w-vwrapper usg_vwrapper_1 align_center valign_top"><div class="w-post-elm post_image usg_post_image_1 has_width has_height"><img loading="lazy" decoding="async" width="100" height="100" src="https://autogarage.ae/wp-content/uploads/2023/05/mini-icon.png" class="attachment-full size-full" alt="" /></div></div> </div>
  308. </article>
  309. <article class="w-grid-item size_1x1 post-673 attachment type-attachment status-inherit hentry" data-id="673">
  310. <div class="w-grid-item-h">
  311. <div class="w-vwrapper usg_vwrapper_1 align_center valign_top"><div class="w-post-elm post_image usg_post_image_1 has_width has_height"><img loading="lazy" decoding="async" width="100" height="100" src="https://autogarage.ae/wp-content/uploads/2023/05/jeep-icon.png" class="attachment-full size-full" alt="" /></div></div> </div>
  312. </article>
  313. <article class="w-grid-item size_1x1 post-674 attachment type-attachment status-inherit hentry" data-id="674">
  314. <div class="w-grid-item-h">
  315. <div class="w-vwrapper usg_vwrapper_1 align_center valign_top"><div class="w-post-elm post_image usg_post_image_1 has_width has_height"><img loading="lazy" decoding="async" width="100" height="100" src="https://autogarage.ae/wp-content/uploads/2023/05/hummer-icon.png" class="attachment-full size-full" alt="" /></div></div> </div>
  316. </article>
  317. <article class="w-grid-item size_1x1 post-675 attachment type-attachment status-inherit hentry" data-id="675">
  318. <div class="w-grid-item-h">
  319. <div class="w-vwrapper usg_vwrapper_1 align_center valign_top"><div class="w-post-elm post_image usg_post_image_1 has_width has_height"><img loading="lazy" decoding="async" width="100" height="100" src="https://autogarage.ae/wp-content/uploads/2023/05/gmc-icon.png" class="attachment-full size-full" alt="" /></div></div> </div>
  320. </article>
  321. <article class="w-grid-item size_1x1 post-678 attachment type-attachment status-inherit hentry" data-id="678">
  322. <div class="w-grid-item-h">
  323. <div class="w-vwrapper usg_vwrapper_1 align_center valign_top"><div class="w-post-elm post_image usg_post_image_1 has_width has_height"><img loading="lazy" decoding="async" width="100" height="100" src="https://autogarage.ae/wp-content/uploads/2023/05/chevrolet-icon.png" class="attachment-full size-full" alt="" /></div></div> </div>
  324. </article>
  325. <article class="w-grid-item size_1x1 post-676 attachment type-attachment status-inherit hentry" data-id="676">
  326. <div class="w-grid-item-h">
  327. <div class="w-vwrapper usg_vwrapper_1 align_center valign_top"><div class="w-post-elm post_image usg_post_image_1 has_width has_height"><img loading="lazy" decoding="async" width="100" height="100" src="https://autogarage.ae/wp-content/uploads/2023/05/ford-icon.png" class="attachment-full size-full" alt="" /></div></div> </div>
  328. </article>
  329. </div><div class="w-grid-preloader"> <div class="g-preloader type_1">
  330. <div></div>
  331. </div>
  332. </div> <div class="w-grid-json hidden" onclick='return {&quot;action&quot;:&quot;us_ajax_grid&quot;,&quot;ajax_url&quot;:&quot;https:\/\/autogarage.ae\/wp-admin\/admin-ajax.php&quot;,&quot;infinite_scroll&quot;:0,&quot;max_num_pages&quot;:1,&quot;pagination&quot;:&quot;none&quot;,&quot;template_vars&quot;:{&quot;columns&quot;:&quot;10&quot;,&quot;exclude_items&quot;:&quot;none&quot;,&quot;img_size&quot;:&quot;default&quot;,&quot;ignore_items_size&quot;:0,&quot;items_layout&quot;:&quot;643&quot;,&quot;items_offset&quot;:&quot;1&quot;,&quot;load_animation&quot;:&quot;none&quot;,&quot;overriding_link&quot;:&quot;{\&quot;url\&quot;:\&quot;\&quot;}&quot;,&quot;post_id&quot;:683,&quot;query_args&quot;:{&quot;post_type&quot;:[&quot;attachment&quot;],&quot;post__in&quot;:[&quot;649&quot;,&quot;650&quot;,&quot;652&quot;,&quot;653&quot;,&quot;654&quot;,&quot;655&quot;,&quot;656&quot;,&quot;657&quot;,&quot;658&quot;,&quot;659&quot;,&quot;663&quot;,&quot;664&quot;,&quot;662&quot;,&quot;669&quot;,&quot;670&quot;,&quot;673&quot;,&quot;674&quot;,&quot;675&quot;,&quot;678&quot;,&quot;676&quot;],&quot;post_status&quot;:&quot;inherit&quot;,&quot;post_mime_type&quot;:&quot;image&quot;,&quot;post__not_in&quot;:[6],&quot;posts_per_page&quot;:&quot;20&quot;},&quot;orderby_query_args&quot;:{&quot;orderby&quot;:{&quot;post__in&quot;:&quot;ASC&quot;},&quot;order&quot;:&quot;ASC&quot;},&quot;type&quot;:&quot;grid&quot;,&quot;us_grid_ajax_index&quot;:1,&quot;us_grid_filter_params&quot;:[],&quot;us_grid_index&quot;:3,&quot;_us_grid_post_type&quot;:&quot;attachment&quot;,&quot;page_args&quot;:{&quot;page_type&quot;:&quot;post&quot;,&quot;post_ID&quot;:0}}}'></div>
  333. </div><div class="w-separator size_small"></div></div></div></div></div></div></div></div></div></div></section>
  334.  
  335. </main>
  336.  
  337. </div>
  338. <style data-type="us_custom-css">#page-footer #f1 img{margin-top:-330px;margin-left:-109px}#page-footer .fa-phone:before{content:"\f095";background:#FD6B1C;padding:11px;border-radius:38px;color:white}#page-footer .fa-envelope:before{content:"\f095";background:#FD6B1C;padding:11px;border-radius:38px;color:white}#page-footer #f2 img{margin-top:-187px;margin-right:-289px}</style><footer  id="page-footer" class="l-footer">
  339. <section class="l-section wpb_row height_small color_footer-bottom"><div class="l-section-overlay" style="background:#073E64"></div><div class="l-section-h i-cf"><div class="g-cols vc_row via_flex valign_top type_default stacking_default"><div class="vc_col-sm-6 wpb_column vc_column_container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="w-image align_center"><div class="w-image-h"><img width="445" height="446" src="https://autogarage.ae/wp-content/uploads/2023/05/bg-auto-garage.png" class="attachment-full size-full" alt="" decoding="async" loading="lazy" srcset="https://autogarage.ae/wp-content/uploads/2023/05/bg-auto-garage.png 445w, https://autogarage.ae/wp-content/uploads/2023/05/bg-auto-garage-300x300.png 300w, https://autogarage.ae/wp-content/uploads/2023/05/bg-auto-garage-150x150.png 150w" sizes="(max-width: 445px) 100vw, 445px" /></div></div><div class="g-cols wpb_row us_custom_8229fdb7 via_flex valign_top type_default stacking_default"><div class="vc_col-sm-12 wpb_column vc_column_container"><div class="vc_column-inner"><div class="wpb_wrapper"><div class="w-image align_center"><a href="https://autogarage.ae/" aria-label="auto-garage-logo2-1" class="w-image-h"><img width="300" height="123" src="https://autogarage.ae/wp-content/uploads/2023/05/auto-garage-logo2-1-300x123.png" class="attachment-medium size-medium" alt="" decoding="async" loading="lazy" srcset="https://autogarage.ae/wp-content/uploads/2023/05/auto-garage-logo2-1-300x123.png 300w, https://autogarage.ae/wp-content/uploads/2023/05/auto-garage-logo2-1.png 474w" sizes="(max-width: 300px) 100vw, 300px" /></a></div><div class="wpb_text_column us_custom_6df4bc3a has_text_color"><div class="wpb_wrapper"><p style="text-align: center;">Auto Garage is a trusted car repair services provider in Dubai that has expert-level mechanics and technicians.</p>
  340. </div></div><div class="w-separator size_small"></div><div class="w-socials us_custom_63486b51 color_brand shape_circle style_colored hover_fade" style="--gap:5px;"><div class="w-socials-list"><div class="w-socials-item linkedin"><a target="_blank" rel="nofollow" href="https://www.linkedin.com/in/auto-garage-8a83b1251/" class="w-socials-item-link" title="LinkedIn" aria-label="LinkedIn"><span class="w-socials-item-link-hover"></span><i class="fab fa-linkedin"></i></a><div class="w-socials-item-popup"><span>LinkedIn</span></div></div><div class="w-socials-item twitter"><a target="_blank" rel="nofollow" href="https://twitter.com/AutoGarage14" class="w-socials-item-link" title="Twitter" aria-label="Twitter"><span class="w-socials-item-link-hover"></span><i class="fab fa-x-twitter"><svg style="width:1em; margin-bottom:-.1em;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"/></svg></i></a><div class="w-socials-item-popup"><span>Twitter</span></div></div><div class="w-socials-item instagram"><a target="_blank" rel="nofollow" href="https://www.instagram.com/autogarage1122/" class="w-socials-item-link" title="Instagram" aria-label="Instagram"><span class="w-socials-item-link-hover"></span><i class="fab fa-instagram"></i></a><div class="w-socials-item-popup"><span>Instagram</span></div></div><div class="w-socials-item pinterest"><a target="_blank" rel="nofollow" href="https://www.pinterest.com/autogaragehelp/" class="w-socials-item-link" title="Pinterest" aria-label="Pinterest"><span class="w-socials-item-link-hover"></span><i class="fab fa-pinterest"></i></a><div class="w-socials-item-popup"><span>Pinterest</span></div></div></div></div></div></div></div></div></div></div></div><div class="vc_col-sm-6 wpb_column vc_column_container has_text_color"><div class="vc_column-inner us_custom_e5a0891a"><div class="wpb_wrapper"><div class="w-separator size_custom" style="height:140px"></div><div class="wpb_text_column us_custom_236d1e13 has_text_color"><div class="wpb_wrapper"><p class="elementor-heading-title elementor-size-default"><strong>Site Links</strong></p>
  341. </div></div><div class="w-separator size_custom" style="height:20px"></div><div class="w-hwrapper valign_top align_none" style="--hwrapper-gap:1.7rem"><div class="w-vwrapper align_none valign_top"><div class="w-iconbox iconpos_left style_default color_custom align_left no_title"><div class="w-iconbox-icon" style="font-size:16px;--icon-color:#000000;"><i class="fas fa-caret-right"></i></div><div class="w-iconbox-meta"><div class="w-iconbox-text"><p><a href="https://autogarage.ae/car-ac-repair-dubai/">Car AC Repair</a></p>
  342. </div></div></div><div class="w-iconbox iconpos_left style_default color_custom align_left no_title"><div class="w-iconbox-icon" style="font-size:16px;--icon-color:#000000;"><i class="fas fa-caret-right"></i></div><div class="w-iconbox-meta"><div class="w-iconbox-text"><p><a href="https://autogarage.ae/car-windshield-dubai/">Windshield Repair</a></p>
  343. </div></div></div><div class="w-iconbox iconpos_left style_default color_custom align_left no_title"><div class="w-iconbox-icon" style="font-size:16px;--icon-color:#000000;"><i class="fas fa-caret-right"></i></div><div class="w-iconbox-meta"><div class="w-iconbox-text"><p><a href="https://autogarage.ae/car-detailing-dubai/">Car Detailing</a></p>
  344. </div></div></div><div class="w-iconbox iconpos_left style_default color_custom align_left no_title"><div class="w-iconbox-icon" style="font-size:16px;--icon-color:#000000;"><i class="fas fa-caret-right"></i></div><div class="w-iconbox-meta"><div class="w-iconbox-text"><p><a href="https://autogarage.ae/car-wrapping-dubai/">Car Wrapping</a></p>
  345. </div></div></div><div class="w-iconbox iconpos_left style_default color_custom align_left no_title"><div class="w-iconbox-icon" style="font-size:16px;--icon-color:#000000;"><i class="fas fa-caret-right"></i></div><div class="w-iconbox-meta"><div class="w-iconbox-text"><p><a href="https://autogarage.ae/ceramic-coating-dubai/">Ceramic Coating</a></p>
  346. </div></div></div></div><div class="w-separator size_medium"></div><div class="w-vwrapper align_none valign_top"><div class="w-iconbox iconpos_left style_default color_primary align_left no_title"><div class="w-iconbox-icon" style="font-size:1.4rem;"><i class="fas fa-phone"></i></div><div class="w-iconbox-meta"><div class="w-iconbox-text"><p><span style="color: #fd6b1c;">Call Us:</span><br />
  347. <a class="w-text-h" href="tel:+971505073124"><span class="w-text-value">+971505073124</span></a></p>
  348. </div></div></div><div class="w-iconbox iconpos_left style_default color_primary align_left no_title"><div class="w-iconbox-icon" style="font-size:1.4rem;"><i class="fas fa-envelope"></i></div><div class="w-iconbox-meta"><div class="w-iconbox-text"><p><span style="color: #fd6b1c;">Mail Us:</span><br />
  349. <a href="mailto:info@autogarage.ae"><span class="w-text-value">info@autogarage.ae</span></a></p>
  350. </div></div></div></div></div><div class="w-separator size_medium"></div><div class="wpb_text_column us_custom_2465e77d has_text_color"><div class="wpb_wrapper"><p>Copyright ©2021 Autogarage.ae All Rights Reserved</p>
  351. </div></div></div></div></div></div></div></section>
  352. </footer>
  353. <a class="w-toplink pos_right" href="#" title="Back to top" aria-label="Back to top" role="button"><i class="far fa-angle-up"></i></a> <button id="w-header-show" class="w-header-show" aria-label="Menu"><span>Menu</span></button>
  354. <div class="w-header-overlay"></div>
  355. <script>
  356. // Store some global theme options used in JS
  357. if ( window.$us === undefined ) {
  358. window.$us = {};
  359. }
  360. $us.canvasOptions = ( $us.canvasOptions || {} );
  361. $us.canvasOptions.disableEffectsWidth = 900;
  362. $us.canvasOptions.columnsStackingWidth = 600;
  363. $us.canvasOptions.backToTopDisplay = 100;
  364. $us.canvasOptions.scrollDuration = 1000;
  365.  
  366. $us.langOptions = ( $us.langOptions || {} );
  367. $us.langOptions.magnificPopup = ( $us.langOptions.magnificPopup || {} );
  368. $us.langOptions.magnificPopup.tPrev = 'Previous (Left arrow key)';
  369. $us.langOptions.magnificPopup.tNext = 'Next (Right arrow key)';
  370. $us.langOptions.magnificPopup.tCounter = '%curr% of %total%';
  371.  
  372. $us.navOptions = ( $us.navOptions || {} );
  373. $us.navOptions.mobileWidth = 900;
  374. $us.navOptions.togglable = true;
  375. $us.ajaxLoadJs = true;
  376. $us.templateDirectoryUri = 'https://autogarage.ae/wp-content/themes/Impreza';
  377. $us.responsiveBreakpoints = {"default":0,"laptops":1280,"tablets":1024,"mobiles":600};
  378. </script>
  379. <script id="us-header-settings">if ( window.$us === undefined ) window.$us = {};$us.headerSettings = {"default":{"options":{"custom_breakpoint":false,"breakpoint":"","orientation":"hor","sticky":true,"sticky_auto_hide":false,"scroll_breakpoint":"1px","transparent":false,"width":"300px","elm_align":"center","shadow":"none","top_show":1,"top_height":"50px","top_sticky_height":"40px","top_fullwidth":false,"top_centering":false,"top_bg_color":"#FD6B1C","top_text_color":"#ffffff","top_text_hover_color":"_header_top_text_hover","top_transparent_bg_color":"_header_top_transparent_bg","top_transparent_text_color":"#1a1a1a","top_transparent_text_hover_color":"_header_top_transparent_text_hover","middle_height":"80px","middle_sticky_height":"60px","middle_fullwidth":false,"middle_centering":false,"elm_valign":"top","bg_img":"","bg_img_wrapper_start":"","bg_img_size":"cover","bg_img_repeat":"repeat","bg_img_position":"top left","bg_img_attachment":true,"bg_img_wrapper_end":"","middle_bg_color":"linear-gradient( 90deg , #e4f3fd 71%, #d2eafc 4%)","middle_text_color":"_header_middle_text","middle_text_hover_color":"_header_middle_text_hover","middle_transparent_bg_color":"_header_transparent_bg","middle_transparent_text_color":"#1a1a1a","middle_transparent_text_hover_color":"_header_transparent_text_hover","bottom_show":"","bottom_height":"50px","bottom_sticky_height":"50px","bottom_fullwidth":false,"bottom_centering":false,"bottom_bg_color":"_header_middle_bg","bottom_text_color":"_header_middle_text","bottom_text_hover_color":"_header_middle_text_hover","bottom_transparent_bg_color":"_header_transparent_bg","bottom_transparent_text_color":"_header_transparent_text","bottom_transparent_text_hover_color":"_header_transparent_text_hover"},"layout":{"top_left":["text:2"],"top_center":["text:5","text:4"],"top_right":["socials:1"],"middle_left":["image:1"],"middle_center":["menu:1"],"middle_right":[],"bottom_left":[],"bottom_center":[],"bottom_right":[],"hidden":["html:2","text:1"],"hwrapper:1":["html:1"]}},"laptops":{"options":{"custom_breakpoint":false,"breakpoint":"1280px","orientation":"hor","sticky":false,"sticky_auto_hide":false,"scroll_breakpoint":"1px","transparent":false,"width":"300px","elm_align":"center","shadow":"thin","top_show":1,"top_height":"60px","top_sticky_height":"0px","top_fullwidth":false,"top_centering":false,"top_bg_color":"_header_top_bg","top_text_color":"_header_top_text","top_text_hover_color":"_header_top_text_hover","top_transparent_bg_color":"_header_top_transparent_bg","top_transparent_text_color":"_header_top_transparent_text","top_transparent_text_hover_color":"_header_top_transparent_text_hover","middle_height":"100px","middle_sticky_height":"0px","middle_fullwidth":false,"middle_centering":false,"elm_valign":"top","bg_img":"","bg_img_wrapper_start":"","bg_img_size":"cover","bg_img_repeat":"repeat","bg_img_position":"top left","bg_img_attachment":true,"bg_img_wrapper_end":"","middle_bg_color":"_header_middle_bg","middle_text_color":"_header_middle_text","middle_text_hover_color":"_header_middle_text_hover","middle_transparent_bg_color":"_header_transparent_bg","middle_transparent_text_color":"_header_transparent_text","middle_transparent_text_hover_color":"_header_transparent_text_hover","bottom_show":"","bottom_height":"50px","bottom_sticky_height":"50px","bottom_fullwidth":false,"bottom_centering":false,"bottom_bg_color":"_header_middle_bg","bottom_text_color":"_header_middle_text","bottom_text_hover_color":"_header_middle_text_hover","bottom_transparent_bg_color":"_header_transparent_bg","bottom_transparent_text_color":"_header_transparent_text","bottom_transparent_text_hover_color":"_header_transparent_text_hover"},"layout":{"top_left":["text:2"],"top_center":["text:5","text:4"],"top_right":["socials:1"],"middle_left":["image:1"],"middle_center":["menu:1"],"middle_right":[],"bottom_left":[],"bottom_center":[],"bottom_right":[],"hidden":["html:2","text:1"],"hwrapper:1":["html:1"]}},"tablets":{"options":{"custom_breakpoint":false,"breakpoint":"1024px","orientation":"hor","sticky":true,"sticky_auto_hide":false,"scroll_breakpoint":"1px","transparent":false,"width":"300px","elm_align":"center","shadow":"thin","top_show":false,"top_height":"40px","top_sticky_height":"40px","top_fullwidth":false,"top_centering":false,"top_bg_color":"_header_top_bg","top_text_color":"_header_top_text","top_text_hover_color":"_header_top_text_hover","top_transparent_bg_color":"_header_top_transparent_bg","top_transparent_text_color":"_header_top_transparent_text","top_transparent_text_hover_color":"_header_top_transparent_text_hover","middle_height":"50px","middle_sticky_height":"50px","middle_fullwidth":false,"middle_centering":false,"elm_valign":"top","bg_img":"","bg_img_wrapper_start":"","bg_img_size":"cover","bg_img_repeat":"repeat","bg_img_position":"top left","bg_img_attachment":true,"bg_img_wrapper_end":"","middle_bg_color":"_header_middle_bg","middle_text_color":"_header_middle_text","middle_text_hover_color":"_header_middle_text_hover","middle_transparent_bg_color":"_header_transparent_bg","middle_transparent_text_color":"_header_transparent_text","middle_transparent_text_hover_color":"_header_transparent_text_hover","bottom_show":true,"bottom_height":"50px","bottom_sticky_height":"50px","bottom_fullwidth":false,"bottom_centering":false,"bottom_bg_color":"_header_middle_bg","bottom_text_color":"_header_middle_text","bottom_text_hover_color":"_header_middle_text_hover","bottom_transparent_bg_color":"_header_transparent_bg","bottom_transparent_text_color":"_header_transparent_text","bottom_transparent_text_hover_color":"_header_transparent_text_hover"},"layout":{"top_left":[],"top_center":["text:5","text:4"],"top_right":["socials:1"],"middle_left":[],"middle_center":["image:1"],"middle_right":["html:2"],"bottom_left":["menu:1"],"bottom_center":[],"bottom_right":[],"hidden":["text:2","text:1"],"hwrapper:1":["html:1"]}},"mobiles":{"options":{"custom_breakpoint":false,"breakpoint":"600px","orientation":"hor","sticky":true,"sticky_auto_hide":false,"scroll_breakpoint":"1px","transparent":false,"width":"300px","elm_align":"center","shadow":"thin","top_show":1,"top_height":"40px","top_sticky_height":"40px","top_fullwidth":false,"top_centering":false,"top_bg_color":"_header_top_bg","top_text_color":"_header_top_text","top_text_hover_color":"_header_top_text_hover","top_transparent_bg_color":"_header_top_transparent_bg","top_transparent_text_color":"_header_top_transparent_text","top_transparent_text_hover_color":"_header_top_transparent_text_hover","middle_height":"50px","middle_sticky_height":"40px","middle_fullwidth":false,"middle_centering":false,"elm_valign":"top","bg_img":"","bg_img_wrapper_start":"","bg_img_size":"cover","bg_img_repeat":"repeat","bg_img_position":"top left","bg_img_attachment":true,"bg_img_wrapper_end":"","middle_bg_color":"_header_middle_bg","middle_text_color":"_header_middle_text","middle_text_hover_color":"_header_middle_text_hover","middle_transparent_bg_color":"_header_transparent_bg","middle_transparent_text_color":"_header_transparent_text","middle_transparent_text_hover_color":"_header_transparent_text_hover","bottom_show":"","bottom_height":"50px","bottom_sticky_height":"50px","bottom_fullwidth":false,"bottom_centering":false,"bottom_bg_color":"_header_middle_bg","bottom_text_color":"_header_middle_text","bottom_text_hover_color":"_header_middle_text_hover","bottom_transparent_bg_color":"_header_transparent_bg","bottom_transparent_text_color":"_header_transparent_text","bottom_transparent_text_hover_color":"_header_transparent_text_hover"},"layout":{"top_left":[],"top_center":["text:5","text:4"],"top_right":[],"middle_left":["image:1"],"middle_center":[],"middle_right":["menu:1"],"bottom_left":[],"bottom_center":[],"bottom_right":[],"hidden":["text:2","text:1","html:2","socials:1"],"hwrapper:1":["html:1"]}},"header_id":"8"};</script><script id="rocket-browser-checker-js-after">
  380. "use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}();
  381. </script>
  382. <script id="rocket-preload-links-js-extra">
  383. var RocketPreloadLinksConfig = {"excludeUris":"\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/(index\\.php\/)?wp\\-json(\/.*|$)|\/wp-admin\/|\/logout\/|\/wp-login.php|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|php|pdf|html|htm","siteUrl":"https:\/\/autogarage.ae","onHoverDelay":"100","rateThrottle":"3"};
  384. </script>
  385. <script id="rocket-preload-links-js-after">
  386. (function() {
  387. "use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
  388. }());
  389. </script>
  390. <script src="https://autogarage.ae/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js" defer></script>
  391. <script src="https://autogarage.ae/wp-content/themes/Impreza/js/us.core.min.js?ver=8.20" id="us-core-js" defer></script>
  392. <script type="rocketlazyloadscript"></script><!-- Global site tag (gtag.js) - Google Analytics -->
  393. <script type="rocketlazyloadscript" async src="https://www.googletagmanager.com/gtag/js?id=UA-233591877-1"></script>
  394. <script type="rocketlazyloadscript">
  395.  window.dataLayer = window.dataLayer || [];
  396.  function gtag(){dataLayer.push(arguments);}
  397.  gtag('js', new Date());
  398.  
  399.  gtag('config', 'UA-233591877-1');
  400. </script></body>
  401. </html>
  402.  
  403. <!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1711650915 -->
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda