1<!DOCTYPE html>
2<html lang="en-US" prefix="og: https://ogp.me/ns#">
3 <head>
4 <meta charset="UTF-8">
5 <script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){
6 var href=document.location.href;
7 if(!href.match(/[?&]nowprocket/)){
8 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>
9
10 <meta name="viewport" content="width=device-width, initial-scale=1">
11
12<!-- Search Engine Optimization by Rank Math - https://rankmath.com/ -->
13<title>Sports Betting on Dubaiexch247 | Cricket, Football & More</title><link rel="stylesheet" href="https://dubaiexchange-247.com/wp-content/cache/min/1/5eea6665b74cc8d8b1ecc665e3bf269c.css" data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')" media="all" data-minify="1">
14<meta name="description" content="Bet on cricket, football, kabaddi, and more with Dubaiexch247. Enjoy live updates, secure transactions, and exclusive bonuses for all sports bettors.">
15<meta name="robots" content="index, follow, max-snippet:-1, max-video-preview:-1, max-image-preview:large">
16<link rel="canonical" href="https://dubaiexchange-247.com/sports/">
17<meta property="og:locale" content="en_US">
18<meta property="og:type" content="article">
19<meta property="og:title" content="Sports Betting on Dubaiexch247 | Cricket, Football & More">
20<meta property="og:description" content="Bet on cricket, football, kabaddi, and more with Dubaiexch247. Enjoy live updates, secure transactions, and exclusive bonuses for all sports bettors.">
21<meta property="og:url" content="https://dubaiexchange-247.com/sports/">
22<meta property="og:site_name" content="Just another WordPress site">
23<meta property="og:updated_time" content="2025-12-04T13:39:20+00:00">
24<meta property="og:image" content="https://dubaiexchange-247.com/wp-content/uploads/2025/11/dubaiexchange-1024x372.webp">
25<meta property="og:image:secure_url" content="https://dubaiexchange-247.com/wp-content/uploads/2025/11/dubaiexchange-1024x372.webp">
26<meta property="og:image:alt" content="Sports">
27<meta property="article:published_time" content="2025-12-04T13:38:39+00:00">
28<meta property="article:modified_time" content="2025-12-04T13:39:20+00:00">
29<meta name="twitter:card" content="summary_large_image">
30<meta name="twitter:title" content="Sports Betting on Dubaiexch247 | Cricket, Football & More">
31<meta name="twitter:description" content="Bet on cricket, football, kabaddi, and more with Dubaiexch247. Enjoy live updates, secure transactions, and exclusive bonuses for all sports bettors.">
32<meta name="twitter:image" content="https://dubaiexchange-247.com/wp-content/uploads/2025/11/dubaiexchange-1024x372.webp">
33<meta name="twitter:label1" content="Time to read">
34<meta name="twitter:data1" content="3 minutes">
35<script type="application/ld+json" class="rank-math-schema">{"@context":"https://schema.org","@graph":[{"@type":["Person","Organization"],"@id":"https://dubaiexchange-247.com/#person","name":"Just another WordPress site","logo":{"@type":"ImageObject","@id":"https://dubaiexchange-247.com/#logo","url":"https://dubaiexchange-247.com/wp-content/uploads/2025/11/Dubaiexch-150x150.png","contentUrl":"https://dubaiexchange-247.com/wp-content/uploads/2025/11/Dubaiexch-150x150.png","caption":"Just another WordPress site","inLanguage":"en-US"},"image":{"@type":"ImageObject","@id":"https://dubaiexchange-247.com/#logo","url":"https://dubaiexchange-247.com/wp-content/uploads/2025/11/Dubaiexch-150x150.png","contentUrl":"https://dubaiexchange-247.com/wp-content/uploads/2025/11/Dubaiexch-150x150.png","caption":"Just another WordPress site","inLanguage":"en-US"}},{"@type":"WebSite","@id":"https://dubaiexchange-247.com/#website","url":"https://dubaiexchange-247.com","name":"Just another WordPress site","publisher":{"@id":"https://dubaiexchange-247.com/#person"},"inLanguage":"en-US"},{"@type":"ImageObject","@id":"https://dubaiexchange-247.com/wp-content/uploads/2025/11/dubaiexchange-1024x372.webp","url":"https://dubaiexchange-247.com/wp-content/uploads/2025/11/dubaiexchange-1024x372.webp","width":"200","height":"200","inLanguage":"en-US"},{"@type":"WebPage","@id":"https://dubaiexchange-247.com/sports/#webpage","url":"https://dubaiexchange-247.com/sports/","name":"Sports Betting on Dubaiexch247 | Cricket, Football & More","datePublished":"2025-12-04T13:38:39+00:00","dateModified":"2025-12-04T13:39:20+00:00","isPartOf":{"@id":"https://dubaiexchange-247.com/#website"},"primaryImageOfPage":{"@id":"https://dubaiexchange-247.com/wp-content/uploads/2025/11/dubaiexchange-1024x372.webp"},"inLanguage":"en-US"},{"@type":"Person","@id":"https://dubaiexchange-247.com/author/dubaiexchange247_263dsh/","name":"dubaiexchange247_263dsh","url":"https://dubaiexchange-247.com/author/dubaiexchange247_263dsh/","image":{"@type":"ImageObject","@id":"https://secure.gravatar.com/avatar/131a3da7a434342c17b7a1da0ee224bbc19e70b23f118353845d95b53bcdd8e1?s=96&d=mm&r=g","url":"https://secure.gravatar.com/avatar/131a3da7a434342c17b7a1da0ee224bbc19e70b23f118353845d95b53bcdd8e1?s=96&d=mm&r=g","caption":"dubaiexchange247_263dsh","inLanguage":"en-US"},"sameAs":["https://www.dubaiexchange-247.com"]},{"@type":"Article","headline":"Sports Betting on Dubaiexch247 | Cricket, Football & More","keywords":"Sports","datePublished":"2025-12-04T13:38:39+00:00","dateModified":"2025-12-04T13:39:20+00:00","author":{"@id":"https://dubaiexchange-247.com/author/dubaiexchange247_263dsh/","name":"dubaiexchange247_263dsh"},"publisher":{"@id":"https://dubaiexchange-247.com/#person"},"description":"Bet on cricket, football, kabaddi, and more with Dubaiexch247. Enjoy live updates, secure transactions, and exclusive bonuses for all sports bettors.","name":"Sports Betting on Dubaiexch247 | Cricket, Football & More","@id":"https://dubaiexchange-247.com/sports/#richSnippet","isPartOf":{"@id":"https://dubaiexchange-247.com/sports/#webpage"},"image":{"@id":"https://dubaiexchange-247.com/wp-content/uploads/2025/11/dubaiexchange-1024x372.webp"},"inLanguage":"en-US","mainEntityOfPage":{"@id":"https://dubaiexchange-247.com/sports/#webpage"}}]}</script>
36<!-- /Rank Math WordPress SEO plugin -->
37
38
39
40<link rel="alternate" type="application/rss+xml" title=" » Feed" href="https://dubaiexchange-247.com/feed/">
41<link rel="alternate" type="application/rss+xml" title=" » Comments Feed" href="https://dubaiexchange-247.com/comments/feed/">
42<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://dubaiexchange-247.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fdubaiexchange-247.com%2Fsports%2F">
43<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://dubaiexchange-247.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fdubaiexchange-247.com%2Fsports%2F&format=xml">
44<style id="wp-img-auto-sizes-contain-inline-css" type="text/css">
45img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
46/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
47</style>
48<style id="wp-emoji-styles-inline-css" type="text/css">
49
50 img.wp-smiley, img.emoji {
51 display: inline !important;
52 border: none !important;
53 box-shadow: none !important;
54 height: 1em !important;
55 width: 1em !important;
56 margin: 0 0.07em !important;
57 vertical-align: -0.1em !important;
58 background: none !important;
59 padding: 0 !important;
60 }
61/*# sourceURL=wp-emoji-styles-inline-css */
62</style>
63<style id="classic-theme-styles-inline-css" type="text/css">
64/*! This file is auto-generated */
65.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
66/*# sourceURL=/wp-includes/css/classic-themes.min.css */
67</style>
68<style id="global-styles-inline-css" type="text/css">
69:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
70:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
71:where(.wp-block-term-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-term-template.is-layout-grid){gap: 1.25em;}
72:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
73:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
74/*# sourceURL=global-styles-inline-css */
75</style>
76
77
78
79
80
81<style id="wpdevart-custom-style-inline-css" type="text/css">
82 body {font-family: Alegreya, sans-serif;} .wpdevart-top-header-bg-color {background: #10100e;} .wpdevart-top-header-gradient-color {background: linear-gradient(to right, #10100e, #10100e);} .wpdevart-top-header-border {border-bottom: 1px solid #383838;} .wpdevart-top-header-left {color: #d5d5d5;} .wpdevart-top-header-left-content {color: #d5d5d5;} .wpdevart-top-header-right-content {color: #d5d5d5;} .wpdevart-phone-email-icon {fill: #ffc88e;} .wpdevart-social-icons {background-color: #10100e; border: 1px solid #ffc88e;} .wpdevart-social-icons a {fill: #ffc88e;} .wpdevart-social-icons:hover {box-shadow: 0px 0px 10px #ffc88e;} .wpdevart-main-header-bg {background: #070506;} .wpdevart-main-header-bg-gradient {background: linear-gradient(to right, #070506, #070506);} .wpdevart-main-header-border {border-bottom: 1px solid #383838;} .wpdevart-logo-area img {max-height: 70px;} .wpdevart-logo-area-layouttwo img, .wpdevart-logo-area-layoutthree img {max-height: 70px!important;} @media screen and (min-width:960px) { .wpdevart-logo-area img {max-height: 40px;} .wpdevart-logo-area-layouttwo img, .wpdevart-logo-area-layoutthree img {max-height: 40px!important;}} .wpdevart-logo-text, .wpdevart-logo-text-gradient, .wpdevart-logo-text-layouttwo, .wpdevart-logo-text-layouttwo-gradient, .wpdevart-logo-text-layoutthree, .wpdevart-logo-text-layoutthree-gradient {font-size: 26px ; font-weight: 400 ;} .wpdevart-logo-text-simple {color: #fdc58a;} .wpdevart-logo-text-gradient a {background: linear-gradient(to right, #fdc58a, #fdc58a);-webkit-text-fill-color: transparent;-webkit-background-clip: text;} .wpdevart-logo-text-layouttwo-simple, .wpdevart-logo-text-layoutthree-simple {color: #fdc58a;} .wpdevart-logo-text-layouttwo-gradient a, .wpdevart-logo-text-layoutthree-gradient a {background: linear-gradient(to right, #fdc58a, #fdc58a);-webkit-text-fill-color: transparent;-webkit-background-clip: text;} .wpdevart-site-description {color: #d5d5d5;font-size: 18px;} @media screen and (min-width:960px) { .wpdevart-menu-items-color {color: #ffffff;} .simple-navbar-wpdevart a {color: #ffffff;} .wpdevart-menu-button-icon {fill: #ffffff;} .navbar-wpdevart .dropdown-menu, .navbar-wpdevart .sub-menu {background: #070506 ; border-top: 2px solid #fdc58a ;} .wpdevart-sub-menu-link-color {color: #d5d5d5 ;} .wpdevart-sub-menu-button-icon {fill: #d5d5d5 ;} } @media screen and (max-width:960px) { .head-mobile-toolbar {background: #10100e;} .head-mobile-toolbar-gradient {background: linear-gradient(to right, #10100e, #10100e);} .wpdevartmobilemenubutton.menu-opened:before {background: #fdc58a ;} .wpdevartmobilemenubutton:after {border-top:2px solid #fdc58a ; border-bottom:2px solid #fdc58a ;} .wpdevartmobilemenubutton:before {background: #fdc58a ;} .wpdevartmobilemenubutton.menu-opened:after {background: #fdc58a ;} #wpdevartmobilemenu {background: #070506 ;} #wpdevartmobilemenu ul ul li a, #wpdevartmobilemenu > ul > li > a {color: #ffffff ;} #wpdevartmobilemenu ul li, #wpdevartmobilemenu ul li ul {border-top:1px solid #433e37 ;} #wpdevartmobilemenu ul li:last-of-type {border-bottom:1px solid #433e37 ;} #wpdevartmobilemenu .wpdevart-submenu-button, #wpdevartmobilemenu .wpdevart-submenu-button.submenu-opened {background: #fdc58a ;} #wpdevartmobilemenu .wpdevart-submenu-button:after, #wpdevartmobilemenu .wpdevart-submenu-button.submenu-opened:after, #wpdevartmobilemenu .wpdevart-submenu-button:before {background: #070506 ;} } .site-header__search-trigger, .site-header-font-cursor {stroke: #fdc58a;} .search-trigger, .search-trigger-layout-two {stroke: #fdc58a;} .wpdevart-main-container {background: #070506;}
83.wpdevart-main-container:not(.wpdevart-post-text-content, .comment-body, .sidebar-widget-area), .wpdevart-main-container p:not(.wpdevart-post-text-content p, .comment-body p, .sidebar-widget-area p), .wpdevart-main-container li:not(.wpdevart-post-text-content li, .comment-body li, .sidebar-widget-area li), .wpdevart-comment-respond input, .wpdevart-comment-respond textarea, .wpdevart-main-container .wp-block-search__input {color: #d5d5d5;} .wpdevart-main-container:not(.wpdevart-post-text-content, .sidebar-widget-area), .wpdevart-main-container p:not(.wpdevart-post-text-content p, .sidebar-widget-area p), .wpdevart-main-container li:not(.wpdevart-post-text-content li, .sidebar-widget-area li) {font-size: 17px;} .wpdevart-comment-respond, .wpdevart-comment-respond p, .wpdevart-comment-respond li {color: #d5d5d5px;} .wpdevart-comment-respond a:not(.reply a) {color: #fdc58a;font-size: 17px;} .wpdevart-comment-respond a:hover:not(.reply a) {color: #ebebeb;} .wpdevart-main-container a:not(.post-tags a, .wpdevart-comment-respond a, .comment-author a, .comment-body .comment-meta a, .wp-block-comment-reply-link a , .wpdevart-posts-list-title a, .wpdevart-post-text-content a, .wpdevart-entry-meta a, .wpdevart-entry-meta-category a, .wp-block-file a, .wp-block-cover-text a, .sidebar-widget-area a, .wp-block-button__link, .comment-body a, .comment-reply-link, .page-numbers, .page-numbers li a) {color: #fdc58a;} .wpdevart-main-container a:hover:not(.wpdevart-comment-respond a, .comment-author a, .comment-body .comment-meta a, .wp-block-comment-reply-link a , .wpdevart-posts-list-title a, .wpdevart-entry-meta a, .wpdevart-entry-meta-category a, .sidebar-widget-area a, .wp-block-button__link, .comment-body a, .comment-reply-link, .page-numbers) {color: #ffffff;} .wpdevart-main-container h1:not(.sidebar-widget-area h1), .wpdevart-main-container h2:not(.wpdevart-posts-list-title h2, .sidebar-widget-area h2), .wpdevart-main-container h3:not(.sidebar-widget-area h3), .wpdevart-main-container h4:not(.sidebar-widget-area h4), .wpdevart-main-container h5:not(.sidebar-widget-area h5), .wpdevart-main-container h6:not(.sidebar-widget-area h6) {color: #fdc58a;} .wpdevart-primary-button, .wp-block-search__button, #submit:not(.wpdevart-woocommerce #review_form #respond .form-submit input) {color: #fdc58a ; box-shadow: inset 0 0 0 0 #070506 ; background: #070506 ; border: 1px solid #fdc58a ;} .wpdevart-primary-button:hover, .wpdevart-primary-button:focus, .wp-block-search__button:hover, .wp-block-search__button:focus, #submit:hover:not(.wpdevart-woocommerce #review_form #respond .form-submit input), #submit:focus:not(.wpdevart-woocommerce #review_form #respond .form-submit input) {color: #ebebeb ; box-shadow: inset 400px 0 0 0 #070506 ; border: 1px solid #ebebeb ;} .wpdevart-main-container a:not(.reply a, .comment-author a, .comment-body .comment-meta a, .wpdevart-posts-list-title a, .wpdevart-entry-meta, .wpdevart-entry-meta a, .wpdevart-entry-meta-category a, .wp-block-file a, .wp-block-cover-text a, .sidebar-widget-area a, .wp-caption-text a, .page-numbers li a) {font-size: 17px; font-weight: 400; font-style: normal;} .wpdevart-main-container h1:not(.sidebar-widget-area h1) {font-size: 40px; font-weight: 400; font-style: normal; text-transform: uppercase; text-decoration: none;} .wpdevart-main-container h2:not(.wpdevart-posts-list-title h2, .sidebar-widget-area h2) {font-size: 28px; font-weight: 400; font-style: normal; text-transform: uppercase; text-decoration: none;} .wpdevart-main-container h3:not(.sidebar-widget-area h3) {font-size: 24px; font-weight: 400; font-style: normal; text-transform: uppercase; text-decoration: none;} .wpdevart-main-container h4:not(.sidebar-widget-area h4) {font-size: 23px; font-weight: 400; font-style: normal; text-transform: uppercase; text-decoration: none;} .wpdevart-main-container h5:not(.sidebar-widget-area h5) {font-size: 22px; font-weight: 400; font-style: normal; text-transform: uppercase; text-decoration: none;} .wpdevart-main-container h6:not(.sidebar-widget-area h6) {font-size: 20px; font-weight: 400; font-style: normal; text-transform: uppercase; text-decoration: none;} .post-tags a {color: #fdc58a!important; border: 1px solid #fdc58a!important;} .post-tags a:hover {color: #ffffff!important; border: 1px solid #ffffff!important;} .wpdevart-sidebar-container-inside {background: #070506!important; box-shadow: 0 0 2px 0 #343434, 0 5px 20px 0 #343434!important;} .sidebar-widget-area h1, .sidebar-widget-area h2, .sidebar-widget-area h3, .sidebar-widget-area h4, .sidebar-widget-area h5, .sidebar-widget-area h6 {color: #fdc58a; font-weight: 400; font-style: normal; text-transform: uppercase; text-decoration: none;} .sidebar-widget-area h1, .sidebar-widget-area h2, .sidebar-widget-area h3 {font-size: 24px;} .sidebar-widget-area h4, .sidebar-widget-area h5, .sidebar-widget-area h6 {font-size: 20px;} .sidebar-widget-area, .sidebar-widget-area p, .sidebar-widget-area li {font-size: 16px; color: #d5d5d5;} .sidebar-widget-area .wp-block-search__input {color: #d5d5d5;} .sidebar-widget-area a:not(.wp-block-button__link, .wp-block-comment-reply-link a), .sidebar-widget-area p a:not(.wp-block-button__link, .wp-block-comment-reply-link a ) {font-size: 16px; color: #ffffff;} .sidebar-widget-area a:hover:not(.wp-block-button__link, .wp-block-comment-reply-link a), .sidebar-widget-area p a:hover:not(.wp-block-button__link, .wp-block-comment-reply-link a ) {color: #fdc58a;} .sidebar-widget-area .tag-cloud-link {color: #ffffff; border: 1px solid #ffffff;} .sidebar-widget-area .tag-cloud-link:hover {color: #fdc58a; border: 1px solid #fdc58a;} .comment-body {background: #070506;} .comment-body, .comment-body p, .comment-body li, .comment-body ol {color: #d5d5d5;} .comment-body h1, .comment-body h2, .comment-body h3, .comment-body h4, .comment-body h5, .comment-body h6 {color: #fdc58a;} .comment-body a:not(.reply a, .comment-reply-link, .comment-author a, .comment-body .comment-meta a) {color: #fdc58a; background: linear-gradient(90deg, #fdc58a, #fdc58a); background-repeat: no-repeat; background-position: 50% 100%; background-size: 100% 1px; transition: 0.5s all; text-decoration: none;} .comment-body a:hover:not(.reply a, .comment-reply-link, .comment-author a, .comment-body .comment-meta a) {color: #ebebeb; background-size: 0 1px;} .comment-author a, .comment-body .comment-meta a {border: 1px solid #fdc58a;} .comment-author a:hover, .comment-body .comment-meta a:hover {border: 1px solid #ebebeb;} .comment-reply-link {box-shadow: inset 0 0 0 0 #070506 ; background: #070506 ; border: 1px solid #fdc58a ;} .reply a, .wp-block-comment-reply-link a {color:#fdc58a;} .comment-reply-link:hover {box-shadow: inset 400px 0 0 0 #070506 ; border: 1px solid #ebebeb ;} .reply a:hover, .wp-block-comment-reply-link a:hover {color: #ebebeb ;}
84.page-numbers li {background: #070506; border: 1px solid #fdc58a;} .page-numbers {color: #c9b29f ;} .page-numbers li a {color: #fdc58a ;} .page-numbers li:hover {background: #070506; border: 1px solid #ebebeb;} .page-numbers li a:hover {color: #ebebeb ;} .page-numbers:hover {color: #c9b29f ;} .wpdevart-call-action-section-container {background: #070506 !important;} .wpdevart-call-action-custom-title-content {color: #f5f5f5 !important;} .wpdevart-call-action-custom-desctiption {color: #d5d5d5 !important;} .wpdevart-call-action-custom-title-content:after {background: #433e37 !important;} .wpdevart-latest-posts-section-container {background: #070506 !important;} .wpdevart-latest-posts-custom-title-content {color: #f5f5f5 !important;} .wpdevart-latest-posts-custom-desctiption {color: #d5d5d5 !important;} .wpdevart-latest-posts-custom-title-content:after {background: #433e37 !important;} .wpdevart-homepage-bg-color {background: #0a1229be, url(https://dubaiexchange-247.com/wp-content/themes/church-wda/images/banner-bg-image.jpg)!important;background-size: cover !important;background-position: center !important;background-repeat: no-repeat !important;} .wpdevart-homepage-bg-gradient-color {background: linear-gradient(to right, #0a1229be, #0a1229be), url(https://dubaiexchange-247.com/wp-content/themes/church-wda/images/banner-bg-image.jpg)!important;background-size: cover !important;background-position: center !important;background-repeat: no-repeat !important;} .wpdevart-banner-short-text {font-size: 17px;color: #fdc58a;} .wpdevart-banner-title {font-size: 43px;color: #ffffff;} @media (max-width: 600px) { .wpdevart-banner-title { font-size: 40px; } } .wpdevart-banner-content {font-size: 17px;color: #d5d5d5;} .sliding-text li {font-size: 37px;color: #ffc88e; line-height: 1.3; }@media (max-width: 600px) { .sliding-text li { font-size: 28px; line-height: 1.8; } } .circle {border: 10px dashed ;} @media (max-width: 600px) {.circle {border: 5px dashed ;}} @media (min-width: 600px) and (max-width: 1400px) {.circle {border: 9px dashed ;}} .wpdevart-action-section-bg {background: #2d2d3c;} .wpdevart-action-section-bg-gradient {background: linear-gradient(to right, #2d2d3c, #2d2d3c);} .wpdevart-action-text-content p {color: #d5d5d5; font-size: 16px;} .wpdevart-action-text-content-font {font-size: 30px;color: #fdc58a;} .wpdevart-homepage-posts-content {background: #070506; color: #d5d5d5;} .wpdevart-home-latest-post-date, .wpdevart-home-latest-post-read-more a {color: #d5d5d5;} .wpdevart-home-arrow-right {fill: #d5d5d5;} .wpdevart-home-latest-post-title a {color: #fdc58a;} .wpdevart-post-banner__bg {background: #10100e;} .wpdevart-post-banner__bg-gradient {background: linear-gradient(to right, #10100e, #10100e);} .post-banner__title {color: #f5f5f5 ;} .post-banner-content {text-align: center ;} .wpdevart-banner-entry-text, .wpdevart-breadcrumbs-single-post li, .wpdevart-breadcrumbs-single-post li:after {color: #d5d5d5 ;} .wpdevart-banner-entry-meta a, .wpdevart-breadcrumbs-single-post li a {color: #fdc58a; background: linear-gradient(90deg, #ffffff, #ffffff);} .wpdevart-banner-entry-meta a:hover, .wpdevart-breadcrumbs-single-post li a:hover {color: #ffffff;} .wpdevart-page-banner__bg {background: #10100e;} .wpdevart-page-banner__bg-gradient {background: linear-gradient(to right, #10100e, #10100e);} .page-banner__title {color: #f5f5f5 ;} .page-banner-content {text-align: center ;} .wpdevart-banner-page-entry-text, .wpdevart-breadcrumbs-single-page li, .wpdevart-breadcrumbs-single-page li:after {color: #d5d5d5 ;} .wpdevart-banner-page-entry-meta a, .wpdevart-breadcrumbs-single-page li a {color: #fdc58a; background: linear-gradient(90deg, #ffffff, #ffffff);} .wpdevart-banner-page-entry-meta a:hover, .wpdevart-breadcrumbs-single-page li a:hover {color: #ffffff ;} .wpdevart-archive-banner__bg {background: #10100e;} .wpdevart-archive-banner__bg-gradient {background: linear-gradient(to right, #10100e, #10100e);} .archive-banner__title {color: #f5f5f5 ;text-align: center ;} .wpdevart-entry-meta-category a {background: #070506; color: #fdc58a; border: 1px solid #fdc58a; font-size: 13px;} .wpdevart-entry-meta-category a:hover {background: #070506; color: #ebebeb; border: 1px solid #ebebeb;} .wpdevart-post-summary-content {background: #070506 ;} .wpdevart-post-summary-content-full-width {background: #070506 ;} .wpdevart-posts-list-title a {font-size: 22px; } .post-list-title a {color: #fdc58a; border-bottom: 1px solid #433e37;} .post-list-title a:hover {color: #ffffff;} .wpdevart-entry-meta, .wpdevart-entry-meta a {color: #ffffff; font-size: 12px;} .wpdevart-entry-meta a:hover {color: #fdc58a;} .wpdevart-icon-padding {fill: #ffc88e;} .wpdevart-post-text-content, .wpdevart-post-text-content p, .wpdevart-post-text-content a, .wpdevart-post-text-content li {color: #d5d5d5; font-size: 15px;} @media (max-width: 1200px) { .wpdevart-posts-list-title a {font-size: 18px;} .wpdevart-entry-meta, .wpdevart-entry-meta a {font-size: 11px;} .wpdevart-post-text-content, .wpdevart-post-text-content p, .wpdevart-post-text-content a, .wpdevart-post-text-content li {font-size: 14px;} } .wpdevart-search-banner__bg {background: #10100e ;} .wpdevart-search-banner__bg-gradient {background: linear-gradient(to right, #10100e, #10100e);} .search-banner__title {color: #f5f5f5 ;text-align: center ;} .wpdevart-not-found-page-content {background: #070506;}
85.wpdevart-container-woo-title {text-align: center !important;} .wpdevart-woo-banner__bg {background: #10100e!important;} .wpdevart-woo-banner__bg-gradient {background: linear-gradient(to bottom, #10100e, #10100e)!important;} .woo-shop-by-category-text a {color: #fdc58a!important; background: linear-gradient(90deg, #d8d8d8, #d8d8d8)!important; background-repeat: no-repeat!important; background-position: 50% 100%!important; background-size: 0 1px!important; transition: 0.5s all!important; text-decoration: none!important;} .woo-shop-by-category-text a:hover {color: #d8d8d8!important; background-size: 100% 1px!important;} .wpdevart-woo-icon {fill: #fdc58a!important;} .custom-cart-count {background: #fdc58a!important; color: #0a0a0a!important;} .wpdevart-woo-account-icon {fill: #fdc58a!important;} .wpdevart-breadcrumbs-woo li, .wpdevart-breadcrumbs-woo li:after {color: #fdc58a!important;} .wpdevart-breadcrumbs-woo li a {color: #fdc58a!important; background: linear-gradient(90deg, #ffffff, #ffffff);} .wpdevart-breadcrumbs-woo li a:hover {color: #ffffff!important;} .wpdevart-woo-container, .wp-block-woocommerce-mini-cart-contents {background: #070506!important;} .wpdevart-woocommerce ul.products li.product {background: #070506!important;} .wpdevart-woo-container:not(.wpdevart-woo-sidebar-container, .wpdevart-breadcrumbs-woo), .wpdevart-woo-container p:not(.wpdevart-woo-sidebar-container p, .wpdevart-breadcrumbs-woo p), .wpdevart-woo-container li:not(.wpdevart-woo-sidebar-container li, .wpdevart-breadcrumbs-woo li) {color: #d5d5d5!important; font-size: 17px!important;} .wpdevart-main-woo-container .woocommerce-Reviews input, .wpdevart-main-woo-container .woocommerce-Reviews textarea {color: #d5d5d5!important;} .wpdevart-woo-container .wp-block-search__input {color: #d5d5d5!important;} .wpdevart-woo-container a:not(.wc-block-cart-item__wrap a, .wc-block-cart-item__image a, .woo-shop-by-category-container a, .wpdevart-breadcrumbs-woo a, .wc-block-grid__product-link, .wpdevart-woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .wpdevart-woocommerce div.product .woocommerce-tabs ul.tabs li a, .wpdevart-woo-search-bar-container a, .wpdevart-woo-sidebar-container a, .wp-block-button__link, .woocommerce-product-gallery__trigger, .button, .woocommerce-Button, .wc-block-cart__submit-button, p.stars a, .wpdevart-woocommerce nav.woocommerce-pagination ul li, .wpdevart-woocommerce nav.woocommerce-pagination ul li span, .wpdevart-woocommerce nav.woocommerce-pagination ul li a) {color: #fdc58a!important; background: linear-gradient(90deg, #fdc58a, #fdc58a)!important; font-size: 17px!important; background-repeat: no-repeat!important; background-position: 50% 100%!important; text-decoration: none; transition: 0.5s all; background-size: 100% 1px!important;} .wpdevart-woo-container a:hover:not(.wc-block-cart-item__wrap a, .wc-block-cart-item__image a, .woo-shop-by-category-container a, .wpdevart-breadcrumbs-woo a, .wc-block-grid__product-link, .wpdevart-woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .wpdevart-woocommerce div.product .woocommerce-tabs ul.tabs li a, .wpdevart-woo-search-bar-container a, .wpdevart-woo-sidebar-container a, .wp-block-button__link, .woocommerce-product-gallery__trigger, .button, .woocommerce-Button, .wc-block-cart__submit-button, p.stars a, .wpdevart-woocommerce nav.woocommerce-pagination ul li, .wpdevart-woocommerce nav.woocommerce-pagination ul li span, .wpdevart-woocommerce nav.woocommerce-pagination ul li a) {color: #ffffff!important;background-size: 0 1px!important;} .wc-block-cart-item__wrap a {color: #fdc58a!important; font-size: 17px!important; text-decoration: none; transition: 0.5s all;} .wc-block-cart-item__wrap a:hover {color: #ffffff!important;} .wpdevart-woocommerce a.remove {color: #fdc58a!important; border: 1px solid #fdc58a!important;} .wpdevart-woocommerce a.remove:hover {background: #ffffff!important; border: 1px solid #ffffff!important;} .wpdevart-woo-container h1:not(.wpdevart-woo-sidebar-container h1), .wpdevart-woo-container h2:not(.wpdevart-woo-sidebar-container h2), .wpdevart-woo-container h3:not(.wpdevart-woo-sidebar-container h3), .wpdevart-woo-container h4:not(.wpdevart-woo-sidebar-container h4), .wpdevart-woo-container h5:not(.wpdevart-woo-sidebar-container h5), .wpdevart-woo-container h6:not(.wpdevart-woo-sidebar-container h6) {color: #fdc58a!important;} .wpdevart-woocommerce div.product .woocommerce-tabs ul.tabs li.active a {color: #fdc58a!important;border-bottom: 3px solid #fdc58a!important;} .wpdevart-woocommerce div.product .woocommerce-tabs ul.tabs li a {color: #7e7e7e!important;} .wpdevart-woocommerce div.product .woocommerce-tabs ul.tabs::before {border-bottom: 1px solid #433e37!important;} @media (max-width: 769px) {.wpdevart-woocommerce div.product .woocommerce-tabs ul.tabs {border-left: 1px solid #433e37!important;}} .wc-block-grid__product-link, h2.wc-block-mini-cart__title {color: #fdc58a!important;} .wpdevart-woocommerce ul.products li.product .onsale, .wpdevart-woocommerce span.onsale {background-color: #2d2d3c!important;color: #fdc58a!important;} .wpdevart-woo-container h1 {font-size: 40px!important;} .wpdevart-shopping-cart {background: #070506!important; border: 1px solid #343434!important;} .wpdevart-shopping-cart, .wpdevart-shopping-cart p, .wpdevart-shopping-cart li, .wpdevart-shopping-cart a:not(.wpdevart-shopping-cart .widget_shopping_cart a.remove, .button, .woocommerce-Button, .wc-block-cart__submit-button, p.stars a, .wpdevart-woocommerce nav.woocommerce-pagination ul li, .wpdevart-woocommerce nav.woocommerce-pagination ul li span, .wpdevart-woocommerce nav.woocommerce-pagination ul li a) {color: #d5d5d5!important;} .wpdevart-shopping-cart .widget_shopping_cart a.remove {color: #fdc58a!important;} .wpdevart-shopping-cart .widget_shopping_cart a.remove:hover {color: #ffffff!important;} .button, .wpdevart-woocommerce button.button, .wpdevart-woocommerce ul.products li.product .button, .wpdevart-woocommerce button.button.alt, .wpdevart-woocommerce #review_form #respond .form-submit input, .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .wc-block-components-button {background: #070506!important; box-shadow: inset 0 0 0 0 #070506!important; color: #fdc58a!important; border: 1px solid #fdc58a!important;} .button:hover, .wpdevart-woocommerce button.button:hover, .wpdevart-woocommerce ul.products li.product .button:hover, .wpdevart-woocommerce button.button.alt:hover, .wpdevart-woocommerce #review_form #respond .form-submit input:hover, .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .wc-block-components-button:hover {color: #ebebeb!important; border: 1px solid #ebebeb!important; box-shadow: inset 400px 0 0 0 #070506!important;} .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward {background: #070506!important; color: #fdc58a!important; border: 1px solid #fdc58a!important;} .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover {color: #ebebeb!important; border: 1px solid #ebebeb!important; box-shadow: inset 400px 0 0 0 #070506!important;} .wpdevart-homepage-woo-button {background: #fdc58a ; color: #0c0c0c ; border: 1px solid #fdc58a ;} .wpdevart-homepage-woo-button:hover {color: #fdc58a ; border: 1px solid #fdc58a ; box-shadow: inset 400px 0 0 0 #0c0c0c ;} .wpdevart-woocommerce .star-rating span {color: #fdc58a!important;} .wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span:before {color: #fdc58a!important;} p.stars a {color: #fdc58a!important;} .woocommerce-info, .woocommerce-message {border-top-color: #fdc58a!important;} .woocommerce-info::before, .woocommerce-message::before {color: #fdc58a!important;} .wpdevart-woocommerce nav.woocommerce-pagination ul li, .wpdevart-woocommerce nav.woocommerce-pagination ul li span, .woocommerce nav.woocommerce-pagination ul li a:focus {background: #070506!important; color: #c9b29f!important; font-size: 18px!important; } .wpdevart-woocommerce nav.woocommerce-pagination ul li a {color: #fdc58a!important;font-size: 18px!important;} .wpdevart-woocommerce nav.woocommerce-pagination ul li span {border: 1px solid #fdc58a!important;} .wpdevart-woocommerce nav.woocommerce-pagination ul li span:hover {border: 1px solid #ebebeb!important;} .wpdevart-woocommerce nav.woocommerce-pagination ul li a {border: 1px solid #fdc58a!important;} .wpdevart-woocommerce nav.woocommerce-pagination ul li a:hover {border: 1px solid #ebebeb!important;} .wpdevart-woocommerce nav.woocommerce-pagination ul li a:hover {background: #070506!important; color: #ebebeb!important;} .wpdevart-woocommerce nav.woocommerce-pagination ul li span.current:hover {background: #070506!important;} .wpdevart-woocommerce nav.woocommerce-pagination ul li span:hover {color: #c9b29f!important;} .wpdevart-woo-sidebar-container-inside {background: #070506!important; box-shadow: 0 0 2px 0 #343434, 0 5px 20px 0 #343434!important;} .wpdevart-woo-sidebar-container h1, .wpdevart-woo-sidebar-container h2, .wpdevart-woo-sidebar-container h3, .wpdevart-woo-sidebar-container h4, .wpdevart-woo-sidebar-container h5, .wpdevart-woo-sidebar-container h6 {color: #fdc58a!important;} .wc-block-grid .wc-block-grid__product-onsale, .wc-block-grid__product-image .wc-block-grid__product-onsale {background: #fdc58a; border: 1px solid #fdc58a ;} .wpdevart-woo-sidebar-container h1, .wpdevart-woo-sidebar-container h2, .wpdevart-woo-sidebar-container h3 {font-size: 26px;} .wpdevart-woo-sidebar-container h4, .wpdevart-woo-sidebar-container h5, .wpdevart-woo-sidebar-container h6 {font-size: 20px;} .wpdevart-woo-sidebar-container, .wpdevart-woo-sidebar-container p, .wpdevart-woo-sidebar-container li {font-size: 16px; color: #d5d5d5;} .wpdevart-woo-sidebar-container .wp-block-search__input {color: #d5d5d5!important;} .wpdevart-woo-sidebar-container a:not(.wp-block-button__link, .button, .wpdevart-woo-sidebar-container .tag-cloud-link) {font-size: 16px; color: #ffffff;} .wp-block-woocommerce-customer-account {color: #ffffff;} .wpdevart-woocommerce .widget_shopping_cart .cart_list li a.remove:not(.wpdevart-shopping-cart .widget_shopping_cart a.remove) {color: #ffffff; border-color: #ffffff;} .wpdevart-woo-sidebar-container a:hover {color: #fdc58a;} .wpdevart-woocommerce .widget_shopping_cart .cart_list li a.remove:hover:not(.wpdevart-shopping-cart .widget_shopping_cart a.remove) {background: #fdc58a; border-color: #fdc58a;color: #ffffff;} .wpdevart-woo-sidebar-container .tag-cloud-link {color: #ffffff!important; border: 1px solid #ffffff!important;} .wpdevart-woo-sidebar-container .tag-cloud-link:hover {color: #fdc58a!important; border: 1px solid #fdc58a!important;} .wpdevart-woo-homepage-products-content {background: #070506;} .wpdevart-home-latest-products-title a {color: #ffffff;} .wpdevart-woo-homepage-products-content, .wpdevart-woo-homepage-products-content p {color: #d5d5d5;} .wc-block-components-notice-banner.is-error {background: #070506!important;border-color: #d5d5d5!important;} .wc-block-components-notice-banner.is-error>svg {background-color: #fdc58a!important;} .wc-block-components-notice-banner, .wp-block-woocommerce-mini-cart-contents, .wp-block-woocommerce-mini-cart-contents p, .wp-block-woocommerce-mini-cart-contents li {color: #d5d5d5!important;}
86
87/*# sourceURL=wpdevart-custom-style-inline-css */
88</style>
89
90<link rel="stylesheet" href="https://dubaiexchange-247.com/wp-content/uploads/elementor/css/post-7.css?ver=1766214542" data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')" type="text/css" media="all">
91
92
93<link rel="stylesheet" href="https://dubaiexchange-247.com/wp-content/uploads/elementor/css/post-92.css?ver=1766214581" data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')" type="text/css" media="all">
94<style id="rocket-lazyload-inline-css" type="text/css">
95.rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player:focus-within{outline: 2px solid currentColor;outline-offset: 5px;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:url(https://dubaiexchange-247.com/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;}.wp-embed-responsive .wp-has-aspect-ratio .rll-youtube-player{position:absolute;padding-bottom:0;width:100%;height:100%;top:0;bottom:0;left:0;right:0}
96/*# sourceURL=rocket-lazyload-inline-css */
97</style>
98
99
100
101
102<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://dubaiexchange-247.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js" defer=""></script>
103<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://dubaiexchange-247.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js" defer=""></script>
104<link rel="https://api.w.org/" href="https://dubaiexchange-247.com/wp-json/"><link rel="alternate" title="JSON" type="application/json" href="https://dubaiexchange-247.com/wp-json/wp/v2/pages/92"><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://dubaiexchange-247.com/xmlrpc.php?rsd">
105<meta name="generator" content="WordPress 6.9">
106<link rel="shortlink" href="https://dubaiexchange-247.com/?p=92">
107 <!-- Custom Logo: hide header text -->
108 <style id="custom-logo-css" type="text/css">
109 .site-title, .site-description {
110 position: absolute;
111 clip-path: inset(50%);
112 }
113 </style>
114 <meta name="generator" content="Elementor 3.33.6; features: e_font_icon_svg, additional_custom_breakpoints; settings: css_print_method-external, google_font-enabled, font_display-swap">
115 <style>
116 .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
117 .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
118 background-image: none !important;
119 }
120 @media screen and (max-height: 1024px) {
121 .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
122 .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
123 background-image: none !important;
124 }
125 }
126 @media screen and (max-height: 640px) {
127 .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
128 .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
129 background-image: none !important;
130 }
131 }
132 </style>
133 <noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript><script type="rocketlazyloadscript">
134/*! loadCSS rel=preload polyfill. [c]2017 Filament Group, Inc. MIT License */
135(function(w){"use strict";if(!w.loadCSS){w.loadCSS=function(){}}
136var rp=loadCSS.relpreload={};rp.support=(function(){var ret;try{ret=w.document.createElement("link").relList.supports("preload")}catch(e){ret=!1}
137return function(){return ret}})();rp.bindMediaToggle=function(link){var finalMedia=link.media||"all";function enableStylesheet(){link.media=finalMedia}
138if(link.addEventListener){link.addEventListener("load",enableStylesheet)}else if(link.attachEvent){link.attachEvent("onload",enableStylesheet)}
139setTimeout(function(){link.rel="stylesheet";link.media="only x"});setTimeout(enableStylesheet,3000)};rp.poly=function(){if(rp.support()){return}
140var links=w.document.getElementsByTagName("link");for(var i=0;i<links.length;i++){var link=links[i];if(link.rel==="preload"&&link.getAttribute("as")==="style"&&!link.getAttribute("data-loadcss")){link.setAttribute("data-loadcss",!0);rp.bindMediaToggle(link)}}};if(!rp.support()){rp.poly();var run=w.setInterval(rp.poly,500);if(w.addEventListener){w.addEventListener("load",function(){rp.poly();w.clearInterval(run)})}else if(w.attachEvent){w.attachEvent("onload",function(){rp.poly();w.clearInterval(run)})}}
141if(typeof exports!=="undefined"){exports.loadCSS=loadCSS}
142else{w.loadCSS=loadCSS}}(typeof global!=="undefined"?global:this))
143</script> </head>
144 <body class="wp-singular page-template page-template-elementor_header_footer page page-id-92 wp-custom-logo wp-embed-responsive wp-theme-church-wda elementor-default elementor-template-full-width elementor-kit-7 elementor-page elementor-page-92">
145 <a class="skip-link screen-reader-text" href="#content_navigator">
146 Skip to content </a>
147 <header role="banner" class="wpdevart-main-header-bg-gradient wpdevart-main-header-border">
148
149 <div class="wpdevart-header-container ">
150
151 <div class="header-action-button-mobile-area-layoutthree ">
152 <a href="#"><div class="wpdevart_church_wda_hover_button_small wpdevart-header-action-button wpdevart_church_wda_primary_button_slide primary_btn_slide_right">Dreamexch ID</div></a>
153 </div>
154 <div class="wpdevart-menu-and-buttons-container-layoutthree">
155 <div role="navigation" class="nav-container nav-container-layout-three">
156 <div class="wpdevart-search-button-icon-mobile ">
157 <button onclick="wpdevartToggleModalSmall()" type="button" id="wpdevartsmallsearchbutton" class="site-header__search-trigger search-menu-buttons">
158 <svg class="site-header__search-trigger site-header-font-cursor" viewBox="0 0 25 18" fill="none" xmlns="http://www.w3.org/2000/svg">
159 <path d="M7.61667 13.9833C11.1329 13.9833 13.9833 11.1329 13.9833 7.61667C13.9833 4.10045 11.1329 1.25 7.61667 1.25C4.10045 1.25 1.25 4.10045 1.25 7.61667C1.25 11.1329 4.10045 13.9833 7.61667 13.9833Z" class="site-header__search-trigger" stroke-width="1.5" stroke-miterlimit="10"></path>
160 <path d="M18.75 18.75L11.9917 11.9917" class="site-header__search-trigger" stroke-width="1.5" stroke-miterlimit="10"></path>
161 </svg>
162 </button>
163 </div>
164 <nav class="navbar-wpdevart navbar-wpdevart-float navbar-wpdevart-layout-three" id="wpdevartmobilemenu">
165 <div id="head-mobile" class="head-mobile-toolbar-gradient"></div>
166 <button onclick="wpdevartMenuToggleModal()" id="wpdevartOpenMenuButton" class="wpdevartmobilemenubutton wpdevart-mobile-icon-button"></button>
167 <ul id="menu-menu-1" class="menu"><li id="menu-item-111" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-111"><a class="wpdevart-menu-items-color" href="https://dubaiexchange-247.com/">Dubaiexch</a></li>
168<li id="menu-item-112" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-112"><a class="wpdevart-menu-items-color" href="https://dubaiexchange-247.com/about-us/">About Us</a></li>
169<li id="menu-item-119" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-92 current_page_item active menu-item-119"><a class="wpdevart-menu-items-color" href="https://dubaiexchange-247.com/sports/">Sports</a></li>
170<li id="menu-item-115" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children dropdown menu-item-115"><a class="wpdevart-menu-items-color" href="https://dubaiexchange-247.com/online-cricket-id/" data-toggle="dropdown">Online Cricket ID </a><button class="wpdevart-menu-button-icon wpdevart-hide-on-mobile"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="15" x="0px" y="0px" viewBox="0 -5 22 28" enable-background="new 0 -5 22 28"><path d="M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z"></path></svg></button><ul class="dropdown-menu depth_0">
171 <li id="menu-item-118" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-118"><a class="wpdevart-sub-menu-link-color" href="https://dubaiexchange-247.com/signup/">Signup</a></li>
172 <li id="menu-item-114" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-114"><a class="wpdevart-sub-menu-link-color" href="https://dubaiexchange-247.com/login/">Login</a></li>
173</ul>
174</li>
175<li id="menu-item-117" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children dropdown menu-item-117"><a class="wpdevart-menu-items-color" href="https://dubaiexchange-247.com/responsible-gaming/" data-toggle="dropdown">Responsible Gaming </a><button class="wpdevart-menu-button-icon wpdevart-hide-on-mobile"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="15" x="0px" y="0px" viewBox="0 -5 22 28" enable-background="new 0 -5 22 28"><path d="M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z"></path></svg></button><ul class="dropdown-menu depth_0">
176 <li id="menu-item-116" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-116"><a class="wpdevart-sub-menu-link-color" href="https://dubaiexchange-247.com/privacy-policy/">Privacy Policy</a></li>
177 <li id="menu-item-120" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-120"><a class="wpdevart-sub-menu-link-color" href="https://dubaiexchange-247.com/terms-and-conditions/">Terms and Conditions</a></li>
178</ul>
179</li>
180<li id="menu-item-125" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-125"><a class="wpdevart-menu-items-color" href="https://dubaiexchange-247.com/blog/">Blog</a></li>
181<li id="menu-item-113" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-113"><a class="wpdevart-menu-items-color" href="https://dubaiexchange-247.com/contact-us/">Contact Us</a></li>
182</ul> </nav>
183 </div>
184
185 <div class="wpdevart-main-header-section-layoutthree">
186 <div class="wpdevart-logo-area-layoutthree ">
187 <h2 class="wpdevart-header-logo-spaces-layoutthree"><a href="https://dubaiexchange-247.com"></a><a href="https://dubaiexchange-247.com/" class="custom-logo-link" rel="home"><img fetchpriority="high" width="982" height="375" src="https://dubaiexchange-247.com/wp-content/uploads/2025/11/Dubaiexch.png" class="custom-logo entered lazyloaded" alt="" decoding="async" data-lazy-srcset="https://dubaiexchange-247.com/wp-content/uploads/2025/11/Dubaiexch.png 982w, https://dubaiexchange-247.com/wp-content/uploads/2025/11/Dubaiexch-300x115.png 300w, https://dubaiexchange-247.com/wp-content/uploads/2025/11/Dubaiexch-768x293.png 768w" data-lazy-sizes="(max-width: 982px) 100vw, 982px" data-lazy-src="https://dubaiexchange-247.com/wp-content/uploads/2025/11/Dubaiexch.png" data-ll-status="loaded" sizes="(max-width: 982px) 100vw, 982px" srcset="https://dubaiexchange-247.com/wp-content/uploads/2025/11/Dubaiexch.png 982w, https://dubaiexchange-247.com/wp-content/uploads/2025/11/Dubaiexch-300x115.png 300w, https://dubaiexchange-247.com/wp-content/uploads/2025/11/Dubaiexch-768x293.png 768w"><noscript><img fetchpriority="high" width="982" height="375" src="https://dubaiexchange-247.com/wp-content/uploads/2025/11/Dubaiexch.png" class="custom-logo" alt="" decoding="async" srcset="https://dubaiexchange-247.com/wp-content/uploads/2025/11/Dubaiexch.png 982w, https://dubaiexchange-247.com/wp-content/uploads/2025/11/Dubaiexch-300x115.png 300w, https://dubaiexchange-247.com/wp-content/uploads/2025/11/Dubaiexch-768x293.png 768w" sizes="(max-width: 982px) 100vw, 982px" /></noscript></a></h2> </div>
188 </div>
189
190 <div class="wpdevart-search-and-button-container-layoutthree">
191 <button onclick="wpdevartToggleModal()" type="button" id="wpdevartwidesearchbutton" class="search-trigger-layout-two search-menu-buttons ">
192 <svg class="search-trigger-layout-two" viewBox="0 0 25 22" fill="none" xmlns="http://www.w3.org/2000/svg">
193 <path d="M7.61667 13.9833C11.1329 13.9833 13.9833 11.1329 13.9833 7.61667C13.9833 4.10045 11.1329 1.25 7.61667 1.25C4.10045 1.25 1.25 4.10045 1.25 7.61667C1.25 11.1329 4.10045 13.9833 7.61667 13.9833Z" class="search-trigger-layout-two" stroke-width="1.5" stroke-miterlimit="10"></path>
194 <path d="M18.75 18.75L11.9917 11.9917" class="search-trigger-layout-two" stroke-width="1.5" stroke-miterlimit="10"></path>
195 </svg>
196 </button>
197 <div class="header-action-button-area-layoutthree ">
198 <a href="#"><div class="wpdevart_church_wda_hover_button_small wpdevart-header-action-button wpdevart_church_wda_primary_button_slide primary_btn_slide_right">Dreamexch ID</div></a>
199 </div>
200 </div>
201 </div>
202</div></header> <div data-elementor-type="wp-page" data-elementor-id="92" class="elementor elementor-92">
203 <div class="elementor-element elementor-element-2166caa e-flex e-con-boxed e-con e-parent" data-id="2166caa" data-element_type="container">
204 <div class="e-con-inner">
205 <div class="elementor-element elementor-element-56902b6 elementor-widget elementor-widget-image" data-id="56902b6" data-element_type="widget" data-widget_type="image.default">
206 <img decoding="async" width="1024" height="372" src="https://dubaiexchange-247.com/wp-content/uploads/2025/11/dubaiexchange-1024x372.webp" class="attachment-large size-large wp-image-14 entered lazyloaded" alt="dubaiexchange" data-lazy-srcset="https://dubaiexchange-247.com/wp-content/uploads/2025/11/dubaiexchange-1024x372.webp 1024w, https://dubaiexchange-247.com/wp-content/uploads/2025/11/dubaiexchange-300x109.webp 300w, https://dubaiexchange-247.com/wp-content/uploads/2025/11/dubaiexchange-768x279.webp 768w, https://dubaiexchange-247.com/wp-content/uploads/2025/11/dubaiexchange.webp 1100w" data-lazy-sizes="(max-width: 1024px) 100vw, 1024px" data-lazy-src="https://dubaiexchange-247.com/wp-content/uploads/2025/11/dubaiexchange-1024x372.webp" data-ll-status="loaded" sizes="(max-width: 1024px) 100vw, 1024px" srcset="https://dubaiexchange-247.com/wp-content/uploads/2025/11/dubaiexchange-1024x372.webp 1024w, https://dubaiexchange-247.com/wp-content/uploads/2025/11/dubaiexchange-300x109.webp 300w, https://dubaiexchange-247.com/wp-content/uploads/2025/11/dubaiexchange-768x279.webp 768w, https://dubaiexchange-247.com/wp-content/uploads/2025/11/dubaiexchange.webp 1100w"><noscript><img decoding="async" width="1024" height="372" src="https://dubaiexchange-247.com/wp-content/uploads/2025/11/dubaiexchange-1024x372.webp" class="attachment-large size-large wp-image-14" alt="dubaiexchange" srcset="https://dubaiexchange-247.com/wp-content/uploads/2025/11/dubaiexchange-1024x372.webp 1024w, https://dubaiexchange-247.com/wp-content/uploads/2025/11/dubaiexchange-300x109.webp 300w, https://dubaiexchange-247.com/wp-content/uploads/2025/11/dubaiexchange-768x279.webp 768w, https://dubaiexchange-247.com/wp-content/uploads/2025/11/dubaiexchange.webp 1100w" sizes="(max-width: 1024px) 100vw, 1024px" /></noscript> </div>
207 </div>
208 </div>
209 <div class="elementor-element elementor-element-9d19120 e-flex e-con-boxed e-con e-parent" data-id="9d19120" data-element_type="container">
210 <div class="e-con-inner">
211 <div class="elementor-element elementor-element-d57fa87 elementor-widget elementor-widget-heading" data-id="d57fa87" data-element_type="widget" data-widget_type="heading.default">
212 <h1 class="elementor-heading-title elementor-size-default">Sports Betting on Dubaiexch247 – Bet on Your Favorite Games</h1> </div>
213 </div>
214 </div>
215 <div class="elementor-element elementor-element-66d6c02 e-flex e-con-boxed e-con e-parent" data-id="66d6c02" data-element_type="container">
216 <div class="e-con-inner">
217 <div class="elementor-element elementor-element-159a43a elementor-widget elementor-widget-text-editor" data-id="159a43a" data-element_type="widget" data-widget_type="text-editor.default">
218 <p>Dubaiexch247 offers a <strong data-start="289" data-end="330">comprehensive sports betting platform</strong> for enthusiasts who want to enjoy secure, fast, and engaging betting experiences. From cricket and football to kabaddi and other popular sports, the platform provides <strong data-start="498" data-end="567">real-time updates, competitive odds, and multiple betting options</strong>. Whether you are a beginner or an experienced bettor, Dubaiexch247 ensures a <strong data-start="645" data-end="714">user-friendly interface and seamless access to all sports markets</strong>.</p><p data-start="719" data-end="740"><strong data-start="719" data-end="738">Key Highlights:</strong></p><ul><li data-start="743" data-end="826">Access to multiple sports including cricket, football, kabaddi, tennis, and more.</li><li data-start="829" data-end="883">Real-time odds and live updates for ongoing matches.</li><li data-start="886" data-end="939">Pre-match and in-play betting for dynamic gameplay.</li><li data-start="942" data-end="1005">Secure and instant transactions for deposits and withdrawals.</li><li data-start="1008" data-end="1062">Exclusive promotions and bonuses for sports bettors.</li></ul><h2><strong>1. Cricket Betting</strong></h2><p data-start="1098" data-end="1495">Cricket is the most popular sport on Dubaiexch247, offering <strong data-start="1158" data-end="1255">extensive coverage of international matches, domestic leagues, T20 tournaments, and IPL games</strong>. Bettors can choose from multiple market types, including match winner, top batsman, total runs, and more. The platform provides <strong data-start="1385" data-end="1424">live score updates and dynamic odds</strong>, ensuring that every cricket fan has a thrilling betting experience.</p><p data-start="1497" data-end="1534"><strong data-start="1497" data-end="1532">Why Cricket Betting is Popular:</strong></p><ul><li data-start="1537" data-end="1581">Live betting with real-time score updates.</li><li data-start="1584" data-end="1634">Multiple betting markets for diverse strategies.</li><li data-start="1637" data-end="1688">Participation in IPL, T20, ODI, and Test matches.</li><li data-start="1691" data-end="1745">Access to exchange markets for peer-to-peer betting.</li></ul><h2><strong>2. Football Betting</strong></h2><p data-start="1782" data-end="2113">Dubaiexch247 offers a <strong data-start="1804" data-end="1854">wide range of football leagues and tournaments</strong>, including Premier League, La Liga, Bundesliga, and international events. Users can bet on match outcomes, goal scorers, handicaps, and live match results. Football betting provides <strong data-start="2037" data-end="2088">exciting opportunities for real-time engagement</strong> and strategic betting.</p><p data-start="2115" data-end="2147"><strong data-start="2115" data-end="2145">Football Betting Features:</strong></p><ul><li data-start="2150" data-end="2187">Pre-match and live betting options.</li><li data-start="2190" data-end="2258">Multiple markets like total goals, first scorer, and match winner.</li><li data-start="2261" data-end="2301">Live odds updates for ongoing matches.</li><li data-start="2304" data-end="2364">Participation in major international and domestic leagues.</li></ul><h2><strong>3. Other Sports</strong></h2><p data-start="2397" data-end="2657">Beyond cricket and football, Dubaiexch247 covers <strong data-start="2446" data-end="2505">kabaddi, tennis, basketball, hockey, and virtual sports</strong>. Each sport comes with unique betting options, enabling users to diversify their strategies and enjoy an engaging experience across multiple markets.</p><p data-start="2659" data-end="2687"><strong data-start="2659" data-end="2685">Other Sports Benefits:</strong></p><ul><li data-start="2690" data-end="2738">Live and pre-match betting for various sports.</li><li data-start="2741" data-end="2798">Multiple betting markets to maximize winning potential.</li><li data-start="2801" data-end="2862">Real-time updates to track progress and make informed bets.</li><li data-start="2865" data-end="2916">Options for both casual and professional bettors.</li></ul><h2><strong>4. Exchange Markets for Sports Betting</strong></h2><p data-start="2972" data-end="3287">Dubaiexch247 provides <strong data-start="2994" data-end="3021">exchange market betting</strong>, allowing users to bet against each other instead of the platform. This system offers <strong data-start="3108" data-end="3169">better odds, flexible betting options, and higher returns</strong>. Exchange markets add an extra layer of strategy, as bettors can buy and sell positions based on match progression.</p><p data-start="3289" data-end="3324"><strong data-start="3289" data-end="3322">Key Exchange Market Features:</strong></p><ul><li data-start="3327" data-end="3379">Peer-to-peer betting for higher potential returns.</li><li data-start="3382" data-end="3421">Flexible market types for all sports.</li><li data-start="3424" data-end="3467">Real-time tracking of odds and positions.</li><li data-start="3470" data-end="3514">Dynamic opportunities to maximize profits.</li></ul><h2><strong>5. Secure Transactions and Account Management</strong></h2><p data-start="3577" data-end="3894">All sports betting activity on Dubaiexch247 is tied to your <strong data-start="3637" data-end="3683">verified Online Cricket ID or user account</strong>, ensuring <strong data-start="3694" data-end="3747">secure deposits, withdrawals, and fund management</strong>. Multiple payment methods are supported, and transactions are processed quickly, giving users a <strong data-start="3844" data-end="3891">smooth and uninterrupted betting experience</strong>.</p><h2><strong>6. Promotions and Bonuses for Sports Bettors</strong></h2><p data-start="3956" data-end="4209">Dubaiexch247 offers <strong data-start="3976" data-end="4016">exclusive bonuses for sports betting</strong>, including welcome offers, deposit bonuses, and special match-day promotions. These bonuses provide extra value, helping bettors <strong data-start="4146" data-end="4206">maximize winnings while enjoying risk-free opportunities</strong>.</p><h2><strong>7. Mobile Betting Experience</strong></h2><p data-start="4255" data-end="4603">With the <strong data-start="4264" data-end="4291">Dubaiexch247 mobile app</strong>, users can bet on sports anytime, anywhere. The mobile platform is fully optimized for <strong data-start="4379" data-end="4406">Android and iOS devices</strong>, ensuring <strong data-start="4417" data-end="4477">fast loading, smooth navigation, and secure transactions</strong>. Push notifications alert users to live scores, changing odds, and bonus offers, keeping them <strong data-start="4572" data-end="4600">always ahead of the game</strong>.</p><h2><strong>Conclusion</strong></h2><p data-start="4631" data-end="5029">Dubaiexch247 is a <strong data-start="4649" data-end="4705">one-stop platform for all sports betting enthusiasts</strong>, offering cricket, football, kabaddi, tennis, and more. With <strong data-start="4767" data-end="4850">real-time updates, exchange markets, secure transactions, and exclusive bonuses</strong>, users can enjoy a <strong data-start="4870" data-end="4914">dynamic and rewarding betting experience</strong>. Whether on desktop or mobile, Dubaiexch247 ensures a <strong data-start="4969" data-end="5026">safe, convenient, and engaging sports betting journey</strong>.</p> </div>
219 </div>
220 </div>
221 </div>
222 <footer class="wpdevart-footer-one">
223
224
225 <div class="footer-one-pre">
226 </div>
227
228 <div class="wpdevart-footer-copyright-only-text">
229 <p>All rights reserved. <a target="_blank" title="WordPress Church Theme" href="https://wordpress.org/themes/church-wda">Church WDA</a> Powered by WordPress.</p>
230 </div>
231
232</footer>
233 <div class="wpdevart-search-overlay" id="wpdevartModalContainer">
234 <div class="wpdevart-search-overlay-layout">
235 <form method="get" class="search-term" action="https://dubaiexchange-247.com/">
236 <div class="wpdevart-search-container">
237 <label>
238 <input type="search" class="search-term" id="wpdevartfocusonoverlayinputwide" placeholder="Enter a search term here..." value="" name="s">
239 <button type="submit" class="search-overlay-submit-button">
240 <svg width="22" height="32" class="wpdevart-search-overlay-icon" x="0px" y="0px" viewBox="0 -5 24 19" enable-background="new 0 -5 24 19" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd">
241 <path d="M15.853 16.56c-1.683 1.517-3.911 2.44-6.353 2.44-5.243 0-9.5-4.257-9.5-9.5s4.257-9.5 9.5-9.5 9.5 4.257 9.5 9.5c0 2.442-.923 4.67-2.44 6.353l7.44 7.44-.707.707-7.44-7.44zm-6.353-15.56c4.691 0 8.5 3.809 8.5 8.5s-3.809 8.5-8.5 8.5-8.5-3.809-8.5-8.5 3.809-8.5 8.5-8.5z"></path>
242 </svg>
243 </button>
244 </label>
245 <button type="button" onclick="wpdevartToggleModal()" class="search-overlay-close-wide-button" id="restoresearchbuttonfocus">
246 <svg width="40" height="40" class="search-overlay-close-icon" x="0px" y="0px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd">
247 <path d="m12 10.93 5.719-5.72c.146-.146.339-.219.531-.219.404 0 .75.324.75.749 0 .193-.073.385-.219.532l-5.72 5.719 5.719 5.719c.147.147.22.339.22.531 0 .427-.349.75-.75.75-.192 0-.385-.073-.531-.219l-5.719-5.719-5.719 5.719c-.146.146-.339.219-.531.219-.401 0-.75-.323-.75-.75 0-.192.073-.384.22-.531l5.719-5.719-5.72-5.719c-.146-.147-.219-.339-.219-.532 0-.425.346-.749.75-.749.192 0 .385.073.531.219z"></path>
248 </svg>
249 </button>
250 </div>
251 </form>
252 <div tabindex="0"></div>
253 </div>
254 </div>
255
256 <div class="wpdevart-search-overlay" id="wpdevartModalContainerSmall">
257 <div class="wpdevart-search-overlay-layout">
258 <form method="get" class="search-term" action="https://dubaiexchange-247.com/">
259 <div class="wpdevart-search-container">
260 <label>
261 <input type="search" class="search-term" id="wpdevartfocusonoverlayinputsmall" placeholder="Search term..." value="" name="s">
262 <button type="submit" class="search-overlay-submit-button">
263 <svg width="22" height="20" class="wpdevart-search-overlay-icon wpdevart-search-overlay-icon-margin" x="0px" y="0px" viewBox="0 0 24 20" enable-background="new 0 0 24 20" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd">
264 <path d="M15.853 16.56c-1.683 1.517-3.911 2.44-6.353 2.44-5.243 0-9.5-4.257-9.5-9.5s4.257-9.5 9.5-9.5 9.5 4.257 9.5 9.5c0 2.442-.923 4.67-2.44 6.353l7.44 7.44-.707.707-7.44-7.44zm-6.353-15.56c4.691 0 8.5 3.809 8.5 8.5s-3.809 8.5-8.5 8.5-8.5-3.809-8.5-8.5 3.809-8.5 8.5-8.5z"></path>
265 </svg>
266 </button>
267 </label>
268 <button type="button" onclick="wpdevartToggleModalSmall()" class="search-overlay-close-button" id="restoresmallsearchbuttonfocus">
269 <svg width="40" height="40" class="search-overlay-close-icon" x="0px" y="0px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd">
270 <path d="m12 10.93 5.719-5.72c.146-.146.339-.219.531-.219.404 0 .75.324.75.749 0 .193-.073.385-.219.532l-5.72 5.719 5.719 5.719c.147.147.22.339.22.531 0 .427-.349.75-.75.75-.192 0-.385-.073-.531-.219l-5.719-5.719-5.719 5.719c-.146.146-.339.219-.531.219-.401 0-.75-.323-.75-.75 0-.192.073-.384.22-.531l5.719-5.719-5.72-5.719c-.146-.147-.219-.339-.219-.532 0-.425.346-.749.75-.749.192 0 .385.073.531.219z"></path>
271 </svg>
272 </button>
273 </div>
274 </form>
275 <div tabindex="0"></div>
276 </div>
277 </div>
278<script type="speculationrules">
279{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/church-wda/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
280</script>
281 <script type="rocketlazyloadscript">
282 const lazyloadRunObserver = () => {
283 const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` );
284 const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => {
285 entries.forEach( ( entry ) => {
286 if ( entry.isIntersecting ) {
287 let lazyloadBackground = entry.target;
288 if( lazyloadBackground ) {
289 lazyloadBackground.classList.add( 'e-lazyloaded' );
290 }
291 lazyloadBackgroundObserver.unobserve( entry.target );
292 }
293 });
294 }, { rootMargin: '200px 0px 200px 0px' } );
295 lazyloadBackgrounds.forEach( ( lazyloadBackground ) => {
296 lazyloadBackgroundObserver.observe( lazyloadBackground );
297 } );
298 };
299 const events = [
300 'DOMContentLoaded',
301 'elementor/lazyload/observe',
302 ];
303 events.forEach( ( event ) => {
304 document.addEventListener( event, lazyloadRunObserver );
305 } );
306 </script>
307 <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-browser-checker-js-after">
308/* <![CDATA[ */
309"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}();
310//# sourceURL=rocket-browser-checker-js-after
311/* ]]> */
312</script>
313<script type="text/javascript" id="rocket-preload-links-js-extra">
314/* <![CDATA[ */
315var RocketPreloadLinksConfig = {"excludeUris":"/(?:.+/)?feed(?:/(?:.+/?)?)?$|/(?:.+/)?embed/|/(index\\.php/)?wp\\-json(/.*|$)|/refer/|/go/|/recommend/|/recommends/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https://dubaiexchange-247.com","onHoverDelay":"100","rateThrottle":"3"};
316//# sourceURL=rocket-preload-links-js-extra
317/* ]]> */
318</script>
319<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-preload-links-js-after">
320/* <![CDATA[ */
321(function() {
322"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();
323}());
324
325//# sourceURL=rocket-preload-links-js-after
326/* ]]> */
327</script>
328<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://dubaiexchange-247.com/wp-content/cache/min/1/wp-content/themes/church-wda/assets/js/front-end/index.js?ver=1766214543" id="wpdevart-js-js" defer=""></script>
329<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://dubaiexchange-247.com/wp-content/cache/min/1/wp-content/themes/church-wda/assets/js/front-end/search.js?ver=1766214543" id="wpdevart-search-js-js" defer=""></script>
330<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://dubaiexchange-247.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.33.6" id="elementor-webpack-runtime-js" defer=""></script>
331<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://dubaiexchange-247.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.33.6" id="elementor-frontend-modules-js" defer=""></script>
332<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://dubaiexchange-247.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3" id="jquery-ui-core-js" defer=""></script>
333<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="elementor-frontend-js-before">
334/* <![CDATA[ */
335var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},"hasCustomBreakpoints":false},"version":"3.33.6","is_static":false,"experimentalFeatures":{"e_font_icon_svg":true,"additional_custom_breakpoints":true,"container":true,"e_optimized_markup":true,"e_pro_free_trial_popup":true,"nested-elements":true,"home_screen":true,"global_classes_should_enforce_capabilities":true,"e_variables":true,"cloud-library":true,"e_opt_in_v4_page":true,"import-export-customization":true},"urls":{"assets":"https:\/\/dubaiexchange-247.com\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/dubaiexchange-247.com\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/dubaiexchange-247.com\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"7a94a8dc0a"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":92,"title":"Sports%20Betting%20on%20Dubaiexch247%20%7C%20Cricket%2C%20Football%20%26%20More","excerpt":"","featuredImage":false}};
336//# sourceURL=elementor-frontend-js-before
337/* ]]> */
338</script>
339<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://dubaiexchange-247.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.33.6" id="elementor-frontend-js" defer=""></script>
340<script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue}
341if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
342images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1}
343if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async="" src="https://dubaiexchange-247.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.min.js"></script><script>function lazyLoadThumb(e){var t='<img data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"></noscript>',a='<button class="play" aria-label="play Youtube video"></button>';return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?'':'&'+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var e,t,p,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id),a[t].appendChild(e),p=e.querySelector('.play'),p.onclick=lazyLoadYoutubeIframe});</script><script>"use strict";function wprRemoveCPCSS(){var preload_stylesheets=document.querySelectorAll('link[data-rocket-async="style"][rel="preload"]');if(preload_stylesheets&&0<preload_stylesheets.length)for(var stylesheet_index=0;stylesheet_index<preload_stylesheets.length;stylesheet_index++){var media=preload_stylesheets[stylesheet_index].getAttribute("media")||"all";if(window.matchMedia(media).matches)return void setTimeout(wprRemoveCPCSS,200)}var elem=document.getElementById("rocket-critical-css");elem&&"remove"in elem&&elem.remove()}window.addEventListener?window.addEventListener("load",wprRemoveCPCSS):window.attachEvent&&window.attachEvent("onload",wprRemoveCPCSS);</script><script>class RocketElementorAnimation{constructor(){this.deviceMode=document.createElement("span"),this.deviceMode.id="elementor-device-mode",this.deviceMode.setAttribute("class","elementor-screen-only"),document.body.appendChild(this.deviceMode)}_detectAnimations(){let t=getComputedStyle(this.deviceMode,":after").content.replace(/"/g,"");this.animationSettingKeys=this._listAnimationSettingsKeys(t),document.querySelectorAll(".elementor-invisible[data-settings]").forEach(t=>{const e=t.getBoundingClientRect();if(e.bottom>=0&&e.top<=window.innerHeight)try{this._animateElement(t)}catch(t){}})}_animateElement(t){const e=JSON.parse(t.dataset.settings),i=e._animation_delay||e.animation_delay||0,n=e[this.animationSettingKeys.find(t=>e[t])];if("none"===n)return void t.classList.remove("elementor-invisible");t.classList.remove(n),this.currentAnimation&&t.classList.remove(this.currentAnimation),this.currentAnimation=n;let s=setTimeout(()=>{t.classList.remove("elementor-invisible"),t.classList.add("animated",n),this._removeAnimationSettings(t,e)},i);window.addEventListener("rocket-startLoading",function(){clearTimeout(s)})}_listAnimationSettingsKeys(t="mobile"){const e=[""];switch(t){case"mobile":e.unshift("_mobile");case"tablet":e.unshift("_tablet");case"desktop":e.unshift("_desktop")}const i=[];return["animation","_animation"].forEach(t=>{e.forEach(e=>{i.push(t+e)})}),i}_removeAnimationSettings(t,e){this._listAnimationSettingsKeys().forEach(t=>delete e[t]),t.dataset.settings=JSON.stringify(e)}static run(){const t=new RocketElementorAnimation;requestAnimationFrame(t._detectAnimations.bind(t))}}document.addEventListener("DOMContentLoaded",RocketElementorAnimation.run);</script><noscript><link rel="stylesheet" href="https://dubaiexchange-247.com/wp-content/cache/min/1/5eea6665b74cc8d8b1ecc665e3bf269c.css" media="all" data-minify="1" /><link rel='stylesheet' id='elementor-post-7-css' href='https://dubaiexchange-247.com/wp-content/uploads/elementor/css/post-7.css?ver=1766214542' type='text/css' media='all' /><link rel='stylesheet' id='elementor-post-92-css' href='https://dubaiexchange-247.com/wp-content/uploads/elementor/css/post-92.css?ver=1766214581' type='text/css' media='all' /></noscript>
344
345
346
347
348
349
350
351<span id="elementor-device-mode" class="elementor-screen-only"></span></body></html>