1<!DOCTYPE html>
2
3<html lang="en-US" prefix="og: https://ogp.me/ns#">
4
5 <head>
6<meta charset="UTF-8">
7<script>
8if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script>
9<script>
10class 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=>
11{this.persisted=e.persisted})),window.addEventListener("DOMContentLoaded",(()=>
12{this._preconnect3rdParties()})),this.delayedScripts={normal:[],async:[],defer:[]},this.allJQueries=[]}_addUserInteractionListener(e){document.hidden?e._triggerListener():(this.triggerEvents.forEach((t=>
13window.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=>
14window.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=>
15{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=>
16{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=>
17[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=>
18{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=>
19{const n=document.createElement("script");[...e.attributes].forEach((e=>
20{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=>
21{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)>
22=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:()=>
23n||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:()=>
24t,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",(()=>
25t.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=>
26"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=>
27{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=>
28e(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>
2945&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise((e=>
30setTimeout(e))):new Promise((e=>
31requestAnimationFrame(e)))}static run(){const e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script>
32
33
34 <meta name="viewport" content="width=device-width, initial-scale=1">
35
36
37<!-- Search Engine Optimization by Rank Math - https://rankmath.com/ -->
38
39<title>
40About Apbook – India’s Leading Online Sports Platform</title>
41<link rel="stylesheet" href="https://apbooklogin.com/wp-content/cache/min/1/171c61aa06bedc967f528bc462bb9e04.css" media="all" data-minify="1" />
42
43<meta name="description" content="Apbook is India’s premier online sports betting and casino platform, offering an all-in-one gaming solution for players across the country. Our mission is to provide a safe, transparent, and exciting online gaming experience."/>
44
45<meta name="robots" content="index, follow, max-snippet:-1, max-video-preview:-1, max-image-preview:large"/>
46
47<link rel="canonical" href="https://apbooklogin.com/about-us/" />
48
49<meta property="og:locale" content="en_US" />
50
51<meta property="og:type" content="article" />
52
53<meta property="og:title" content="About Apbook – India’s Leading Online Sports Platform" />
54
55<meta property="og:description" content="Apbook is India’s premier online sports betting and casino platform, offering an all-in-one gaming solution for players across the country. Our mission is to provide a safe, transparent, and exciting online gaming experience." />
56
57<meta property="og:url" content="https://apbooklogin.com/about-us/" />
58
59<meta property="og:site_name" content="Apbook" />
60
61<meta property="og:updated_time" content="2025-12-04T11:05:20+00:00" />
62
63<meta property="og:image" content="https://apbooklogin.com/wp-content/uploads/2025/11/appbook-1024x400.jpeg" />
64
65<meta property="og:image:secure_url" content="https://apbooklogin.com/wp-content/uploads/2025/11/appbook-1024x400.jpeg" />
66
67<meta property="og:image:alt" content="About" />
68
69<meta property="article:published_time" content="2025-11-25T06:39:40+00:00" />
70
71<meta property="article:modified_time" content="2025-12-04T11:05:20+00:00" />
72
73<meta name="twitter:card" content="summary_large_image" />
74
75<meta name="twitter:title" content="About Apbook – India’s Leading Online Sports Platform" />
76
77<meta name="twitter:description" content="Apbook is India’s premier online sports betting and casino platform, offering an all-in-one gaming solution for players across the country. Our mission is to provide a safe, transparent, and exciting online gaming experience." />
78
79<meta name="twitter:image" content="https://apbooklogin.com/wp-content/uploads/2025/11/appbook-1024x400.jpeg" />
80
81<meta name="twitter:label1" content="Time to read" />
82
83<meta name="twitter:data1" content="4 minutes" />
84
85<script type="application/ld+json" class="rank-math-schema">
86{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://apbooklogin.com/#organization","name":"Apbook","url":"https://apbooklogin.com","logo":{"@type":"ImageObject","@id":"https://apbooklogin.com/#logo","url":"https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_-150x150.png","contentUrl":"https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_-150x150.png","caption":"Apbook","inLanguage":"en-US"}},{"@type":"WebSite","@id":"https://apbooklogin.com/#website","url":"https://apbooklogin.com","name":"Apbook","alternateName":"Apbook Login","publisher":{"@id":"https://apbooklogin.com/#organization"},"inLanguage":"en-US"},{"@type":"ImageObject","@id":"https://apbooklogin.com/wp-content/uploads/2025/11/register.webp","url":"https://apbooklogin.com/wp-content/uploads/2025/11/register.webp","width":"200","height":"200","inLanguage":"en-US"},{"@type":"WebPage","@id":"https://apbooklogin.com/about-us/#webpage","url":"https://apbooklogin.com/about-us/","name":"About Apbook \u2013 India\u2019s Leading Online Sports Platform","datePublished":"2025-11-25T06:39:40+00:00","dateModified":"2025-12-04T11:05:20+00:00","isPartOf":{"@id":"https://apbooklogin.com/#website"},"primaryImageOfPage":{"@id":"https://apbooklogin.com/wp-content/uploads/2025/11/register.webp"},"inLanguage":"en-US"},{"@type":"Person","@id":"https://apbooklogin.com/author/apbooklogin_n8e8k2/","name":"apbooklogin_n8e8k2","url":"https://apbooklogin.com/author/apbooklogin_n8e8k2/","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":"apbooklogin_n8e8k2","inLanguage":"en-US"},"sameAs":["https://www.apbooklogin.com"],"worksFor":{"@id":"https://apbooklogin.com/#organization"}},{"@type":"Article","headline":"About Apbook \u2013 India\u2019s Leading Online Sports Platform","keywords":"About","datePublished":"2025-11-25T06:39:40+00:00","dateModified":"2025-12-04T11:05:20+00:00","author":{"@id":"https://apbooklogin.com/author/apbooklogin_n8e8k2/","name":"apbooklogin_n8e8k2"},"publisher":{"@id":"https://apbooklogin.com/#organization"},"description":"Apbook is India\u2019s premier online sports betting and casino platform, offering an all-in-one gaming solution for players across the country. Our mission is to provide a safe, transparent, and exciting online gaming experience.","name":"About Apbook \u2013 India\u2019s Leading Online Sports Platform","@id":"https://apbooklogin.com/about-us/#richSnippet","isPartOf":{"@id":"https://apbooklogin.com/about-us/#webpage"},"image":{"@id":"https://apbooklogin.com/wp-content/uploads/2025/11/register.webp"},"inLanguage":"en-US","mainEntityOfPage":{"@id":"https://apbooklogin.com/about-us/#webpage"}}]}</script>
87
88<!-- /Rank Math WordPress SEO plugin -->
89
90
91
92
93<link rel="alternate" type="application/rss+xml" title="Apbook » Feed" href="https://apbooklogin.com/feed/" />
94
95<link rel="alternate" type="application/rss+xml" title="Apbook » Comments Feed" href="https://apbooklogin.com/comments/feed/" />
96
97<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://apbooklogin.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fapbooklogin.com%2Fabout-us%2F" />
98
99<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://apbooklogin.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fapbooklogin.com%2Fabout-us%2F&format=xml" />
100
101<style id='wp-img-auto-sizes-contain-inline-css' type='text/css'>
102
103img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
104/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
105</style>
106
107<style id='wp-emoji-styles-inline-css' type='text/css'>
108
109
110 img.wp-smiley, img.emoji {
111 display: inline !important;
112 border: none !important;
113 box-shadow: none !important;
114 height: 1em !important;
115 width: 1em !important;
116 margin: 0 0.07em !important;
117 vertical-align: -0.1em !important;
118 background: none !important;
119 padding: 0 !important;
120 }
121/*# sourceURL=wp-emoji-styles-inline-css */
122</style>
123
124<style id='classic-theme-styles-inline-css' type='text/css'>
125
126/*! This file is auto-generated */
127.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}
128/*# sourceURL=/wp-includes/css/classic-themes.min.css */
129</style>
130
131<style id='global-styles-inline-css' type='text/css'>
132
133: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 >
134 :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid >
135 :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;}
136:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
137:where(.wp-block-term-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-term-template.is-layout-grid){gap: 1.25em;}
138:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
139:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
140/*# sourceURL=global-styles-inline-css */
141</style>
142
143
144
145
146
147
148<style id='wpdevart-custom-style-inline-css' type='text/css'>
149
150 body {font-family: Alegreya, sans-serif;} .wpdevart-top-header-bg-color {background: #070505;} .wpdevart-top-header-gradient-color {background: linear-gradient(to right, #070505, #070505);} .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: #070505; 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: #121212;} .head-mobile-toolbar-gradient {background: linear-gradient(to right, #121212, #121212);} .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 >
151 ul >
152 li >
153 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;}
154.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 ;}
155.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: #020202cc, url(https://www.apbooklogin.com/wp-content/themes/education-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, #020202cc, #020202cc), url(https://www.apbooklogin.com/wp-content/themes/education-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: #fdc58a; 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: #121212;} .wpdevart-action-section-bg-gradient {background: linear-gradient(to right, #121212, #121212);} .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: #070505;} .wpdevart-post-banner__bg-gradient {background: linear-gradient(to right, #070505, #070505);} .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: #070505;} .wpdevart-page-banner__bg-gradient {background: linear-gradient(to right, #070505, #070505);} .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: #070505;} .wpdevart-archive-banner__bg-gradient {background: linear-gradient(to right, #070505, #070505);} .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: #fdc58a;} .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: #070505 ;} .wpdevart-search-banner__bg-gradient {background: linear-gradient(to right, #070505, #070505);} .search-banner__title {color: #f5f5f5 ;text-align: center ;} .wpdevart-not-found-page-content {background: #070506;}
156.wpdevart-container-woo-title {text-align: center !important;} .wpdevart-woo-banner__bg {background: #070505!important;} .wpdevart-woo-banner__bg-gradient {background: linear-gradient(to bottom, #070505, #070505)!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>
157.wc-block-components-notice-banner__content .wc-forward {background: #070506!important; color: #fdc58a!important; border: 1px solid #fdc58a!important;} .wc-block-components-notice-banner>
158.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>
159.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>
160svg {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;}
161
162/*# sourceURL=wpdevart-custom-style-inline-css */
163</style>
164
165
166<link rel='stylesheet' id='elementor-post-6-css' href='https://apbooklogin.com/wp-content/uploads/elementor/css/post-6.css?ver=1766996548' type='text/css' media='all' />
167
168
169
170<link rel='stylesheet' id='elementor-post-68-css' href='https://apbooklogin.com/wp-content/uploads/elementor/css/post-68.css?ver=1767008109' type='text/css' media='all' />
171
172<style id='rocket-lazyload-inline-css' type='text/css'>
173
174.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://apbooklogin.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}
175/*# sourceURL=rocket-lazyload-inline-css */
176</style>
177
178
179
180
181<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://apbooklogin.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js" defer>
182</script>
183
184<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://apbooklogin.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js" defer>
185</script>
186
187<link rel="https://api.w.org/" href="https://apbooklogin.com/wp-json/" />
188<link rel="alternate" title="JSON" type="application/json" href="https://apbooklogin.com/wp-json/wp/v2/pages/68" />
189<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://apbooklogin.com/xmlrpc.php?rsd" />
190
191<meta name="generator" content="WordPress 6.9" />
192
193<link rel='shortlink' href='https://apbooklogin.com/?p=68' />
194
195 <!-- Custom Logo: hide header text -->
196
197 <style id="custom-logo-css" type="text/css">
198
199 .site-title, .site-description {
200 position: absolute;
201 clip-path: inset(50%);
202 }
203 </style>
204
205 <meta name="generator" content="Elementor 3.34.0; features: e_font_icon_svg, additional_custom_breakpoints; settings: css_print_method-external, google_font-enabled, font_display-swap">
206
207 <style>
208
209 .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
210 .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
211 background-image: none !important;
212 }
213 @media screen and (max-height: 1024px) {
214 .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
215 .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
216 background-image: none !important;
217 }
218 }
219 @media screen and (max-height: 640px) {
220 .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
221 .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
222 background-image: none !important;
223 }
224 }
225 </style>
226
227 <noscript>
228<style id="rocket-lazyload-nojs-css">
229.rll-youtube-player, [data-lazy-src]{display:none !important;}</style>
230</noscript>
231 </head>
232
233 <body class="wp-singular page-template page-template-elementor_header_footer page page-id-68 wp-custom-logo wp-embed-responsive wp-theme-education-wda elementor-default elementor-template-full-width elementor-kit-6 elementor-page elementor-page-68">
234
235 <a class="skip-link screen-reader-text" href="#content_navigator">
236
237 Skip to content </a>
238
239 <header role="banner" class="wpdevart-main-header-bg-gradient wpdevart-main-header-border">
240
241
242 <div class="wpdevart-header-container">
243
244 <div class="wpdevart-main-header-section">
245
246 <div class="wpdevart-logo-area">
247
248 <div class="wpdevart-main-header-section-mobile-logo">
249
250 <h2 class="mobile-image-logo-resizing wpdevart-header-logo-spaces">
251<a href="https://apbooklogin.com">
252<a href="https://apbooklogin.com/" class="custom-logo-link" rel="home">
253<img fetchpriority="high" width="418" height="389" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20418%20389'%3E%3C/svg%3E" class="custom-logo" alt="apbook" decoding="async" data-lazy-srcset="https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_.png 418w, https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_-300x279.png 300w" data-lazy-sizes="(max-width: 418px) 100vw, 418px" data-lazy-src="https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_.png" />
254<noscript>
255<img fetchpriority="high" width="418" height="389" src="https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_.png" class="custom-logo" alt="apbook" decoding="async" srcset="https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_.png 418w, https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_-300x279.png 300w" sizes="(max-width: 418px) 100vw, 418px" />
256</noscript>
257</a>
258</a>
259</h2>
260
261 </div>
262
263 </div>
264
265 <div class="header-action-button-mobile-area">
266
267 <a href="#">
268<div class="wpdevart_education_wda_hover_button_small wpdevart-header-action-button wpdevart_education_wda_primary_button_slide primary_btn_slide_right">
269Get Apbook ID</div>
270</a>
271
272 </div>
273
274 <div class="wpdevart-menu-and-buttons-area">
275
276 <div class="wpdevart-menu-and-buttons-container">
277
278 <div role="navigation" class="nav-container-layout-one">
279
280 <div class="wpdevart-search-button-icon-mobile">
281
282 <button onClick="wpdevartToggleModalSmall()" type="button" id="wpdevartsmallsearchbutton" class="site-header__search-trigger search-menu-buttons">
283
284 <svg class="site-header__search-trigger site-header-font-cursor" viewBox="0 0 25 18" fill="none" xmlns="http://www.w3.org/2000/svg">
285
286 <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">
287</path>
288
289 <path d="M18.75 18.75L11.9917 11.9917" class="site-header__search-trigger" stroke-width="1.5" stroke-miterlimit="10">
290</path>
291
292 </svg>
293
294 </button>
295
296 </div>
297
298 <nav class="navbar-wpdevart" id="wpdevartmobilemenu">
299
300 <div id="head-mobile" class="head-mobile-toolbar-gradient">
301</div>
302
303 <button onClick="wpdevartMenuToggleModal()" id="wpdevartOpenMenuButton" class="wpdevartmobilemenubutton wpdevart-mobile-icon-button">
304</button>
305
306 <ul id="menu-menu-1" class="menu">
307<li id="menu-item-119" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-119">
308<a class="wpdevart-menu-items-color" href="https://apbooklogin.com/apbook/">
309Apbook</a>
310</li>
311
312<li id="menu-item-120" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-68 current_page_item active menu-item-120">
313<a class="wpdevart-menu-items-color" href="https://apbooklogin.com/about-us/">
314About Us</a>
315</li>
316
317<li id="menu-item-121" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children dropdown menu-item-121">
318<a class="wpdevart-menu-items-color" href="https://apbooklogin.com/apbook-app/" class="dropdown-toggle" data-toggle="dropdown">
319APBook App </a>
320<button class="wpdevart-menu-button-icon wpdevart-hide-on-mobile">
321<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" >
322<path d="M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z"/>
323</svg>
324</button>
325<ul
326 class="dropdown-menu depth_0">
327
328 <li id="menu-item-123" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-123">
329<a class="wpdevart-sub-menu-link-color" href="https://apbooklogin.com/how-to-login/">
330How to Login</a>
331</li>
332
333 <li id="menu-item-124" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-124">
334<a class="wpdevart-sub-menu-link-color" href="https://apbooklogin.com/how-to-play/">
335How to Play</a>
336</li>
337
338 <li id="menu-item-125" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-125">
339<a class="wpdevart-sub-menu-link-color" href="https://apbooklogin.com/how-to-register/">
340How to Register</a>
341</li>
342
343</ul>
344
345</li>
346
347<li id="menu-item-126" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children dropdown menu-item-126">
348<a class="wpdevart-menu-items-color" href="https://apbooklogin.com/privacy-policy/" class="dropdown-toggle" data-toggle="dropdown">
349Privacy Policy </a>
350<button class="wpdevart-menu-button-icon wpdevart-hide-on-mobile">
351<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" >
352<path d="M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z"/>
353</svg>
354</button>
355<ul
356 class="dropdown-menu depth_0">
357
358 <li id="menu-item-127" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-127">
359<a class="wpdevart-sub-menu-link-color" href="https://apbooklogin.com/responsible-gaming/">
360Responsible Gaming</a>
361</li>
362
363 <li id="menu-item-128" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-128">
364<a class="wpdevart-sub-menu-link-color" href="https://apbooklogin.com/rules-and-user-guidelines/">
365Rules and User Guidelines</a>
366</li>
367
368 <li id="menu-item-129" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-129">
369<a class="wpdevart-sub-menu-link-color" href="https://apbooklogin.com/terms-and-conditions/">
370Terms and Conditions</a>
371</li>
372
373</ul>
374
375</li>
376
377<li id="menu-item-122" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-122">
378<a class="wpdevart-menu-items-color" href="https://apbooklogin.com/contact-us/">
379Contact Us</a>
380</li>
381
382</ul>
383 </nav>
384
385 </div>
386
387 <div class="wpdevart-search-button-icon">
388
389 <button onClick="wpdevartToggleModal()" type="button" id="wpdevartwidesearchbutton" class="search-trigger search-menu-buttons">
390
391 <svg class="search-trigger" viewBox="0 0 25 18" fill="none" xmlns="http://www.w3.org/2000/svg">
392
393 <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" stroke-width="1.5" stroke-miterlimit="10">
394</path>
395
396 <path d="M18.75 18.75L11.9917 11.9917" class="search-trigger" stroke-width="1.5" stroke-miterlimit="10">
397</path>
398
399 </svg>
400
401 </button>
402
403 </div>
404
405 <div class="header-action-button-area">
406
407 <a href="#">
408<div class="wpdevart_education_wda_hover_button_small wpdevart-header-action-button wpdevart_education_wda_primary_button_slide primary_btn_slide_right">
409Get Apbook ID</div>
410</a>
411
412 </div>
413
414 </div>
415
416 </div>
417
418 </div>
419
420</div>
421</header>
422 <div data-elementor-type="wp-page" data-elementor-id="68" class="elementor elementor-68">
423
424 <div class="elementor-element elementor-element-a8788cf e-flex e-con-boxed e-con e-parent" data-id="a8788cf" data-element_type="container">
425
426 <div class="e-con-inner">
427
428 <div class="elementor-element elementor-element-f9ef8a8 elementor-widget elementor-widget-image" data-id="f9ef8a8" data-element_type="widget" data-widget_type="image.default">
429
430 <img decoding="async" width="1024" height="400" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20400'%3E%3C/svg%3E" class="attachment-large size-large wp-image-12" alt="apbook" data-lazy-srcset="https://apbooklogin.com/wp-content/uploads/2025/11/appbook-1024x400.jpeg 1024w, https://apbooklogin.com/wp-content/uploads/2025/11/appbook-300x117.jpeg 300w, https://apbooklogin.com/wp-content/uploads/2025/11/appbook-768x300.jpeg 768w, https://apbooklogin.com/wp-content/uploads/2025/11/appbook.jpeg 1280w" data-lazy-sizes="(max-width: 1024px) 100vw, 1024px" data-lazy-src="https://apbooklogin.com/wp-content/uploads/2025/11/appbook-1024x400.jpeg" />
431<noscript>
432<img decoding="async" width="1024" height="400" src="https://apbooklogin.com/wp-content/uploads/2025/11/appbook-1024x400.jpeg" class="attachment-large size-large wp-image-12" alt="apbook" srcset="https://apbooklogin.com/wp-content/uploads/2025/11/appbook-1024x400.jpeg 1024w, https://apbooklogin.com/wp-content/uploads/2025/11/appbook-300x117.jpeg 300w, https://apbooklogin.com/wp-content/uploads/2025/11/appbook-768x300.jpeg 768w, https://apbooklogin.com/wp-content/uploads/2025/11/appbook.jpeg 1280w" sizes="(max-width: 1024px) 100vw, 1024px" />
433</noscript>
434 </div>
435
436 </div>
437
438 </div>
439
440 <div class="elementor-element elementor-element-89416e1 e-flex e-con-boxed e-con e-parent" data-id="89416e1" data-element_type="container">
441
442 <div class="e-con-inner">
443
444 <div class="elementor-element elementor-element-c1ccf9f e-con-full e-flex e-con e-child" data-id="c1ccf9f" data-element_type="container">
445
446 <div class="elementor-element elementor-element-063e6f7 elementor-widget elementor-widget-image" data-id="063e6f7" data-element_type="widget" data-widget_type="image.default">
447
448 <img decoding="async" width="90" height="90" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2090%2090'%3E%3C/svg%3E" class="attachment-large size-large wp-image-16" alt="register" data-lazy-src="https://apbooklogin.com/wp-content/uploads/2025/11/register.webp" />
449<noscript>
450<img decoding="async" width="90" height="90" src="https://apbooklogin.com/wp-content/uploads/2025/11/register.webp" class="attachment-large size-large wp-image-16" alt="register" />
451</noscript>
452 </div>
453
454 <div class="elementor-element elementor-element-d4218a8 elementor-align-center elementor-widget elementor-widget-button" data-id="d4218a8" data-element_type="widget" data-widget_type="button.default">
455
456 <a class="elementor-button elementor-button-link elementor-size-sm" href="#">
457
458 <span class="elementor-button-content-wrapper">
459
460 <span class="elementor-button-text">
461Register</span>
462
463 </span>
464
465 </a>
466
467 </div>
468
469 </div>
470
471 <div class="elementor-element elementor-element-8b28678 e-con-full e-flex e-con e-child" data-id="8b28678" data-element_type="container">
472
473 <div class="elementor-element elementor-element-bad991f elementor-widget elementor-widget-image" data-id="bad991f" data-element_type="widget" data-widget_type="image.default">
474
475 <img width="90" height="90" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2090%2090'%3E%3C/svg%3E" title="deposit" alt="deposit" loading="lazy" data-lazy-src="https://apbooklogin.com/wp-content/uploads/elementor/thumbs/deposit-rf0r76b4eoxeyw6seyyztfcffz8neqaydob700fm6c.webp" />
476<noscript>
477<img width="90" height="90" decoding="async" src="https://apbooklogin.com/wp-content/uploads/elementor/thumbs/deposit-rf0r76b4eoxeyw6seyyztfcffz8neqaydob700fm6c.webp" title="deposit" alt="deposit" loading="lazy" />
478</noscript>
479 </div>
480
481 <div class="elementor-element elementor-element-08e0f3c elementor-align-center elementor-widget elementor-widget-button" data-id="08e0f3c" data-element_type="widget" data-widget_type="button.default">
482
483 <a class="elementor-button elementor-button-link elementor-size-sm" href="#">
484
485 <span class="elementor-button-content-wrapper">
486
487 <span class="elementor-button-text">
488Deposit</span>
489
490 </span>
491
492 </a>
493
494 </div>
495
496 </div>
497
498 <div class="elementor-element elementor-element-8dc0fb8 e-con-full e-flex e-con e-child" data-id="8dc0fb8" data-element_type="container">
499
500 <div class="elementor-element elementor-element-490dbfe elementor-widget elementor-widget-image" data-id="490dbfe" data-element_type="widget" data-widget_type="image.default">
501
502 <img loading="lazy" decoding="async" width="90" height="90" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2090%2090'%3E%3C/svg%3E" class="attachment-large size-large wp-image-14" alt="play & win" data-lazy-src="https://apbooklogin.com/wp-content/uploads/2025/11/play-win.webp" />
503<noscript>
504<img loading="lazy" decoding="async" width="90" height="90" src="https://apbooklogin.com/wp-content/uploads/2025/11/play-win.webp" class="attachment-large size-large wp-image-14" alt="play & win" />
505</noscript>
506 </div>
507
508 <div class="elementor-element elementor-element-970341c elementor-align-center elementor-widget elementor-widget-button" data-id="970341c" data-element_type="widget" data-widget_type="button.default">
509
510 <a class="elementor-button elementor-button-link elementor-size-sm" href="#">
511
512 <span class="elementor-button-content-wrapper">
513
514 <span class="elementor-button-text">
515Play & Win</span>
516
517 </span>
518
519 </a>
520
521 </div>
522
523 </div>
524
525 <div class="elementor-element elementor-element-8df8431 e-con-full e-flex e-con e-child" data-id="8df8431" data-element_type="container">
526
527 <div class="elementor-element elementor-element-97323bd elementor-widget elementor-widget-image" data-id="97323bd" data-element_type="widget" data-widget_type="image.default">
528
529 <img loading="lazy" decoding="async" width="90" height="90" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2090%2090'%3E%3C/svg%3E" class="attachment-large size-large wp-image-13" alt="Withdrawal" data-lazy-src="https://apbooklogin.com/wp-content/uploads/2025/11/Withdrawal.webp" />
530<noscript>
531<img loading="lazy" decoding="async" width="90" height="90" src="https://apbooklogin.com/wp-content/uploads/2025/11/Withdrawal.webp" class="attachment-large size-large wp-image-13" alt="Withdrawal" />
532</noscript>
533 </div>
534
535 <div class="elementor-element elementor-element-1483b34 elementor-align-center elementor-widget elementor-widget-button" data-id="1483b34" data-element_type="widget" data-widget_type="button.default">
536
537 <a class="elementor-button elementor-button-link elementor-size-sm" href="#">
538
539 <span class="elementor-button-content-wrapper">
540
541 <span class="elementor-button-text">
542Withdrawal</span>
543
544 </span>
545
546 </a>
547
548 </div>
549
550 </div>
551
552 </div>
553
554 </div>
555
556 <div class="elementor-element elementor-element-e4a0363 e-flex e-con-boxed e-con e-parent" data-id="e4a0363" data-element_type="container">
557
558 <div class="e-con-inner">
559
560 <div class="elementor-element elementor-element-55a5314 elementor-widget elementor-widget-heading" data-id="55a5314" data-element_type="widget" data-widget_type="heading.default">
561
562 <h1 class="elementor-heading-title elementor-size-default">
563About us</h1>
564 </div>
565
566 </div>
567
568 </div>
569
570 <div class="elementor-element elementor-element-c325ae0 e-flex e-con-boxed e-con e-parent" data-id="c325ae0" data-element_type="container">
571
572 <div class="e-con-inner">
573
574 <div class="elementor-element elementor-element-4ab12c6 elementor-widget elementor-widget-text-editor" data-id="4ab12c6" data-element_type="widget" data-widget_type="text-editor.default">
575
576 <p data-start="232" data-end="846">
577APBook is a modern, user-friendly online platform designed to deliver a seamless, secure, and highly reliable digital experience for users who want fast access, smooth navigation, and trusted services. Built with a focus on innovation and transparency, APBook has grown into a well-recognized name among users who value efficiency, accuracy, and a well-organized system that makes online activities simpler and more enjoyable. From easy account management to instant access tools, APBook continuously optimizes its features to ensure that every user receives an experience that is fast, strategic, and trustworthy.</p>
578<p data-start="848" data-end="1461">
579At the core of APBook is a commitment to security and user satisfaction. Our platform uses updated system protocols, enhanced data-protection layers, and safe-login mechanisms to ensure that every user interaction remains private and protected. We understand the importance of trust in any online environment, which is why APBook is engineered to provide a stable, error-free, and smoothly functioning system that performs consistently even during high-traffic hours. Our team monitors performance around the clock to ensure high uptime, fast loading speeds, and strong encryption standards for all user accounts.</p>
580<p data-start="1463" data-end="2091">
581APBook also aims to be a platform where beginners and experienced users both feel comfortable. Whether someone is creating an account for the first time, exploring features, managing personal settings, or simply browsing through available tools, our interface is designed to guide them naturally without confusion. Every button, page, and section has been carefully crafted to offer clear navigation, intelligent suggestions, and easy access to necessary help options. We believe that technology should simplify your life—not complicate it—so APBook maintains an environment where everything feels intuitive and straightforward.</p>
582<p data-start="2093" data-end="2615">
583Another defining aspect of APBook is our focus on real-time accuracy and responsiveness. Users expect instant updates, fast processing, and a system that reacts without delay. Our technical team uses advanced infrastructure and optimized servers to ensure that actions perform quickly, data loads instantly, and all account-related processes occur in real time. Whether logging in, updating information, verifying identity, or managing details, APBook maintains high operational speed for a smooth and reliable experience.</p>
584<p data-start="2617" data-end="3186">
585Our support center also contributes significantly to the trust our users place in us. APBook offers friendly, knowledgeable, and responsive assistance to help users with any type of question—whether it is related to account setup, system features, verification steps, technical difficulties, or general platform guidance. We believe that support should be accessible anytime, especially when users need answers quickly. This is why our assistance system is structured to respond clearly and resolve issues without delay, ensuring that every user feels valued and heard.</p>
586<p data-start="3188" data-end="3697">
587As technology evolves, APBook continues to evolve with it. We are constantly updating our features, improving system performance, and exploring new possibilities that could make the user experience even better. Our commitment to innovation ensures that APBook remains modern, adaptive, and capable of supporting future-ready tools that keep users ahead in the digital environment. Every update we introduce is carefully tested to maintain stability while adding new benefits for our entire community of users.</p>
588<p data-start="3699" data-end="4226">
589APBook also prioritizes responsible and ethical usage. We encourage all users to follow platform guidelines, maintain secure personal practices, and ensure that their activities align with safe standards. Our Rules & User Guidelines have been created to promote respectful usage, prevent misuse, and protect both new and experienced users from unnecessary risks. We believe that responsibility, discipline, and awareness are essential for building a digital community that remains healthy, secure, and trustworthy for everyone.</p>
590<p data-start="4228" data-end="4762">
591Today, APBook stands as a platform respected for its dependability, smooth experience, well-built structure, and strong dedication to users. Whether you are here to manage your account, explore system features, or utilize the platform’s advanced tools, APBook remains committed to providing a service that feels premium, transparent, and user-focused from the first step to the last. Our journey continues, and we welcome all users to be a part of a platform where reliability meets innovation—and where your trust always comes first.</p>
592<h2>
593What Makes Apbook Unique:</h2>
594<p>
595Wide Range of bets: From cricket and soccer to kabaddi, esports, official sports betting.</p>
596<p>
597Live Casino Games: Teen Patti, Roulette, Blackjack, Andar Bahar with live dealers.</p>
598<p>
599Mobile Optimised: Play on desktop, tablet or mobile in easy to negotiate lobby.</p>
600<p>
601Instant Payments: Deposit and withdraw with ease of mind in various methods.</p>
602<p>
603Bonuses & Rewards: Welcome bonuses, cashback and VIP programmes will take your gameplay even further with extra rewards.</p>
604<p>
605Responsible Gaming: Safety tools, assistance and limits for a more responsible way to play.</p>
606<h2>
607Our Vision:</h2>
608<p>
609Apbook is a platform that plans to offer the most reliable place for its users, with technology and player experience in mind.</p>
610<h2>
611Our Commitment:</h2>
612<p>
613We are dedicated to providing secure, fair and honest gaming; all players will receive a premium gaming experience in a positive environment.</p>
614 </div>
615
616 </div>
617
618 </div>
619
620 </div>
621
622 <footer class="wpdevart-footer-one">
623
624
625
626 <div class="footer-one-pre">
627
628 </div>
629
630
631 <div class="wpdevart-footer-container">
632
633
634 <div class="site-footer-six-widgets-group">
635
636 <div class="site-footer_six_col-one">
637
638 <div class="wpdevart-widgets-inner">
639
640 <div id="block-8" class="widget widget_block widget_media_image">
641
642<figure class="wp-block-image size-full">
643<img loading="lazy" decoding="async" width="418" height="389" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20418%20389'%3E%3C/svg%3E" alt="apbook.in" class="wp-image-7" data-lazy-srcset="https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_.png 418w, https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_-300x279.png 300w" data-lazy-sizes="(max-width: 418px) 100vw, 418px" data-lazy-src="https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_.png" />
644<noscript>
645<img loading="lazy" decoding="async" width="418" height="389" src="https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_.png" alt="apbook.in" class="wp-image-7" srcset="https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_.png 418w, https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_-300x279.png 300w" sizes="(max-width: 418px) 100vw, 418px" />
646</noscript>
647</figure>
648
649</div>
650<div id="block-10" class="widget widget_block widget_text">
651
652<p>
653<strong>
654Apbook</strong>
655 is an online betting platform that allows users to explore sports betting through a simple and easy-to-use interface. Players searching for <strong>
656Apbook in</strong>
657, <strong>
658Apbook.in</strong>
659, or <strong>
660Apbook .in</strong>
661 can access the platform to place bets on popular sports such as football, basketball, tennis, and more.</p>
662
663</div>
664<div id="block-11" class="widget widget_block widget_text">
665
666<p>
667The platform supports <strong>
668Apbook login</strong>
669 and <strong>
670Apbook in login</strong>
671 for registered users, with smooth access available on both desktop and mobile devices. For users who prefer mobile access, the <strong>
672Apbook app</strong>
673 and <strong>
674Apbook APK download</strong>
675 options make it convenient to use <strong>
676Apbook betting</strong>
677 features on the go. With live betting support, responsive performance, and a clean design, <strong>
678Apbook online betting</strong>
679 focuses on providing a practical and user-friendly experience for sports betting enthusiasts.</p>
680
681</div>
682 </div>
683
684 </div>
685
686 <div class="site-footer_six_col-two">
687
688 <div class="wpdevart-widgets-inner">
689
690 <div id="block-12" class="widget widget_block widget_text">
691
692<p>
693apbook app download<br>
694apbook download<br>
695apbook in registration<br>
696ap book<br>
697apbook betting app<br>
698apbook login app<br>
699apbook open now<br>
700apbook betting login<br>
701apbook customer care number<br>
702apbook online betting app</p>
703
704</div>
705 </div>
706
707 </div>
708
709 <div class="site-footer_six_col-three">
710
711 <div class="wpdevart-widgets-inner">
712
713 <div id="block-14" class="widget widget_block widget_text">
714
715<p>
716info@apbooklogin.com<br>
717support@apbooklogin.com</p>
718
719</div>
720<div id="block-15" class="widget widget_block widget_text">
721
722<p>
723Fairplay WhatsApp Number: +91-3465**-347**</p>
724
725</div>
726<div id="block-16" class="widget widget_block">
727
728<ul class="wp-block-list">
729
730<li>
731<a href="https://apbooklogin.com/blog/">
732APBook Blog</a>
733</li>
734
735</ul>
736
737</div>
738
739 </div>
740
741 </div>
742
743 <div class="site-footer_six_col-four">
744
745 <div class="wpdevart-widgets-inner">
746
747 <div id="block-17" class="widget widget_block widget_text">
748
749<p>
750apbook online betting app<br>
751apbook in app download<br>
752apbook id<br>
753apbook login password<br>
754apbook cricket<br>
755apbook online betting login<br>
756apbook betting app download<br>
757apbook bet<br>
758ap book id</p>
759
760</div>
761
762 </div>
763
764 </div>
765
766 <div class="site-footer_six_col-five">
767
768 <div class="wpdevart-widgets-inner">
769
770 <div id="block-18" class="widget widget_block widget_text">
771
772<p>
773<a href="https://apbooklogin.com/how-to-login/">
774How to Login</a>
775</p>
776
777</div>
778<div id="block-19" class="widget widget_block widget_text">
779
780<p>
781<a href="https://apbooklogin.com/how-to-play/">
782How to Play</a>
783</p>
784
785</div>
786<div id="block-20" class="widget widget_block widget_text">
787
788<p>
789<a href="https://apbooklogin.com/how-to-register/">
790How to Register</a>
791</p>
792
793</div>
794<div id="block-21" class="widget widget_block widget_text">
795
796<p>
797<a href="https://apbooklogin.com/apbook-app/">
798APBOOK APP</a>
799</p>
800
801</div>
802<div id="block-22" class="widget widget_block widget_text">
803
804<p>
805</p>
806
807</div>
808
809 </div>
810
811 </div>
812
813 </div>
814
815
816 </div>
817
818
819
820 <div class="wpdevart-footer-copyright-only-text">
821
822 <p>
823All rights reserved. <a target="_blank" title="WordPress Education Theme" href="https://wordpress.org/themes/education-wda">
824Education WDA</a>
825 Powered by WordPress.</p>
826
827 </div>
828
829
830</footer>
831
832 <div class="wpdevart-search-overlay" id="wpdevartModalContainer">
833
834 <div class="wpdevart-search-overlay-layout">
835
836 <form method="get" class="search-term" action="https://apbooklogin.com/">
837
838 <div class="wpdevart-search-container">
839
840 <label>
841
842 <input type="search" class="search-term" id="wpdevartfocusonoverlayinputwide"
843 placeholder="Enter a search term here..."
844 value="" name="s"
845 />
846
847 <button type="submit" class="search-overlay-submit-button">
848
849 <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">
850
851 <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"/>
852
853 </svg>
854
855 </button>
856
857 </label>
858
859 <button type="button" onClick="wpdevartToggleModal()" class="search-overlay-close-wide-button" id="restoresearchbuttonfocus">
860
861 <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">
862
863 <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"/>
864
865 </svg>
866
867 </button>
868
869 </div>
870
871 </form>
872
873 <div tabIndex="0">
874</div>
875
876 </div>
877
878 </div>
879
880
881 <div class="wpdevart-search-overlay" id="wpdevartModalContainerSmall">
882
883 <div class="wpdevart-search-overlay-layout">
884
885 <form method="get" class="search-term" action="https://apbooklogin.com/">
886
887 <div class="wpdevart-search-container">
888
889 <label>
890
891 <input type="search" class="search-term" id="wpdevartfocusonoverlayinputsmall"
892 placeholder="Search term..."
893 value="" name="s"
894 />
895
896 <button type="submit" class="search-overlay-submit-button">
897
898 <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">
899
900 <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"/>
901
902 </svg>
903
904 </button>
905
906 </label>
907
908 <button type="button" onClick="wpdevartToggleModalSmall()" class="search-overlay-close-button" id="restoresmallsearchbuttonfocus">
909
910 <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">
911
912 <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"/>
913
914 </svg>
915
916 </button>
917
918 </div>
919
920 </form>
921
922 <div tabIndex="0">
923</div>
924
925 </div>
926
927 </div>
928
929<script type="speculationrules">
930
931{"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/education-wda/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
932</script>
933
934 <script type="rocketlazyloadscript">
935
936 const lazyloadRunObserver = () =>
937 {
938 const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` );
939 const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) =>
940 {
941 entries.forEach( ( entry ) =>
942 {
943 if ( entry.isIntersecting ) {
944 let lazyloadBackground = entry.target;
945 if( lazyloadBackground ) {
946 lazyloadBackground.classList.add( 'e-lazyloaded' );
947 }
948 lazyloadBackgroundObserver.unobserve( entry.target );
949 }
950 });
951 }, { rootMargin: '200px 0px 200px 0px' } );
952 lazyloadBackgrounds.forEach( ( lazyloadBackground ) =>
953 {
954 lazyloadBackgroundObserver.observe( lazyloadBackground );
955 } );
956 };
957 const events = [
958 'DOMContentLoaded',
959 'elementor/lazyload/observe',
960 ];
961 events.forEach( ( event ) =>
962 {
963 document.addEventListener( event, lazyloadRunObserver );
964 } );
965 </script>
966
967 <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-browser-checker-js-after">
968
969/* <![CDATA[ */
970"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}();
971//# sourceURL=rocket-browser-checker-js-after
972/* ]]>
973 */
974</script>
975
976<script type="text/javascript" id="rocket-preload-links-js-extra">
977
978/* <![CDATA[ */
979var 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://apbooklogin.com","onHoverDelay":"100","rateThrottle":"3"};
980//# sourceURL=rocket-preload-links-js-extra
981/* ]]>
982 */
983</script>
984
985<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-preload-links-js-after">
986
987/* <![CDATA[ */
988(function() {
989"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>
990i.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();
991}());
992
993//# sourceURL=rocket-preload-links-js-after
994/* ]]>
995 */
996</script>
997
998<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://apbooklogin.com/wp-content/cache/min/1/wp-content/themes/education-wda/assets/js/front-end/index.js?ver=1765574278" id="wpdevart-js-js" defer>
999</script>
1000
1001<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://apbooklogin.com/wp-content/cache/min/1/wp-content/themes/education-wda/assets/js/front-end/search.js?ver=1765574278" id="wpdevart-search-js-js" defer>
1002</script>
1003
1004<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://apbooklogin.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.34.0" id="elementor-webpack-runtime-js" defer>
1005</script>
1006
1007<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://apbooklogin.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.34.0" id="elementor-frontend-modules-js" defer>
1008</script>
1009
1010<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://apbooklogin.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3" id="jquery-ui-core-js" defer>
1011</script>
1012
1013<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="elementor-frontend-js-before">
1014
1015/* <![CDATA[ */
1016var 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.34.0","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,"e_interactions":true,"import-export-customization":true},"urls":{"assets":"https:\/\/apbooklogin.com\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/apbooklogin.com\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/apbooklogin.com\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"b9f2bbad5a"},"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":68,"title":"About%20Apbook%20%E2%80%93%20India%E2%80%99s%20Leading%20Online%20Sports%20Platform","excerpt":"","featuredImage":false}};
1017//# sourceURL=elementor-frontend-js-before
1018/* ]]>
1019 */
1020</script>
1021
1022<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://apbooklogin.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.34.0" id="elementor-frontend-js" defer>
1023</script>
1024
1025<script>
1026window.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}
1027if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
1028images=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}
1029if(is_iframe){iframe_count+=1}}});if(image_count>
10300||iframe_count>
10310||rocketlazy_count>
10320){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script>
1033<script data-no-minify="1" async src="https://apbooklogin.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.min.js">
1034</script>
1035<script>
1036function lazyLoadThumb(e){var t='<img data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360">
1037<noscript>
1038<img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360">
1039</noscript>
1040',a='<button class="play" aria-label="play Youtube video">
1041</button>
1042';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>
1043<script>
1044class 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=>
1045{const e=t.getBoundingClientRect();if(e.bottom>
1046=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=>
1047e[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(()=>
1048{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=>
1049{e.forEach(e=>
1050{i.push(t+e)})}),i}_removeAnimationSettings(t,e){this._listAnimationSettingsKeys().forEach(t=>
1051delete 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>
1052</body>
1053
1054</html>
1055
1056
1057
1058
1059
1060
1061
1062<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1767278784 -->