<!doctype html><html lang="en" prefix="og: http://ogp.me/ns#" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://ogp.me/ns/fb#"><head><script type="8a574b7d7be5c88bfc2b0131-text/javascript">class ArsiLazyLoadScripts {constructor(e) {this.triggerEvents = e, this.eventOptions = {passive: !0}, this.userEventListener = this.triggerListener.bind(this), this.delayedScripts = {normal: [],async: [],defer: []}, this.allJQueries = []}_addUserInteractionListener(e) {this.triggerEvents.forEach((t => window.addEventListener(t, e.userEventListener, e.eventOptions)))}_removeUserInteractionListener(e) {this.triggerEvents.forEach((t => window.removeEventListener(t, e.userEventListener, e.eventOptions)))}triggerListener() {this._removeUserInteractionListener(this), "loading" === document.readyState ? document.addEventListener("DOMContentLoaded", this._loadEverythingNow.bind(this)) : this._loadEverythingNow()}async _loadEverythingNow() {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), await this._triggerDOMContentLoaded(), await this._triggerWindowLoad(), window.dispatchEvent(new Event("rocket-allScriptsLoaded"))}_registerAllDelayedScripts() {document.querySelectorAll("script[type=arsilazyloadscript]").forEach((e => {e.hasAttribute("src") ? e.hasAttribute("async") && !1 !== e.async ? this.delayedScripts.async.push(e) : e.hasAttribute("defer") && !1 !== e.defer || "module" === e.getAttribute("data-rocket-type") ? this.delayedScripts.defer.push(e) : this.delayedScripts.normal.push(e) : this.delayedScripts.normal.push(e)}))}async _transformScript(e) {return await this._requestAnimFrame(), new Promise((t => {const n = document.createElement("script");let i;[...e.attributes].forEach((e => {let t = e.nodeName;"type" !== t && ("data-rocket-type" === t && (t = "type", i = e.nodeValue), n.setAttribute(t, e.nodeValue))})), e.hasAttribute("src") && this._isValidScriptType(i) ? (n.addEventListener("load", t), n.addEventListener("error", t)) : (n.text = e.text, t()), e.parentNode.replaceChild(n, e)}))}_isValidScriptType(e) {return !e || "" === e || "string" == typeof e && ["text/javascript", "text/x-javascript", "text/ecmascript", "text/jscript", "application/javascript", "application/x-javascript", "application/ecmascript", "application/jscript", "module"].includes(e.toLowerCase())}async _loadScriptsFromList(e) {const t = e.shift();return t ? (await this._transformScript(t), this._loadScriptsFromList(e)) : Promise.resolve()}_preloadAllScripts() {var e = document.createDocumentFragment();[...this.delayedScripts.normal, ...this.delayedScripts.defer, ...this.delayedScripts.async].forEach((t => {const n = t.getAttribute("src");if (n) {const t = document.createElement("link");t.href = n, t.rel = "preload", t.as = "script", e.appendChild(t)}})), document.head.appendChild(e)}_delayEventListeners() {let e = {};function t(t, n) {! function(t) {function n(n) {return e[t].eventsToRewrite.indexOf(n) >= 0 ? "rocket-" + n : n}e[t] || (e[t] = {originalFunctions: {add: t.addEventListener,remove: t.removeEventListener},eventsToRewrite: []}, t.addEventListener = function() {arguments[0] = n(arguments[0]), e[t].originalFunctions.add.apply(t, arguments)}, t.removeEventListener = function() {arguments[0] = n(arguments[0]), e[t].originalFunctions.remove.apply(t, arguments)})}(t), e[t].eventsToRewrite.push(n)}function n(e, t) {let n = e[t];Object.defineProperty(e, t, {get: () => n || function() {},set(i) {e["rocket" + t] = n = i}})}t(document, "DOMContentLoaded"), t(window, "DOMContentLoaded"), t(window, "load"), t(window, "pageshow"), t(document, "readystatechange"), n(document, "onreadystatechange"), n(window, "onload"), n(window, "onpageshow")}_delayJQueryReady(e) {let t = window.jQuery;Object.defineProperty(window, "jQuery", {get: () => t,set(n) {if (n && n.fn && !e.allJQueries.includes(n)) {n.fn.ready = n.fn.init.prototype.ready = function(t) {e.domReadyFired ? t.bind(document)(n) : document.addEventListener("rocket-DOMContentLoaded", (() => t.bind(document)(n)))};const t = n.fn.on;n.fn.on = n.fn.init.prototype.on = function() {if (this[0] === window) {function e(e) {return e.split(" ").map((e => "load" === e || 0 === e.indexOf("load.") ? "rocket-jquery-load" : e)).join(" ")}"string" == typeof arguments[0] || arguments[0] instanceof String ? arguments[0] = e(arguments[0]) : "object" == typeof arguments[0] && Object.keys(arguments[0]).forEach((t => {delete Object.assign(arguments[0], {[e(t)]: arguments[0][t]})[t]}))}return t.apply(this, arguments), this}, e.allJQueries.push(n)}t = n}})}async _triggerDOMContentLoaded() {this.domReadyFired = !0, await this._requestAnimFrame(), document.dispatchEvent(new Event("rocket-DOMContentLoaded")), await this._requestAnimFrame(), window.dispatchEvent(new Event("rocket-DOMContentLoaded")), await this._requestAnimFrame(), document.dispatchEvent(new Event("rocket-readystatechange")), await this._requestAnimFrame(), document.rocketonreadystatechange && document.rocketonreadystatechange()}async _triggerWindowLoad() {await this._requestAnimFrame(), window.dispatchEvent(new Event("rocket-load")), await this._requestAnimFrame(), window.rocketonload && window.rocketonload(), await this._requestAnimFrame(), this.allJQueries.forEach((e => e(window).trigger("rocket-jquery-load"))), window.dispatchEvent(new Event("rocket-pageshow")), await this._requestAnimFrame(), window.rocketonpageshow && window.rocketonpageshow()}_handleDocumentWrite() {const e = new Map;document.write = document.writeln = function(t) {const n = document.currentScript;n || console.error("unable to document.write this: " + t);const i = document.createRange(),r = n.parentElement;let a = e.get(n);void 0 === a && (a = n.nextSibling, e.set(n, a));const o = document.createDocumentFragment();i.setStart(o, 0), o.appendChild(i.createContextualFragment(t)), r.insertBefore(o, a)}}async _requestAnimFrame() {return new Promise((e => requestAnimationFrame(e)))}static run() {const e = new ArsiLazyLoadScripts(["keydown", "mousemove", "touchmove", "touchstart", "touchend", "wheel"]);e._addUserInteractionListener(e)}}ArsiLazyLoadScripts.run();</script>            <meta charset="UTF-8">                <meta name="viewport" content="width=device-width, initial-scale=1">                <link rel="shortcut icon" href="https://kingmodapk.net/images/favicon_ff37c.png" type="image/x-icon"/>                <script type="8a574b7d7be5c88bfc2b0131-text/javascript">document.domain = "kingmodapk.net"; var site_base = 'https://kingmodapk.net/'; var base_url = 'https://kingmodapk.net/'; var base_cdn = 'https://kingmodapk.net/'; var base_img = 'https://kingmodapk.net/';</script>                                        <title>KINGMODAPK.NET -  Latest Apps and Games for Android</title>        <meta name="keywords" content="king mod apk, king, mod, apk, kingmodapk, king mod, king mods, kingmod apk, apps, games, android, ios, iphone, mod apk, apk mod">        <meta name="description" content="KING MOD APK is a best Website that provides you Free 100% Working Apps and Games for android and ios with fast direct downloading files."><meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /><link rel="canonical" href="https://kingmodapk.net/">                <link rel="alternate" href="https://kingmodapk.net/" hreflang="x-default" /><link rel="alternate" href="https://kingmodapk.net/" hreflang="en" /><link rel="alternate" href="https://kingmodapk.net/es/" hreflang="es" /><link rel="alternate" href="https://kingmodapk.net/br/" hreflang="pt-br" /><link rel="alternate" href="https://kingmodapk.net/ru/" hreflang="ru" /><link rel="alternate" href="https://kingmodapk.net/ar/" hreflang="ar-sa" /><link rel="alternate" href="https://kingmodapk.net/in/" hreflang="hi" /><link rel="alternate" href="https://kingmodapk.net/it/" hreflang="it" /><link rel="alternate" href="https://kingmodapk.net/nl/" hreflang="nl" /><link rel="alternate" href="https://kingmodapk.net/id/" hreflang="id" /><link rel="alternate" href="https://kingmodapk.net/jp/" hreflang="ja" /><link rel="alternate" href="https://kingmodapk.net/pl/" hreflang="pl" /><link rel="alternate" href="https://kingmodapk.net/de/" hreflang="de-de" /><link rel="alternate" href="https://kingmodapk.net/fr/" hreflang="fr-fr" /><link rel="alternate" href="https://kingmodapk.net/tr/" hreflang="tr" /><link rel="alternate" href="https://kingmodapk.net/kr/" hreflang="ko" /><link rel="alternate" href="https://kingmodapk.net/my/" hreflang="ms" /><link rel="alternate" href="https://kingmodapk.net/th/" hreflang="th" /><link rel="alternate" href="https://kingmodapk.net/vn/" hreflang="vi" /><link rel="alternate" href="https://kingmodapk.net/cn/" hreflang="zh" /><link rel="alternate" href="https://kingmodapk.net/tw/" hreflang="zh-tw" /><link rel="alternate" href="https://kingmodapk.net/kh/" hreflang="km" /><link rel="alternate" href="https://kingmodapk.net/dk/" hreflang="da" /><link rel="alternate" href="https://kingmodapk.net/fi/" hreflang="fi" /><link rel="alternate" href="https://kingmodapk.net/mm/" hreflang="my" /><link rel="alternate" href="https://kingmodapk.net/ng/" hreflang="ha" /><link rel="alternate" href="https://kingmodapk.net/lk/" hreflang="si" /><link rel="alternate" href="https://kingmodapk.net/ph/" hreflang="en-ph" /><link rel="alternate" href="https://kingmodapk.net/ke/" hreflang="sw" /><link rel="alternate" href="https://kingmodapk.net/za/" hreflang="zu" /><link rel="alternate" href="https://kingmodapk.net/bd/" hreflang="bn" /><link rel="alternate" href="https://kingmodapk.net/et/" hreflang="am" /><link rel="alternate" href="https://kingmodapk.net/np/" hreflang="ne" /><link rel="alternate" href="https://kingmodapk.net/ro/" hreflang="ro" /><link rel="alternate" href="https://kingmodapk.net/az/" hreflang="az" /><link rel="alternate" href="https://kingmodapk.net/gr/" hreflang="el" /><link rel="alternate" href="https://kingmodapk.net/ca/" hreflang="la-ca" /><link rel="alternate" href="https://kingmodapk.net/ua/" hreflang="uk" />                                <link rel='dns-prefetch' href='//fonts.gstatic.com' />        <link rel='dns-prefetch' href='//securepubads.g.doubleclick.net' />        <link rel='dns-prefetch' href='//pagead2.googlesyndication.com' />        <link rel='dns-prefetch' href='//api.twitter.com' />        <link rel='dns-prefetch' href='//adservice.google.com' />        <link rel='dns-prefetch' href='//twitter.com' />        <link rel='dns-prefetch' href='//platform.twitter.com' />        <link rel='dns-prefetch' href='//connect.facebook.net' />        <link rel='dns-prefetch' href='//static.ak.facebook.com' />        <link rel='dns-prefetch' href='//s-static.ak.facebook.com' />        <link rel='dns-prefetch' href='//fbstatic-a.akamaihd.net' />        <link rel='dns-prefetch' href='//apis.google.com' />        <link rel='dns-prefetch' href='//ssl.gstatic.com' />        <link rel='dns-prefetch' href='//linkedin.com' />        <link rel='dns-prefetch' href='//platform.linkedin.com' />        <link rel='dns-prefetch' href='//static.licdn.com' />        <link rel='dns-prefetch' href='//google-analytics.com' />        <link rel='dns-prefetch' href='//ajax.googleapis.com' />        <link rel='dns-prefetch' href='//themes.googleusercontent.com' />        <link rel='dns-prefetch' href='//cdn.ampproject.org' />        <link rel='dns-prefetch' href='//googletagservices.com' />        <link rel='dns-prefetch' href='//arynews.tv' />        <link rel='dns-prefetch' href='//tpc.googlesyndication.com' />        <link rel='dns-prefetch' href='//cdn.jsdelivr.net' />        <link rel='dns-prefetch' href='//youtube.com' />        <link rel='dns-prefetch' href='//tags.bkrtx.com' />        <link rel='dns-prefetch' href='//redirect.prod.experiment.routing.cloudfront.aws.a2z.com' />        <link rel='dns-prefetch' href='//stags.bluekai.com' />        <link rel='dns-prefetch' href='//google.com' />        <link rel='dns-prefetch' href='//adtracker.ch' />        <link rel='dns-prefetch' href='//hal900016.redintelligence.net' />        <link rel='dns-prefetch' href='//hal9000.redintelligence.net' />        <link rel='dns-prefetch' href='//track.adform.net' />        <link rel='dns-prefetch' href='//s1.adform.net' />        <link href='//fonts.gstatic.com' crossorigin rel='preconnect' />                <script type="arsilazyloadscript" data-rocket-type='text/javascript' src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>        <meta property="og:url" content="https://kingmodapk.net/" />        <meta property="og:title" content="KINGMODAPK.NET -  Latest Apps and Games for Android" />        <meta property="og:description" content="KING MOD APK is a best Website that provides you Free 100% Working Apps and Games for android and ios with fast direct downloading files." />        <meta property="og:site_name" content="KINGMODAPK.NET" />        <meta property="og:image" content="https://kingmodapk.net/images/kingmodapk_62541.png" />        <meta property="og:image:url" content="https://kingmodapk.net/images/kingmodapk_62541.png" />        <meta property="og:image:type" content="image/png" />        <meta property="og:image:width" content="600" />        <meta property="og:image:height" content="400" />                                                <meta name="twitter:card" content="summary_large_image">        <meta name="twitter:title" content="KINGMODAPK.NET -  Latest Apps and Games for Android">        <meta name="twitter:description" content="KING MOD APK is a best Website that provides you Free 100% Working Apps and Games for android and ios with fast direct downloading files.">        <meta name="twitter:image" content="https://kingmodapk.net/images/kingmodapk_62541.png">        <meta name="twitter:image:alt" content="KINGMODAPK.NET -  Latest Apps and Games for Android" />        <meta name="twitter:domain" content="kingmodapk.net">                        
				
        <script type="application/ld+json">{"@context": "http://schema.org","@type": "Organization","url": "https://kingmodapk.net/","logo": "https://kingmodapk.net/images/kingmodapk_aa5c6.png","contactPoint": [{"@type": "ContactPoint","telephone": "03340696141","contactType": "customer service"}],"sameAs": ["https://www.facebook.com/kingmodapk","https://twitter.com/kingmodapk","https://www.youtube.com/channel/UCzTpKVo2--ePBxG5NCTB_Rw","https://www.pinterest.co.uk/kingmodapk/"]}</script><script type="application/ld+json">{"@context": "http://schema.org","@type": "WebSite","name": "KINGMODAPK.NET","url": "https://kingmodapk.net/"}</script><script data-schema="WebPage" type="application/ld+json">{"@id":"https://kingmodapk.net/","@type":"WebPage","@context":"http://schema.org"}</script>
        
                                <style type="text/css">a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline; outline: 0; background: transparent;} article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}.clear{ clear:both; line-height:0px; margin:0; padding:0;}*{ box-sizing:border-box; transition-duration:.5s;}::-webkit-scrollbar {width: 15px; height: 15px;}::-webkit-scrollbar-thumb {border-radius: 8px; background-color: #C3C3C3; border: 2px solid #eee;}::selection {background-color: #394F78; color:#fff;}body, html {max-width: 100%;overflow-x: hidden; margin:0; padding:0;}iframe,img{max-width:100%;}body{font-family: 'Roboto', sans-serif; font-size: 15px;line-height: 23px;color: #333;background-color: #fff; letter-spacing: 0.5px;  }p,h1,h2,h3,h4,h5,h6{margin-bottom: 15px; color:#101010;}a{color: #005B8A; text-decoration:none;}a:hover{ color:#B30000; }i{font-style: italic;}p{ font-size: 16px;line-height: 24px;}h1{ font-size: 32px;line-height: 40px;}h2{ font-size: 30px;line-height: 38px;}h3{ font-size: 28px;line-height: 36px;}h4{ font-size: 26px;line-height: 34px;}h5{ font-size: 24px;line-height: 32px;}h6{ font-size: 22px;line-height: 30px;}strong{ font-size:inherit; font-weight:bold;}@media(max-width:600px){p{ font-size: 15px;line-height: 24px;}h1{ font-size: 28px;line-height: 36px;}h2{ font-size: 24px;line-height: 32px;}h3{ font-size: 22px;line-height: 30px;}h4{ font-size: 20px;line-height: 28px;}h5{ font-size: 18px;line-height: 26px;}h6{ font-size: 16px;line-height: 24px;}}iframe,img{max-width:100%;}.round{border-radius:10%;-moz-border-radius:10%;-webkit-border-radius:10%;-ms-border-radius:10%;}#main_wrap{ position:relative; width:100%; float:left;user-select: none;-moz-user-select: none;-ms-user-select: none;-webkit-user-select: none; overflow:hidden;}header{width: 100%;background: #fff;position: static;height: 45px;z-index: 99999;     border-bottom: solid 2px #f3f3f3;}.header_gap{ margin-top:0px;}.container{display: block;width: 1200px; padding:0 20px; margin: 0px auto;}.main_bar{ width: 800px;float: left;position: relative;}.side_bar{ width: 340px;float: right;}@media(max-width:1199px){.container{width: 100%;padding: 0 10px;}.main_bar{ width:66%;}.side_bar{ width:32%;}}@media(max-width:800px){.main_bar{ width:100%; margin-bottom:15px;}.side_bar{ width:100%;}}.toggle,[id^=drop] {display: none;}nav {margin:0;padding: 0;}nav:after {content:"";display:table;clear:both;}#logo {padding-right: 30px;float: left;height: 45px; line-height:45px;}#logo img{padding: 2px 0; max-height: 45px; vertical-align:middle;}#logo a { padding:0px !important; background:none !important;}#logo a:hover{ background:none !important;}nav ul {float: right;padding:0;margin:0;list-style: none;position: relative;}nav ul li {margin: 0px;display:inline-block;float: left;}nav a , .search_hndlr{display: block;padding: 10px 15px;color: #058305;font-size: 18px;text-decoration: none;}nav a.active, nav a:hover, .search_hndlr:hover {background: #058305 !important; }nav ul li:hover > a, nav a:hover > i, nav a.active{color:#fff;}nav ul ul {display: none;position: absolute; top: 59px;}nav ul li:hover > ul {display:inherit; background:#000;}nav ul ul li {width:170px;float:none;display:list-item;position: relative;}nav ul ul ul li {position: relative;top:-60px;left:170px;}li > a:after { content:  ' +'; }li > a:only-child:after { content: ''; }header .lang_box{float: right;font-size: 15px;cursor: pointer;text-align: center;height: 45px;line-height: 34px;color: #000;font-weight: bold;position: relative;box-sizing: border-box;border-left: solid 1px #f3f3f3;border-right: solid 1px #f3f3f3;}header .lang_box a{ padding:5px;}header .lang_box a:hover{ background:#fff;}header .lang_box img{margin-right: 5px;width: 20px;vertical-align: middle;}@media(min-width:801px){header .lang_box:hover > .lang_box_inner{ display:block;}}header .lang_box .lang_box_inner{position: absolute;width: 300px;right: 0;top: 45px;background: #fff; padding-top:5px; display:none;z-index: 999999;border: solid 1px #f3f3f3;}header .lang_box .lang_box_inner .lang_item{float: left;width: 49%;margin-bottom: 5px;padding: 2px 10px;text-align: left;}header .lang_box .lang_box_inner .lang_item span{ color:#222; font-weight:normal; font-size:14px; line-height:22px;}header .lang_box .lang_box_inner .lang_item:nth-child(odd){ margin-right:1%;}header .lang_box .lang_box_inner .lang_item:nth-child(even){ margin-left:1%;}header .lang_box .lang_box_inner .lang_item:hover{ background:#24cd77;;}header .lang_box .lang_box_inner .lang_item:hover > span{color:#fff;}header .lang_box #lang_hndlr{padding:5px;vertical-align: 45px;float: left;}header .lang_box #lang_hndlr:hover{ color:#fff; background: #058305 !important;}.search_hndlr{ float:right; cursor:pointer;}.search_hndlr i{ padding:0 5px; color: #000;}.search_hndlr:hover i{ color:#fff;}#search_wrap{ position: fixed;display: none;width: 100%;height: 100%;top: 0;left: 0;right: 0;bottom: 0;background: #212424;  z-index: 9999999;cursor: pointer;}.search_inner{ width:600px; margin: 50px auto 0 auto; padding:10px; text-align:center;}.search_close{color: #fff;padding: 8px 10px;border: solid 3px #fff;border-radius: 50%;-webkit-border-radius: 50%;-o-border-radius: 50%;-moz-border-radius: 50%;position: fixed;right: 20px;top: 20px; }.search_inner input[type="text"]{-webkit-appearance: none;background: none;border: none;color: #FCFCFC;font-size: 44px;font-weight: 500;outline: none;padding-bottom: 15px;text-align: center;width: 75%; box-shadow: 0 -2px 0 0 #333 inset;}@media(max-width:600px){.search_inner{ width:100%;}}.kwd{color:#f74d4d;}@media all and (max-width : 1079px) {header .container{ padding:0;}.mob_menu_handler{ background: none !important;position: absolute;top: 0;left: 0;cursor: pointer;font-size: 25px !important;padding: 10px 15px !important;}.mob_menu_handler i{ color:#000;}ul.menu{float: none;height: 400px;overflow-y: scroll;}#logo {display: block;padding: 0;width: 100%;text-align: center;float: none; vertical-align:middle;}header .lang_box{ position:absolute; right:1px; top:0;}.search_hndlr{ float: none;position: absolute;right: 60px;top: 0;padding: 7px 10px;}nav {margin: 0;}.toggle + a,.menu {display: none;}.toggle {display: block;background-color: #000;padding:14px 10px;color:#FFF;font-size:15px;text-decoration:none;border:none;}.toggle:hover {background-color: #000000; color:#fff !important;}[id^=drop]:checked + ul {    display: block;background-color: #f3f3f3;position: absolute;left: 0;top: 46px;width: 100%; z-index: 999999;}nav ul li {display: block;width: 100%; border-bottom: 1px solid #ccc;}nav ul ul .toggle,nav ul ul a {padding: 0 40px;}nav ul ul ul a {padding: 0 80px;}nav a:hover,nav ul ul ul a {background-color: #000000; color:#fff !important;}nav ul li ul li .toggle,nav ul ul a,nav ul ul ul a{padding:14px 20px;color:#FFF;font-size:17px;}nav ul li ul li .toggle,nav ul ul a {background-color: #212121; color:#fff !important;}nav ul ul {float: none;position:static;color: #ffffff;}nav ul ul li:hover > ul,nav ul li:hover > ul {display: none;}nav ul ul li {display: block;width: 100%;}nav ul ul ul li {position: static;}nav a.active {border-bottom: none;}}ul.bread_crumb{margin: 0 0 10px 0;width: 100%;padding: 0 10px;box-sizing: border-box;float: left;}ul.bread_crumb li{float: left;}ul.bread_crumb li i{font-size: 12px;line-height: 30px;margin: 0 8px;color: #000;}ul.bread_crumb li a{font-family: arial;font-size: 12px;line-height: 30px;display: block; color:#058305;}ul.bread_crumb li a:hover{ text-decoration:underline;}ul.bread_crumb li a:hover, ul.bread_crumb li a.active{ color:#000;}.side_list_item{float: left;width: 100%;padding: 10px; margin-bottom:10px}.side_list_item:hover{ background:#f5f5f5; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;}.side_list_item img{ float:left; margin-right:10px; width:80px; height:80px; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;} .side_list_item p{ margin-bottom:0px;}.side_list_item p.title{font-size: 16px;line-height: 24px;font-weight: bold;color: #058305;}.side_list_item p.category{font-size: 14px;line-height: 22px; margin-top: 10px;}.side_list_item p.category .ico_arr{color: #FE8401;font-size: 26px;vertical-align: middle;margin-right: 5px;}.main_list_item .side_list_item{ width:49%;}.main_list_item .side_list_item:nth-child(odd){ margin-right:1%;}.main_list_item .side_list_item:nth-child(even){ margin-left:1%;}.main_list_item .side_list_item:nth-child(2n+1){ clear:left;}@media(max-width:600px){.main_list_item .side_list_item{ width:100%;}.main_list_item .side_list_item:nth-child(odd){ margin-right:0;}.main_list_item .side_list_item:nth-child(even){ margin-left:0;}}.more_link{float: left;width: 100%;background: #058305;text-align: center;padding: 10px;font-size: 20px;line-height: 28px;color: #fff;border-radius: 6px; cursor:pointer;}.more_link:hover{ filter: brightness(90%); color:#fff !important}.more_cmnts{background: #058305 !important; color:#fff !important; margin-top: 20px !important;}.side_cat_item{ width:49%; float:left; padding:10px; margin-bottom:5px; font-size:14px; line-height:22px; color:#000;}.side_cat_item:hover{background:#f5f5f5; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; color:#000;}.side_cat_item:nth-child(odd){ margin-right:1%;}.side_cat_item:nth-child(even){ margin-left:1%;}.side_cat_item:nth-child(2n+1){ clear:left;}.side_cat_item img{ width:30px; height:30px; border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; vertical-align:middle; margin-right:5px;}footer{width: 100%;margin: 30px 0 0; z-index: 1;color: #fff; border-top: solid 2px #f3f3f3; padding-top:15px;}footer .footer_bottom {background: #222;padding: 15px 0;}footer .footer_bottom p {color: #fff;margin-bottom: 0;font-size: 15px; line-height:22px;}footer .footer_main { margin-bottom:15px;}footer .footer_main .ftr_link_box{ text-align:center;}footer .footer_main .ftr_link_box a{display: inline-block;margin: 5px;font-size: 16px;line-height: 24px;color: #000;}footer .footer_main .ftr_link_box a:after{content: "|";margin-left: 10px;color: #0071f3;font-size: 14px;}footer .footer_main .ftr_link_box a:last-child:after{ content:"";}footer .footer_main .ftr_social_box{ float:left; width:100%; text-align:center;}footer .footer_main .ftr_social_box a{ display:inline-block; width:45px; height:45px; text-align:center; background:#222; border-radius:50%; line-height:45px; margin:4px;}footer .footer_main .ftr_social_box a i{ font-size: 20px;line-height: 45px;color: #fff;}footer .footer_main .ftr_social_box a.fsb_facebook{ background:#0071F3;}footer .footer_main .ftr_social_box a.fsb_twitter{background:#31C6F7; }footer .footer_main .ftr_social_box a.fsb_youtube{background:#F70000;}footer .footer_main .ftr_social_box a.fsb_pinterest{background:#C62026;}footer .footer_main .ftr_social_box a.fsb_linkedin{ background:#0077B0;}footer .footer_main .ftr_social_box a.fsb_gplus{ background:#D54836;}footer .footer_main .ftr_social_box a.fsb_reddit{ background:#F73E18;}footer .footer_main .ftr_social_box a.fsb_vimeo{ background:#3FABD4;}footer .footer_main .ftr_social_box a.fsb_telegram{ background:#0083C5;}footer .footer_main .ftr_social_box a.fsb_instagram{ background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);}footer .footer_main .ftr_social_box a:hover{ background:#222;}#ScrollToTop {display: none;position: fixed;bottom: 20px;right: 30px;z-index: 99;font-size: 18px;border: none;outline: none;background-color: #058305;color: white;cursor: pointer;padding: 10px 15px;border-radius: 4px;}#ScrollToTop:hover {filter: brightness(85%);}.shad_box {width: 100%;box-sizing: border-box;background:#fff; box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15); -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15); -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15); -o-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);}.widget{display: block;margin-bottom: 20px;position: relative;}.widget h3 {color: #000;font-size: 22px;line-height: 30px;}.widget h3 span{border-bottom: solid 2px #fe8401}.widget:after, .widget:before{ clear:both;}ul.pagination{margin: 20px 0; float: left; width: 100%; text-align: center; direction: ltr;}ul.pagination li{list-style-type: none; float: none; display: inline-block; margin-bottom:5px;}ul.pagination li a{margin-left: 4px;font-weight: 500;font-size: 14px;color: #000;padding: 10px 16px;text-decoration: none;background-color: #EEEEEE;border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;display: inline-block;}ul.pagination li li>a:focus,ul.pagination li>a:hover,ul.pagination li >span:focus,ul.pagination li>span:hover,ul.pagination li>a:focus,ul.pagination li>a:hover,ul.pagination li>span:focus,ul.pagination li>span:hover{color:#fff!important;background:#01A001!important}ul.pagination>.active>a,ul.pagination>.active>a:focus,ul.pagination>.active>a:hover,ul.pagination>.active>span,ul.pagination>.active>span:focus,ul.pagination>.active>span:hover{color:#fff!important;background-color:#01A001!important;}.tag_item{ color: #000;background-color: #F0F2F5;padding: 8px 10px;display: inline-block;border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; margin:5px;}.tag_item:hover{ background:#afafaf; color:#fff;}@media(max-width:520px){.site_log{max-width: 140px !important;}}.cnt_box{ margin: 0 0 15px 0;font-size: 15px;line-height: 24px;width: 100%;box-sizing: border-box;background:#fff;}.cnt_box p, .cnt_box h1, .cnt_box h2, .cnt_box h3, .cnt_box h4, .cnt_box h5, .cnt_box h6{  margin-bottom:10px;}.cnt_box strong, .cnt_box b, .cnt_box em{ font-weight:bold;}.cnt_box h1, .cnt_box h2, .cnt_box h3, .cnt_box h4, .cnt_box h5, .cnt_box h6 { font-weight:bold; margin: 10px 0;}.cnt_box h2{ font-size:24px !important; line-height:32px !important;}.cnt_box h3{ font-size:22px !important; line-height:30px !important;}.cnt_box h4{ font-size:20px !important; line-height:28px !important;}.cnt_box h5{ font-size:18px !important; line-height:26px !important;}.cnt_box h6{ font-size:16px !important; line-height:24px !important;}.cnt_box i{ font-style:italic;}.cnt_box u{text-decoration:underline;}.cnt_box a{text-decoration: underline !important;color: #005B8A;}.cnt_box ol, .cnt_box ul{ padding-left:20px !important; margin-bottom: 10px !important;}.cnt_box ol{list-style: decimal !important;}.cnt_box ul{list-style: disc !important;}.adv_wrap{background: #f3f3f3;padding: 15px 10px;}.show{ display:block !important;}.hide{ display:none !important;}.bg_green{ background:#27ae60 !important;}.bg_blue{ background:#34ace0 !important;}.bg_red{ background:#e74c3c !important;}.mb0{ margin-bottom:0px !important; }.mb5{ margin-bottom:5px !important; }.mb10{ margin-bottom:10px !important; }.mb15{ margin-bottom:15px !important; }.mb20{ margin-bottom:20px !important; }.mb25{ margin-bottom:25px !important; }.mb30{ margin-bottom:30px !important; }.ac{ text-align:center !important;}.pad10{ padding:10px;}.pad15{ padding:15px;}.full{ width:100% !important;}.db{ display:block !important;}.hwa{ height: auto !important; width:auto !important;}</style>
<meta property="fb:pages" content="705175232841862" />

<meta name="google-site-verification" content="qqs5WQBLXwL8ANmsVlW59FDP_S_hZoxamqtAMC7xmHI" />

<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KWS45DG"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->

<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9950194196144586" crossorigin="anonymous" type="8a574b7d7be5c88bfc2b0131-text/javascript"></script>
     

</head><body id="webpage">
<div id="main_wrap"><header>    
    <div class="container">        
        <nav>
            <div id="logo">
                <a href="https://kingmodapk.net/"><img width="191" height="33" class="site_log hwa" src="https://kingmodapk.net/images/kingmodapk_aa5c6.png" alt="KINGMODAPK.NET" /></a>            
            </div>
                        <div class="lang_box">
                <span id="lang_hndlr" onclick="if (!window.__cfRLUnblockHandlers) return false; lang_toggler();" data-cf-modified-8a574b7d7be5c88bfc2b0131-=""><img width="20" height="20"  id="show_fix_lang_icon" src="https://kingmodapk.net/images/lang-en.png" alt="English"><span id="show_fix_lang_short" class="lang_txt">EN</span></span>
                <div id="lang_box_inner" class="lang_box_inner">
                    <a href="https://kingmodapk.net/" class="lang_item"><img width="20" height="20" src="https://kingmodapk.net/images/lang-en.png" alt="English"><span>English</span></a><a href="https://kingmodapk.net/es/" class="lang_item"><img width="20" height="20" src="https://kingmodapk.net/media/2020/06/_1/20x20/es_514aa.png" alt="Español"><span>Español</span></a><a href="https://kingmodapk.net/ru/" class="lang_item"><img width="20" height="20" src="https://kingmodapk.net/media/2020/06/_1/20x20/ru_d53c9.png" alt="Pусский"><span>Pусский</span></a><a href="https://kingmodapk.net/ar/" class="lang_item"><img width="20" height="20" src="https://kingmodapk.net/media/2020/06/_1/20x20/ar_c962b.png" alt="العربية"><span>العربية</span></a><a href="https://kingmodapk.net/in/" class="lang_item"><img width="20" height="20" src="https://kingmodapk.net/media/2020/06/_1/20x20/in_60347.png" alt="हिन्दी"><span>हिन्दी</span></a><a href="https://kingmodapk.net/it/" class="lang_item"><img width="20" height="20" src="https://kingmodapk.net/media/2020/06/_1/20x20/it_d42f2.png" alt="Italiano"><span>Italiano</span></a><a href="https://kingmodapk.net/nl/" class="lang_item"><img width="20" height="20" src="https://kingmodapk.net/media/2020/06/_1/20x20/nl_7c0c6.png" alt="Nederlands"><span>Nederlands</span></a><a href="https://kingmodapk.net/id/" class="lang_item"><img width="20" height="20" src="https://kingmodapk.net/media/2020/06/_1/20x20/id_a4b50.png" alt="Indonesia"><span>Indonesia</span></a><a href="https://kingmodapk.net/jp/" class="lang_item"><img width="20" height="20" src="https://kingmodapk.net/media/2020/06/_1/20x20/jp_58b69.png" alt="日本語"><span>日本語</span></a><a href="https://kingmodapk.net/pl/" class="lang_item"><img width="20" height="20" src="https://kingmodapk.net/media/2020/06/_1/20x20/pl_33f43.png" alt="Polski"><span>Polski</span></a><a href="https://kingmodapk.net/de/" class="lang_item"><img width="20" height="20" src="https://kingmodapk.net/media/2020/06/_1/20x20/de_4f27f.png" alt="Deutsch"><span>Deutsch</span></a><a href="https://kingmodapk.net/fr/" class="lang_item"><img width="20" height="20" src="https://kingmodapk.net/media/2020/06/_1/20x20/fr_bfa3c.png" alt="Français"><span>Français</span></a><a href="https://kingmodapk.net/tr/" class="lang_item"><img width="20" height="20" src="https://kingmodapk.net/media/2020/06/_1/20x20/tr_870d2.png" alt="Türkiye"><span>Türkiye</span></a><a href="https://kingmodapk.net/kr/" class="lang_item"><img width="20" height="20" src="https://kingmodapk.net/media/2020/06/_1/20x20/kr_bf539.png" alt="한국어"><span>한국어</span></a><a href="https://kingmodapk.net/my/" class="lang_item"><img width="20" height="20" src="https://kingmodapk.net/media/2020/12/_1/20x20/malay_0e544.png" alt="Malaysia"><span>Malaysia</span></a><a href="https://kingmodapk.net/th/" class="lang_item"><img width="20" height="20" src="https://kingmodapk.net/media/2020/12/_1/20x20/thai_635f7.png" alt="Thailand"><span>Thailand</span></a><a href="https://kingmodapk.net/vn/" class="lang_item"><img width="20" height="20" src="https://kingmodapk.net/media/2020/06/_1/20x20/vn_785bc.png" alt="Tiếng Việt"><span>Tiếng Việt</span></a><a href="https://kingmodapk.net/cn/" class="lang_item"><img width="20" height="20" src="https://kingmodapk.net/media/2020/06/_1/20x20/cn_0f172.png" alt="中文(简体)"><span>中文(简体)</span></a>                </div>
            </div>
             
            
            
            <span onClick="if (!window.__cfRLUnblockHandlers) return false; on_search()" class="search_hndlr" data-cf-modified-8a574b7d7be5c88bfc2b0131-=""><i title="Open search Box" aria-hidden="true" class="fa fa-search"></i></span>            
                        
            <label for="drop" class="toggle mob_menu_handler"><i class="fa fa-bars"></i></label>            
            <input type="checkbox" id="drop">            
            <ul class="menu">
                <li><a  href="https://kingmodapk.net/Home">Home</a></li><li><a  href="https://kingmodapk.net/games/">Games</a></li><li><a  href="https://kingmodapk.net/apps/">Apps</a></li><li><a  href="https://kingmodapk.net/news/">News</a></li>                
            </ul>
        </nav>
    </div>
</header>

<div class="clear"></div>
<div class="header_gap"></div>
<div class="clear"></div>

<div style="height:300px"><div class="ac"><script type="8a574b7d7be5c88bfc2b0131-text/javascript">(function(s,u,z,p){s.src=u,s.setAttribute('data-zone',z),p.appendChild(s);})(document.createElement('script'),'https://paupsoborofoow.net/tag.min.js',8543026,document.body||document.documentElement)</script>

<script type="8a574b7d7be5c88bfc2b0131-text/javascript">(function(d,z,s){s.src='https://'+d+'/401/'+z;try{(document.body||document.documentElement).appendChild(s)}catch(e){}})('ptichoolsougn.net',8543230,document.createElement('script'))</script>

<div><script data-cfasync="false" async type="text/javascript" src="//lw.agnateseric.com/tusLrYGzzRsJ5x3/99997"></script></div>

<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9950194196144586" crossorigin="anonymous" type="8a574b7d7be5c88bfc2b0131-text/javascript"></script>
<!-- ads_new1 -->
<ins class="adsbygoogle"
     style="display:block"
     data-ad-client="ca-pub-9950194196144586"
     data-ad-slot="8528940673"
     data-ad-format="auto"
     data-full-width-responsive="true"></ins>
<script type="8a574b7d7be5c88bfc2b0131-text/javascript">
     (adsbygoogle = window.adsbygoogle || []).push({});
</script>


<script async data-cfasync="false">
  (function() {
      const url = new URL(window.location.href);
      const clickID = url.searchParams.get("click_id");
      const sourceID = url.searchParams.get("source_id");

      const s = document.createElement("script");
      s.dataset.cfasync = "false";
      s.src = "https://push-sdk.com/f/sdk.js?z=1173858";
      s.onload = (opts) => {
          opts.zoneID = 1173858;
          opts.extClickID = clickID;
          opts.subID1 = sourceID;
          opts.actions.onPermissionGranted = () => {};
          opts.actions.onPermissionDenied = () => {};
          opts.actions.onAlreadySubscribed = () => {};
          opts.actions.onError = () => {};
      };
      document.head.appendChild(s);
  })()
</script></div></div>
<div class="clear mb20"></div>


<div class="clear mb20"></div>      


    <div class="container">
        <div class="main_bar">
        	
                        
                        <div class="cnt_box">
                                <h1>Kingmodapk.net - Apps and Games for Android</h1>
                                
                <p>King Mod APK is a completely best free website, Get you All Apps and Games For Android and ios, Download the Popular Latest Games and Programs For Android, We share top apps, android premium games with high-quality apps.</p>            </div>
                        
                                <div class="widget">
                        <h3><span>Games - Latest Updates</span></h3>
                        <div class="main_list_item">
						<a class="side_list_item" href="https://kingmodapk.net/pubg-lite-apk/">
						<img class="item_icon lazyload" width="80" height="80" src="https://kingmodapk.net/images/p80x80.jpg" data-src="https://kingmodapk.net/media/2023/10/_1/80x80/pubg-lite-apk_bf0ef.jpg" alt="PUBG Lite Apk">
						<p class="title">PUBG Lite Apk</p>
						<p class="category"> v0.28.0 + MOD: Unlimited Money</p>
					</a><a class="side_list_item" href="https://kingmodapk.net/sausageman-apk/">
						<img class="item_icon lazyload" width="80" height="80" src="https://kingmodapk.net/images/p80x80.jpg" data-src="https://kingmodapk.net/media/2023/10/_1/80x80/sausageman-apk_c7d8a.jpg" alt="Sausageman Apk">
						<p class="title">Sausageman Apk</p>
						<p class="category"> v19.22 + MOD: Unlimited Money</p>
					</a><a class="side_list_item" href="https://kingmodapk.net/radiation-island-mod-apk/">
						<img class="item_icon lazyload" width="80" height="80" src="https://kingmodapk.net/images/p80x80.jpg" data-src="https://kingmodapk.net/media/2023/10/_1/80x80/radiation-island-mod-apk_456bb.jpg" alt="Radiation Island Mod Apk">
						<p class="title">Radiation Island Mod Apk</p>
						<p class="category"> v1.2.10 + MOD: For Android</p>
					</a><a class="side_list_item" href="https://kingmodapk.net/dont-starve-apk/">
						<img class="item_icon lazyload" width="80" height="80" src="https://kingmodapk.net/images/p80x80.jpg" data-src="https://kingmodapk.net/media/2023/10/_1/80x80/dont-starve-apk_2377b.jpg" alt="Don&amp;#39;t Starve Apk">
						<p class="title">Don&#39;t Starve Apk</p>
						<p class="category"> v1.19.18 + MOD: Unlimited Money</p>
					</a><a class="side_list_item" href="https://kingmodapk.net/spiderman-ultimate-power-apk/">
						<img class="item_icon lazyload" width="80" height="80" src="https://kingmodapk.net/images/p80x80.jpg" data-src="https://kingmodapk.net/media/2023/10/_1/80x80/spiderman-ultimate-power-apk_9ec71.jpg" alt="Spiderman Ultimate Power Apk">
						<p class="title">Spiderman Ultimate Power ..</p>
						<p class="category"> v4.10.8 + MOD: Unlimited Money</p>
					</a><a class="side_list_item" href="https://kingmodapk.net/tennis-clash-apk/">
						<img class="item_icon lazyload" width="80" height="80" src="https://kingmodapk.net/images/p80x80.jpg" data-src="https://kingmodapk.net/media/2023/10/_1/80x80/tennis-clash-apk_04920.jpg" alt="Tennis Clash Apk">
						<p class="title">Tennis Clash Apk</p>
						<p class="category"> v6.8.2 + MOD: For Android</p>
					</a>                         <div class="clear mb10"></div>
                        
                        <a href="https://kingmodapk.net/games/" class="more_link">Load More Games </a>
                        
                        </div>
                    </div>
                    <div class="clear mb30"></div>
                     
            
                        
                                <div class="widget">
                        <h3><span>Games - New Releases</span></h3>
                        <div class="main_list_item">
						<a class="side_list_item" href="https://kingmodapk.net/free-fire-max-premium-apk-1/">
						<img class="item_icon lazyload" width="80" height="80" src="https://kingmodapk.net/images/p80x80.jpg" data-src="https://kingmodapk.net/media/2023/02/_1/80x80/capture_96fc6.jpg" alt="Free Fire Max Premium Apk">
						<p class="title">Free Fire Max Premium Apk</p>
						<p class="category"> v1.108.1 + MOD: Unlimited Diamonds/Unlocked All</p>
					</a><a class="side_list_item" href="https://kingmodapk.net/extreme-car-driving-simulator-mod-apks/">
						<img class="item_icon lazyload" width="80" height="80" src="https://kingmodapk.net/images/p80x80.jpg" data-src="https://kingmodapk.net/media/2022/08/_1/80x80/extreme-car-driving-simulator-mod-apk_843c2.jpg" alt="Extreme Car Driving Simulator Mod Apk">
						<p class="title">Extreme Car Driving Simulator ..</p>
						<p class="category"> v7.1.7 + MOD: Unlimited Money/All Unlocked</p>
					</a><a class="side_list_item" href="https://kingmodapk.net/pk-xd-mod-apk/">
						<img class="item_icon lazyload" width="80" height="80" src="https://kingmodapk.net/images/p80x80.jpg" data-src="https://kingmodapk.net/media/2021/11/_1/80x80/pk-xd-mod-apk_a1043.jpg" alt="PK XD Mod Apk">
						<p class="title">PK XD Mod Apk</p>
						<p class="category">  v1.64.4 + MOD: All Houses Unlocked/AD-Free</p>
					</a><a class="side_list_item" href="https://kingmodapk.net/bike-race-mod-apk/">
						<img class="item_icon lazyload" width="80" height="80" src="https://kingmodapk.net/images/p80x80.jpg" data-src="https://kingmodapk.net/media/2022/03/_1/80x80/bike-race-mod-apk_a1699.jpg" alt="Bike Race Mod Apk">
						<p class="title">Bike Race Mod Apk</p>
						<p class="category"> v8.5.5 + MOD: Unlimited Money</p>
					</a><a class="side_list_item" href="https://kingmodapk.net/m-gamer-mod-apk/">
						<img class="item_icon lazyload" width="80" height="80" src="https://kingmodapk.net/images/p80x80.jpg" data-src="https://kingmodapk.net/media/2023/01/_1/80x80/capture_0e6e4.jpg" alt="M Gamer Mod Apk">
						<p class="title">M Gamer Mod Apk</p>
						<p class="category"> v2.2.9  + MOD: unlimited money</p>
					</a><a class="side_list_item" href="https://kingmodapk.net/angry-birds-2/">
						<img class="item_icon lazyload" width="80" height="80" src="https://kingmodapk.net/images/p80x80.jpg" data-src="https://kingmodapk.net/media/2023/05/_1/80x80/capture_51b9d.jpg" alt="Angry Birds 2 Apk">
						<p class="title">Angry Birds 2 Apk</p>
						<p class="category"> v3.27.5 + MOD: Unlimited Money, Card Refill, Menu</p>
					</a>                         <div class="clear mb10"></div>
                        
                        <a href="https://kingmodapk.net/games/?orderby=new-releases" class="more_link">Load More Games </a>
                        
                        </div>
                    </div>
                    <div class="clear mb30"></div>
                     
            
                               <div class="widget">
                        <h3><span>Apps - Latest Updates</span></h3>
                        <div class="main_list_item">
						<a class="side_list_item" href="https://kingmodapk.net/quickshortcutmaker-apk/">
						<img class="item_icon lazyload" width="80" height="80" src="https://kingmodapk.net/images/p80x80.jpg" data-src="https://kingmodapk.net/media/2023/10/_1/80x80/quickshortcutmaker-apk_3b75b.jpg" alt="Quick Shortcut Maker Apk">
						<p class="title">Quick Shortcut Maker Apk</p>
						<p class="category"> v2.5.0 + MOD: For Android</p>
					</a><a class="side_list_item" href="https://kingmodapk.net/duolingo-plus-apk/">
						<img class="item_icon lazyload" width="80" height="80" src="https://kingmodapk.net/images/p80x80.jpg" data-src="https://kingmodapk.net/media/2023/10/_1/80x80/duolingo-plus-apk_b9856.jpg" alt="Duolingo Plus Apk">
						<p class="title">Duolingo Plus Apk</p>
						<p class="category"> v6.20.0 + MOD: For Android</p>
					</a><a class="side_list_item" href="https://kingmodapk.net/bri-mobile-apk/">
						<img class="item_icon lazyload" width="80" height="80" src="https://kingmodapk.net/images/p80x80.jpg" data-src="https://kingmodapk.net/media/2023/10/_1/80x80/bri-mobile-apk_262b7.jpg" alt="BRI Mobile Apk">
						<p class="title">BRI Mobile Apk</p>
						<p class="category"> v2.45.1 + MOD: For Android</p>
					</a><a class="side_list_item" href="https://kingmodapk.net/wifi-map-mod-apk/">
						<img class="item_icon lazyload" width="80" height="80" src="https://kingmodapk.net/images/p80x80.jpg" data-src="https://kingmodapk.net/media/2023/10/_1/80x80/wifi-map-mod-apk_38df3.jpg" alt="WiFi Map Mod Apk">
						<p class="title">WiFi Map Mod Apk</p>
						<p class="category"> v8.4.6 + MOD: For Android</p>
					</a><a class="side_list_item" href="https://kingmodapk.net/zenly-apk/">
						<img class="item_icon lazyload" width="80" height="80" src="https://kingmodapk.net/images/p80x80.jpg" data-src="https://kingmodapk.net/media/2023/10/_1/80x80/zenly-apk_f0790.jpg" alt="Zenly Apk">
						<p class="title">Zenly Apk</p>
						<p class="category"> v5.9.1 + MOD: For Android</p>
					</a><a class="side_list_item" href="https://kingmodapk.net/vhs-cam-pro-apk/">
						<img class="item_icon lazyload" width="80" height="80" src="https://kingmodapk.net/images/p80x80.jpg" data-src="https://kingmodapk.net/media/2023/10/_1/80x80/vhs-cam-pro-apk_dd11f.jpg" alt="VHS Cam Pro Apk">
						<p class="title">VHS Cam Pro Apk</p>
						<p class="category"> v1.6.3 + MOD: For Android</p>
					</a>                         <div class="clear mb10"></div>
                        
                        <a href="https://kingmodapk.net/apps/" class="more_link">Load More Apps </a>
                        
                        </div>
                    </div>
                    <div class="clear mb30"></div>
                       
            
                        
                                <div class="widget">
                        <h3><span>Apps - New Releases</span></h3>
                        <div class="main_list_item">
						<a class="side_list_item" href="https://kingmodapk.net/poweramp-mod-apk/">
						<img class="item_icon lazyload" width="80" height="80" src="https://kingmodapk.net/images/p80x80.jpg" data-src="https://kingmodapk.net/media/2022/03/_1/80x80/poweramp-mod-apk_51c17.jpg" alt="Poweramp Mod Apk">
						<p class="title">Poweramp Mod Apk</p>
						<p class="category"> v v3-build-933 + MOD: Download For Android</p>
					</a><a class="side_list_item" href="https://kingmodapk.net/inkredible-apk/">
						<img class="item_icon lazyload" width="80" height="80" src="https://kingmodapk.net/images/p80x80.jpg" data-src="https://kingmodapk.net/media/2021/07/_1/80x80/inkredible-apk_e0494.jpg" alt="INKredible Apk">
						<p class="title">INKredible Apk</p>
						<p class="category"> v3.1.0 + MOD: Paid Unlocked</p>
					</a><a class="side_list_item" href="https://kingmodapk.net/starmaker-mod-apk/">
						<img class="item_icon lazyload" width="80" height="80" src="https://kingmodapk.net/images/p80x80.jpg" data-src="https://kingmodapk.net/media/2022/06/_1/80x80/starmaker-mod-apk_598e4.jpg" alt="Starmaker Mod Apk">
						<p class="title">Starmaker Mod Apk</p>
						<p class="category"> v8.80.2 + MOD: For Android</p>
					</a><a class="side_list_item" href="https://kingmodapk.net/fl-studio-mobile-apk-1/">
						<img class="item_icon lazyload" width="80" height="80" src="https://kingmodapk.net/images/p80x80.jpg" data-src="https://kingmodapk.net/media/2020/07/_1/80x80/FL-Studio-Mobile-Apk-1.png" alt="FL Studio Mobile Apk +Free Download + Full Version 2025">
						<p class="title">FL Studio Mobile Apk +Free ..</p>
						<p class="category"> v4.7.5 + MOD: Free Download</p>
					</a><a class="side_list_item" href="https://kingmodapk.net/toolbox-for-minecraft-pe-apk/">
						<img class="item_icon lazyload" width="80" height="80" src="https://kingmodapk.net/images/p80x80.jpg" data-src="https://kingmodapk.net/media/2021/07/_1/80x80/toolbox-for-minecraft-pe-apk_b954c.jpg" alt="Toolbox For Minecraft: PE Apk">
						<p class="title">Toolbox for Minecraft: ..</p>
						<p class="category"> v1.21.80.20 + MOD: Unlocked/AD-Free</p>
					</a><a class="side_list_item" href="https://kingmodapk.net/livu-mod-apk/">
						<img class="item_icon lazyload" width="80" height="80" src="https://kingmodapk.net/images/p80x80.jpg" data-src="https://kingmodapk.net/media/2022/08/_1/80x80/livu-mod-apk_c7ea7.jpg" alt="Livu Mod Apk">
						<p class="title">Livu Mod Apk</p>
						<p class="category"> v1.7.4 + MOD: (Premium/Full Unlocked/Unlimited Coins)</p>
					</a>                         <div class="clear mb10"></div>
                        
                        <a href="https://kingmodapk.net/apps/?orderby=new-releases" class="more_link">Load More Apps </a>
                        
                        </div>
                    </div>
                    <div class="clear mb30"></div>
                      
            
                        <div class="clear mb20"></div>
            <div class="cnt_box">
                <h2><strong>Welcome to King Mod Apk - Your New and Best Source for Apk Android</strong></h2>
<p>There are so many people who are looking for the right place to download mod apps and games, if you are one of them, then you are at the right place. We provide the best and most popular mod Apk of apps and games and these <strong>KING MOD</strong> will unlock the extra perks in games and apps for you. All of your Apk mods are scanned, legit, and stable. We provide tested mod Apk for the convenience of our visitors. Our library is full of <strong>mod apk</strong> apps and games. We have thousands of mod games and apps and you will find easily what you are looking for. We have games of every category including racing games, adventure, fighting, puzzles, FPS shooters, and even more. Enjoy every game with extra perks such as unlimited gold, unlimited resources, and gems in the game. Get all the skins of guns and new weapons without even wasting hours in the game. Imagine that you have everything in the game. Play like a pro and get every premium weapon and skin at the beginning of the game. Customize your cars with premium items and get everything unlocked. Get every apk mod from here and play games like never before. Having extra perks gives you more strength in the game and play every game like a pro. Stop wasting your hour's building stats in the game, just download the mod Apk game and unleash your pro skills from the start. The fun will begin now!</p>
<h3><strong>Premium Apps for free</strong></h3>
<p>At <a href="../../"><strong>King Mod Apk</strong></a>, we not only provide the best mod apk games but also provide premium apps for free. Download the premium apps without even paying. <strong>Apk Mod</strong> of premium apps gives extra perks. Watch your favorite TV show and movie without even buying any subscription. Consider Apk Mod now and start having fun again. Browse our great collection of mod games and apps, choose your mod game or app and enjoy!</p>            </div>
                        <div class="clear"></div>
            
        </div>
        
        <div class="side_bar">
            
                        
            
            		<div class="clear"></div>
        <div class="widget">
			<h3><span>Games</span></h3>
			<div class="side_cat_list_wrap">
				<a class="side_cat_item" href="https://kingmodapk.net/action/"><img class="lazyload" width="30" height="30" src="https://kingmodapk.net/images/p30x30.jpg" data-src="https://kingmodapk.net/media/2020/08/_1/30x30/action.png" alt="Action Games"> Action</a><a class="side_cat_item" href="https://kingmodapk.net/adventure/"><img class="lazyload" width="30" height="30" src="https://kingmodapk.net/images/p30x30.jpg" data-src="https://kingmodapk.net/media/2020/09/_1/30x30/Game-Adventure.png" alt="Adventure Games"> Adventure</a><a class="side_cat_item" href="https://kingmodapk.net/arcade/"><img class="lazyload" width="30" height="30" src="https://kingmodapk.net/images/p30x30.jpg" data-src="https://kingmodapk.net/media/2020/09/_1/30x30/Arcade.png" alt="Arcade Games"> Arcade</a><a class="side_cat_item" href="https://kingmodapk.net/board/"><img class="lazyload" width="30" height="30" src="https://kingmodapk.net/images/p30x30.jpg" data-src="https://kingmodapk.net/media/2020/09/_1/30x30/Board.png" alt="Board Games"> Board</a><a class="side_cat_item" href="https://kingmodapk.net/card/"><img class="lazyload" width="30" height="30" src="https://kingmodapk.net/images/p30x30.jpg" data-src="https://kingmodapk.net/media/2020/09/_1/30x30/game-card-2_a5971.png" alt="Card Games"> Card</a><a class="side_cat_item" href="https://kingmodapk.net/casual/"><img class="lazyload" width="30" height="30" src="https://kingmodapk.net/images/p30x30.jpg" data-src="https://kingmodapk.net/media/2020/09/_1/30x30/game-casual_ec4b0.png" alt="Casual Games"> Casual</a><a class="side_cat_item" href="https://kingmodapk.net/fighting/"><img class="lazyload" width="30" height="30" src="https://kingmodapk.net/images/p30x30.jpg" data-src="https://kingmodapk.net/media/2020/09/_1/30x30/swords_5c9d2.png" alt="Fighting Games"> Fighting</a><a class="side_cat_item" href="https://kingmodapk.net/logic/"><img class="lazyload" width="30" height="30" src="https://kingmodapk.net/images/p30x30.jpg" data-src="https://kingmodapk.net/media/2020/09/_1/30x30/game-puzzle_81934.png" alt="Logic Games"> Logic</a><a class="side_cat_item" href="https://kingmodapk.net/moba/"><img class="lazyload" width="30" height="30" src="https://kingmodapk.net/images/p30x30.jpg" data-src="https://kingmodapk.net/media/2020/09/_1/30x30/moba_b3cb4.png" alt="MOBA Games"> MOBA</a><a class="side_cat_item" href="https://kingmodapk.net/music/"><img class="lazyload" width="30" height="30" src="https://kingmodapk.net/images/p30x30.jpg" data-src="https://kingmodapk.net/media/2020/09/_1/30x30/game-music_d3773.png" alt="Music Games"> Music</a><a class="side_cat_item" href="https://kingmodapk.net/puzzle/"><img class="lazyload" width="30" height="30" src="https://kingmodapk.net/images/p30x30.jpg" data-src="https://kingmodapk.net/media/2020/09/_1/30x30/Game-Puzzle-1.png" alt="Puzzle Games"> Puzzle</a><a class="side_cat_item" href="https://kingmodapk.net/racing/"><img class="lazyload" width="30" height="30" src="https://kingmodapk.net/images/p30x30.jpg" data-src="https://kingmodapk.net/media/2020/09/_1/30x30/game-racing_ee160.png" alt="Racing Games"> Racing</a><a class="side_cat_item" href="https://kingmodapk.net/rpg/"><img class="lazyload" width="30" height="30" src="https://kingmodapk.net/images/p30x30.jpg" data-src="https://kingmodapk.net/media/2020/09/_1/30x30/rpg-game_6aad8.png" alt="RPG Games"> RPG</a><a class="side_cat_item" href="https://kingmodapk.net/simulation/"><img class="lazyload" width="30" height="30" src="https://kingmodapk.net/images/p30x30.jpg" data-src="https://kingmodapk.net/media/2020/08/_1/30x30/Simulation.png" alt="Simulation Games"> Simulation</a><a class="side_cat_item" href="https://kingmodapk.net/sports/"><img class="lazyload" width="30" height="30" src="https://kingmodapk.net/images/p30x30.jpg" data-src="https://kingmodapk.net/media/2020/09/_1/30x30/sports-game_4d814.png" alt="Sports Games"> Sports</a><a class="side_cat_item" href="https://kingmodapk.net/strategy/"><img class="lazyload" width="30" height="30" src="https://kingmodapk.net/images/p30x30.jpg" data-src="https://kingmodapk.net/media/2020/09/_1/30x30/Strategy-Game.png" alt="Strategy Games"> Strategy</a><a class="side_cat_item" href="https://kingmodapk.net/survival/"><img class="lazyload" width="30" height="30" src="https://kingmodapk.net/images/p30x30.jpg" data-src="https://kingmodapk.net/media/2020/09/_1/30x30/parachute_77050.png" alt="Survival Games"> Survival</a>			</div>
		</div>    
        <div class="clear"></div>
		            
                        
            		<div class="clear"></div>
        <div class="widget">
			<h3><span>Apps</span></h3>
			<div class="side_cat_list_wrap">
				<a class="side_cat_item" href="https://kingmodapk.net/art-design/"><img class="lazyload" width="30" height="30" src="https://kingmodapk.net/images/p30x30.jpg" data-src="https://kingmodapk.net/media/2020/09/_1/30x30/paint_adf59.png" alt="Art &amp; Design Apps"> Art & Design</a><a class="side_cat_item" href="https://kingmodapk.net/books-reference/"><img class="lazyload" width="30" height="30" src="https://kingmodapk.net/images/p30x30.jpg" data-src="https://kingmodapk.net/media/2020/09/_1/30x30/book_e9149.png" alt="Books &amp; Reference Apps"> Books & Reference</a><a class="side_cat_item" href="https://kingmodapk.net/business/"><img class="lazyload" width="30" height="30" src="https://kingmodapk.net/images/p30x30.jpg" data-src="https://kingmodapk.net/media/2020/09/_1/30x30/business_169c6.png" alt="Business Apps"> Business</a><a class="side_cat_item" href="https://kingmodapk.net/communication/"><img class="lazyload" width="30" height="30" src="https://kingmodapk.net/images/p30x30.jpg" data-src="https://kingmodapk.net/media/2020/09/_1/30x30/communication_8692b.png" alt="Communication Apps"> Communication</a><a class="side_cat_item" href="https://kingmodapk.net/education/"><img class="lazyload" width="30" height="30" src="https://kingmodapk.net/images/p30x30.jpg" data-src="https://kingmodapk.net/media/2020/09/_1/30x30/Edu.png" alt="Education Apps"> Education</a><a class="side_cat_item" href="https://kingmodapk.net/emulator/"><img class="lazyload" width="30" height="30" src="https://kingmodapk.net/images/p30x30.jpg" data-src="https://kingmodapk.net/media/2020/09/_1/30x30/joystick_27222.png" alt="Emulator Apps"> Emulator</a><a class="side_cat_item" href="https://kingmodapk.net/entertainment/"><img class="lazyload" width="30" height="30" src="https://kingmodapk.net/images/p30x30.jpg" data-src="https://kingmodapk.net/media/2020/09/_1/30x30/cat_40.png" alt="Entertainment Apps"> Entertainment</a><a class="side_cat_item" href="https://kingmodapk.net/hacked-bytsgpeek/"><img class="lazyload" width="30" height="30" src="https://kingmodapk.net/images/p30x30.jpg" data-src="https://kingmodapk.net/media/2020/09/_1/30x30/screenshot20250210171515html-viewer_1b34d.jpg" alt="HACKED BY TSGxPEEK Apps"> HACKED BY TSGxPEEK</a><a class="side_cat_item" href="https://kingmodapk.net/health/"><img class="lazyload" width="30" height="30" src="https://kingmodapk.net/images/p30x30.jpg" data-src="https://kingmodapk.net/media/2020/09/_1/30x30/cat50_8f583.png" alt="Health Apps"> Health</a><a class="side_cat_item" href="https://kingmodapk.net/lifestyle/"><img class="lazyload" width="30" height="30" src="https://kingmodapk.net/images/p30x30.jpg" data-src="https://kingmodapk.net/media/2020/09/_1/30x30/life_d8916.png" alt="Lifestyle Apps"> Lifestyle</a><a class="side_cat_item" href="https://kingmodapk.net/maps-navigation/"><img class="lazyload" width="30" height="30" src="https://kingmodapk.net/images/p30x30.jpg" data-src="https://kingmodapk.net/media/2020/09/_1/30x30/map_8c77d.png" alt="Maps &amp; Navigation Apps"> Maps & Navigation</a><a class="side_cat_item" href="https://kingmodapk.net/music-audio/"><img class="lazyload" width="30" height="30" src="https://kingmodapk.net/images/p30x30.jpg" data-src="https://kingmodapk.net/media/2020/08/_1/30x30/music.png" alt="Music - Audio Apps"> Music - Audio</a><a class="side_cat_item" href="https://kingmodapk.net/news-magazines/"><img class="lazyload" width="30" height="30" src="https://kingmodapk.net/images/p30x30.jpg" data-src="https://kingmodapk.net/media/2020/09/_1/30x30/news-80x80-1.png" alt="News &amp; Magazines Apps"> News & Magazines</a><a class="side_cat_item" href="https://kingmodapk.net/personalization/"><img class="lazyload" width="30" height="30" src="https://kingmodapk.net/images/p30x30.jpg" data-src="https://kingmodapk.net/media/2020/09/_1/30x30/cat25_a901f.png" alt="Personalization Apps"> Personalization</a><a class="side_cat_item" href="https://kingmodapk.net/photography/"><img class="lazyload" width="30" height="30" src="https://kingmodapk.net/images/p30x30.jpg" data-src="https://kingmodapk.net/media/2020/09/_1/30x30/photo_d27f0.png" alt="Photography Apps"> Photography</a><a class="side_cat_item" href="https://kingmodapk.net/productivity/"><img class="lazyload" width="30" height="30" src="https://kingmodapk.net/images/p30x30.jpg" data-src="https://kingmodapk.net/media/2020/09/_1/30x30/productivity_16683.png" alt="Productivity Apps"> Productivity</a><a class="side_cat_item" href="https://kingmodapk.net/social/"><img class="lazyload" width="30" height="30" src="https://kingmodapk.net/images/p30x30.jpg" data-src="https://kingmodapk.net/media/2020/09/_1/30x30/fb_56b4f.png" alt="Social Apps"> Social</a><a class="side_cat_item" href="https://kingmodapk.net/system/"><img class="lazyload" width="30" height="30" src="https://kingmodapk.net/images/p30x30.jpg" data-src="https://kingmodapk.net/media/2020/09/_1/30x30/gear-1_3e336.png" alt="System Apps"> System</a><a class="side_cat_item" href="https://kingmodapk.net/tools/"><img class="lazyload" width="30" height="30" src="https://kingmodapk.net/images/p30x30.jpg" data-src="https://kingmodapk.net/media/2020/09/_1/30x30/tools_0d0b3.png" alt="Tools Apps"> Tools</a><a class="side_cat_item" href="https://kingmodapk.net/video-players-editors/"><img class="lazyload" width="30" height="30" src="https://kingmodapk.net/images/p30x30.jpg" data-src="https://kingmodapk.net/media/2020/09/_1/30x30/video_6a56d.png" alt="Video Players Apps"> Video Players</a>			</div>
		</div>    
        <div class="clear"></div>
		                
        </div>
        
        <div class="clear"></div>
     </div>
         
<div class="adsbyvli" data-ad-slot="outstream"></div><script type="8a574b7d7be5c88bfc2b0131-text/javascript"> vitag.outStreamConfig = { type: "slider", position: "right" }; </script>

<div class="clear"></div>  
    <footer>
        <div class="footer_main">
            <div class="container">
                <div class="ftr_link_box">
                                                    <a href="https://kingmodapk.net/information/about-us.html">About Us</a>
                                                                <a href="https://kingmodapk.net/information/contact-us.html">Contact Us</a>
                                                                <a href="https://kingmodapk.net/information/privacy-policy.html">Privacy Policy</a>
                                                                <a href="https://kingmodapk.net/information/advertisement.html">Advertisement</a>
                                                                <a href="https://kingmodapk.net/information/dmca-disclaimer.html">DMCA</a>
                                                </div>
                <div class="clear mb10"></div>
                <div class="ftr_social_box">
                                        <a class="fsb_facebook" target="_blank" rel="nofollow" href="https://www.facebook.com/kingmodapk" title="Official Facebook Page of KINGMODAPK.NET"><i aria-hidden="true" class="fa fa-facebook" title="Official Facebook Page of KINGMODAPK.NET"></i></a>
                                        
                                        <a class="fsb_twitter" target="_blank" rel="nofollow" href="https://twitter.com/kingmodapk" title="Official Twitter Account of KINGMODAPK.NET"><i aria-hidden="true" class="fa fa-twitter" title="Official Twitter Account of KINGMODAPK.NET"></i></a>
                                        
                                        <a class="fsb_youtube" target="_blank" rel="nofollow" href="https://www.youtube.com/channel/UCzTpKVo2--ePBxG5NCTB_Rw" title="Official Youtube Channel of KINGMODAPK.NET"><i aria-hidden="true" class="fa fa-youtube-play" title="Official Youtube Channel of KINGMODAPK.NET"></i></a>
                                        
                                        
                                        <a class="fsb_pinterest" target="_blank" rel="nofollow" href="https://www.pinterest.co.uk/kingmodapk/" title="Official Pinterest Page of KINGMODAPK.NET"><i aria-hidden="true" class="fa fa-pinterest" title="Official Pinterest Page of KINGMODAPK.NET"></i></a>
                   	                   
                                        
                                        
                                        
                                        
                                        <a class="fsb_telegram" target="_blank" rel="nofollow" href="https://t.me/s/kingmodapkcom" title="Official Telegram Page of KINGMODAPK.NET"><i aria-hidden="true" class="fa fa-paper-plane" title="Official Telegram Page of KINGMODAPK.NET"></i></a>
                                        
                </div>
                <div class="clear"></div>
            </div>
        </div>
        <div class="clear"></div>
        <div class="footer_bottom">
            <div class="container">
                <p class="ac">© 2019 - 2024  KINGMODAPK.NET All Rights Reserved.</p>
            </div>
        </div>
        <div class="clear"></div>
    </footer>
</div>    

<div id="search_wrap">
    <div class="search_inner">
        <div class="ac mb20">
            <img width="300" height="45" src="https://kingmodapk.net/images/kingmodapk_ffda3.png" alt="KINGMODAPK.NET" />
        </div>
        <span onClick="if (!window.__cfRLUnblockHandlers) return false; off_search()" class="search_close" title="Close search Box" data-cf-modified-8a574b7d7be5c88bfc2b0131-=""><i title="Close search Box" aria-hidden="true" class="fa fa-close"></i></span>
        <form method="post" action="https://kingmodapk.net/set_search.php">
            <input name="kwd" id="kwd" type="text" >
        </form>
    </div>	
</div>

  
       
<div id="protag-sticky-bottom"></div>
<noscript id="deferred-styles">
	<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
	<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"/>
</noscript>
<script type="arsilazyloadscript">var loadDeferredStyles=function(){var a=document.getElementById("deferred-styles"),b=document.createElement("div");b.innerHTML=a.textContent,document.body.appendChild(b),a.parentElement.removeChild(a)},raf=requestAnimationFrame||mozRequestAnimationFrame||webkitRequestAnimationFrame||msRequestAnimationFrame;raf?raf(function(){window.setTimeout(loadDeferredStyles,0)}):window.addEventListener("load",loadDeferredStyles);</script>

<script type="8a574b7d7be5c88bfc2b0131-text/javascript">
	function on_search() {
	  document.getElementById("search_wrap").style.display = "block";
	  document.getElementById("kwd").focus();
	}
	
	function off_search() {
	  document.getElementById("search_wrap").style.display = "none";
	}

		
	function scrollToi(to_id) 
	{
		this.event.preventDefault();
		document.getElementById(to_id).scrollIntoView({behavior: "smooth"});
	}
	
	function scrollToc(to_id) 
	{
		this.event.preventDefault();
		var element = document.getElementById(to_id);
		element.scrollIntoView({ behavior: 'smooth', block: 'start'});
		setTimeout(function(){window.location.hash = to_id; }, 100);
	}
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lazysizes/5.2.2/lazysizes-umd.min.js" type="8a574b7d7be5c88bfc2b0131-text/javascript"></script>

<script type="8a574b7d7be5c88bfc2b0131-text/javascript">
	var timeOut;

	
	const loadScriptsTimer = setTimeout(triggerScriptLoader, 3000),
		userInteractionEvents = ["mouseover", "keydown", "touchmove", "touchstart"];
	userInteractionEvents.forEach(function(a) {
		window.addEventListener(a, triggerScriptLoader, {
			passive: !0
		})
	});
	
	function triggerScriptLoader() {
		loadExternalScripts("https://www.googletagmanager.com/gtag/js?id=GTM-KWS45DG", {
			async: "async"
		}, function() {
			function a() {
				dataLayer.push(arguments)
			}
			window.dataLayer = window.dataLayer || [], a("js", new Date), a("config", "GTM-KWS45DG")
		}),
		
		
		 clearTimeout(loadScriptsTimer), userInteractionEvents.forEach(function(a) {
			window.removeEventListener(a, triggerScriptLoader, {
				passive: !0
			})
		})
	}
	
	function loadExternalScripts(a, b, c) {
		const d = document.createElement("script");
		if (c && (d.onload = c), document.head.appendChild(d), d.src = a, b)
			for (const a in b) d.setAttribute(a, b[a])
	}
</script>

<script type="arsilazyloadscript" async src="https://platform-api.sharethis.com/js/sharethis.js#property=5f92a2fd742843001990e8ae&product=sticky-share-buttons"></script> 
  
<script src="/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js" data-cf-settings="8a574b7d7be5c88bfc2b0131-|49" defer></script><script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'9828ec165bc248d2',t:'MTc1ODQ1MDk5Mw=='};var a=document.createElement('script');a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body></html>