<!doctype html >
<html lang="en-US">
<head><meta charset="UTF-8" /><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.v="1.2.4",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",t=>{this.persisted=t.persisted}),window.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(t){if(document.hidden){t._triggerListener();return}this.triggerEvents.forEach(e=>window.addEventListener(e,t.userEventHandler,{passive:!0})),window.addEventListener("touchstart",t.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",t.touchStartHandler),document.addEventListener("visibilitychange",t.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(t=>window.removeEventListener(t,this.userEventHandler,{passive:!0})),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(t){"HTML"!==t.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),t.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_onTouchMove(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(t){t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this.interceptedClicks.push(t),t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach(t=>{t.target.dispatchEvent(new MouseEvent("click",{view:t.view,bubbles:!0,cancelable:!0}))})}_waitForPendingClicks(){return new Promise(t=>{this._isClickPending?this._pendingClickFinished=t:t()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(t,e,r){t.hasAttribute&&t.hasAttribute(e)&&(event.target.setAttribute(r,event.target.getAttribute(e)),event.target.removeAttribute(e))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let t=[];document.querySelectorAll("script[type=rocketlazyloadscript][data-rocket-src]").forEach(e=>{let r=e.getAttribute("data-rocket-src");if(r&&0!==r.indexOf("data:")){0===r.indexOf("//")&&(r=location.protocol+r);try{let i=new URL(r).origin;i!==location.origin&&t.push({src:i,crossOrigin:e.crossOrigin||"module"===e.getAttribute("data-rocket-type")})}catch(n){}}}),t=[...new Map(t.map(t=>[JSON.stringify(t),t])).values()],this._batchInjectResourceHints(t,"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._pendingWebpackRequests(this),await this._triggerWindowLoad()}catch(t){console.error(t)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(t=>{t.hasAttribute("data-rocket-src")?t.hasAttribute("async")&&!1!==t.async?this.delayedScripts.async.push(t):t.hasAttribute("defer")&&!1!==t.defer||"module"===t.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(t):this.delayedScripts.normal.push(t):this.delayedScripts.normal.push(t)})}async _transformScript(t){if(await this._littleBreath(),!0===t.noModule&&"noModule"in HTMLScriptElement.prototype){t.setAttribute("data-rocket-status","skipped");return}return new Promise(navigator.userAgent.indexOf("Firefox/")>0||""===navigator.vendor?e=>{let r=document.createElement("script");[...t.attributes].forEach(t=>{let e=t.nodeName;"type"!==e&&("data-rocket-type"===e&&(e="type"),"data-rocket-src"===e&&(e="src"),r.setAttribute(e,t.nodeValue))}),t.text&&(r.text=t.text),r.hasAttribute("src")?(r.addEventListener("load",e),r.addEventListener("error",e)):(r.text=t.text,e());try{t.parentNode.replaceChild(r,t)}catch(i){e()}}:e=>{function r(){t.setAttribute("data-rocket-status","failed"),e()}try{let i=t.getAttribute("data-rocket-type"),n=t.getAttribute("data-rocket-src");i?(t.type=i,t.removeAttribute("data-rocket-type")):t.removeAttribute("type"),t.addEventListener("load",function r(){t.setAttribute("data-rocket-status","executed"),e()}),t.addEventListener("error",r),n?(t.removeAttribute("data-rocket-src"),t.src=n):t.src="data:text/javascript;base64,"+window.btoa(unescape(encodeURIComponent(t.text)))}catch(s){r()}})}async _loadScriptsFromList(t){let e=t.shift();return e&&e.isConnected?(await this._transformScript(e),this._loadScriptsFromList(t)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(t,e){var r=document.createDocumentFragment();t.forEach(t=>{let i=t.getAttribute&&t.getAttribute("data-rocket-src")||t.src;if(i){let n=document.createElement("link");n.href=i,n.rel=e,"preconnect"!==e&&(n.as="script"),t.getAttribute&&"module"===t.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),t.crossOrigin&&(n.crossOrigin=t.crossOrigin),t.integrity&&(n.integrity=t.integrity),r.appendChild(n),this.trash.push(n)}}),document.head.appendChild(r)}_delayEventListeners(){let t={};function e(e,r){!function e(r){!t[r]&&(t[r]={originalFunctions:{add:r.addEventListener,remove:r.removeEventListener},eventsToRewrite:[]},r.addEventListener=function(){arguments[0]=i(arguments[0]),t[r].originalFunctions.add.apply(r,arguments)},r.removeEventListener=function(){arguments[0]=i(arguments[0]),t[r].originalFunctions.remove.apply(r,arguments)});function i(e){return t[r].eventsToRewrite.indexOf(e)>=0?"rocket-"+e:e}}(e),t[e].eventsToRewrite.push(r)}function r(t,e){let r=t[e];Object.defineProperty(t,e,{get:()=>r||function(){},set(i){t["rocket"+e]=r=i}})}e(document,"DOMContentLoaded"),e(window,"DOMContentLoaded"),e(window,"load"),e(window,"pageshow"),e(document,"readystatechange"),r(document,"onreadystatechange"),r(window,"onload"),r(window,"onpageshow")}_delayJQueryReady(t){let e;function r(t){return t.split(" ").map(t=>"load"===t||0===t.indexOf("load.")?"rocket-jquery-load":t).join(" ")}function i(i){if(i&&i.fn&&!t.allJQueries.includes(i)){i.fn.ready=i.fn.init.prototype.ready=function(e){return t.domReadyFired?e.bind(document)(i):document.addEventListener("rocket-DOMContentLoaded",()=>e.bind(document)(i)),i([])};let n=i.fn.on;i.fn.on=i.fn.init.prototype.on=function(){return this[0]===window&&("string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=r(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(t=>{let e=arguments[0][t];delete arguments[0][t],arguments[0][r(t)]=e})),n.apply(this,arguments),this},t.allJQueries.push(i)}e=i}i(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>e,set(t){i(t)}})}async _pendingWebpackRequests(t){let e=document.querySelector("script[data-webpack]");async function r(){return new Promise(t=>{e.addEventListener("load",t),e.addEventListener("error",t)})}e&&(await r(),await t._requestAnimFrame(),await t._pendingWebpackRequests(t))}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(t=>t(window).trigger("rocket-jquery-load")),await this._littleBreath();let t=new Event("rocket-pageshow");t.persisted=this.persisted,window.dispatchEvent(t),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){let t=new Map;document.write=document.writeln=function(e){let r=document.currentScript;r||console.error("WPRocket unable to document.write this: "+e);let i=document.createRange(),n=r.parentElement,s=t.get(r);void 0===s&&(s=r.nextSibling,t.set(r,s));let a=document.createDocumentFragment();i.setStart(a,0),a.appendChild(i.createContextualFragment(e)),n.insertBefore(a,s)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise(t=>setTimeout(t)):new Promise(t=>requestAnimationFrame(t))}_emptyTrash(){this.trash.forEach(t=>t.remove())}static run(){let t=new RocketLazyLoadScripts;t._addUserInteractionListener(t)}}RocketLazyLoadScripts.run();</script>
<title>Home | Tech Headings</title>
<link rel="preload" as="font" href="https://www.techheadings.com/wp-content/themes/Newspaper/images/icons/newspaper.woff" crossorigin>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="pingback" href="https://www.techheadings.com/xmlrpc.php" />
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
<link rel="icon" type="image/png" href="https://www.techheadings.com/wp-content/uploads/2023/07/tH_logo_32.png">

<meta name="description" content="Welcome to TechHeadings, your ultimate source for the latest technology news, updates, and insightful analysis. We are passionate about bringing you the most relevant and engaging content in the ever-evolving world of technology." />
<link rel="canonical" href="https://www.techheadings.com/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Home" />
<meta property="og:description" content="Welcome to TechHeadings, your ultimate source for the latest technology news, updates, and insightful analysis. We are passionate about bringing you the most relevant and engaging content in the ever-evolving world of technology." />
<meta property="og:url" content="https://www.techheadings.com/" />
<meta property="og:site_name" content="Tech Headings" />
<meta property="article:publisher" content="https://www.facebook.com/techheadings" />
<meta property="article:modified_time" content="2024-01-02T22:15:28+00:00" />
<meta property="og:image" content="https://www.techheadings.com/wp-content/uploads/2023/07/techheadings_696.jpg" />
<meta property="og:image:width" content="696" />
<meta property="og:image:height" content="392" />
<meta property="og:image:type" content="image/jpeg" />
<meta name="twitter:card" content="summary_large_image" />
<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://www.techheadings.com/","url":"https://www.techheadings.com/","name":"Home | Tech Headings","isPartOf":{"@id":"https://www.techheadings.com/#website"},"about":{"@id":"https://www.techheadings.com/#/schema/person/3720e7b857d17d915d56d23136e9505c"},"datePublished":"2023-07-11T06:56:01+00:00","dateModified":"2024-01-02T22:15:28+00:00","description":"Welcome to TechHeadings, your ultimate source for the latest technology news, updates, and insightful analysis. We are passionate about bringing you the most relevant and engaging content in the ever-evolving world of technology.","breadcrumb":{"@id":"https://www.techheadings.com/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://www.techheadings.com/"]}]},{"@type":"BreadcrumbList","@id":"https://www.techheadings.com/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]},{"@type":"WebSite","@id":"https://www.techheadings.com/#website","url":"https://www.techheadings.com/","name":"Tech Headings","description":"Technology Beyond Imagination","publisher":{"@id":"https://www.techheadings.com/#/schema/person/3720e7b857d17d915d56d23136e9505c"},"alternateName":"Tech Headings","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.techheadings.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https://www.techheadings.com/#/schema/person/3720e7b857d17d915d56d23136e9505c","name":"TecHeading","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://www.techheadings.com/#/schema/person/image/","url":"https://www.techheadings.com/wp-content/uploads/2023/07/tH_logo_32.png","contentUrl":"https://www.techheadings.com/wp-content/uploads/2023/07/tH_logo_32.png","width":32,"height":32,"caption":"TecHeading"},"logo":{"@id":"https://www.techheadings.com/#/schema/person/image/"},"sameAs":["https://www.techheadings.com","https://www.facebook.com/techheadings"]}]}</script>
<meta name="msvalidate.01" content="E0308E303D8B009B6BA23A864AC4DD16" />
<meta name="google-site-verification" content="gVe2nMEbhUCMShwgOJgPscXHHoTIGih7RALoX8cbOoc" />

<link rel="dns-prefetch" href="//fonts.googleapis.com" />
<link rel="dns-prefetch" href="//www.googletagmanager.com" />
<link rel="dns-prefetch" href="//www.googletagservices.com" />
<link rel="dns-prefetch" href="//tpc.googlesyndication.com" />
<link rel="dns-prefetch" href="//use.typekit.net" />
<link rel="dns-prefetch" href="//netdna.bootstrapcdn.com" />
<link rel="dns-prefetch" href="//www.google-analytics.com" />
<link rel="dns-prefetch" href="//cdnjs.cloudflare.com" />
<link rel="dns-prefetch" href="//ajax.googleapis.com" />
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
/* <![CDATA[ */
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.techheadings.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.4.2"}};
/*! This file is auto-generated */
!function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff","\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
/* ]]> */
</script>
<style id="wp-emoji-styles-inline-css" type="text/css">

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
</style>
<style id="classic-theme-styles-inline-css" type="text/css">
/*! This file is auto-generated */
.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}
</style>
<style id="global-styles-inline-css" type="text/css">
body{--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,rgba(6,147,227,1) 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,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 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: 11px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 32px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-size--regular: 15px;--wp--preset--font-size--larger: 50px;--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 rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{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;}
.wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
.wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}
</style>
<link data-minify="1" rel="stylesheet" id="td-critical-css" href="https://www.techheadings.com/wp-content/cache/min/1/wp-content/td_cache/td_analyze/css/35-tda-critical-css-0361b305-11f2-f889-7300-2ecc5be1a70e.css?ver=1704662057" type="text/css" media="all" />
<style id="td-critical-inline-css" type="text/css">
            .td-md-is-ios .tdc-row[class*="stretch_row"] > .td-pb-row > .td-element-style,
            .td-md-is-ios .tdc-row-composer[class*="stretch_row"] > .td-pb-row > .td-element-style {
            width: calc(100vw + 1px) !important;
            }
            @media (max-width: 767px) {
            .td-md-is-ios .td-pb-row > .td-element-style {
            width: calc(100vw + 1px) !important;
            }
            }
            .td-element-style {
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            }
            .tdb-logo-text-title,
            .tdb-logo-text-tagline,
            .tdm-title {
            -webkit-background-clip: text;
            }
            button,
            html input[type="button"],
            input[type="reset"],
            input[type="submit"] {
            -webkit-appearance: button;
            }
            *:before,
            *:after {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            }

            
</style>
<link rel="stylesheet" id="google-fonts-style-css" href="https://fonts.googleapis.com/css?family=Montserrat%3A400%2C500%2C700%7COpen+Sans%3A400%2C600%2C700%2C500%7CRoboto%3A400%2C500%2C700%7CMontserrat%3A700%2C400&#038;display=swap&#038;ver=12.6.3" type="text/css" media="all" />
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.techheadings.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.techheadings.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js" defer></script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.techheadings.com/xmlrpc.php?rsd" />
<link rel="alternate" type="application/json+oembed" href="https://www.techheadings.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.techheadings.com%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://www.techheadings.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.techheadings.com%2F&#038;format=xml" />
<script type="rocketlazyloadscript">
        window.tdb_global_vars = {"wpRestUrl":"https:\/\/www.techheadings.com\/wp-json\/","permalinkStructure":"\/%postname%\/"};
        window.tdb_p_autoload_vars = {"isAjax":false,"isAdminBarShowing":false,"autoloadScrollPercent":50};
    </script>
<style id="tdb-global-colors">:root{--reel-news-white:#FFFFFF;--reel-news-black:#000000;--reel-news-accent:#312DA1;--reel-news-light-grey:#919191;--reel-news-black-transparent:rgba(0,0,0,0.85);--reel-news-red:#ff0000;--reel-news-dark-gray:#313131;--reel-news-transparent:rgba(255,255,255,0.55);--dark:#0c0824;--accent:#EEB44A;--sep-dark:#2A2546;--violet:#201D48;--white-transparent:rgba(255,255,255,0.6);--white-transparent-2:rgba(255,255,255,0.8);--violet-2:#191639;--grey:#595A6C;--grey-2:#CACAD7;--grey-3:#F0F0F0;--grey-4:#E1E1EA;--violet-transparent:rgba(34,27,94,0.03);--accent-2:#D33B77;--grey-5:#84859E;--grey-6:#F5F5F5;--accent-color:#fff;--today-news-dark-bg:#000000;--today-news-accent:#CE0000;--today-news-white:#FFFFFF;--today-news-white-transparent:rgba(255,255,255,0.75);--today-news-white-transparent2:rgba(255,255,255,0.1);--today-news-dark-gray:#222222;--today-news-light-gray:#d8d8d8}</style>
<style id="tdb-global-fonts">
        :root {--general: Karla;--today_news_default: Montserrat;}
    </style>

<script type="rocketlazyloadscript">
    
    

	    var tdBlocksArray = []; //here we store all the items for the current page

	    // td_block class - each ajax block uses a object of this class for requests
	    function tdBlock() {
		    this.id = '';
		    this.block_type = 1; //block type id (1-234 etc)
		    this.atts = '';
		    this.td_column_number = '';
		    this.td_current_page = 1; //
		    this.post_count = 0; //from wp
		    this.found_posts = 0; //from wp
		    this.max_num_pages = 0; //from wp
		    this.td_filter_value = ''; //current live filter value
		    this.is_ajax_running = false;
		    this.td_user_action = ''; // load more or infinite loader (used by the animation)
		    this.header_color = '';
		    this.ajax_pagination_infinite_stop = ''; //show load more at page x
	    }

        // td_js_generator - mini detector
        ( function () {
            var htmlTag = document.getElementsByTagName("html")[0];

	        if ( navigator.userAgent.indexOf("MSIE 10.0") > -1 ) {
                htmlTag.className += ' ie10';
            }

            if ( !!navigator.userAgent.match(/Trident.*rv\:11\./) ) {
                htmlTag.className += ' ie11';
            }

	        if ( navigator.userAgent.indexOf("Edge") > -1 ) {
                htmlTag.className += ' ieEdge';
            }

            if ( /(iPad|iPhone|iPod)/g.test(navigator.userAgent) ) {
                htmlTag.className += ' td-md-is-ios';
            }

            var user_agent = navigator.userAgent.toLowerCase();
            if ( user_agent.indexOf("android") > -1 ) {
                htmlTag.className += ' td-md-is-android';
            }

            if ( -1 !== navigator.userAgent.indexOf('Mac OS X')  ) {
                htmlTag.className += ' td-md-is-os-x';
            }

            if ( /chrom(e|ium)/.test(navigator.userAgent.toLowerCase()) ) {
               htmlTag.className += ' td-md-is-chrome';
            }

            if ( -1 !== navigator.userAgent.indexOf('Firefox') ) {
                htmlTag.className += ' td-md-is-firefox';
            }

            if ( -1 !== navigator.userAgent.indexOf('Safari') && -1 === navigator.userAgent.indexOf('Chrome') ) {
                htmlTag.className += ' td-md-is-safari';
            }

            if( -1 !== navigator.userAgent.indexOf('IEMobile') ){
                htmlTag.className += ' td-md-is-iemobile';
            }

        })();

        var tdLocalCache = {};

        ( function () {
            "use strict";

            tdLocalCache = {
                data: {},
                remove: function (resource_id) {
                    delete tdLocalCache.data[resource_id];
                },
                exist: function (resource_id) {
                    return tdLocalCache.data.hasOwnProperty(resource_id) && tdLocalCache.data[resource_id] !== null;
                },
                get: function (resource_id) {
                    return tdLocalCache.data[resource_id];
                },
                set: function (resource_id, cachedData) {
                    tdLocalCache.remove(resource_id);
                    tdLocalCache.data[resource_id] = cachedData;
                }
            };
        })();

    
    
var td_viewport_interval_list=[{"limitBottom":767,"sidebarWidth":228},{"limitBottom":1018,"sidebarWidth":300},{"limitBottom":1140,"sidebarWidth":324}];
var td_animation_stack_effect="type0";
var tds_animation_stack=true;
var td_animation_stack_specific_selectors=".entry-thumb, img, .td-lazy-img";
var td_animation_stack_general_selectors=".td-animation-stack img, .td-animation-stack .entry-thumb, .post img, .td-animation-stack .td-lazy-img";
var tds_show_more_info="Show more info";
var tds_show_less_info="Show less info";
var tdc_is_installed="yes";
var td_ajax_url="https:\/\/www.techheadings.com\/wp-admin\/admin-ajax.php?td_theme_name=Newspaper&v=12.6.3";
var td_get_template_directory_uri="https:\/\/www.techheadings.com\/wp-content\/plugins\/td-composer\/legacy\/common";
var tds_snap_menu="";
var tds_logo_on_sticky="";
var tds_header_style="";
var td_please_wait="Please wait...";
var td_email_user_pass_incorrect="User or password incorrect!";
var td_email_user_incorrect="Email or username incorrect!";
var td_email_incorrect="Email incorrect!";
var td_user_incorrect="Username incorrect!";
var td_email_user_empty="Email or username empty!";
var td_pass_empty="Pass empty!";
var td_pass_pattern_incorrect="Invalid Pass Pattern!";
var td_retype_pass_incorrect="Retyped Pass incorrect!";
var tds_more_articles_on_post_enable="";
var tds_more_articles_on_post_time_to_wait="";
var tds_more_articles_on_post_pages_distance_from_top=0;
var tds_captcha="";
var tds_theme_color_site_wide="#ce0000";
var tds_smart_sidebar="";
var tdThemeName="Newspaper";
var tdThemeNameWl="Newspaper";
var td_magnific_popup_translation_tPrev="Previous (Left arrow key)";
var td_magnific_popup_translation_tNext="Next (Right arrow key)";
var td_magnific_popup_translation_tCounter="%curr% of %total%";
var td_magnific_popup_translation_ajax_tError="The content from %url% could not be loaded.";
var td_magnific_popup_translation_image_tError="The image #%curr% could not be loaded.";
var tdBlockNonce="d157c3b5d9";
var tdMobileMenu="enabled";
var tdMobileSearch="enabled";
var tdDateNamesI18n={"month_names":["January","February","March","April","May","June","July","August","September","October","November","December"],"month_names_short":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"day_names":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"day_names_short":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]};
var td_reset_pass_empty="Please enter a new password before proceeding.";
var td_reset_pass_confirm_empty="Please confirm the new password before proceeding.";
var td_reset_pass_not_matching="Please make sure that the passwords match.";
var tdb_modal_confirm="Save";
var tdb_modal_cancel="Cancel";
var tdb_modal_confirm_alt="Yes";
var tdb_modal_cancel_alt="No";
var td_ad_background_click_link="";
var td_ad_background_click_target="";
</script>
<script type="rocketlazyloadscript" async data-rocket-src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2944725521255939" crossorigin="anonymous"></script>

<script type="rocketlazyloadscript" async data-rocket-src="https://www.googletagmanager.com/gtag/js?id=G-8NWDVGLREN"></script>
<script type="rocketlazyloadscript">
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-8NWDVGLREN');
</script> <style id="tdw-css-placeholder"></style></head>
<body class="home page-template-default page page-id-35 global-block-template-1 tdb-template  tdc-header-template  tdc-footer-template td-animation-stack-type0 td-full-layout" itemscope="itemscope" itemtype="https://schema.org/WebPage">
<div class="td-scroll-up  td-hide-scroll-up-on-mob" style="display:none;"><i class="td-icon-menu-up"></i></div>
<div class="td-menu-background" style="visibility:hidden"></div>
<div id="td-mobile-nav" style="visibility:hidden">
<div class="td-mobile-container">

<div class="td-menu-socials-wrap">

<div class="td-menu-socials">
<span class="td-social-icon-wrap">
<a target="_blank" href="https://www.facebook.com/techheadings" title="Facebook">
<i class="td-icon-font td-icon-facebook"></i>
<span style="display: none">Facebook</span>
</a>
</span>
<span class="td-social-icon-wrap">
<a target="_blank" href="#" title="Instagram">
<i class="td-icon-font td-icon-instagram"></i>
<span style="display: none">Instagram</span>
</a>
</span>
<span class="td-social-icon-wrap">
<a target="_blank" href="#" title="TikTok">
<i class="td-icon-font td-icon-tiktok"></i>
<span style="display: none">TikTok</span>
</a>
</span>
<span class="td-social-icon-wrap">
<a target="_blank" href="#" title="Twitter">
<i class="td-icon-font td-icon-twitter"></i>
<span style="display: none">Twitter</span>
</a>
</span> </div>

<div class="td-mobile-close">
<span><i class="td-icon-close-mobile"></i></span>
</div>
</div>

<div class="td-menu-login-section">
<div class="td-guest-wrap">
<div class="td-menu-login"><a id="login-link-mob">Sign in</a></div>
</div>
</div>

<div class="td-mobile-content">
<div class="menu-header-menu-container"><ul id="menu-header-menu-1" class="td-mobile-main-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-35 current_page_item menu-item-first menu-item-144"><a href="https://www.techheadings.com/">Home</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-357"><a href="https://www.techheadings.com/news/">News<i class="td-icon-menu-right td-element-after"></i></a>
<ul class="sub-menu">
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-311"><a href="https://www.techheadings.com/ai/">AI</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-312"><a href="https://www.techheadings.com/app/">App</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-313"><a href="https://www.techheadings.com/business/">Business</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-314"><a href="https://www.techheadings.com/finance/">Finance</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-315"><a href="https://www.techheadings.com/game/">Game</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-316"><a href="https://www.techheadings.com/hardware/">Hardware</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-317"><a href="https://www.techheadings.com/health/">Health</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-358"><a href="https://www.techheadings.com/technology/">Technology</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-318"><a href="https://www.techheadings.com/security/">Security</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-319"><a href="https://www.techheadings.com/startups/">Startups</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-329"><a href="https://www.techheadings.com/ai/">AI<i class="td-icon-menu-right td-element-after"></i></a>
<ul class="sub-menu">
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-330"><a href="https://www.techheadings.com/ai/chatbot/">Chatbot</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-320"><a href="https://www.techheadings.com/about-us/">About Us</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-325"><a href="https://www.techheadings.com/contact-us/">Contact us</a></li>
</ul></div> </div>
</div>

<div id="login-form-mobile" class="td-register-section">
<div id="td-login-mob" class="td-login-animation td-login-hide-mob">

<div class="td-login-close">
<span class="td-back-button"><i class="td-icon-read-down"></i></span>
<div class="td-login-title">Sign in</div>

<div class="td-mobile-close">
<span><i class="td-icon-close-mobile"></i></span>
</div>
</div>
<form class="td-login-form-wrap" action="#" method="post">
<div class="td-login-panel-title"><span>Welcome!</span>Log into your account</div>
<div class="td_display_err"></div>
<div class="td-login-inputs"><input class="td-login-input" autocomplete="username" type="text" name="login_email" id="login_email-mob" value required><label for="login_email-mob">your username</label></div>
<div class="td-login-inputs"><input class="td-login-input" autocomplete="current-password" type="password" name="login_pass" id="login_pass-mob" value required><label for="login_pass-mob">your password</label></div>
<input type="button" name="login_button" id="login_button-mob" class="td-login-button" value="LOG IN">
<div class="td-login-info-text">
<a href="#" id="forgot-pass-link-mob">Forgot your password?</a>
</div>
<div class="td-login-register-link">
</div>
<div class="td-login-info-text"><a class="privacy-policy-link" href="https://www.techheadings.com/privacy-policy/">Privacy Policy</a></div>
</form>
</div>
<div id="td-forgot-pass-mob" class="td-login-animation td-login-hide-mob">

<div class="td-forgot-pass-close">
<a href="#" aria-label="Back" class="td-back-button"><i class="td-icon-read-down"></i></a>
<div class="td-login-title">Password recovery</div>
</div>
<div class="td-login-form-wrap">
<div class="td-login-panel-title">Recover your password</div>
<div class="td_display_err"></div>
<div class="td-login-inputs"><input class="td-login-input" type="text" name="forgot_email" id="forgot_email-mob" value required><label for="forgot_email-mob">your email</label></div>
<input type="button" name="forgot_button" id="forgot_button-mob" class="td-login-button" value="Send My Pass">
</div>
</div>
</div>
</div><div class="td-search-background" style="visibility:hidden"></div>
<div class="td-search-wrap-mob" style="visibility:hidden">
<div class="td-drop-down-search">
<form method="get" class="td-search-form" action="https://www.techheadings.com/">

<div class="td-search-close">
<span><i class="td-icon-close-mobile"></i></span>
</div>
<div role="search" class="td-search-input">
<span>Search</span>
<input id="td-header-search-mob" type="text" value name="s" autocomplete="off" />
</div>
</form>
<div id="td-aj-search-mob" class="td-ajax-search-flex"></div>
</div>
</div>
<div id="td-outer-wrap" class="td-theme-wrap">
<div class="td-header-template-wrap" style="position: relative">
<div class="td-header-mobile-wrap ">
<div id="tdi_1" class="tdc-zone"><div class="tdc_zone tdi_2  wpb_row td-pb-row tdc-element-style">
<div class="tdi_1_rand_style td-element-style"></div><div id="tdi_3" class="tdc-row"><div class="vc_row tdi_4  wpb_row td-pb-row">
<div class="vc_column tdi_6  wpb_column vc_column_container tdc-column td-pb-span4">
<div class="wpb_wrapper"><div class="td_block_wrap tdb_mobile_menu tdi_7 td-pb-border-top td_block_template_1 tdb-header-align" data-td-block-uid="tdi_7">
<div class="tdb-block-inner td-fix-index"><span class="tdb-mobile-menu-button"><span class="tdb-mobile-menu-icon tdb-mobile-menu-icon-svg"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024"><path d="M945.172 561.724h-866.376c-22.364 0-40.55-18.196-40.55-40.591 0-22.385 18.186-40.581 40.55-40.581h866.365c22.385 0 40.561 18.196 40.561 40.581 0.010 22.395-18.176 40.591-40.55 40.591v0zM945.183 330.403h-866.386c-22.374 0-40.55-18.196-40.55-40.571 0-22.405 18.176-40.612 40.55-40.612h866.376c22.374 0 40.561 18.207 40.561 40.612 0.010 22.364-18.186 40.571-40.55 40.571v0zM945.172 793.066h-866.376c-22.374 0-40.55-18.196-40.55-40.602 0-22.385 18.176-40.581 40.55-40.581h866.365c22.385 0 40.581 18.196 40.581 40.581 0.010 22.395-18.196 40.602-40.571 40.602v0z"></path></svg></span></span></div></div> </div></div><div class="vc_column tdi_9  wpb_column vc_column_container tdc-column td-pb-span4">
<div class="wpb_wrapper"><div class="td_block_wrap tdb_header_logo tdi_10 td-pb-border-top td_block_template_1 tdb-header-align" data-td-block-uid="tdi_10">
<div class="tdb-block-inner td-fix-index"><a class="tdb-logo-a" href="https://www.techheadings.com/"><span class="tdb-logo-text-wrap"><span class="tdb-logo-text-title">Tech Headings</span><span class="tdb-logo-text-tagline">Tech Headings</span></span></a></div></div> </div></div><div class="vc_column tdi_12  wpb_column vc_column_container tdc-column td-pb-span4">
<div class="wpb_wrapper"><div class="td_block_wrap tdb_mobile_search tdi_13 td-pb-border-top td_block_template_1 tdb-header-align" data-td-block-uid="tdi_13">
<div class="tdb-block-inner td-fix-index"><span class="tdb-header-search-button-mob dropdown-toggle" data-toggle="dropdown"><span class="tdb-mobile-search-icon tdb-mobile-search-icon-svg"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024"><path d="M946.371 843.601l-125.379-125.44c43.643-65.925 65.495-142.1 65.475-218.040 0.051-101.069-38.676-202.588-115.835-279.706-77.117-77.148-178.606-115.948-279.644-115.886-101.079-0.061-202.557 38.738-279.665 115.876-77.169 77.128-115.937 178.627-115.907 279.716-0.031 101.069 38.728 202.588 115.907 279.665 77.117 77.117 178.616 115.825 279.665 115.804 75.94 0.020 152.136-21.862 218.061-65.495l125.348 125.46c30.915 30.904 81.029 30.904 111.954 0.020 30.915-30.935 30.915-81.029 0.020-111.974zM705.772 714.925c-59.443 59.341-136.899 88.842-214.784 88.924-77.896-0.082-155.341-29.583-214.784-88.924-59.443-59.484-88.975-136.919-89.037-214.804 0.061-77.885 29.604-155.372 89.037-214.825 59.464-59.443 136.878-88.945 214.784-89.016 77.865 0.082 155.3 29.583 214.784 89.016 59.361 59.464 88.914 136.919 88.945 214.825-0.041 77.885-29.583 155.361-88.945 214.804z"></path></svg></span></span></div></div> </div></div></div></div></div></div> </div>
<div class="td-header-desktop-wrap ">
<div id="tdi_14" class="tdc-zone"><div class="tdc_zone tdi_15  wpb_row td-pb-row tdc-element-style">
<div class="tdi_14_rand_style td-element-style"><div class="td-element-style-before"></div></div><div id="tdi_16" class="tdc-row"><div class="vc_row tdi_17  wpb_row td-pb-row">
<div class="vc_column tdi_19  wpb_column vc_column_container tdc-column td-pb-span12">
<div class="wpb_wrapper"><div class="td_block_wrap tdb_header_logo tdi_20 td-pb-border-top td_block_template_1 tdb-header-align" data-td-block-uid="tdi_20">
<div class="tdb-block-inner td-fix-index"><a class="tdb-logo-a" href="https://www.techheadings.com/"><h1><span class="tdb-logo-text-wrap"><span class="tdb-logo-text-title">Tech Headings</span><span class="tdb-logo-text-tagline">Tech Headings</span></span></h1></a></div></div> </div></div></div></div><div id="tdi_21" class="tdc-row stretch_row"><div class="vc_row tdi_22  wpb_row td-pb-row tdc-element-style">
<div class="tdi_21_rand_style td-element-style"></div><div class="vc_column tdi_24  wpb_column vc_column_container tdc-column td-pb-span9">
<div class="wpb_wrapper"><div class="td_block_wrap tdb_header_menu tdi_25 tds_menu_active1 tds_menu_sub_active2 tdb-menu-items-in-more tdb-mm-align-screen td-pb-border-top td_block_template_1 tdb-header-align" data-td-block-uid="tdi_25" style=" z-index: 999;"><div id="tdi_25" class="td_block_inner td-fix-index"><div class="tdb-main-sub-icon-fake"><i class="tdb-sub-menu-icon td-icon-right tdb-main-sub-menu-icon"></i></div><div class="tdb-sub-icon-fake"><i class="tdb-sub-menu-icon td-icon-right-arrow"></i></div><div class="tdb-menu-items-pulldown tdb-menu-items-pulldown-inactive"><ul id="menu-header-menu-2" class="tdb-block-menu tdb-menu tdb-menu-items-visible"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-35 current_page_item menu-item-first tdb-menu-item-button tdb-menu-item tdb-normal-menu menu-item-144"><a href="https://www.techheadings.com/"><div class="tdb-menu-item-text">Home</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children tdb-menu-item-button tdb-menu-item tdb-normal-menu menu-item-357 tdb-menu-item-inactive"><a href="https://www.techheadings.com/news/"><div class="tdb-menu-item-text">News</div><i class="tdb-sub-menu-icon td-icon-right tdb-main-sub-menu-icon"></i></a>
<ul class="sub-menu">
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-311"><a href="https://www.techheadings.com/ai/"><div class="tdb-menu-item-text">AI</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-312"><a href="https://www.techheadings.com/app/"><div class="tdb-menu-item-text">App</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-313"><a href="https://www.techheadings.com/business/"><div class="tdb-menu-item-text">Business</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-314"><a href="https://www.techheadings.com/finance/"><div class="tdb-menu-item-text">Finance</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-315"><a href="https://www.techheadings.com/game/"><div class="tdb-menu-item-text">Game</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-316"><a href="https://www.techheadings.com/hardware/"><div class="tdb-menu-item-text">Hardware</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-317"><a href="https://www.techheadings.com/health/"><div class="tdb-menu-item-text">Health</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-358"><a href="https://www.techheadings.com/technology/"><div class="tdb-menu-item-text">Technology</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-318"><a href="https://www.techheadings.com/security/"><div class="tdb-menu-item-text">Security</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-319"><a href="https://www.techheadings.com/startups/"><div class="tdb-menu-item-text">Startups</div></a></li>
</ul>
</li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children tdb-menu-item-button tdb-menu-item tdb-normal-menu menu-item-329 tdb-menu-item-inactive"><a href="https://www.techheadings.com/ai/"><div class="tdb-menu-item-text">AI</div><i class="tdb-sub-menu-icon td-icon-right tdb-main-sub-menu-icon"></i></a>
<ul class="sub-menu">
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-330"><a href="https://www.techheadings.com/ai/chatbot/"><div class="tdb-menu-item-text">Chatbot</div></a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page tdb-menu-item-button tdb-menu-item tdb-normal-menu menu-item-320"><a href="https://www.techheadings.com/about-us/"><div class="tdb-menu-item-text">About Us</div></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page tdb-menu-item-button tdb-menu-item tdb-normal-menu menu-item-325"><a href="https://www.techheadings.com/contact-us/"><div class="tdb-menu-item-text">Contact us</div></a></li>
</ul><div class="tdb-menu-items-dropdown"><div class="td-subcat-more"><div class="tdb-menu-item-text">More</div><i class="tdb-menu-more-subicon td-icon-right tdb-main-sub-menu-icon"></i><ul class="td-pulldown-filter-list"></ul></div></div></div></div></div></div></div><div class="vc_column tdi_29  wpb_column vc_column_container tdc-column td-pb-span3">
<div class="wpb_wrapper"><div class="td_block_wrap tdb_header_search tdi_30 tdb-header-search-trigger-enabled td-pb-border-top td_block_template_1 tdb-header-align" data-td-block-uid="tdi_30"><div class="tdb-block-inner td-fix-index"><div class="tdb-drop-down-search" aria-labelledby="td-header-search-button"><div class="tdb-drop-down-search-inner"><form method="get" class="tdb-search-form" action="https://www.techheadings.com/"><div class="tdb-search-form-inner"><input class="tdb-head-search-form-input" placeholder=" " type="text" value name="s" autocomplete="off" /><button class="wpb_button wpb_btn-inverse btn tdb-head-search-form-btn" title="Search" type="submit"><span>Search</span></button></div></form><div class="tdb-aj-search"></div></div></div><a href="#" role="button" aria-label="Search" class="tdb-head-search-btn dropdown-toggle" data-toggle="dropdown"><i class="tdb-search-icon td-icon-search"></i></a></div></div> </div></div></div></div></div></div> </div>
</div>
<div class="td-main-content-wrap td-main-page-wrap td-container-wrap">
<div class="tdc-content-wrap">
<div id="tdi_31" class="tdc-zone"><div class="tdc_zone tdi_32  wpb_row td-pb-row">
<div id="tdi_33" class="tdc-row"><div class="vc_row tdi_34  wpb_row td-pb-row">
<div class="vc_column tdi_36  wpb_column vc_column_container tdc-column td-pb-span6">
<div class="wpb_wrapper"><div class="td_block_wrap td_flex_block_1 tdi_37 td-pb-border-top td_block_template_1 td_flex_block" data-td-block-uid="tdi_37"><script type="rocketlazyloadscript">var block_tdi_37 = new tdBlock();
block_tdi_37.id = "tdi_37";
block_tdi_37.atts = '{"modules_on_row":"","limit":"1","hide_audio":"yes","show_btn":"none","show_com":"none","show_review":"none","show_author":"none","tdc_css":"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjIwIiwiYm9yZGVyLWJvdHRvbS13aWR0aCI6IjEiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiYm9yZGVyLWNvbG9yIjoidmFyKC0tdG9kYXktbmV3cy1saWdodC1ncmF5KSIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7Im1hcmdpbi1ib3R0b20iOiIxNSIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTksInBvcnRyYWl0Ijp7Im1hcmdpbi1ib3R0b20iOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsInBob25lIjp7Im1hcmdpbi1ib3R0b20iOiIxNSIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==","image_floated":"","image_height":"55","f_title_font_family":"394","f_title_font_weight":"700","f_title_font_transform":"","f_title_font_spacing":"-2","f_title_font_size":"eyJhbGwiOiIyOCIsImxhbmRzY2FwZSI6IjI0IiwicG9ydHJhaXQiOiIyMCIsInBob25lIjoiMjAifQ==","f_title_font_line_height":"1.1","excl_txt":"Exclusive:","excl_padd":"0 0 4px","excl_margin":"eyJhbGwiOiIwIDZweCAwIDAiLCJsYW5kc2NhcGUiOiIwIDVweCAwIDAiLCJwb3J0cmFpdCI6IjAgNHB4IDAgMCIsInBob25lIjoiMCA1cHggMCAwIn0=","excl_bg":"rgba(0,0,0,0)","excl_color":"var(--today-news-accent)","title_txt":"var(--today-news-dark-bg)","title_txt_hover":"var(--today-news-accent)","f_excl_font_family":"394","f_excl_font_weight":"700","f_excl_font_transform":"uppercase","f_excl_font_size":"eyJhbGwiOiIyOCIsImxhbmRzY2FwZSI6IjI0IiwicG9ydHJhaXQiOiIyMCIsInBob25lIjoiMjAifQ==","f_excl_font_line_height":"1.1","f_excl_font_spacing":"-2","meta_padding":"eyJhbGwiOiIyMHB4IDAgMCIsImxhbmRzY2FwZSI6IjE1cHggMCAwIiwicG9ydHJhaXQiOiIxMHB4IDAgMCIsInBob25lIjoiMTBweCAwIDAifQ==","modules_category":"above","modules_category_padding":"0","cat_bg":"rgba(0,0,0,0)","cat_bg_hover":"rgba(0,0,0,0)","cat_txt":"var(--today-news-accent)","f_cat_font_family":"394","f_cat_font_transform":"uppercase","f_cat_font_weight":"700","f_cat_font_size":"eyJhbGwiOiIxNCIsImxhbmRzY2FwZSI6IjEzIiwicG9ydHJhaXQiOiIxMiIsInBob25lIjoiMTMifQ==","modules_category_margin":"eyJhbGwiOiIwIDAgNXB4IiwibGFuZHNjYXBlIjoiMCAwIDNweCIsInBvcnRyYWl0IjoiMCAwIDJweCIsInBob25lIjoiMCAwIDNweCJ9","excerpt_middle":"yes","art_excerpt":"eyJhbGwiOiIwIDAgMTBweCIsImxhbmRzY2FwZSI6IjAgMCA3cHgiLCJwb3J0cmFpdCI6IjAgMCA1cHgiLCJwaG9uZSI6IjAgMCA3cHgifQ==","art_title":"eyJhbGwiOiIwIDAgMTBweCIsImxhbmRzY2FwZSI6IjAgMCA3cHgiLCJwb3J0cmFpdCI6IjAgMCA1cHgiLCJwaG9uZSI6IjAgMCA3cHgifQ==","f_ex_font_family":"394","f_ex_font_size":"eyJhbGwiOiIxNSIsImxhbmRzY2FwZSI6IjEyIiwicG9ydHJhaXQiOiIxMSIsInBob25lIjoiMTIifQ==","f_ex_font_line_height":"eyJhbGwiOiIxLjMiLCJwb3J0cmFpdCI6IjEuMiJ9","ex_txt":"var(--today-news-dark-gray)","date_txt":"var(--today-news-dark-gray)","f_meta_font_family":"394","f_meta_font_size":"eyJhbGwiOiIxMiIsImxhbmRzY2FwZSI6IjExIiwicG9ydHJhaXQiOiIxMCIsInBob25lIjoiMTEifQ==","f_meta_font_line_height":"eyJhbGwiOiIxLjMiLCJwb3J0cmFpdCI6IjEuMiJ9","f_cat_font_line_height":"1.2","category_id":"","sort":"","block_type":"td_flex_block_1","separator":"","custom_title":"","custom_url":"","block_template_id":"","title_tag":"","mc1_tl":"","mc1_title_tag":"","mc1_el":"","post_ids":"","taxonomies":"","category_ids":"","in_all_terms":"","tag_slug":"","autors_id":"","installed_post_types":"","include_cf_posts":"","exclude_cf_posts":"","popular_by_date":"","linked_posts":"","favourite_only":"","locked_only":"","offset":"","open_in_new_window":"","show_modified_date":"","time_ago":"","time_ago_add_txt":"ago","time_ago_txt_pos":"","review_source":"","el_class":"","td_query_cache":"","td_query_cache_expiration":"","td_ajax_filter_type":"","td_ajax_filter_ids":"","td_filter_default_txt":"All","td_ajax_preloading":"","container_width":"","modules_gap":"","m_padding":"","all_modules_space":"36","modules_border_size":"","modules_border_style":"","modules_border_color":"#eaeaea","modules_border_radius":"","modules_divider":"","modules_divider_color":"#eaeaea","h_effect":"","image_size":"","image_alignment":"50","image_width":"","image_radius":"","hide_image":"","show_favourites":"","fav_size":"2","fav_space":"","fav_ico_color":"","fav_ico_color_h":"","fav_bg":"","fav_bg_h":"","fav_shadow_shadow_header":"","fav_shadow_shadow_title":"Shadow","fav_shadow_shadow_size":"","fav_shadow_shadow_offset_horizontal":"","fav_shadow_shadow_offset_vertical":"","fav_shadow_shadow_spread":"","fav_shadow_shadow_color":"","video_icon":"","video_popup":"yes","video_rec":"","spot_header":"","video_rec_title":"","video_rec_color":"","video_rec_disable":"","autoplay_vid":"yes","show_vid_t":"block","vid_t_margin":"","vid_t_padding":"","video_title_color":"","video_title_color_h":"","video_bg":"","video_overlay":"","vid_t_color":"","vid_t_bg_color":"","f_vid_title_font_header":"","f_vid_title_font_title":"Video pop-up article title","f_vid_title_font_settings":"","f_vid_title_font_family":"","f_vid_title_font_size":"","f_vid_title_font_line_height":"","f_vid_title_font_style":"","f_vid_title_font_weight":"","f_vid_title_font_transform":"","f_vid_title_font_spacing":"","f_vid_title_":"","f_vid_time_font_title":"Video duration text","f_vid_time_font_settings":"","f_vid_time_font_family":"","f_vid_time_font_size":"","f_vid_time_font_line_height":"","f_vid_time_font_style":"","f_vid_time_font_weight":"","f_vid_time_font_transform":"","f_vid_time_font_spacing":"","f_vid_time_":"","excl_show":"inline-block","all_excl_border":"","all_excl_border_style":"solid","excl_radius":"","excl_color_h":"","excl_bg_h":"","all_excl_border_color":"","excl_border_color_h":"","f_excl_font_header":"","f_excl_font_title":"Label text","f_excl_font_settings":"","f_excl_font_style":"","f_excl_":"","meta_info_align":"","meta_info_horiz":"layout-default","meta_width":"","meta_margin":"","meta_space":"","art_btn":"","meta_info_border_size":"","meta_info_border_style":"","meta_info_border_color":"#eaeaea","meta_info_border_radius":"","modules_cat_border":"","modules_category_radius":"0","show_cat":"inline-block","modules_extra_cat":"","author_photo":"","author_photo_size":"","author_photo_space":"","author_photo_radius":"","show_date":"inline-block","review_space":"","review_size":"2.5","review_distance":"","show_excerpt":"block","excerpt_col":"1","excerpt_gap":"","excerpt_inline":"","show_audio":"block","art_audio":"","art_audio_size":"1.5","btn_title":"","btn_margin":"","btn_padding":"","btn_border_width":"","btn_radius":"","pag_space":"","pag_padding":"","pag_border_width":"","pag_border_radius":"","prev_tdicon":"","next_tdicon":"","pag_icons_size":"","f_header_font_header":"","f_header_font_title":"Block header","f_header_font_settings":"","f_header_font_family":"","f_header_font_size":"","f_header_font_line_height":"","f_header_font_style":"","f_header_font_weight":"","f_header_font_transform":"","f_header_font_spacing":"","f_header_":"","f_ajax_font_title":"Ajax categories","f_ajax_font_settings":"","f_ajax_font_family":"","f_ajax_font_size":"","f_ajax_font_line_height":"","f_ajax_font_style":"","f_ajax_font_weight":"","f_ajax_font_transform":"","f_ajax_font_spacing":"","f_ajax_":"","f_more_font_title":"Load more button","f_more_font_settings":"","f_more_font_family":"","f_more_font_size":"","f_more_font_line_height":"","f_more_font_style":"","f_more_font_weight":"","f_more_font_transform":"","f_more_font_spacing":"","f_more_":"","f_title_font_header":"","f_title_font_title":"Article title","f_title_font_settings":"","f_title_font_style":"","f_title_":"","f_cat_font_title":"Article category tag","f_cat_font_settings":"","f_cat_font_style":"","f_cat_font_spacing":"","f_cat_":"","f_meta_font_title":"Article meta info","f_meta_font_settings":"","f_meta_font_style":"","f_meta_font_weight":"","f_meta_font_transform":"","f_meta_font_spacing":"","f_meta_":"","f_ex_font_title":"Article excerpt","f_ex_font_settings":"","f_ex_font_style":"","f_ex_font_weight":"","f_ex_font_transform":"","f_ex_font_spacing":"","f_ex_":"","f_btn_font_title":"Article read more button","f_btn_font_settings":"","f_btn_font_family":"","f_btn_font_size":"","f_btn_font_line_height":"","f_btn_font_style":"","f_btn_font_weight":"","f_btn_font_transform":"","f_btn_font_spacing":"","f_btn_":"","mix_color":"","mix_type":"","fe_brightness":"1","fe_contrast":"1","fe_saturate":"1","mix_color_h":"","mix_type_h":"","fe_brightness_h":"1","fe_contrast_h":"1","fe_saturate_h":"1","m_bg":"","color_overlay":"","shadow_shadow_header":"","shadow_shadow_title":"Module Shadow","shadow_shadow_size":"","shadow_shadow_offset_horizontal":"","shadow_shadow_offset_vertical":"","shadow_shadow_spread":"","shadow_shadow_color":"","all_underline_height":"","all_underline_color":"","cat_txt_hover":"","cat_border":"","cat_border_hover":"","meta_bg":"","author_txt":"","author_txt_hover":"","com_bg":"","com_txt":"","rev_txt":"","audio_btn_color":"","audio_time_color":"","audio_bar_color":"","audio_bar_curr_color":"","shadow_m_shadow_header":"","shadow_m_shadow_title":"Meta info shadow","shadow_m_shadow_size":"","shadow_m_shadow_offset_horizontal":"","shadow_m_shadow_offset_vertical":"","shadow_m_shadow_spread":"","shadow_m_shadow_color":"","btn_bg":"","btn_bg_hover":"","btn_txt":"","btn_txt_hover":"","btn_border":"","btn_border_hover":"","pag_text":"","pag_h_text":"","pag_bg":"","pag_h_bg":"","pag_border":"","pag_h_border":"","ajax_pagination":"","ajax_pagination_next_prev_swipe":"","ajax_pagination_infinite_stop":"","css":"","td_column_number":1,"header_color":"","color_preset":"","border_top":"","class":"tdi_37","tdc_css_class":"tdi_37","tdc_css_class_style":"tdi_37_rand_style"}';
block_tdi_37.td_column_number = "1";
block_tdi_37.block_type = "td_flex_block_1";
block_tdi_37.post_count = "1";
block_tdi_37.found_posts = "142";
block_tdi_37.header_color = "";
block_tdi_37.ajax_pagination_infinite_stop = "";
block_tdi_37.max_num_pages = "142";
tdBlocksArray.push(block_tdi_37);
</script><div class="td-block-title-wrap"></div><div id="tdi_37" class="td_block_inner td-mc1-wrap">
<div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack td-cpt-post">
<div class="td-module-container td-category-pos-above">
<div class="td-image-container">
<div class="td-module-thumb"><a href="https://www.techheadings.com/ios-16-secret-hack-revealed-by-russian-phone-forensics-lawsuit/" rel="bookmark" class="td-image-wrap " title="iOS 16 Secret Hack Revealed by Russian Phone Forensics Lawsuit"><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://www.techheadings.com/wp-content/uploads/2024/01/iOS-16-Secret-Hack-Revealed-by-Russian-Phone-Forensics-Lawsuit.jpg"></span></a></div> </div>
<div class="td-module-meta-info">
<a href="https://www.techheadings.com/news/" class="td-post-category">News</a>
<h3 class="entry-title td-module-title"><a href="https://www.techheadings.com/ios-16-secret-hack-revealed-by-russian-phone-forensics-lawsuit/" rel="bookmark" title="iOS 16 Secret Hack Revealed by Russian Phone Forensics Lawsuit">iOS 16 Secret Hack Revealed by Russian Phone Forensics Lawsuit</a></h3>
<div class="td-excerpt">Did you know that a legal dispute in Russia has revealed a hidden weakness in Apple’s iOS 16? Find out how two rival phone forensics companies have hacked into millions of iPhones and what it means for your privacy and security.</div>
<div class="td-editor-date">
<span class="td-author-date">
<span class="td-post-date"><time class="entry-date updated td-module-date" datetime="2024-01-06T20:19:19+00:00">January 6, 2024</time></span> </span>
</div>
</div>
</div>
</div>
</div></div><div class="vc_row_inner tdi_39  vc_row vc_inner wpb_row td-pb-row">
<div class="vc_column_inner tdi_41  wpb_column vc_column_container tdc-inner-column td-pb-span6">
<div class="vc_column-inner"><div class="wpb_wrapper"><div class="td_block_wrap td_flex_block_1 tdi_42 td-pb-border-top td_block_template_1 td_flex_block" data-td-block-uid="tdi_42"><script type="rocketlazyloadscript">var block_tdi_42 = new tdBlock();
block_tdi_42.id = "tdi_42";
block_tdi_42.atts = '{"modules_on_row":"","limit":"1","hide_audio":"yes","show_btn":"none","show_com":"none","show_review":"none","show_author":"none","tdc_css":"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZSI6eyJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTksInBvcnRyYWl0Ijp7ImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OCwicGhvbmUiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=","image_floated":"","f_title_font_family":"394","f_title_font_weight":"700","f_title_font_transform":"","f_title_font_spacing":"-0.5","f_title_font_size":"eyJhbGwiOiIxNyIsImxhbmRzY2FwZSI6IjEzIiwicG9ydHJhaXQiOiIxMSIsInBob25lIjoiMTMifQ==","f_title_font_line_height":"eyJhbGwiOiIxLjE1IiwicG9ydHJhaXQiOiIxLjEiLCJwaG9uZSI6IjEuMSIsImxhbmRzY2FwZSI6IjEuMSJ9","excl_txt":"Exclusive:","excl_padd":"0 0 2px","excl_margin":"eyJhbGwiOiIwIDVweCAwIDAiLCJsYW5kc2NhcGUiOiIwIDVweCAwIDAiLCJwb3J0cmFpdCI6IjAgNHB4IDAgMCIsInBob25lIjoiMCA1cHggMCAwIn0=","excl_bg":"rgba(0,0,0,0)","excl_color":"var(--today-news-accent)","title_txt":"var(--today-news-dark-bg)","title_txt_hover":"var(--today-news-accent)","f_excl_font_family":"394","f_excl_font_weight":"700","f_excl_font_transform":"uppercase","f_excl_font_size":"eyJhbGwiOiIxNyIsImxhbmRzY2FwZSI6IjEzIiwicG9ydHJhaXQiOiIxMSIsInBob25lIjoiMTMifQ==","f_excl_font_line_height":"eyJhbGwiOiIxLjE1IiwicG9ydHJhaXQiOiIxLjEiLCJwaG9uZSI6IjEuMSIsImxhbmRzY2FwZSI6IjEuMSJ9","f_excl_font_spacing":"-0.5","meta_padding":"eyJhbGwiOiIyMHB4IDAgMCIsImxhbmRzY2FwZSI6IjVweCAwIDAiLCJwb3J0cmFpdCI6IjEwcHggMCAwIn0=","modules_category":"above","modules_category_padding":"0","cat_bg":"rgba(0,0,0,0)","cat_bg_hover":"rgba(0,0,0,0)","cat_txt":"var(--today-news-accent)","f_cat_font_family":"394","f_cat_font_transform":"uppercase","f_cat_font_weight":"700","f_cat_font_size":"eyJhbGwiOiIxMiIsImxhbmRzY2FwZSI6IjExIiwicG9ydHJhaXQiOiIxMCIsInBob25lIjoiMTEifQ==","modules_category_margin":"eyJhbGwiOiIwIDAgM3B4IiwibGFuZHNjYXBlIjoiMCAwIDJweCIsInBvcnRyYWl0IjoiMCAwIDJweCIsInBob25lIjoiMCAwIDJweCJ9","excerpt_middle":"yes","art_excerpt":"eyJhbGwiOiIwIDAgN3B4IiwibGFuZHNjYXBlIjoiMCAwIDVweCIsInBvcnRyYWl0IjoiMCAwIDJweCIsInBob25lIjoiMCAwIDVweCJ9","art_title":"eyJhbGwiOiIwIDAgN3B4IiwibGFuZHNjYXBlIjoiMCAwIDVweDciLCJwb3J0cmFpdCI6IjAgMCA1cHgiLCJwaG9uZSI6IjAgMCA1cHgifQ==","f_ex_font_family":"394","f_ex_font_size":"eyJhbGwiOiIxNCIsImxhbmRzY2FwZSI6IjEyIiwicG9ydHJhaXQiOiIxMSIsInBob25lIjoiMTIifQ==","f_ex_font_line_height":"eyJhbGwiOiIxLjMiLCJwb3J0cmFpdCI6IjEuMiJ9","ex_txt":"var(--today-news-dark-gray)","date_txt":"var(--today-news-dark-gray)","f_meta_font_family":"394","f_meta_font_size":"eyJhbGwiOiIxMiIsImxhbmRzY2FwZSI6IjExIiwicG9ydHJhaXQiOiIxMCIsInBob25lIjoiMTEifQ==","f_meta_font_line_height":"eyJhbGwiOiIxLjMiLCJwb3J0cmFpdCI6IjEuMiJ9","f_cat_font_line_height":"1.2","mc1_el":"15","all_modules_space":"eyJhbGwiOiIzMCIsImxhbmRzY2FwZSI6IjIwIiwicG9ydHJhaXQiOiIxNSIsInBob25lIjoiMjAifQ==","modules_divider":"solid","modules_divider_color":"var(--today-news-light-gray)","image_height":"45","category_id":"","offset":"3","image_size":"td_300x0","block_type":"td_flex_block_1","separator":"","custom_title":"","custom_url":"","block_template_id":"","title_tag":"","mc1_tl":"","mc1_title_tag":"","post_ids":"","taxonomies":"","category_ids":"","in_all_terms":"","tag_slug":"","autors_id":"","installed_post_types":"","include_cf_posts":"","exclude_cf_posts":"","sort":"","popular_by_date":"","linked_posts":"","favourite_only":"","locked_only":"","open_in_new_window":"","show_modified_date":"","time_ago":"","time_ago_add_txt":"ago","time_ago_txt_pos":"","review_source":"","el_class":"","td_query_cache":"","td_query_cache_expiration":"","td_ajax_filter_type":"","td_ajax_filter_ids":"","td_filter_default_txt":"All","td_ajax_preloading":"","container_width":"","modules_gap":"","m_padding":"","modules_border_size":"","modules_border_style":"","modules_border_color":"#eaeaea","modules_border_radius":"","h_effect":"","image_alignment":"50","image_width":"","image_radius":"","hide_image":"","show_favourites":"","fav_size":"2","fav_space":"","fav_ico_color":"","fav_ico_color_h":"","fav_bg":"","fav_bg_h":"","fav_shadow_shadow_header":"","fav_shadow_shadow_title":"Shadow","fav_shadow_shadow_size":"","fav_shadow_shadow_offset_horizontal":"","fav_shadow_shadow_offset_vertical":"","fav_shadow_shadow_spread":"","fav_shadow_shadow_color":"","video_icon":"","video_popup":"yes","video_rec":"","spot_header":"","video_rec_title":"","video_rec_color":"","video_rec_disable":"","autoplay_vid":"yes","show_vid_t":"block","vid_t_margin":"","vid_t_padding":"","video_title_color":"","video_title_color_h":"","video_bg":"","video_overlay":"","vid_t_color":"","vid_t_bg_color":"","f_vid_title_font_header":"","f_vid_title_font_title":"Video pop-up article title","f_vid_title_font_settings":"","f_vid_title_font_family":"","f_vid_title_font_size":"","f_vid_title_font_line_height":"","f_vid_title_font_style":"","f_vid_title_font_weight":"","f_vid_title_font_transform":"","f_vid_title_font_spacing":"","f_vid_title_":"","f_vid_time_font_title":"Video duration text","f_vid_time_font_settings":"","f_vid_time_font_family":"","f_vid_time_font_size":"","f_vid_time_font_line_height":"","f_vid_time_font_style":"","f_vid_time_font_weight":"","f_vid_time_font_transform":"","f_vid_time_font_spacing":"","f_vid_time_":"","excl_show":"inline-block","all_excl_border":"","all_excl_border_style":"solid","excl_radius":"","excl_color_h":"","excl_bg_h":"","all_excl_border_color":"","excl_border_color_h":"","f_excl_font_header":"","f_excl_font_title":"Label text","f_excl_font_settings":"","f_excl_font_style":"","f_excl_":"","meta_info_align":"","meta_info_horiz":"layout-default","meta_width":"","meta_margin":"","meta_space":"","art_btn":"","meta_info_border_size":"","meta_info_border_style":"","meta_info_border_color":"#eaeaea","meta_info_border_radius":"","modules_cat_border":"","modules_category_radius":"0","show_cat":"inline-block","modules_extra_cat":"","author_photo":"","author_photo_size":"","author_photo_space":"","author_photo_radius":"","show_date":"inline-block","review_space":"","review_size":"2.5","review_distance":"","show_excerpt":"block","excerpt_col":"1","excerpt_gap":"","excerpt_inline":"","show_audio":"block","art_audio":"","art_audio_size":"1.5","btn_title":"","btn_margin":"","btn_padding":"","btn_border_width":"","btn_radius":"","pag_space":"","pag_padding":"","pag_border_width":"","pag_border_radius":"","prev_tdicon":"","next_tdicon":"","pag_icons_size":"","f_header_font_header":"","f_header_font_title":"Block header","f_header_font_settings":"","f_header_font_family":"","f_header_font_size":"","f_header_font_line_height":"","f_header_font_style":"","f_header_font_weight":"","f_header_font_transform":"","f_header_font_spacing":"","f_header_":"","f_ajax_font_title":"Ajax categories","f_ajax_font_settings":"","f_ajax_font_family":"","f_ajax_font_size":"","f_ajax_font_line_height":"","f_ajax_font_style":"","f_ajax_font_weight":"","f_ajax_font_transform":"","f_ajax_font_spacing":"","f_ajax_":"","f_more_font_title":"Load more button","f_more_font_settings":"","f_more_font_family":"","f_more_font_size":"","f_more_font_line_height":"","f_more_font_style":"","f_more_font_weight":"","f_more_font_transform":"","f_more_font_spacing":"","f_more_":"","f_title_font_header":"","f_title_font_title":"Article title","f_title_font_settings":"","f_title_font_style":"","f_title_":"","f_cat_font_title":"Article category tag","f_cat_font_settings":"","f_cat_font_style":"","f_cat_font_spacing":"","f_cat_":"","f_meta_font_title":"Article meta info","f_meta_font_settings":"","f_meta_font_style":"","f_meta_font_weight":"","f_meta_font_transform":"","f_meta_font_spacing":"","f_meta_":"","f_ex_font_title":"Article excerpt","f_ex_font_settings":"","f_ex_font_style":"","f_ex_font_weight":"","f_ex_font_transform":"","f_ex_font_spacing":"","f_ex_":"","f_btn_font_title":"Article read more button","f_btn_font_settings":"","f_btn_font_family":"","f_btn_font_size":"","f_btn_font_line_height":"","f_btn_font_style":"","f_btn_font_weight":"","f_btn_font_transform":"","f_btn_font_spacing":"","f_btn_":"","mix_color":"","mix_type":"","fe_brightness":"1","fe_contrast":"1","fe_saturate":"1","mix_color_h":"","mix_type_h":"","fe_brightness_h":"1","fe_contrast_h":"1","fe_saturate_h":"1","m_bg":"","color_overlay":"","shadow_shadow_header":"","shadow_shadow_title":"Module Shadow","shadow_shadow_size":"","shadow_shadow_offset_horizontal":"","shadow_shadow_offset_vertical":"","shadow_shadow_spread":"","shadow_shadow_color":"","all_underline_height":"","all_underline_color":"","cat_txt_hover":"","cat_border":"","cat_border_hover":"","meta_bg":"","author_txt":"","author_txt_hover":"","com_bg":"","com_txt":"","rev_txt":"","audio_btn_color":"","audio_time_color":"","audio_bar_color":"","audio_bar_curr_color":"","shadow_m_shadow_header":"","shadow_m_shadow_title":"Meta info shadow","shadow_m_shadow_size":"","shadow_m_shadow_offset_horizontal":"","shadow_m_shadow_offset_vertical":"","shadow_m_shadow_spread":"","shadow_m_shadow_color":"","btn_bg":"","btn_bg_hover":"","btn_txt":"","btn_txt_hover":"","btn_border":"","btn_border_hover":"","pag_text":"","pag_h_text":"","pag_bg":"","pag_h_bg":"","pag_border":"","pag_h_border":"","ajax_pagination":"","ajax_pagination_next_prev_swipe":"","ajax_pagination_infinite_stop":"","css":"","td_column_number":1,"header_color":"","color_preset":"","border_top":"","class":"tdi_42","tdc_css_class":"tdi_42","tdc_css_class_style":"tdi_42_rand_style"}';
block_tdi_42.td_column_number = "1";
block_tdi_42.block_type = "td_flex_block_1";
block_tdi_42.post_count = "1";
block_tdi_42.found_posts = "142";
block_tdi_42.header_color = "";
block_tdi_42.ajax_pagination_infinite_stop = "";
block_tdi_42.max_num_pages = "139";
tdBlocksArray.push(block_tdi_42);
</script><div class="td-block-title-wrap"></div><div id="tdi_42" class="td_block_inner td-mc1-wrap">
<div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack td-cpt-post">
<div class="td-module-container td-category-pos-above">
<div class="td-image-container">
<div class="td-module-thumb"><a href="https://www.techheadings.com/how-robot-with-sense-of-touch-skin-can-save-the-ocean/" rel="bookmark" class="td-image-wrap " title="How Robot with Sense of Touch Skin Can Save the Ocean"><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://www.techheadings.com/wp-content/uploads/2024/01/How-a-Robot-with-a-Touchy-Feely-Skin-Can-Save-the-Ocean-300x200.webp"></span></a></div> </div>
<div class="td-module-meta-info">
<a href="https://www.techheadings.com/technology/" class="td-post-category">Technology</a>
<h3 class="entry-title td-module-title"><a href="https://www.techheadings.com/how-robot-with-sense-of-touch-skin-can-save-the-ocean/" rel="bookmark" title="How Robot with Sense of Touch Skin Can Save the Ocean">How Robot with Sense of Touch Skin Can Save the Ocean</a></h3>
<div class="td-excerpt">A new Robot with Sense of Touch Skin can detect and remove marine debris, such as plastic and fishing nets, from the ocean floor. Learn how this innovative technology works and why it matters for the environment.</div>
<div class="td-editor-date">
<span class="td-author-date">
<span class="td-post-date"><time class="entry-date updated td-module-date" datetime="2024-01-06T03:35:21+00:00">January 6, 2024</time></span> </span>
</div>
</div>
</div>
</div>
</div></div></div></div></div><div class="vc_column_inner tdi_44  wpb_column vc_column_container tdc-inner-column td-pb-span6">
<div class="vc_column-inner"><div class="wpb_wrapper"><div class="td_block_wrap td_flex_block_1 tdi_45 td-pb-border-top td_block_template_1 td_flex_block" data-td-block-uid="tdi_45"><script type="rocketlazyloadscript">var block_tdi_45 = new tdBlock();
block_tdi_45.id = "tdi_45";
block_tdi_45.atts = '{"modules_on_row":"","limit":"1","hide_audio":"yes","show_btn":"none","show_com":"none","show_review":"none","show_author":"none","tdc_css":"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZSI6eyJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTksInBvcnRyYWl0Ijp7ImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OCwicGhvbmUiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=","image_floated":"","f_title_font_family":"394","f_title_font_weight":"700","f_title_font_transform":"","f_title_font_spacing":"-0.5","f_title_font_size":"eyJhbGwiOiIxNyIsImxhbmRzY2FwZSI6IjEzIiwicG9ydHJhaXQiOiIxMSIsInBob25lIjoiMTMifQ==","f_title_font_line_height":"eyJhbGwiOiIxLjE1IiwicG9ydHJhaXQiOiIxLjEiLCJwaG9uZSI6IjEuMSIsImxhbmRzY2FwZSI6IjEuMSJ9","excl_txt":"Exclusive:","excl_padd":"0 0 2px","excl_margin":"eyJhbGwiOiIwIDVweCAwIDAiLCJsYW5kc2NhcGUiOiIwIDVweCAwIDAiLCJwb3J0cmFpdCI6IjAgNHB4IDAgMCIsInBob25lIjoiMCA1cHggMCAwIn0=","excl_bg":"rgba(0,0,0,0)","excl_color":"var(--today-news-accent)","title_txt":"var(--today-news-dark-bg)","title_txt_hover":"var(--today-news-accent)","f_excl_font_family":"394","f_excl_font_weight":"700","f_excl_font_transform":"uppercase","f_excl_font_size":"eyJhbGwiOiIxNyIsImxhbmRzY2FwZSI6IjEzIiwicG9ydHJhaXQiOiIxMSIsInBob25lIjoiMTMifQ==","f_excl_font_line_height":"eyJhbGwiOiIxLjE1IiwicG9ydHJhaXQiOiIxLjEiLCJwaG9uZSI6IjEuMSIsImxhbmRzY2FwZSI6IjEuMSJ9","f_excl_font_spacing":"-0.5","meta_padding":"eyJhbGwiOiIyMHB4IDAgMCIsImxhbmRzY2FwZSI6IjVweCAwIDAiLCJwb3J0cmFpdCI6IjEwcHggMCAwIn0=","modules_category":"above","modules_category_padding":"0","cat_bg":"rgba(0,0,0,0)","cat_bg_hover":"rgba(0,0,0,0)","cat_txt":"var(--today-news-accent)","f_cat_font_family":"394","f_cat_font_transform":"uppercase","f_cat_font_weight":"700","f_cat_font_size":"eyJhbGwiOiIxMiIsImxhbmRzY2FwZSI6IjExIiwicG9ydHJhaXQiOiIxMCIsInBob25lIjoiMTEifQ==","modules_category_margin":"eyJhbGwiOiIwIDAgM3B4IiwibGFuZHNjYXBlIjoiMCAwIDJweCIsInBvcnRyYWl0IjoiMCAwIDJweCIsInBob25lIjoiMCAwIDJweCJ9","excerpt_middle":"yes","art_excerpt":"eyJhbGwiOiIwIDAgN3B4IiwibGFuZHNjYXBlIjoiMCAwIDVweCIsInBvcnRyYWl0IjoiMCAwIDJweCIsInBob25lIjoiMCAwIDVweCJ9","art_title":"eyJhbGwiOiIwIDAgN3B4IiwibGFuZHNjYXBlIjoiMCAwIDVweDciLCJwb3J0cmFpdCI6IjAgMCA1cHgiLCJwaG9uZSI6IjAgMCA1cHgifQ==","f_ex_font_family":"394","f_ex_font_size":"eyJhbGwiOiIxNCIsImxhbmRzY2FwZSI6IjEyIiwicG9ydHJhaXQiOiIxMSIsInBob25lIjoiMTIifQ==","f_ex_font_line_height":"eyJhbGwiOiIxLjMiLCJwb3J0cmFpdCI6IjEuMiJ9","ex_txt":"var(--today-news-dark-gray)","date_txt":"var(--today-news-dark-gray)","f_meta_font_family":"394","f_meta_font_size":"eyJhbGwiOiIxMiIsImxhbmRzY2FwZSI6IjExIiwicG9ydHJhaXQiOiIxMCIsInBob25lIjoiMTEifQ==","f_meta_font_line_height":"eyJhbGwiOiIxLjMiLCJwb3J0cmFpdCI6IjEuMiJ9","f_cat_font_line_height":"1.2","mc1_el":"15","all_modules_space":"eyJhbGwiOiIzMCIsImxhbmRzY2FwZSI6IjIwIiwicG9ydHJhaXQiOiIxNSIsInBob25lIjoiMjAifQ==","modules_divider":"solid","modules_divider_color":"var(--today-news-light-gray)","image_height":"45","category_id":"","offset":"4","image_size":"td_300x0","sort":"","block_type":"td_flex_block_1","separator":"","custom_title":"","custom_url":"","block_template_id":"","title_tag":"","mc1_tl":"","mc1_title_tag":"","post_ids":"","taxonomies":"","category_ids":"","in_all_terms":"","tag_slug":"","autors_id":"","installed_post_types":"","include_cf_posts":"","exclude_cf_posts":"","popular_by_date":"","linked_posts":"","favourite_only":"","locked_only":"","open_in_new_window":"","show_modified_date":"","time_ago":"","time_ago_add_txt":"ago","time_ago_txt_pos":"","review_source":"","el_class":"","td_query_cache":"","td_query_cache_expiration":"","td_ajax_filter_type":"","td_ajax_filter_ids":"","td_filter_default_txt":"All","td_ajax_preloading":"","container_width":"","modules_gap":"","m_padding":"","modules_border_size":"","modules_border_style":"","modules_border_color":"#eaeaea","modules_border_radius":"","h_effect":"","image_alignment":"50","image_width":"","image_radius":"","hide_image":"","show_favourites":"","fav_size":"2","fav_space":"","fav_ico_color":"","fav_ico_color_h":"","fav_bg":"","fav_bg_h":"","fav_shadow_shadow_header":"","fav_shadow_shadow_title":"Shadow","fav_shadow_shadow_size":"","fav_shadow_shadow_offset_horizontal":"","fav_shadow_shadow_offset_vertical":"","fav_shadow_shadow_spread":"","fav_shadow_shadow_color":"","video_icon":"","video_popup":"yes","video_rec":"","spot_header":"","video_rec_title":"","video_rec_color":"","video_rec_disable":"","autoplay_vid":"yes","show_vid_t":"block","vid_t_margin":"","vid_t_padding":"","video_title_color":"","video_title_color_h":"","video_bg":"","video_overlay":"","vid_t_color":"","vid_t_bg_color":"","f_vid_title_font_header":"","f_vid_title_font_title":"Video pop-up article title","f_vid_title_font_settings":"","f_vid_title_font_family":"","f_vid_title_font_size":"","f_vid_title_font_line_height":"","f_vid_title_font_style":"","f_vid_title_font_weight":"","f_vid_title_font_transform":"","f_vid_title_font_spacing":"","f_vid_title_":"","f_vid_time_font_title":"Video duration text","f_vid_time_font_settings":"","f_vid_time_font_family":"","f_vid_time_font_size":"","f_vid_time_font_line_height":"","f_vid_time_font_style":"","f_vid_time_font_weight":"","f_vid_time_font_transform":"","f_vid_time_font_spacing":"","f_vid_time_":"","excl_show":"inline-block","all_excl_border":"","all_excl_border_style":"solid","excl_radius":"","excl_color_h":"","excl_bg_h":"","all_excl_border_color":"","excl_border_color_h":"","f_excl_font_header":"","f_excl_font_title":"Label text","f_excl_font_settings":"","f_excl_font_style":"","f_excl_":"","meta_info_align":"","meta_info_horiz":"layout-default","meta_width":"","meta_margin":"","meta_space":"","art_btn":"","meta_info_border_size":"","meta_info_border_style":"","meta_info_border_color":"#eaeaea","meta_info_border_radius":"","modules_cat_border":"","modules_category_radius":"0","show_cat":"inline-block","modules_extra_cat":"","author_photo":"","author_photo_size":"","author_photo_space":"","author_photo_radius":"","show_date":"inline-block","review_space":"","review_size":"2.5","review_distance":"","show_excerpt":"block","excerpt_col":"1","excerpt_gap":"","excerpt_inline":"","show_audio":"block","art_audio":"","art_audio_size":"1.5","btn_title":"","btn_margin":"","btn_padding":"","btn_border_width":"","btn_radius":"","pag_space":"","pag_padding":"","pag_border_width":"","pag_border_radius":"","prev_tdicon":"","next_tdicon":"","pag_icons_size":"","f_header_font_header":"","f_header_font_title":"Block header","f_header_font_settings":"","f_header_font_family":"","f_header_font_size":"","f_header_font_line_height":"","f_header_font_style":"","f_header_font_weight":"","f_header_font_transform":"","f_header_font_spacing":"","f_header_":"","f_ajax_font_title":"Ajax categories","f_ajax_font_settings":"","f_ajax_font_family":"","f_ajax_font_size":"","f_ajax_font_line_height":"","f_ajax_font_style":"","f_ajax_font_weight":"","f_ajax_font_transform":"","f_ajax_font_spacing":"","f_ajax_":"","f_more_font_title":"Load more button","f_more_font_settings":"","f_more_font_family":"","f_more_font_size":"","f_more_font_line_height":"","f_more_font_style":"","f_more_font_weight":"","f_more_font_transform":"","f_more_font_spacing":"","f_more_":"","f_title_font_header":"","f_title_font_title":"Article title","f_title_font_settings":"","f_title_font_style":"","f_title_":"","f_cat_font_title":"Article category tag","f_cat_font_settings":"","f_cat_font_style":"","f_cat_font_spacing":"","f_cat_":"","f_meta_font_title":"Article meta info","f_meta_font_settings":"","f_meta_font_style":"","f_meta_font_weight":"","f_meta_font_transform":"","f_meta_font_spacing":"","f_meta_":"","f_ex_font_title":"Article excerpt","f_ex_font_settings":"","f_ex_font_style":"","f_ex_font_weight":"","f_ex_font_transform":"","f_ex_font_spacing":"","f_ex_":"","f_btn_font_title":"Article read more button","f_btn_font_settings":"","f_btn_font_family":"","f_btn_font_size":"","f_btn_font_line_height":"","f_btn_font_style":"","f_btn_font_weight":"","f_btn_font_transform":"","f_btn_font_spacing":"","f_btn_":"","mix_color":"","mix_type":"","fe_brightness":"1","fe_contrast":"1","fe_saturate":"1","mix_color_h":"","mix_type_h":"","fe_brightness_h":"1","fe_contrast_h":"1","fe_saturate_h":"1","m_bg":"","color_overlay":"","shadow_shadow_header":"","shadow_shadow_title":"Module Shadow","shadow_shadow_size":"","shadow_shadow_offset_horizontal":"","shadow_shadow_offset_vertical":"","shadow_shadow_spread":"","shadow_shadow_color":"","all_underline_height":"","all_underline_color":"","cat_txt_hover":"","cat_border":"","cat_border_hover":"","meta_bg":"","author_txt":"","author_txt_hover":"","com_bg":"","com_txt":"","rev_txt":"","audio_btn_color":"","audio_time_color":"","audio_bar_color":"","audio_bar_curr_color":"","shadow_m_shadow_header":"","shadow_m_shadow_title":"Meta info shadow","shadow_m_shadow_size":"","shadow_m_shadow_offset_horizontal":"","shadow_m_shadow_offset_vertical":"","shadow_m_shadow_spread":"","shadow_m_shadow_color":"","btn_bg":"","btn_bg_hover":"","btn_txt":"","btn_txt_hover":"","btn_border":"","btn_border_hover":"","pag_text":"","pag_h_text":"","pag_bg":"","pag_h_bg":"","pag_border":"","pag_h_border":"","ajax_pagination":"","ajax_pagination_next_prev_swipe":"","ajax_pagination_infinite_stop":"","css":"","td_column_number":1,"header_color":"","color_preset":"","border_top":"","class":"tdi_45","tdc_css_class":"tdi_45","tdc_css_class_style":"tdi_45_rand_style"}';
block_tdi_45.td_column_number = "1";
block_tdi_45.block_type = "td_flex_block_1";
block_tdi_45.post_count = "1";
block_tdi_45.found_posts = "142";
block_tdi_45.header_color = "";
block_tdi_45.ajax_pagination_infinite_stop = "";
block_tdi_45.max_num_pages = "138";
tdBlocksArray.push(block_tdi_45);
</script><div class="td-block-title-wrap"></div><div id="tdi_45" class="td_block_inner td-mc1-wrap">
<div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack td-cpt-post">
<div class="td-module-container td-category-pos-above">
<div class="td-image-container">
<div class="td-module-thumb"><a href="https://www.techheadings.com/how-to-turn-your-iphone-into-a-blackberry-with-clicks-keyboard-case/" rel="bookmark" class="td-image-wrap " title="How to Turn Your iPhone into a BlackBerry with Clicks Keyboard Case"><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://www.techheadings.com/wp-content/uploads/2024/01/How-to-Turn-Your-iPhone-into-a-BlackBerry-with-Clicks-Keyboard-Case-300x185.jpg"></span></a></div> </div>
<div class="td-module-meta-info">
<a href="https://www.techheadings.com/technology/" class="td-post-category">Technology</a>
<h3 class="entry-title td-module-title"><a href="https://www.techheadings.com/how-to-turn-your-iphone-into-a-blackberry-with-clicks-keyboard-case/" rel="bookmark" title="How to Turn Your iPhone into a BlackBerry with Clicks Keyboard Case">How to Turn Your iPhone into a BlackBerry with Clicks Keyboard Case</a></h3>
<div class="td-excerpt">Do you love typing on a physical keyboard? Do you wish you could turn your iPhone into a BlackBerry? If so, you need to check out the Clicks creator keyboard, a case and a keyboard combo that gives you the best of both worlds. Find out how to get yours today.</div>
<div class="td-editor-date">
<span class="td-author-date">
<span class="td-post-date"><time class="entry-date updated td-module-date" datetime="2024-01-05T21:27:42+00:00">January 5, 2024</time></span> </span>
</div>
</div>
</div>
</div>
</div></div></div></div></div></div></div></div><div class="vc_column tdi_47  wpb_column vc_column_container tdc-column td-pb-span6">
<div class="wpb_wrapper"><div class="td_block_wrap td_flex_block_1 tdi_48 td-pb-border-top td_block_template_1 td_flex_block" data-td-block-uid="tdi_48"><script type="rocketlazyloadscript">var block_tdi_48 = new tdBlock();
block_tdi_48.id = "tdi_48";
block_tdi_48.atts = '{"modules_on_row":"","limit":"1","hide_audio":"yes","show_btn":"none","show_com":"none","show_review":"none","show_author":"none","tdc_css":"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjIwIiwiYm9yZGVyLWJvdHRvbS13aWR0aCI6IjEiLCJwYWRkaW5nLWJvdHRvbSI6IjIwIiwiYm9yZGVyLWNvbG9yIjoidmFyKC0tdG9kYXktbmV3cy1saWdodC1ncmF5KSIsImRpc3BsYXkiOiIifSwibGFuZHNjYXBlIjp7Im1hcmdpbi1ib3R0b20iOiIxNSIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTksInBvcnRyYWl0Ijp7Im1hcmdpbi1ib3R0b20iOiIxMCIsInBhZGRpbmctYm90dG9tIjoiMTAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3NjgsInBob25lIjp7Im1hcmdpbi1ib3R0b20iOiIxNSIsInBhZGRpbmctYm90dG9tIjoiMTUiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==","image_floated":"","image_height":"75","f_title_font_family":"394","f_title_font_weight":"700","f_title_font_transform":"","f_title_font_spacing":"-2","f_title_font_size":"eyJhbGwiOiIyOCIsImxhbmRzY2FwZSI6IjI0IiwicG9ydHJhaXQiOiIyMCIsInBob25lIjoiMjAifQ==","f_title_font_line_height":"1.1","excl_txt":"Exclusive:","excl_padd":"0 0 4px","excl_margin":"eyJhbGwiOiIwIDZweCAwIDAiLCJsYW5kc2NhcGUiOiIwIDVweCAwIDAiLCJwb3J0cmFpdCI6IjAgNHB4IDAgMCIsInBob25lIjoiMCA1cHggMCAwIn0=","excl_bg":"rgba(0,0,0,0)","excl_color":"var(--today-news-accent)","title_txt":"var(--today-news-dark-bg)","title_txt_hover":"var(--today-news-accent)","f_excl_font_family":"394","f_excl_font_weight":"700","f_excl_font_transform":"uppercase","f_excl_font_size":"eyJhbGwiOiIyOCIsImxhbmRzY2FwZSI6IjI0IiwicG9ydHJhaXQiOiIyMCIsInBob25lIjoiMjAifQ==","f_excl_font_line_height":"1.1","f_excl_font_spacing":"-2","meta_padding":"eyJhbGwiOiIyMHB4IDAgMCIsImxhbmRzY2FwZSI6IjE1cHggMCAwIiwicG9ydHJhaXQiOiIxMHB4IDAgMCIsInBob25lIjoiMTBweCAwIDAifQ==","modules_category":"above","modules_category_padding":"0","cat_bg":"rgba(0,0,0,0)","cat_bg_hover":"rgba(0,0,0,0)","cat_txt":"var(--today-news-accent)","f_cat_font_family":"394","f_cat_font_transform":"uppercase","f_cat_font_weight":"700","f_cat_font_size":"eyJhbGwiOiIxNCIsImxhbmRzY2FwZSI6IjEzIiwicG9ydHJhaXQiOiIxMiIsInBob25lIjoiMTMifQ==","modules_category_margin":"eyJhbGwiOiIwIDAgNXB4IiwibGFuZHNjYXBlIjoiMCAwIDNweCIsInBvcnRyYWl0IjoiMCAwIDJweCIsInBob25lIjoiMCAwIDNweCJ9","excerpt_middle":"yes","art_excerpt":"eyJhbGwiOiIwIDAgMTBweCIsImxhbmRzY2FwZSI6IjAgMCA3cHgiLCJwb3J0cmFpdCI6IjAgMCA1cHgiLCJwaG9uZSI6IjAgMCA3cHgifQ==","art_title":"eyJhbGwiOiIwIDAgMTBweCIsImxhbmRzY2FwZSI6IjAgMCA3cHgiLCJwb3J0cmFpdCI6IjAgMCA1cHgiLCJwaG9uZSI6IjAgMCA3cHgifQ==","f_ex_font_family":"394","f_ex_font_size":"eyJhbGwiOiIxNSIsImxhbmRzY2FwZSI6IjEyIiwicG9ydHJhaXQiOiIxMSIsInBob25lIjoiMTIifQ==","f_ex_font_line_height":"eyJhbGwiOiIxLjMiLCJwb3J0cmFpdCI6IjEuMiJ9","ex_txt":"var(--today-news-dark-gray)","date_txt":"var(--today-news-dark-gray)","f_meta_font_family":"394","f_meta_font_size":"eyJhbGwiOiIxMiIsImxhbmRzY2FwZSI6IjExIiwicG9ydHJhaXQiOiIxMCIsInBob25lIjoiMTEifQ==","f_meta_font_line_height":"eyJhbGwiOiIxLjMiLCJwb3J0cmFpdCI6IjEuMiJ9","f_cat_font_line_height":"1.2","mc1_el":"45","category_id":"","offset":"2","block_type":"td_flex_block_1","separator":"","custom_title":"","custom_url":"","block_template_id":"","title_tag":"","mc1_tl":"","mc1_title_tag":"","post_ids":"","taxonomies":"","category_ids":"","in_all_terms":"","tag_slug":"","autors_id":"","installed_post_types":"","include_cf_posts":"","exclude_cf_posts":"","sort":"","popular_by_date":"","linked_posts":"","favourite_only":"","locked_only":"","open_in_new_window":"","show_modified_date":"","time_ago":"","time_ago_add_txt":"ago","time_ago_txt_pos":"","review_source":"","el_class":"","td_query_cache":"","td_query_cache_expiration":"","td_ajax_filter_type":"","td_ajax_filter_ids":"","td_filter_default_txt":"All","td_ajax_preloading":"","container_width":"","modules_gap":"","m_padding":"","all_modules_space":"36","modules_border_size":"","modules_border_style":"","modules_border_color":"#eaeaea","modules_border_radius":"","modules_divider":"","modules_divider_color":"#eaeaea","h_effect":"","image_size":"","image_alignment":"50","image_width":"","image_radius":"","hide_image":"","show_favourites":"","fav_size":"2","fav_space":"","fav_ico_color":"","fav_ico_color_h":"","fav_bg":"","fav_bg_h":"","fav_shadow_shadow_header":"","fav_shadow_shadow_title":"Shadow","fav_shadow_shadow_size":"","fav_shadow_shadow_offset_horizontal":"","fav_shadow_shadow_offset_vertical":"","fav_shadow_shadow_spread":"","fav_shadow_shadow_color":"","video_icon":"","video_popup":"yes","video_rec":"","spot_header":"","video_rec_title":"","video_rec_color":"","video_rec_disable":"","autoplay_vid":"yes","show_vid_t":"block","vid_t_margin":"","vid_t_padding":"","video_title_color":"","video_title_color_h":"","video_bg":"","video_overlay":"","vid_t_color":"","vid_t_bg_color":"","f_vid_title_font_header":"","f_vid_title_font_title":"Video pop-up article title","f_vid_title_font_settings":"","f_vid_title_font_family":"","f_vid_title_font_size":"","f_vid_title_font_line_height":"","f_vid_title_font_style":"","f_vid_title_font_weight":"","f_vid_title_font_transform":"","f_vid_title_font_spacing":"","f_vid_title_":"","f_vid_time_font_title":"Video duration text","f_vid_time_font_settings":"","f_vid_time_font_family":"","f_vid_time_font_size":"","f_vid_time_font_line_height":"","f_vid_time_font_style":"","f_vid_time_font_weight":"","f_vid_time_font_transform":"","f_vid_time_font_spacing":"","f_vid_time_":"","excl_show":"inline-block","all_excl_border":"","all_excl_border_style":"solid","excl_radius":"","excl_color_h":"","excl_bg_h":"","all_excl_border_color":"","excl_border_color_h":"","f_excl_font_header":"","f_excl_font_title":"Label text","f_excl_font_settings":"","f_excl_font_style":"","f_excl_":"","meta_info_align":"","meta_info_horiz":"layout-default","meta_width":"","meta_margin":"","meta_space":"","art_btn":"","meta_info_border_size":"","meta_info_border_style":"","meta_info_border_color":"#eaeaea","meta_info_border_radius":"","modules_cat_border":"","modules_category_radius":"0","show_cat":"inline-block","modules_extra_cat":"","author_photo":"","author_photo_size":"","author_photo_space":"","author_photo_radius":"","show_date":"inline-block","review_space":"","review_size":"2.5","review_distance":"","show_excerpt":"block","excerpt_col":"1","excerpt_gap":"","excerpt_inline":"","show_audio":"block","art_audio":"","art_audio_size":"1.5","btn_title":"","btn_margin":"","btn_padding":"","btn_border_width":"","btn_radius":"","pag_space":"","pag_padding":"","pag_border_width":"","pag_border_radius":"","prev_tdicon":"","next_tdicon":"","pag_icons_size":"","f_header_font_header":"","f_header_font_title":"Block header","f_header_font_settings":"","f_header_font_family":"","f_header_font_size":"","f_header_font_line_height":"","f_header_font_style":"","f_header_font_weight":"","f_header_font_transform":"","f_header_font_spacing":"","f_header_":"","f_ajax_font_title":"Ajax categories","f_ajax_font_settings":"","f_ajax_font_family":"","f_ajax_font_size":"","f_ajax_font_line_height":"","f_ajax_font_style":"","f_ajax_font_weight":"","f_ajax_font_transform":"","f_ajax_font_spacing":"","f_ajax_":"","f_more_font_title":"Load more button","f_more_font_settings":"","f_more_font_family":"","f_more_font_size":"","f_more_font_line_height":"","f_more_font_style":"","f_more_font_weight":"","f_more_font_transform":"","f_more_font_spacing":"","f_more_":"","f_title_font_header":"","f_title_font_title":"Article title","f_title_font_settings":"","f_title_font_style":"","f_title_":"","f_cat_font_title":"Article category tag","f_cat_font_settings":"","f_cat_font_style":"","f_cat_font_spacing":"","f_cat_":"","f_meta_font_title":"Article meta info","f_meta_font_settings":"","f_meta_font_style":"","f_meta_font_weight":"","f_meta_font_transform":"","f_meta_font_spacing":"","f_meta_":"","f_ex_font_title":"Article excerpt","f_ex_font_settings":"","f_ex_font_style":"","f_ex_font_weight":"","f_ex_font_transform":"","f_ex_font_spacing":"","f_ex_":"","f_btn_font_title":"Article read more button","f_btn_font_settings":"","f_btn_font_family":"","f_btn_font_size":"","f_btn_font_line_height":"","f_btn_font_style":"","f_btn_font_weight":"","f_btn_font_transform":"","f_btn_font_spacing":"","f_btn_":"","mix_color":"","mix_type":"","fe_brightness":"1","fe_contrast":"1","fe_saturate":"1","mix_color_h":"","mix_type_h":"","fe_brightness_h":"1","fe_contrast_h":"1","fe_saturate_h":"1","m_bg":"","color_overlay":"","shadow_shadow_header":"","shadow_shadow_title":"Module Shadow","shadow_shadow_size":"","shadow_shadow_offset_horizontal":"","shadow_shadow_offset_vertical":"","shadow_shadow_spread":"","shadow_shadow_color":"","all_underline_height":"","all_underline_color":"","cat_txt_hover":"","cat_border":"","cat_border_hover":"","meta_bg":"","author_txt":"","author_txt_hover":"","com_bg":"","com_txt":"","rev_txt":"","audio_btn_color":"","audio_time_color":"","audio_bar_color":"","audio_bar_curr_color":"","shadow_m_shadow_header":"","shadow_m_shadow_title":"Meta info shadow","shadow_m_shadow_size":"","shadow_m_shadow_offset_horizontal":"","shadow_m_shadow_offset_vertical":"","shadow_m_shadow_spread":"","shadow_m_shadow_color":"","btn_bg":"","btn_bg_hover":"","btn_txt":"","btn_txt_hover":"","btn_border":"","btn_border_hover":"","pag_text":"","pag_h_text":"","pag_bg":"","pag_h_bg":"","pag_border":"","pag_h_border":"","ajax_pagination":"","ajax_pagination_next_prev_swipe":"","ajax_pagination_infinite_stop":"","css":"","td_column_number":1,"header_color":"","color_preset":"","border_top":"","class":"tdi_48","tdc_css_class":"tdi_48","tdc_css_class_style":"tdi_48_rand_style"}';
block_tdi_48.td_column_number = "1";
block_tdi_48.block_type = "td_flex_block_1";
block_tdi_48.post_count = "1";
block_tdi_48.found_posts = "142";
block_tdi_48.header_color = "";
block_tdi_48.ajax_pagination_infinite_stop = "";
block_tdi_48.max_num_pages = "140";
tdBlocksArray.push(block_tdi_48);
</script><div class="td-block-title-wrap"></div><div id="tdi_48" class="td_block_inner td-mc1-wrap">
<div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack td-cpt-post">
<div class="td-module-container td-category-pos-above">
<div class="td-image-container">
<div class="td-module-thumb"><a href="https://www.techheadings.com/microsoft-copilot-will-take-over-your-windows-files-explorer/" rel="bookmark" class="td-image-wrap " title="Microsoft Copilot Will Take Over your Windows Files Explorer"><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://www.techheadings.com/wp-content/uploads/2024/01/Microsoft-Copilot-Will-Take-Over-your-Windows-Files-Explorer.jpg"></span></a></div> </div>
<div class="td-module-meta-info">
<a href="https://www.techheadings.com/technology/" class="td-post-category">Technology</a>
<h3 class="entry-title td-module-title"><a href="https://www.techheadings.com/microsoft-copilot-will-take-over-your-windows-files-explorer/" rel="bookmark" title="Microsoft Copilot Will Take Over your Windows Files Explorer">Microsoft Copilot Will Take Over your Windows Files Explorer</a></h3>
<div class="td-excerpt">Microsoft Copilot is a new feature that will revolutionize the way you manage your files on Windows. Copilot is an AI assistant that can help you organize, search, and share your files with ease. Copilot can also create and edit files for you, based on your preferences and needs.</div>
<div class="td-editor-date">
<span class="td-author-date">
<span class="td-post-date"><time class="entry-date updated td-module-date" datetime="2024-01-06T06:47:34+00:00">January 6, 2024</time></span> </span>
</div>
</div>
</div>
</div>
</div></div><div class="td_block_wrap td_flex_block_1 tdi_49 td-pb-border-top td_block_template_1 td_flex_block" data-td-block-uid="tdi_49"><script type="rocketlazyloadscript">var block_tdi_49 = new tdBlock();
block_tdi_49.id = "tdi_49";
block_tdi_49.atts = '{"modules_on_row":"","limit":"1","hide_audio":"yes","show_btn":"none","show_com":"none","show_review":"none","show_author":"none","tdc_css":"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZSI6eyJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTksInBvcnRyYWl0Ijp7ImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OCwicGhvbmUiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=","image_floated":"float_right","f_title_font_family":"394","f_title_font_weight":"700","f_title_font_transform":"","f_title_font_spacing":"-0.5","f_title_font_size":"eyJhbGwiOiIxNyIsImxhbmRzY2FwZSI6IjEzIiwicG9ydHJhaXQiOiIxMSIsInBob25lIjoiMTMifQ==","f_title_font_line_height":"eyJhbGwiOiIxLjE1IiwicG9ydHJhaXQiOiIxLjEiLCJwaG9uZSI6IjEuMSIsImxhbmRzY2FwZSI6IjEuMSJ9","excl_txt":"Exclusive:","excl_padd":"0 0 2px","excl_margin":"eyJhbGwiOiIwIDVweCAwIDAiLCJsYW5kc2NhcGUiOiIwIDVweCAwIDAiLCJwb3J0cmFpdCI6IjAgNHB4IDAgMCIsInBob25lIjoiMCA1cHggMCAwIn0=","excl_bg":"rgba(0,0,0,0)","excl_color":"var(--today-news-accent)","title_txt":"var(--today-news-dark-bg)","title_txt_hover":"var(--today-news-accent)","f_excl_font_family":"394","f_excl_font_weight":"700","f_excl_font_transform":"uppercase","f_excl_font_size":"eyJhbGwiOiIxNyIsImxhbmRzY2FwZSI6IjEzIiwicG9ydHJhaXQiOiIxMSIsInBob25lIjoiMTMifQ==","f_excl_font_line_height":"eyJhbGwiOiIxLjE1IiwicG9ydHJhaXQiOiIxLjEiLCJwaG9uZSI6IjEuMSIsImxhbmRzY2FwZSI6IjEuMSJ9","f_excl_font_spacing":"-0.5","meta_padding":"eyJhbGwiOiIwIDIwcHggMCAwIiwibGFuZHNjYXBlIjoiMCAxNXB4IDAgMCIsInBvcnRyYWl0IjoiMCAxMHB4IDAgMCJ9","modules_category":"above","modules_category_padding":"0","cat_bg":"rgba(0,0,0,0)","cat_bg_hover":"rgba(0,0,0,0)","cat_txt":"var(--today-news-accent)","f_cat_font_family":"394","f_cat_font_transform":"uppercase","f_cat_font_weight":"700","f_cat_font_size":"eyJhbGwiOiIxMiIsImxhbmRzY2FwZSI6IjExIiwicG9ydHJhaXQiOiIxMCIsInBob25lIjoiMTEifQ==","modules_category_margin":"eyJhbGwiOiIwIDAgM3B4IiwibGFuZHNjYXBlIjoiMCAwIDJweCIsInBvcnRyYWl0IjoiMCAwIDJweCIsInBob25lIjoiMCAwIDJweCJ9","excerpt_middle":"yes","art_excerpt":"eyJhbGwiOiIwIDAgN3B4IiwibGFuZHNjYXBlIjoiMCAwIDVweCIsInBvcnRyYWl0IjoiMCAwIDJweCIsInBob25lIjoiMCAwIDVweCJ9","art_title":"eyJhbGwiOiIwIDAgN3B4IiwibGFuZHNjYXBlIjoiMCAwIDVweDciLCJwb3J0cmFpdCI6IjAgMCA1cHgiLCJwaG9uZSI6IjAgMCA1cHgifQ==","f_ex_font_family":"394","f_ex_font_size":"eyJhbGwiOiIxNCIsImxhbmRzY2FwZSI6IjEyIiwicG9ydHJhaXQiOiIxMSIsInBob25lIjoiMTIifQ==","f_ex_font_line_height":"eyJhbGwiOiIxLjMiLCJwb3J0cmFpdCI6IjEuMiJ9","ex_txt":"var(--today-news-dark-gray)","date_txt":"var(--today-news-dark-gray)","f_meta_font_family":"394","f_meta_font_size":"eyJhbGwiOiIxMiIsImxhbmRzY2FwZSI6IjExIiwicG9ydHJhaXQiOiIxMCIsInBob25lIjoiMTEifQ==","f_meta_font_line_height":"eyJhbGwiOiIxLjMiLCJwb3J0cmFpdCI6IjEuMiJ9","f_cat_font_line_height":"1.2","mc1_el":"25","all_modules_space":"eyJhbGwiOiIzMCIsImxhbmRzY2FwZSI6IjIwIiwicG9ydHJhaXQiOiIxNSIsInBob25lIjoiMjAifQ==","modules_divider":"solid","modules_divider_color":"var(--today-news-light-gray)","image_width":"35","image_height":"70","category_id":"","offset":"5","image_size":"td_300x0","block_type":"td_flex_block_1","separator":"","custom_title":"","custom_url":"","block_template_id":"","title_tag":"","mc1_tl":"","mc1_title_tag":"","post_ids":"","taxonomies":"","category_ids":"","in_all_terms":"","tag_slug":"","autors_id":"","installed_post_types":"","include_cf_posts":"","exclude_cf_posts":"","sort":"","popular_by_date":"","linked_posts":"","favourite_only":"","locked_only":"","open_in_new_window":"","show_modified_date":"","time_ago":"","time_ago_add_txt":"ago","time_ago_txt_pos":"","review_source":"","el_class":"","td_query_cache":"","td_query_cache_expiration":"","td_ajax_filter_type":"","td_ajax_filter_ids":"","td_filter_default_txt":"All","td_ajax_preloading":"","container_width":"","modules_gap":"","m_padding":"","modules_border_size":"","modules_border_style":"","modules_border_color":"#eaeaea","modules_border_radius":"","h_effect":"","image_alignment":"50","image_radius":"","hide_image":"","show_favourites":"","fav_size":"2","fav_space":"","fav_ico_color":"","fav_ico_color_h":"","fav_bg":"","fav_bg_h":"","fav_shadow_shadow_header":"","fav_shadow_shadow_title":"Shadow","fav_shadow_shadow_size":"","fav_shadow_shadow_offset_horizontal":"","fav_shadow_shadow_offset_vertical":"","fav_shadow_shadow_spread":"","fav_shadow_shadow_color":"","video_icon":"","video_popup":"yes","video_rec":"","spot_header":"","video_rec_title":"","video_rec_color":"","video_rec_disable":"","autoplay_vid":"yes","show_vid_t":"block","vid_t_margin":"","vid_t_padding":"","video_title_color":"","video_title_color_h":"","video_bg":"","video_overlay":"","vid_t_color":"","vid_t_bg_color":"","f_vid_title_font_header":"","f_vid_title_font_title":"Video pop-up article title","f_vid_title_font_settings":"","f_vid_title_font_family":"","f_vid_title_font_size":"","f_vid_title_font_line_height":"","f_vid_title_font_style":"","f_vid_title_font_weight":"","f_vid_title_font_transform":"","f_vid_title_font_spacing":"","f_vid_title_":"","f_vid_time_font_title":"Video duration text","f_vid_time_font_settings":"","f_vid_time_font_family":"","f_vid_time_font_size":"","f_vid_time_font_line_height":"","f_vid_time_font_style":"","f_vid_time_font_weight":"","f_vid_time_font_transform":"","f_vid_time_font_spacing":"","f_vid_time_":"","excl_show":"inline-block","all_excl_border":"","all_excl_border_style":"solid","excl_radius":"","excl_color_h":"","excl_bg_h":"","all_excl_border_color":"","excl_border_color_h":"","f_excl_font_header":"","f_excl_font_title":"Label text","f_excl_font_settings":"","f_excl_font_style":"","f_excl_":"","meta_info_align":"","meta_info_horiz":"layout-default","meta_width":"","meta_margin":"","meta_space":"","art_btn":"","meta_info_border_size":"","meta_info_border_style":"","meta_info_border_color":"#eaeaea","meta_info_border_radius":"","modules_cat_border":"","modules_category_radius":"0","show_cat":"inline-block","modules_extra_cat":"","author_photo":"","author_photo_size":"","author_photo_space":"","author_photo_radius":"","show_date":"inline-block","review_space":"","review_size":"2.5","review_distance":"","show_excerpt":"block","excerpt_col":"1","excerpt_gap":"","excerpt_inline":"","show_audio":"block","art_audio":"","art_audio_size":"1.5","btn_title":"","btn_margin":"","btn_padding":"","btn_border_width":"","btn_radius":"","pag_space":"","pag_padding":"","pag_border_width":"","pag_border_radius":"","prev_tdicon":"","next_tdicon":"","pag_icons_size":"","f_header_font_header":"","f_header_font_title":"Block header","f_header_font_settings":"","f_header_font_family":"","f_header_font_size":"","f_header_font_line_height":"","f_header_font_style":"","f_header_font_weight":"","f_header_font_transform":"","f_header_font_spacing":"","f_header_":"","f_ajax_font_title":"Ajax categories","f_ajax_font_settings":"","f_ajax_font_family":"","f_ajax_font_size":"","f_ajax_font_line_height":"","f_ajax_font_style":"","f_ajax_font_weight":"","f_ajax_font_transform":"","f_ajax_font_spacing":"","f_ajax_":"","f_more_font_title":"Load more button","f_more_font_settings":"","f_more_font_family":"","f_more_font_size":"","f_more_font_line_height":"","f_more_font_style":"","f_more_font_weight":"","f_more_font_transform":"","f_more_font_spacing":"","f_more_":"","f_title_font_header":"","f_title_font_title":"Article title","f_title_font_settings":"","f_title_font_style":"","f_title_":"","f_cat_font_title":"Article category tag","f_cat_font_settings":"","f_cat_font_style":"","f_cat_font_spacing":"","f_cat_":"","f_meta_font_title":"Article meta info","f_meta_font_settings":"","f_meta_font_style":"","f_meta_font_weight":"","f_meta_font_transform":"","f_meta_font_spacing":"","f_meta_":"","f_ex_font_title":"Article excerpt","f_ex_font_settings":"","f_ex_font_style":"","f_ex_font_weight":"","f_ex_font_transform":"","f_ex_font_spacing":"","f_ex_":"","f_btn_font_title":"Article read more button","f_btn_font_settings":"","f_btn_font_family":"","f_btn_font_size":"","f_btn_font_line_height":"","f_btn_font_style":"","f_btn_font_weight":"","f_btn_font_transform":"","f_btn_font_spacing":"","f_btn_":"","mix_color":"","mix_type":"","fe_brightness":"1","fe_contrast":"1","fe_saturate":"1","mix_color_h":"","mix_type_h":"","fe_brightness_h":"1","fe_contrast_h":"1","fe_saturate_h":"1","m_bg":"","color_overlay":"","shadow_shadow_header":"","shadow_shadow_title":"Module Shadow","shadow_shadow_size":"","shadow_shadow_offset_horizontal":"","shadow_shadow_offset_vertical":"","shadow_shadow_spread":"","shadow_shadow_color":"","all_underline_height":"","all_underline_color":"","cat_txt_hover":"","cat_border":"","cat_border_hover":"","meta_bg":"","author_txt":"","author_txt_hover":"","com_bg":"","com_txt":"","rev_txt":"","audio_btn_color":"","audio_time_color":"","audio_bar_color":"","audio_bar_curr_color":"","shadow_m_shadow_header":"","shadow_m_shadow_title":"Meta info shadow","shadow_m_shadow_size":"","shadow_m_shadow_offset_horizontal":"","shadow_m_shadow_offset_vertical":"","shadow_m_shadow_spread":"","shadow_m_shadow_color":"","btn_bg":"","btn_bg_hover":"","btn_txt":"","btn_txt_hover":"","btn_border":"","btn_border_hover":"","pag_text":"","pag_h_text":"","pag_bg":"","pag_h_bg":"","pag_border":"","pag_h_border":"","ajax_pagination":"","ajax_pagination_next_prev_swipe":"","ajax_pagination_infinite_stop":"","css":"","td_column_number":1,"header_color":"","color_preset":"","border_top":"","class":"tdi_49","tdc_css_class":"tdi_49","tdc_css_class_style":"tdi_49_rand_style"}';
block_tdi_49.td_column_number = "1";
block_tdi_49.block_type = "td_flex_block_1";
block_tdi_49.post_count = "1";
block_tdi_49.found_posts = "142";
block_tdi_49.header_color = "";
block_tdi_49.ajax_pagination_infinite_stop = "";
block_tdi_49.max_num_pages = "137";
tdBlocksArray.push(block_tdi_49);
</script><div class="td-block-title-wrap"></div><div id="tdi_49" class="td_block_inner td-mc1-wrap">
<div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack td-cpt-post">
<div class="td-module-container td-category-pos-above">
<div class="td-image-container">
<div class="td-module-thumb"><a href="https://www.techheadings.com/why-ai-hallucinations-are-not-all-bad/" rel="bookmark" class="td-image-wrap " title="Why AI Hallucinations Are Not All Bad"><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://www.techheadings.com/wp-content/uploads/2024/01/Why-AI-Hallucinations-Are-Not-All-Bad-300x185.jpg"></span></a></div> </div>
<div class="td-module-meta-info">
<a href="https://www.techheadings.com/ai/" class="td-post-category">AI</a>
<h3 class="entry-title td-module-title"><a href="https://www.techheadings.com/why-ai-hallucinations-are-not-all-bad/" rel="bookmark" title="Why AI Hallucinations Are Not All Bad">Why AI Hallucinations Are Not All Bad</a></h3>
<div class="td-excerpt">AI hallucinations are those pesky lies that chatbots and other artificial intelligence agents sometimes tell us. But they can also be a source of inspiration, innovation, and resistance. In this article, you will learn what AI hallucinations are, why they happen, how common they are, why they are not all bad, how to use them to your advantage, and how to deal with them.</div>
<div class="td-editor-date">
<span class="td-author-date">
<span class="td-post-date"><time class="entry-date updated td-module-date" datetime="2024-01-05T20:04:27+00:00">January 5, 2024</time></span> </span>
</div>
</div>
</div>
</div>
</div></div></div></div></div></div><div id="tdi_50" class="tdc-row"><div class="vc_row tdi_51  wpb_row td-pb-row">
<div class="vc_column tdi_53  wpb_column vc_column_container tdc-column td-pb-span12">
<div class="wpb_wrapper"><div class="tdm_block td_block_wrap tdm_block_column_title tdi_54 tdm-content-horiz-left td-pb-border-top td-today-news-slanted-title td_block_template_1" data-td-block-uid="tdi_54">
<div class="tdi_54_rand_style td-element-style"></div><div class="td-block-row"><div class="td-block-span12 tdm-col"><div class="tds-title tds-title1 td-fix-index tdi_55 "><h3 class="tdm-title tdm-title-sm">All articles</h3></div></div></div></div></div></div></div></div><div id="tdi_56" class="tdc-row"><div class="vc_row tdi_57  wpb_row td-pb-row">
<div class="vc_column tdi_59  wpb_column vc_column_container tdc-column td-pb-span12">
<div class="wpb_wrapper"><div class="td_block_wrap tdb_loop tdi_60 td_with_ajax_pagination td-pb-border-top td_block_template_1 tdb-category-loop-posts" data-td-block-uid="tdi_60"><script type="rocketlazyloadscript">var block_tdi_60 = new tdBlock();
block_tdi_60.id = "tdi_60";
block_tdi_60.atts = '{"modules_on_row":"eyJhbGwiOiIzMy4zMzMzMzMzMyUiLCJwaG9uZSI6IjEwMCUifQ==","limit":"12","hide_audio":"yes","show_btn":"none","show_com":"none","show_review":"none","show_author":"none","tdc_css":"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZSI6eyJkaXNwbGF5IjoiIn0sImxhbmRzY2FwZV9tYXhfd2lkdGgiOjExNDAsImxhbmRzY2FwZV9taW5fd2lkdGgiOjEwMTksInBvcnRyYWl0Ijp7ImRpc3BsYXkiOiIifSwicG9ydHJhaXRfbWF4X3dpZHRoIjoxMDE4LCJwb3J0cmFpdF9taW5fd2lkdGgiOjc2OCwicGhvbmUiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=","image_floated":"","f_title_font_family":"394","f_title_font_weight":"700","f_title_font_transform":"","f_title_font_spacing":"-0.5","f_title_font_size":"eyJhbGwiOiIxNyIsImxhbmRzY2FwZSI6IjEzIiwicG9ydHJhaXQiOiIxMSIsInBob25lIjoiMTMifQ==","f_title_font_line_height":"eyJhbGwiOiIxLjE1IiwicG9ydHJhaXQiOiIxLjEiLCJwaG9uZSI6IjEuMSIsImxhbmRzY2FwZSI6IjEuMSJ9","excl_txt":"Exclusive:","excl_padd":"0 0 2px","excl_margin":"eyJhbGwiOiIwIDVweCAwIDAiLCJsYW5kc2NhcGUiOiIwIDVweCAwIDAiLCJwb3J0cmFpdCI6IjAgNHB4IDAgMCIsInBob25lIjoiMCA1cHggMCAwIn0=","excl_bg":"rgba(0,0,0,0)","excl_color":"var(--today-news-accent)","title_txt":"var(--today-news-dark-bg)","title_txt_hover":"var(--today-news-accent)","f_excl_font_family":"394","f_excl_font_weight":"700","f_excl_font_transform":"uppercase","f_excl_font_size":"eyJhbGwiOiIxNyIsImxhbmRzY2FwZSI6IjEzIiwicG9ydHJhaXQiOiIxMSIsInBob25lIjoiMTMifQ==","f_excl_font_line_height":"eyJhbGwiOiIxLjE1IiwicG9ydHJhaXQiOiIxLjEiLCJwaG9uZSI6IjEuMSIsImxhbmRzY2FwZSI6IjEuMSJ9","f_excl_font_spacing":"-0.5","meta_padding":"eyJhbGwiOiIyMHB4IDAgMCIsImxhbmRzY2FwZSI6IjVweCAwIDAiLCJwb3J0cmFpdCI6IjEwcHggMCAwIn0=","modules_category":"above","modules_category_padding":"0","cat_bg":"rgba(0,0,0,0)","cat_bg_hover":"rgba(0,0,0,0)","cat_txt":"var(--today-news-accent)","f_cat_font_family":"394","f_cat_font_transform":"uppercase","f_cat_font_weight":"700","f_cat_font_size":"eyJhbGwiOiIxMiIsImxhbmRzY2FwZSI6IjExIiwicG9ydHJhaXQiOiIxMCIsInBob25lIjoiMTEifQ==","modules_category_margin":"eyJhbGwiOiIwIDAgM3B4IiwibGFuZHNjYXBlIjoiMCAwIDJweCIsInBvcnRyYWl0IjoiMCAwIDJweCIsInBob25lIjoiMCAwIDJweCJ9","excerpt_middle":"yes","art_excerpt":"eyJhbGwiOiIwIDAgN3B4IiwibGFuZHNjYXBlIjoiMCAwIDVweCIsInBvcnRyYWl0IjoiMCAwIDJweCIsInBob25lIjoiMCAwIDVweCJ9","art_title":"eyJhbGwiOiIwIDAgN3B4IiwibGFuZHNjYXBlIjoiMCAwIDVweDciLCJwb3J0cmFpdCI6IjAgMCA1cHgiLCJwaG9uZSI6IjAgMCA1cHgifQ==","f_ex_font_family":"394","f_ex_font_size":"eyJhbGwiOiIxNCIsImxhbmRzY2FwZSI6IjEyIiwicG9ydHJhaXQiOiIxMSIsInBob25lIjoiMTIifQ==","f_ex_font_line_height":"eyJhbGwiOiIxLjMiLCJwb3J0cmFpdCI6IjEuMiJ9","ex_txt":"var(--today-news-dark-gray)","date_txt":"var(--today-news-dark-gray)","f_meta_font_family":"394","f_meta_font_size":"eyJhbGwiOiIxMiIsImxhbmRzY2FwZSI6IjExIiwicG9ydHJhaXQiOiIxMCIsInBob25lIjoiMTEifQ==","f_meta_font_line_height":"eyJhbGwiOiIxLjMiLCJwb3J0cmFpdCI6IjEuMiJ9","f_cat_font_line_height":"1.2","mc1_el":"15","all_modules_space":"eyJhbGwiOiIzMCIsImxhbmRzY2FwZSI6IjIwIiwicG9ydHJhaXQiOiIxNSIsInBob25lIjoiMjAifQ==","modules_divider":"solid","modules_divider_color":"var(--today-news-light-gray)","image_height":"45","modules_gap":"eyJhbGwiOiIzMCIsInBvcnRyYWl0IjoiMjAiLCJsYW5kc2NhcGUiOiIyMCJ9","ajax_pagination":"load_more","f_pag_font_family":"394","f_pag_font_transform":"uppercase","f_pag_font_weight":"700","f_pag_font_spacing":"-0.2","f_pag_font_size":"eyJhbGwiOiIxMyIsImxhbmRzY2FwZSI6IjEyIiwicG9ydHJhaXQiOiIxMSIsInBob25lIjoiMTIifQ==","f_pag_font_line_height":"eyJhbGwiOiIxLjMiLCJwb3J0cmFpdCI6IjEuMSJ9","pag_space":"eyJhbGwiOiIzMCIsImxhbmRzY2FwZSI6IjIwIiwicG9ydHJhaXQiOiIyMCIsInBob25lIjoiMjAifQ==","pag_border_width":"0","pag_bg":"var(--today-news-light-gray)","pag_h_bg":"var(--today-news-accent)","pag_a_bg":"var(--today-news-accent)","pag_text":"var(--today-news-dark-gray)","pag_h_text":"var(--today-news-white)","pag_a_text":"var(--today-news-white)","sort":"","offset":"6","modules_extra_cat":"above","show_date":"none","block_type":"tdb_loop","separator":"","custom_title":"","custom_url":"","block_template_id":"","title_tag":"","mc1_tl":"","mc1_title_tag":"","open_in_new_window":"","post_ids":"","include_cf_posts":"","exclude_cf_posts":"","installed_post_types":"","ajax_pagination_next_prev_swipe":"","ajax_pagination_infinite_stop":"","locked_only":"","review_source":"","container_width":"","m_padding":"","m_radius":"","modules_border_size":"","modules_border_style":"","modules_border_color":"#eaeaea","h_effect":"","image_size":"","image_alignment":"50","image_width":"","image_radius":"","hide_image":"","show_favourites":"","fav_size":"2","fav_space":"","fav_ico_color":"","fav_ico_color_h":"","fav_bg":"","fav_bg_h":"","fav_shadow_shadow_header":"","fav_shadow_shadow_title":"Shadow","fav_shadow_shadow_size":"","fav_shadow_shadow_offset_horizontal":"","fav_shadow_shadow_offset_vertical":"","fav_shadow_shadow_spread":"","fav_shadow_shadow_color":"","video_icon":"","video_popup":"yes","video_rec":"","spot_header":"","video_rec_title":"- Advertisement -","video_rec_color":"","video_rec_disable":"","autoplay_vid":"yes","show_vid_t":"block","vid_t_margin":"","vid_t_padding":"","video_title_color":"","video_title_color_h":"","video_bg":"","video_overlay":"","vid_t_color":"","vid_t_bg_color":"","f_vid_title_font_header":"","f_vid_title_font_title":"Video pop-up article title","f_vid_title_font_settings":"","f_vid_title_font_family":"","f_vid_title_font_size":"","f_vid_title_font_line_height":"","f_vid_title_font_style":"","f_vid_title_font_weight":"","f_vid_title_font_transform":"","f_vid_title_font_spacing":"","f_vid_title_":"","f_vid_time_font_title":"Video duration text","f_vid_time_font_settings":"","f_vid_time_font_family":"","f_vid_time_font_size":"","f_vid_time_font_line_height":"","f_vid_time_font_style":"","f_vid_time_font_weight":"","f_vid_time_font_transform":"","f_vid_time_font_spacing":"","f_vid_time_":"","excl_show":"inline-block","all_excl_border":"","all_excl_border_style":"solid","excl_radius":"","excl_color_h":"","excl_bg_h":"","all_excl_border_color":"","excl_border_color_h":"","f_excl_font_header":"","f_excl_font_title":"Label text","f_excl_font_settings":"","f_excl_font_style":"","f_excl_":"","meta_info_align":"","meta_info_horiz":"content-horiz-left","meta_width":"","meta_margin":"","meta_space":"","meta_info_border_size":"","meta_info_border_style":"","meta_info_border_color":"#eaeaea","meta_info_border_radius":"","art_btn":"","modules_cat_border":"","modules_category_radius":"0","show_cat":"inline-block","author_photo":"","author_photo_size":"","author_photo_space":"","author_photo_radius":"","show_modified_date":"","time_ago":"","time_ago_add_txt":"ago","time_ago_txt_pos":"","review_space":"","review_size":"2.5","review_distance":"","show_excerpt":"block","excerpt_col":"1","excerpt_gap":"","excerpt_inline":"","show_audio":"block","art_audio":"","art_audio_size":"1.5","btn_title":"","btn_margin":"","btn_padding":"","btn_border_width":"","btn_radius":"","pag_padding":"","pag_border_radius":"","prev_tdicon":"","next_tdicon":"","pag_icons_size":"","f_header_font_header":"","f_header_font_title":"Block header","f_header_font_settings":"","f_header_font_family":"","f_header_font_size":"","f_header_font_line_height":"","f_header_font_style":"","f_header_font_weight":"","f_header_font_transform":"","f_header_font_spacing":"","f_header_":"","f_pag_font_title":"Pagination text","f_pag_font_settings":"","f_pag_font_style":"","f_pag_":"","f_title_font_header":"","f_title_font_title":"Article title","f_title_font_settings":"","f_title_font_style":"","f_title_":"","f_cat_font_title":"Article category tag","f_cat_font_settings":"","f_cat_font_style":"","f_cat_font_spacing":"","f_cat_":"","f_meta_font_title":"Article meta info","f_meta_font_settings":"","f_meta_font_style":"","f_meta_font_weight":"","f_meta_font_transform":"","f_meta_font_spacing":"","f_meta_":"","f_ex_font_title":"Article excerpt","f_ex_font_settings":"","f_ex_font_style":"","f_ex_font_weight":"","f_ex_font_transform":"","f_ex_font_spacing":"","f_ex_":"","f_btn_font_title":"Article read more button","f_btn_font_settings":"","f_btn_font_family":"","f_btn_font_size":"","f_btn_font_line_height":"","f_btn_font_style":"","f_btn_font_weight":"","f_btn_font_transform":"","f_btn_font_spacing":"","f_btn_":"","mix_color":"","mix_type":"","fe_brightness":"1","fe_contrast":"1","fe_saturate":"1","mix_color_h":"","mix_type_h":"","fe_brightness_h":"1","fe_contrast_h":"1","fe_saturate_h":"1","m_bg":"","shadow_shadow_header":"","shadow_shadow_title":"Module Shadow","shadow_shadow_size":"","shadow_shadow_offset_horizontal":"","shadow_shadow_offset_vertical":"","shadow_shadow_spread":"","shadow_shadow_color":"","all_underline_height":"","all_underline_color":"#000","cat_txt_hover":"","cat_border":"","cat_border_hover":"","meta_bg":"","author_txt":"","author_txt_hover":"","com_bg":"","com_txt":"","rev_txt":"","shadow_m_shadow_header":"","shadow_m_shadow_title":"Meta info shadow","shadow_m_shadow_size":"","shadow_m_shadow_offset_horizontal":"","shadow_m_shadow_offset_vertical":"","shadow_m_shadow_spread":"","shadow_m_shadow_color":"","audio_btn_color":"","audio_time_color":"","audio_bar_color":"","audio_bar_curr_color":"","btn_bg":"","btn_bg_hover":"","btn_txt":"","btn_txt_hover":"","btn_border":"","btn_border_hover":"","nextprev_border_h":"","pag_border":"","pag_h_border":"","pag_a_border":"","ad_loop":"","ad_loop_title":"- Advertisement -","ad_loop_repeat":"","ad_loop_color":"","ad_loop_full":"yes","f_ad_font_header":"","f_ad_font_title":"Ad title text","f_ad_font_settings":"","f_ad_font_family":"","f_ad_font_size":"","f_ad_font_line_height":"","f_ad_font_style":"","f_ad_font_weight":"","f_ad_font_transform":"","f_ad_font_spacing":"","f_ad_":"","ad_loop_disable":"","el_class":"","td_column_number":3,"header_color":"","td_ajax_preloading":"","td_ajax_filter_type":"","td_filter_default_txt":"","td_ajax_filter_ids":"","color_preset":"","border_top":"","css":"","class":"tdi_60","tdc_css_class":"tdi_60","tdc_css_class_style":"tdi_60_rand_style"}';
block_tdi_60.td_column_number = "3";
block_tdi_60.block_type = "tdb_loop";
block_tdi_60.post_count = "12";
block_tdi_60.found_posts = "142";
block_tdi_60.header_color = "";
block_tdi_60.ajax_pagination_infinite_stop = "";
block_tdi_60.max_num_pages = "12";
tdBlocksArray.push(block_tdi_60);
</script><div id="tdi_60" class="td_block_inner tdb-block-inner td-fix-index">
<div class="tdb_module_loop td_module_wrap td-animation-stack td-cpt-post">
<div class="td-module-container td-category-pos-above">
<div class="td-image-container">
<div class="td-module-thumb"><a href="https://www.techheadings.com/cloud-computing-in-2024-a-new-era-of-innovation-and-opportunity/" rel="bookmark" class="td-image-wrap " title="Cloud Computing In 2024: A New Era Of Innovation and Opportunity"><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://www.techheadings.com/wp-content/uploads/2024/01/Cloud-Computing-In-2024_A-New-Era-Of-Innovation-and-Opportunity.jpg"></span></a></div> </div>
<div class="td-module-meta-info">
<a href="https://www.techheadings.com/technology/" class="td-post-category">Technology</a>
<h3 class="entry-title td-module-title"><a href="https://www.techheadings.com/cloud-computing-in-2024-a-new-era-of-innovation-and-opportunity/" rel="bookmark" title="Cloud Computing In 2024: A New Era Of Innovation and Opportunity">Cloud Computing In 2024: A New Era Of Innovation and Opportunity</a></h3>
<div class="td-excerpt">Cloud computing is changing rapidly in 2024, bringing new opportunities and challenges for businesses and consumers. In this article, you’ll discover the key trends that will shape the future of cloud computing, such as hybrid and multicloud, serverless computing, quantum-safe encryption, and AI-driven optimization.</div>
</div>
</div>
</div>
<div class="tdb_module_loop td_module_wrap td-animation-stack td-cpt-post">
<div class="td-module-container td-category-pos-above">
<div class="td-image-container">
<div class="td-module-thumb"><a href="https://www.techheadings.com/how-jensen-huang-became-the-30-year-ceo-of-nvidia/" rel="bookmark" class="td-image-wrap " title="How Jensen Huang Became the 30-Year CEO of NVIDIA"><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://www.techheadings.com/wp-content/uploads/2024/01/How-Huang-Renxun-Became-the-30-Year-CEO-of-NVIDIA.jpg"></span></a></div> </div>
<div class="td-module-meta-info">
<a href="https://www.techheadings.com/technology/" class="td-post-category">Technology</a>
<h3 class="entry-title td-module-title"><a href="https://www.techheadings.com/how-jensen-huang-became-the-30-year-ceo-of-nvidia/" rel="bookmark" title="How Jensen Huang Became the 30-Year CEO of NVIDIA">How Jensen Huang Became the 30-Year CEO of NVIDIA</a></h3>
<div class="td-excerpt">How did Jensen Huang, the founder and CEO of NVIDIA, transform a small graphics chip company into a global leader in artificial intelligence, gaming, and high-performance computing?</div>
</div>
</div>
</div>
<div class="tdb_module_loop td_module_wrap td-animation-stack td-cpt-post">
<div class="td-module-container td-category-pos-above">
<div class="td-image-container">
<div class="td-module-thumb"><a href="https://www.techheadings.com/how-a-13-year-old-boy-conquered-the-impossible-game-of-tetris/" rel="bookmark" class="td-image-wrap " title="How a 13-Year-Old Boy Conquered the Impossible Game of Tetris"><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://www.techheadings.com/wp-content/uploads/2024/01/How-a-13-Year-Old-Boy-Conquered-the-Impossible-Game-of-Tetris.jpg"></span></a></div> </div>
<div class="td-module-meta-info">
<a href="https://www.techheadings.com/news/" class="td-post-category">News</a>
<h3 class="entry-title td-module-title"><a href="https://www.techheadings.com/how-a-13-year-old-boy-conquered-the-impossible-game-of-tetris/" rel="bookmark" title="How a 13-Year-Old Boy Conquered the Impossible Game of Tetris">How a 13-Year-Old Boy Conquered the Impossible Game of Tetris</a></h3>
<div class="td-excerpt">How did a 13-year-old boy beat the best Tetris players in the world? Find out how Joseph Saelee mastered the art of “hypertapping” and became the world champion of the classic game.</div>
</div>
</div>
</div>
<div class="tdb_module_loop td_module_wrap td-animation-stack td-cpt-post">
<div class="td-module-container td-category-pos-above">
<div class="td-image-container">
<div class="td-module-thumb"><a href="https://www.techheadings.com/how-ai-and-robots-are-transforming-science-labs/" rel="bookmark" class="td-image-wrap " title="How AI and Robots are Transforming Science Labs"><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://www.techheadings.com/wp-content/uploads/2024/01/How-AI-and-Robots-are-Transforming-Science-Labs.jpg"></span></a></div> </div>
<div class="td-module-meta-info">
<a href="https://www.techheadings.com/technology/" class="td-post-category">Technology</a>
<h3 class="entry-title td-module-title"><a href="https://www.techheadings.com/how-ai-and-robots-are-transforming-science-labs/" rel="bookmark" title="How AI and Robots are Transforming Science Labs">How AI and Robots are Transforming Science Labs</a></h3>
<div class="td-excerpt">How are AI and robotics transforming science? In this article, you will learn how these technologies are helping scientists to explore the deep sea, uncover the hidden history of artworks, predict the climate, and design new materials.</div>
</div>
</div>
</div>
<div class="tdb_module_loop td_module_wrap td-animation-stack td-cpt-post">
<div class="td-module-container td-category-pos-above">
<div class="td-image-container">
<div class="td-module-thumb"><a href="https://www.techheadings.com/how-amorphous-silicon-carbide-could-change-the-world-of-material-science/" rel="bookmark" class="td-image-wrap " title="How Amorphous Silicon Carbide Could Change the World of Material Science"><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://www.techheadings.com/wp-content/uploads/2024/01/How-Amorphous-Silicon-Carbide-Could-Change-the-World-of-Material-Science.jpg"></span></a></div> </div>
<div class="td-module-meta-info">
<a href="https://www.techheadings.com/technology/" class="td-post-category">Technology</a>
<h3 class="entry-title td-module-title"><a href="https://www.techheadings.com/how-amorphous-silicon-carbide-could-change-the-world-of-material-science/" rel="bookmark" title="How Amorphous Silicon Carbide Could Change the World of Material Science">How Amorphous Silicon Carbide Could Change the World of Material Science</a></h3>
<div class="td-excerpt">Discover how a new material, amorphous silicon carbide, could revolutionize the world of material science with its exceptional strength, mechanical properties and carbon sequestration potential.</div>
</div>
</div>
</div>
<div class="tdb_module_loop td_module_wrap td-animation-stack td-cpt-post">
<div class="td-module-container td-category-pos-above">
<div class="td-image-container">
<div class="td-module-thumb"><a href="https://www.techheadings.com/how-google-chromes-cookie-ban-will-protect-your-online-privacy/" rel="bookmark" class="td-image-wrap " title="How Google Chrome’s Cookie Ban Will Protect Your Online Privacy"><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://www.techheadings.com/wp-content/uploads/2024/01/How-Google-Chromes-Cookie-Ban-Will-Protect-Your-Online-Privacy.jpg"></span></a></div> </div>
<div class="td-module-meta-info">
<a href="https://www.techheadings.com/technology/" class="td-post-category">Technology</a>
<h3 class="entry-title td-module-title"><a href="https://www.techheadings.com/how-google-chromes-cookie-ban-will-protect-your-online-privacy/" rel="bookmark" title="How Google Chrome’s Cookie Ban Will Protect Your Online Privacy">How Google Chrome’s Cookie Ban Will Protect Your Online Privacy</a></h3>
<div class="td-excerpt">Google Chrome is finally blocking third-party cookies, the easiest way to track your online behavior. This is a huge step for online privacy and security, but also a challenge for online advertising and web development. Learn how Chrome’s cookie ban will affect you and how you can prepare for it.</div>
</div>
</div>
</div>
<div class="tdb_module_loop td_module_wrap td-animation-stack td-cpt-post">
<div class="td-module-container td-category-pos-above">
<div class="td-image-container">
<div class="td-module-thumb"><a href="https://www.techheadings.com/how-perplexity-ai-is-shaking-up-the-search-industry-with-73-6-million-funding/" rel="bookmark" class="td-image-wrap " title="How Perplexity AI is Shaking Up the Search Industry with $73.6 Million Funding"><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://www.techheadings.com/wp-content/uploads/2024/01/How-Perplexity-AI-is-Shaking-Up-the-Search-Industry-with-73.6-Million-Funding.jpg"></span></a></div> </div>
<div class="td-module-meta-info">
<a href="https://www.techheadings.com/startups/" class="td-post-category">Startups</a>
<h3 class="entry-title td-module-title"><a href="https://www.techheadings.com/how-perplexity-ai-is-shaking-up-the-search-industry-with-73-6-million-funding/" rel="bookmark" title="How Perplexity AI is Shaking Up the Search Industry with $73.6 Million Funding">How Perplexity AI is Shaking Up the Search Industry with $73.6 Million Funding</a></h3>
<div class="td-excerpt">Perplexity AI is an AI startup that uses LLMs to create a better search experience for users. Find out how it raised $73.6 million and how it is challenging Google.</div>
</div>
</div>
</div>
<div class="tdb_module_loop td_module_wrap td-animation-stack td-cpt-post">
<div class="td-module-container td-category-pos-above">
<div class="td-image-container">
<div class="td-module-thumb"><a href="https://www.techheadings.com/how-microsoft-is-reinventing-the-keyboard-with-a-new-ai-key/" rel="bookmark" class="td-image-wrap " title="How Microsoft is Reinventing the Keyboard with a New AI Key"><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://www.techheadings.com/wp-content/uploads/2024/01/How-Microsoft-is-Reinventing-the-Keyboard-with-a-New-AI-Key.jpg"></span></a></div> </div>
<div class="td-module-meta-info">
<a href="https://www.techheadings.com/ai/" class="td-post-category">AI</a>
<h3 class="entry-title td-module-title"><a href="https://www.techheadings.com/how-microsoft-is-reinventing-the-keyboard-with-a-new-ai-key/" rel="bookmark" title="How Microsoft is Reinventing the Keyboard with a New AI Key">How Microsoft is Reinventing the Keyboard with a New AI Key</a></h3>
<div class="td-excerpt">Microsoft is adding a new key to PC keyboards for the first time since 1994. The key, called the Copilot key, is designed to give users quick access to Microsoft’s generative AI products, such as Copilot, Power Fx, and Power Automate. Learn more about the Copilot key and how it will change the way you use your PC.</div>
</div>
</div>
</div>
<div class="tdb_module_loop td_module_wrap td-animation-stack td-cpt-post">
<div class="td-module-container td-category-pos-above">
<div class="td-image-container">
<div class="td-module-thumb"><a href="https://www.techheadings.com/how-ai-is-reshaping-the-gaming-industry-in-2024-trends-challenges-and-opportunities/" rel="bookmark" class="td-image-wrap " title="How AI is Reshaping the Gaming Industry in 2024: Trends, Challenges, and Opportunities"><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://www.techheadings.com/wp-content/uploads/2024/01/How-AI-is-Reshaping-the-Gaming-Industry-in-2024-Trends-Challenges-and-Opportunities.jpg"></span></a></div> </div>
<div class="td-module-meta-info">
<a href="https://www.techheadings.com/game/" class="td-post-category">Game</a>
<h3 class="entry-title td-module-title"><a href="https://www.techheadings.com/how-ai-is-reshaping-the-gaming-industry-in-2024-trends-challenges-and-opportunities/" rel="bookmark" title="How AI is Reshaping the Gaming Industry in 2024: Trends, Challenges, and Opportunities">How AI is Reshaping the Gaming Industry in 2024: Trends, Challenges, and Opportunities</a></h3>
<div class="td-excerpt">The gaming industry is undergoing a massive change thanks to AI technology. AI is enabling more immersive and engaging gaming experiences, personalized content and more intelligent game mechanics. Discover the latest trends, challenges and opportunities of AI in gaming in 2024.</div>
</div>
</div>
</div>
<div class="tdb_module_loop td_module_wrap td-animation-stack td-cpt-post">
<div class="td-module-container td-category-pos-above">
<div class="td-image-container">
<div class="td-module-thumb"><a href="https://www.techheadings.com/how-intel-is-shaking-up-the-ai-enterprise-software-market-with-articul8/" rel="bookmark" class="td-image-wrap " title="How Intel is Shaking Up the AI Enterprise Software Market with Articul8"><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://www.techheadings.com/wp-content/uploads/2024/01/How-Intel-is-Shaking-Up-the-AI-Enterprise-Software-Market-with-Articul8.jpg"></span></a></div> </div>
<div class="td-module-meta-info">
<a href="https://www.techheadings.com/technology/" class="td-post-category">Technology</a>
<h3 class="entry-title td-module-title"><a href="https://www.techheadings.com/how-intel-is-shaking-up-the-ai-enterprise-software-market-with-articul8/" rel="bookmark" title="How Intel is Shaking Up the AI Enterprise Software Market with Articul8">How Intel is Shaking Up the AI Enterprise Software Market with Articul8</a></h3>
<div class="td-excerpt">Intel is revolutionizing the AI enterprise software market with Articul8, a platform that makes it easy and fast to build and run AI applications. Learn how Articul8 can help you unleash the power of AI for your business.</div>
</div>
</div>
</div>
<div class="tdb_module_loop td_module_wrap td-animation-stack td-cpt-post">
<div class="td-module-container td-category-pos-above">
<div class="td-image-container">
<div class="td-module-thumb"><a href="https://www.techheadings.com/how-to-protect-your-kids-from-online-image-abuse/" rel="bookmark" class="td-image-wrap " title="How to Protect Your Kids from Online Image Abuse"><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://www.techheadings.com/wp-content/uploads/2024/01/How-to-Protect-Your-Kids-from-Online-Image-Abuse.jpg"></span></a></div> </div>
<div class="td-module-meta-info">
<a href="https://www.techheadings.com/security/" class="td-post-category">Security</a>
<h3 class="entry-title td-module-title"><a href="https://www.techheadings.com/how-to-protect-your-kids-from-online-image-abuse/" rel="bookmark" title="How to Protect Your Kids from Online Image Abuse">How to Protect Your Kids from Online Image Abuse</a></h3>
<div class="td-excerpt">Online image abuse, also known as revenge porn or non-consensual image sharing, is a serious and growing problem that affects millions of people around the world. It can have devastating consequences for the victims, such as emotional distress, loss of privacy, harassment, blackmail, and even violence.</div>
</div>
</div>
</div>
<div class="tdb_module_loop td_module_wrap td-animation-stack td-cpt-post">
<div class="td-module-container td-category-pos-above">
<div class="td-image-container">
<div class="td-module-thumb"><a href="https://www.techheadings.com/how-the-semiconductor-industry-will-break-new-records-in-2024/" rel="bookmark" class="td-image-wrap " title="How the Semiconductor Industry Will Break New Records in 2024"><span class="entry-thumb td-thumb-css" data-type="css_image" data-img-url="https://www.techheadings.com/wp-content/uploads/2024/01/How-the-Semiconductor-Industry-Will-Break-New-Records-in-2024.jpg"></span></a></div> </div>
<div class="td-module-meta-info">
<a href="https://www.techheadings.com/technology/" class="td-post-category">Technology</a>
<h3 class="entry-title td-module-title"><a href="https://www.techheadings.com/how-the-semiconductor-industry-will-break-new-records-in-2024/" rel="bookmark" title="How the Semiconductor Industry Will Break New Records in 2024">How the Semiconductor Industry Will Break New Records in 2024</a></h3>
<div class="td-excerpt">Learn about the semiconductor industry outlook for 2024, including the key drivers, segments, regions, and issues that will shape the market. </div>
</div>
</div>
</div>
</div><div class="td-load-more-wrap"><a href="#" class="td_ajax_load_more td_ajax_load_more_js" aria-label="Load more" id="next-page-tdi_60" data-td_block_id="tdi_60">Load more<i class="td-load-more-icon td-icon-font td-icon-menu-right"></i></a></div></div></div></div></div></div></div></div> </div>
</div> 
<div class="td-footer-template-wrap" style="position: relative; ">
<div class="td-footer-wrap ">
<div id="tdi_61" class="tdc-zone"><div class="tdc_zone tdi_62  wpb_row td-pb-row tdc-element-style">
<div class="tdi_61_rand_style td-element-style"></div><div id="tdi_63" class="tdc-row"><div class="vc_row tdi_64  wpb_row td-pb-row">
<div class="vc_column tdi_66  wpb_column vc_column_container tdc-column td-pb-span4">
<div class="wpb_wrapper"><div class="td_block_wrap tdb_header_logo tdi_67 td-pb-border-top td_block_template_1 tdb-header-align" data-td-block-uid="tdi_67">
<div class="tdb-block-inner td-fix-index"><a class="tdb-logo-a" href="https://www.techheadings.com/"><span class="tdb-logo-text-wrap"><span class="tdb-logo-text-title">Tech Headings</span><span class="tdb-logo-text-tagline">Tech Headings</span></span></a></div></div> <div class="tdm_block td_block_wrap tdm_block_inline_text tdi_68 td-pb-border-top td_block_template_1" data-td-block-uid="tdi_68">
<p class="tdm-descr">Welcome to TechHeadings, your ultimate source for the latest technology news, updates, and insightful analysis. We are passionate about bringing you the most relevant and engaging content in the ever-evolving world of technology.</p></div></div></div><div class="vc_column tdi_70  wpb_column vc_column_container tdc-column td-pb-span4">
<div class="wpb_wrapper"><div class="td_block_wrap td_block_list_menu tdi_71 td-blm-display-vertical td-pb-border-top td_block_template_1 widget" data-td-block-uid="tdi_71">
<div class="td-block-title-wrap"></div><div id="tdi_71" class="td_block_inner td-fix-index"><div class="menu-footer-menu-container"><ul id="menu-footer-menu" class="menu"><li id="menu-item-148" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-148"><a href="https://www.techheadings.com/privacy-policy/"><span class="td-blm-menu-item-txt">Privacy Policy</span></a></li>
<li id="menu-item-149" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-149"><a href="https://www.techheadings.com/disclaimer/"><span class="td-blm-menu-item-txt">Disclaimer</span></a></li>
<li id="menu-item-150" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-150"><a href="https://www.techheadings.com/terms-conditions/"><span class="td-blm-menu-item-txt">Terms &amp; Conditions</span></a></li>
<li id="menu-item-154" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-154"><a href="https://www.techheadings.com/about-us/"><span class="td-blm-menu-item-txt">About Us</span></a></li>
<li id="menu-item-326" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-326"><a href="https://www.techheadings.com/contact-us/"><span class="td-blm-menu-item-txt">Contact us</span></a></li>
</ul></div></div></div></div></div><div class="vc_column tdi_73  wpb_column vc_column_container tdc-column td-pb-span4">
<div class="wpb_wrapper"><div class="tdm_block td_block_wrap tdn_block_newsletter_subscribe tdi_74 tds_newsletter1_block tdn-content-horiz-left td-pb-border-top td_block_template_1  td-fix-index" data-td-block-uid="tdi_74">
<style>.tdi_75 input[type=email],.tdi_75 button{font-family:Montserrat!important;font-size:13px!important}.tdi_75 .tdn-title{color:var(--today-news-white);font-family:Montserrat!important;font-size:15px!important;line-height:1.2!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:-0.5px!important}.tdi_75 .tdn-descr{color:var(--today-news-light-gray);font-family:Montserrat!important;font-size:13px!important;line-height:1.3!important}.tdi_75 .tdn-email-bar{flex-direction:row}.tdi_75 .tdn-input-wrap{margin-bottom:0}.tdi_75 input[type=email]{border-right-width:0}.tdi_75 input{color:var(--today-news-white);background-color:var(--today-news-white-transparent2);border-width:0px 0 0px 0px}.tdi_75 input::placeholder{color:var(--today-news-light-gray)}.tdi_75 input:-ms-input-placeholder{color:var(--today-news-light-gray)!important}.tdi_75 button{background-color:var(--today-news-accent);font-family:Montserrat!important;font-size:13px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:-0.3px!important}.tdi_75 button:hover{background-color:var(--today-news-accent)}.tdi_75 button .tdn-btn-icon{top:-1px}@media (min-width:1019px) and (max-width:1140px){.tdi_75 input[type=email],.tdi_75 button{font-size:12px!important}.tdi_75 .tdn-title{font-size:14px!important}.tdi_75 .tdn-descr{font-size:12px!important}.tdi_75 button{font-size:12px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_75 input[type=email],.tdi_75 button{font-size:11px!important}.tdi_75 .tdn-title{font-size:13px!important}.tdi_75 .tdn-descr{font-size:11px!important}.tdi_75 button{font-size:11px!important}}@media (max-width:767px){.tdi_75 input[type=email],.tdi_75 button{font-size:12px!important}.tdi_75 .tdn-descr{font-size:12px!important}.tdi_75 button{font-size:12px!important}}</style><div class="tds-newsletter tds-newsletter1 tdi_75 td-fix-index"><div class="tdn-info-wrap"><div class="tdn-info"><h3 class="tdn-title">Subscribe</h3><p class="tdn-descr">To get email updates from Today News.</p></div><form class="tdn-form" action="list-manage.com/subscribe" method="post" name="mc-embedded-subscribe-form" target="_blank"><div class="tdn-email-bar"><div class="tdn-input-wrap"><input type="email" name="EMAIL" aria-label="email" placeholder="Your email address" required></div><div class="tdn-btn-wrap"><button class="tdn-submit-btn" type="submit" name="subscribe">Subscribe</button></div></div></form></div></div></div></div></div></div></div><div id="tdi_76" class="tdc-row"><div class="vc_row tdi_77  wpb_row td-pb-row">
<div class="vc_column tdi_79  wpb_column vc_column_container tdc-column td-pb-span12">
<div class="wpb_wrapper"><div class="tdm_block td_block_wrap tdm_block_inline_text tdi_80 td-pb-border-top td_block_template_1" data-td-block-uid="tdi_80">
<p class="tdm-descr">2023 © TechHeadings by Mark</p></div></div></div></div></div></div></div> </div>
</div>
<style>.tdc-footer-template .td-main-content-wrap{padding-bottom:0}</style>
</div>

<link data-minify="1" rel="stylesheet" id="td-rest-css" href="https://www.techheadings.com/wp-content/cache/min/1/wp-content/td_cache/td_analyze/css/35-tda-rest-css-0361b305-11f2-f889-7300-2ecc5be1a70e.css?ver=1704662057" type="text/css" media="all" />
<script type="text/javascript" id="wpil-frontend-script-js-extra">
/* <![CDATA[ */
var wpilFrontend = {"ajaxUrl":"\/wp-admin\/admin-ajax.php","postId":"35","postType":"post","openInternalInNewTab":"0","openExternalInNewTab":"0","disableClicks":"0","openLinksWithJS":"0","trackAllElementClicks":"0","clicksI18n":{"imageNoText":"Image in link: No Text","imageText":"Image Title: ","noText":"No Anchor Text Found"}};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.techheadings.com/wp-content/plugins/link-whisper-premium/js/frontend.min.js?ver=1705752661" id="wpil-frontend-script-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-browser-checker-js-after">
/* <![CDATA[ */
"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}();
/* ]]> */
</script>
<script type="text/javascript" id="rocket-preload-links-js-extra">
/* <![CDATA[ */
var 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:\/\/www.techheadings.com","onHoverDelay":"100","rateThrottle":"3"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-preload-links-js-after">
/* <![CDATA[ */
(function() {
"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
}());
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.techheadings.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js?ver=12.6.3" id="td-site-min-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.techheadings.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdPostImages.js?ver=12.6.3" id="tdPostImages-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.techheadings.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdSocialSharing.js?ver=12.6.3" id="tdSocialSharing-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.techheadings.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdModalPostImages.js?ver=12.6.3" id="tdModalPostImages-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.techheadings.com/wp-includes/js/comment-reply.min.js?ver=6.4.2" id="comment-reply-js" async="async" data-wp-strategy="async"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.techheadings.com/wp-includes/js/underscore.min.js?ver=1.13.4" id="underscore-js" defer></script>
<script type="text/javascript" id="tds_js_files_for_front-js-extra">
/* <![CDATA[ */
var tds_js_globals = {"wpRestNonce":"d86488d377","wpRestUrl":"https:\/\/www.techheadings.com\/wp-json\/","permalinkStructure":"\/%postname%\/"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.techheadings.com/wp-content/plugins/td-subscription/assets/js/js_files_for_front.min.js?ver=1.5.1" id="tds_js_files_for_front-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.techheadings.com/wp-content/plugins/td-cloud-library/assets/js/js_files_for_front.min.js?ver=6cc04771d778c6f460cf525df52258a3" id="tdb_js_files_for_front-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.techheadings.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdLoadingBox.js?ver=12.6.3" id="tdLoadingBox-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.techheadings.com/wp-content/plugins/td-cloud-library/assets/js/tdbMenu.js?ver=6cc04771d778c6f460cf525df52258a3" id="tdbMenu-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.techheadings.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdLoginMobile.js?ver=12.6.3" id="tdLoginMobile-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.techheadings.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdAjaxSearch.js?ver=12.6.3" id="tdDatei18n-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.techheadings.com/wp-content/plugins/td-cloud-library/assets/js/tdbSearch.js?ver=6cc04771d778c6f460cf525df52258a3" id="tdbSearch-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.techheadings.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdMenu.js?ver=12.6.3" id="tdMenu-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.techheadings.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tdInfiniteLoader.js?ver=12.6.3" id="tdInfiniteLoader-js" defer></script>

<script type="rocketlazyloadscript">window.addEventListener('DOMContentLoaded', function() {
    

            
                /* global jQuery:{} */
                jQuery(document).ready( function () {

                    var tdbMenuItem = new tdbMenu.item();
                    tdbMenuItem.blockUid = 'tdi_1';
                    tdbMenuItem.jqueryObj = jQuery('.tdi_1');

                    tdbMenuItem.blockAtts = '{"main_sub_tdicon":"td-icon-right","sub_tdicon":"td-icon-right-arrow","mm_align_horiz":"content-horiz-center","modules_on_row_regular":"20%","modules_on_row_cats":"25%","image_size":"td_300x0","modules_category":"image","show_excerpt":"none","show_com":"none","show_date":"none","show_author":"none","mm_sub_align_horiz":"content-horiz-right","mm_elem_align_horiz":"content-horiz-right","menu_id":"11","f_elem_font_family":"394","f_elem_font_size":"eyJhbGwiOiIyNCIsImxhbmRzY2FwZSI6IjIyIiwicG9ydHJhaXQiOiIxOCJ9","text_color":"var(--today-news-white)","tds_menu_active1-line_color":"#ffffff","elem_padd":"0","elem_space":"eyJhbGwiOiI0NSIsImxhbmRzY2FwZSI6IjQwIiwicG9ydHJhaXQiOiIzNSJ9","align_horiz":"content-horiz-center","tds_menu_active1-line_alignment":"13","f_elem_font_line_height":"eyJhbGwiOiI3MHB4IiwibGFuZHNjYXBlIjoiNjBweCIsInBvcnRyYWl0IjoiNTBweCJ9","more":"yes","main_sub_icon_size":"eyJhbGwiOiIxNiIsImxhbmRzY2FwZSI6IjE1IiwicG9ydHJhaXQiOiIxNCJ9","main_sub_icon_space":"eyJhbGwiOiIxNCIsInBvcnRyYWl0IjoiMTIifQ==","mm_align_screen":"yes","mm_width":"100%","mm_content_width":"1068","mm_bg":"var(--today-news-dark-bg)","mm_subcats_bg":"rgba(255,255,255,0)","mm_border_size":"0","mm_shadow_shadow_size":"0","mm_padd":"eyJhbGwiOiIyNXB4IDAgMjVweCAyMHB4IiwibGFuZHNjYXBlIjoiMjBweCAxNXB4IDIwcHgiLCJwb3J0cmFpdCI6IjE1cHggMTBweCJ9","mm_sub_padd":"eyJhbGwiOiIyNXB4IDIwcHggMCAwIiwibGFuZHNjYXBlIjoiMjBweCAxNXB4IDAgMCIsInBvcnRyYWl0IjoiMTVweCAxMHB4IDAgMCJ9","mm_elem_color":"var(--today-news-white)","mm_elem_color_a":"var(--today-news-accent)","mm_elem_bg":"rgba(0,0,0,0)","mm_elem_bg_a":"rgba(0,0,0,0)","mm_elem_border":"0","mm_elem_border_a":"0","mm_elem_padd":"0","f_mm_sub_font_family":"394","f_mm_sub_font_size":"eyJhbGwiOiIxNCIsImxhbmRzY2FwZSI6IjEzIiwicG9ydHJhaXQiOiIxMiJ9","f_mm_sub_font_weight":"700","f_mm_sub_font_transform":"uppercase","f_mm_sub_font_line_height":"eyJhbGwiOiIxLjQiLCJwb3J0cmFpdCI6IjEuMyJ9","mm_elem_space":"eyJhbGwiOiIxMCIsImxhbmRzY2FwZSI6IjkiLCJwb3J0cmFpdCI6IjYifQ==","mm_subcats_border_color":"var(--today-news-white-transparent2)","title_txt":"var(--today-news-white)","title_txt_hover":"var(--today-news-accent)","modules_gap":"eyJhbGwiOiIyMCIsImxhbmRzY2FwZSI6IjE1IiwicG9ydHJhaXQiOiIxMCJ9","mm_sub_width":"eyJhbGwiOiIxODAiLCJwb3J0cmFpdCI6IjEzMCIsImxhbmRzY2FwZSI6IjE1MCJ9","f_title_font_family":"394","f_title_font_weight":"700","f_title_font_transform":"uppercase","f_title_font_spacing":"-0.5","f_title_font_size":"eyJhbGwiOiIxNSIsImxhbmRzY2FwZSI6IjE0IiwicG9ydHJhaXQiOiIxMyJ9","f_title_font_line_height":"1.2","meta_padding":"eyJhbGwiOiIxM3B4IDAgMCIsImxhbmRzY2FwZSI6IjEwcHggMCAwIiwicG9ydHJhaXQiOiI4cHggMCAwIn0=","show_cat":"none","image_height":"60","show_pagination":"disabled","f_elem_font_spacing":"-1","f_mm_sub_font_spacing":"-0.5","excl_padd":"0 0 2px","excl_bg":"rgba(0,0,0,0)","excl_color":"var(--today-news-accent)","f_excl_font_family":"394","f_excl_font_weight":"700","f_excl_font_size":"eyJhbGwiOiIxNSIsImxhbmRzY2FwZSI6IjE0IiwicG9ydHJhaXQiOiIxMyJ9","f_excl_font_line_height":"1.2","f_excl_font_spacing":"-0.5","excl_txt":"Exclusive:","excl_margin":"eyJhbGwiOiIwIDZweCAwIDAiLCJsYW5kc2NhcGUiOiIwIDVweCAwIDAiLCJwb3J0cmFpdCI6IjAgNHB4IDAgMCJ9","f_excl_font_transform":"uppercase","sub_bg_color":"var(--today-news-dark-bg)","show_subcat":"yes","sub_text_color":"var(--today-news-white)","tds_menu_sub_active":"tds_menu_sub_active2","tds_menu_sub_active2-line_color":"var(--today-news-white)","sub_padd":"eyJhbGwiOiI4cHggMCIsInBvcnRyYWl0IjoiMnB4IDAifQ==","sub_elem_padd":"eyJhbGwiOiIxMnB4IDIwcHgiLCJsYW5kc2NhcGUiOiI3cHggMTVweCIsInBvcnRyYWl0IjoiOHB4IDEwcHgifQ==","f_sub_elem_font_family":"394","f_sub_elem_font_weight":"700","f_sub_elem_font_transform":"uppercase","f_sub_elem_font_spacing":"-0.5","f_sub_elem_font_size":"eyJhbGwiOiIxNSIsImxhbmRzY2FwZSI6IjE0IiwicG9ydHJhaXQiOiIxMyJ9","f_sub_elem_font_line_height":"1.2","mc1_title_tag":"h2","block_type":"tdb_header_menu","show_mega":"","show_mega_cats":"","mob_load":"","separator":"","width":"","inline":"","float_right":"","main_sub_icon_align":"-1","sep_tdicon":"","sep_icon_size":"","sep_icon_space":"","sep_icon_align":"-1","more_txt":"","more_tdicon":"","more_icon_size":"","more_icon_align":"0","sub_width":"","sub_first_left":"","sub_rest_top":"","sub_align_horiz":"content-horiz-left","sub_elem_inline":"","sub_elem_space":"","sub_elem_radius":"0","sub_icon_size":"","sub_icon_space":"","sub_icon_pos":"","sub_icon_align":"1","mm_height":"","mm_radius":"","mm_offset":"","mm_posts_limit":"5","mm_subcats_posts_limit":"4","mm_child_cats":"","open_in_new_window":"","mm_ajax_preloading":"","mm_hide_all_item":"","mm_sub_border":"","mm_sub_inline":"","mm_elem_order":"name","mm_elem_border_rad":"","mc1_tl":"","mc1_el":"","m_padding":"","all_modules_space":"36","modules_border_size":"","modules_border_style":"","modules_border_color":"#eaeaea","modules_divider":"","modules_divider_color":"#eaeaea","h_effect":"","image_alignment":"50","image_width":"","image_floated":"no_float","image_radius":"","hide_image":"","video_icon":"","show_vid_t":"block","vid_t_margin":"","vid_t_padding":"","vid_t_color":"","vid_t_bg_color":"","f_vid_time_font_header":"","f_vid_time_font_title":"Video duration text","f_vid_time_font_settings":"","f_vid_time_font_family":"","f_vid_time_font_size":"","f_vid_time_font_line_height":"","f_vid_time_font_style":"","f_vid_time_font_weight":"","f_vid_time_font_transform":"","f_vid_time_font_spacing":"","f_vid_time_":"","excl_show":"inline-block","all_excl_border":"","all_excl_border_style":"solid","excl_radius":"","excl_color_h":"","excl_bg_h":"","all_excl_border_color":"","excl_border_color_h":"","f_excl_font_header":"","f_excl_font_title":"Label text","f_excl_font_settings":"","f_excl_font_style":"","f_excl_":"","show_audio":"block","hide_audio":"","art_audio":"","art_audio_size":"1","meta_info_align":"","meta_info_horiz":"content-horiz-left","meta_width":"","meta_margin":"","art_title":"","meta_info_border_size":"","meta_info_border_style":"","meta_info_border_color":"#eaeaea","modules_category_margin":"","modules_category_padding":"","modules_cat_border":"","modules_category_radius":"0","modules_extra_cat":"","author_photo":"","author_photo_size":"","author_photo_space":"","author_photo_radius":"","show_modified_date":"","time_ago":"","time_ago_add_txt":"ago","time_ago_txt_pos":"","art_excerpt":"","excerpt_col":"1","excerpt_gap":"","excerpt_middle":"","show_review":"inline-block","review_space":"","review_size":"2.5","review_distance":"","pag_space":"","pag_padding":"","pag_border_width":"","pag_border_radius":"","prev_tdicon":"","next_tdicon":"","pag_icons_size":"","main_sub_color":"","sep_color":"","more_icon_color":"","tds_menu_active":"tds_menu_active1","hover_opacity":"","f_elem_font_header":"","f_elem_font_title":"Elements text","f_elem_font_settings":"","f_elem_font_style":"","f_elem_font_weight":"","f_elem_font_transform":"","f_elem_":"","sub_border_size":"","sub_border_color":"","sub_border_radius":"","sub_elem_bg_color":"","sub_color":"","sub_shadow_shadow_header":"","sub_shadow_shadow_title":"Shadow","sub_shadow_shadow_size":"","sub_shadow_shadow_offset_horizontal":"","sub_shadow_shadow_offset_vertical":"","sub_shadow_shadow_spread":"","sub_shadow_shadow_color":"","f_sub_elem_font_header":"","f_sub_elem_font_title":"Elements text","f_sub_elem_font_settings":"","f_sub_elem_font_style":"","f_sub_elem_":"","mm_border_color":"","mm_shadow_shadow_header":"","mm_shadow_shadow_title":"Shadow","mm_shadow_shadow_offset_horizontal":"","mm_shadow_shadow_offset_vertical":"","mm_shadow_shadow_spread":"","mm_shadow_shadow_color":"","mm_elem_border_color":"","mm_elem_border_color_a":"","mm_elem_shadow_shadow_header":"","mm_elem_shadow_shadow_title":"Elements shadow","mm_elem_shadow_shadow_size":"","mm_elem_shadow_shadow_offset_horizontal":"","mm_elem_shadow_shadow_offset_vertical":"","mm_elem_shadow_shadow_spread":"","mm_elem_shadow_shadow_color":"","f_mm_sub_font_header":"","f_mm_sub_font_title":"Sub categories elements","f_mm_sub_font_settings":"","f_mm_sub_font_style":"","f_mm_sub_":"","m_bg":"","color_overlay":"","shadow_shadow_header":"","shadow_shadow_title":"Module Shadow","shadow_shadow_size":"","shadow_shadow_offset_horizontal":"","shadow_shadow_offset_vertical":"","shadow_shadow_spread":"","shadow_shadow_color":"","all_underline_height":"","all_underline_color":"#000","cat_bg":"","cat_bg_hover":"","cat_txt":"","cat_txt_hover":"","cat_border":"","cat_border_hover":"","meta_bg":"","author_txt":"","author_txt_hover":"","date_txt":"","ex_txt":"","com_bg":"","com_txt":"","rev_txt":"","shadow_m_shadow_header":"","shadow_m_shadow_title":"Meta info shadow","shadow_m_shadow_size":"","shadow_m_shadow_offset_horizontal":"","shadow_m_shadow_offset_vertical":"","shadow_m_shadow_spread":"","shadow_m_shadow_color":"","audio_btn_color":"","audio_time_color":"","audio_bar_color":"","audio_bar_curr_color":"","pag_text":"","pag_h_text":"","pag_bg":"","pag_h_bg":"","pag_border":"","pag_h_border":"","f_title_font_header":"","f_title_font_title":"Article title","f_title_font_settings":"","f_title_font_style":"","f_title_":"","f_cat_font_title":"Article category tag","f_cat_font_settings":"","f_cat_font_family":"","f_cat_font_size":"","f_cat_font_line_height":"","f_cat_font_style":"","f_cat_font_weight":"","f_cat_font_transform":"","f_cat_font_spacing":"","f_cat_":"","f_meta_font_title":"Article meta info","f_meta_font_settings":"","f_meta_font_family":"","f_meta_font_size":"","f_meta_font_line_height":"","f_meta_font_style":"","f_meta_font_weight":"","f_meta_font_transform":"","f_meta_font_spacing":"","f_meta_":"","f_ex_font_title":"Article excerpt","f_ex_font_settings":"","f_ex_font_family":"","f_ex_font_size":"","f_ex_font_line_height":"","f_ex_font_style":"","f_ex_font_weight":"","f_ex_font_transform":"","f_ex_font_spacing":"","f_ex_":"","mix_color":"","mix_type":"","fe_brightness":"1","fe_contrast":"1","fe_saturate":"1","mix_color_h":"","mix_type_h":"","fe_brightness_h":"1","fe_contrast_h":"1","fe_saturate_h":"1","el_class":"","tdc_css":"","block_template_id":"","td_column_number":1,"header_color":"","ajax_pagination_infinite_stop":"","offset":"","limit":"5","td_ajax_preloading":"","td_ajax_filter_type":"","td_filter_default_txt":"","td_ajax_filter_ids":"","color_preset":"","ajax_pagination":"","ajax_pagination_next_prev_swipe":"","border_top":"","css":"","class":"tdi_1","tdc_css_class":"tdi_1","tdc_css_class_style":"tdi_1_rand_style"}';

	                
                    tdbMenuItem.isMegaMenuFull = true;

	                
	                
                    tdbMenuItem.megaMenuLoadType = '';

	                
                    tdbMenu.addItem(tdbMenuItem);

                });
            
            

            
                /* global jQuery:{} */
                jQuery(document).ready( function () {

                    var tdbMenuItem = new tdbMenu.item();
                    tdbMenuItem.blockUid = 'tdi_25';
                    tdbMenuItem.jqueryObj = jQuery('.tdi_25');

                    tdbMenuItem.blockAtts = '{"main_sub_tdicon":"td-icon-right","sub_tdicon":"td-icon-right-arrow","mm_align_horiz":"content-horiz-center","modules_on_row_regular":"20%","modules_on_row_cats":"25%","image_size":"td_300x0","modules_category":"image","show_excerpt":"none","show_com":"none","show_date":"none","show_author":"none","mm_sub_align_horiz":"content-horiz-right","mm_elem_align_horiz":"content-horiz-right","menu_id":"11","f_elem_font_family":"394","f_elem_font_size":"eyJhbGwiOiIyNCIsImxhbmRzY2FwZSI6IjIyIiwicG9ydHJhaXQiOiIxOCJ9","text_color":"var(--today-news-white)","tds_menu_active1-line_color":"#ffffff","elem_padd":"0","elem_space":"eyJhbGwiOiI0NSIsImxhbmRzY2FwZSI6IjQwIiwicG9ydHJhaXQiOiIzNSJ9","align_horiz":"content-horiz-center","tds_menu_active1-line_alignment":"13","f_elem_font_line_height":"eyJhbGwiOiI3MHB4IiwibGFuZHNjYXBlIjoiNjBweCIsInBvcnRyYWl0IjoiNTBweCJ9","more":"yes","main_sub_icon_size":"eyJhbGwiOiIxNiIsImxhbmRzY2FwZSI6IjE1IiwicG9ydHJhaXQiOiIxNCJ9","main_sub_icon_space":"eyJhbGwiOiIxNCIsInBvcnRyYWl0IjoiMTIifQ==","mm_align_screen":"yes","mm_width":"100%","mm_content_width":"1068","mm_bg":"var(--today-news-dark-bg)","mm_subcats_bg":"rgba(255,255,255,0)","mm_border_size":"0","mm_shadow_shadow_size":"0","mm_padd":"eyJhbGwiOiIyNXB4IDAgMjVweCAyMHB4IiwibGFuZHNjYXBlIjoiMjBweCAxNXB4IDIwcHgiLCJwb3J0cmFpdCI6IjE1cHggMTBweCJ9","mm_sub_padd":"eyJhbGwiOiIyNXB4IDIwcHggMCAwIiwibGFuZHNjYXBlIjoiMjBweCAxNXB4IDAgMCIsInBvcnRyYWl0IjoiMTVweCAxMHB4IDAgMCJ9","mm_elem_color":"var(--today-news-white)","mm_elem_color_a":"var(--today-news-accent)","mm_elem_bg":"rgba(0,0,0,0)","mm_elem_bg_a":"rgba(0,0,0,0)","mm_elem_border":"0","mm_elem_border_a":"0","mm_elem_padd":"0","f_mm_sub_font_family":"394","f_mm_sub_font_size":"eyJhbGwiOiIxNCIsImxhbmRzY2FwZSI6IjEzIiwicG9ydHJhaXQiOiIxMiJ9","f_mm_sub_font_weight":"700","f_mm_sub_font_transform":"uppercase","f_mm_sub_font_line_height":"eyJhbGwiOiIxLjQiLCJwb3J0cmFpdCI6IjEuMyJ9","mm_elem_space":"eyJhbGwiOiIxMCIsImxhbmRzY2FwZSI6IjkiLCJwb3J0cmFpdCI6IjYifQ==","mm_subcats_border_color":"var(--today-news-white-transparent2)","title_txt":"var(--today-news-white)","title_txt_hover":"var(--today-news-accent)","modules_gap":"eyJhbGwiOiIyMCIsImxhbmRzY2FwZSI6IjE1IiwicG9ydHJhaXQiOiIxMCJ9","mm_sub_width":"eyJhbGwiOiIxODAiLCJwb3J0cmFpdCI6IjEzMCIsImxhbmRzY2FwZSI6IjE1MCJ9","f_title_font_family":"394","f_title_font_weight":"700","f_title_font_transform":"uppercase","f_title_font_spacing":"-0.5","f_title_font_size":"eyJhbGwiOiIxNSIsImxhbmRzY2FwZSI6IjE0IiwicG9ydHJhaXQiOiIxMyJ9","f_title_font_line_height":"1.2","meta_padding":"eyJhbGwiOiIxM3B4IDAgMCIsImxhbmRzY2FwZSI6IjEwcHggMCAwIiwicG9ydHJhaXQiOiI4cHggMCAwIn0=","show_cat":"none","image_height":"60","show_pagination":"disabled","f_elem_font_spacing":"-1","f_mm_sub_font_spacing":"-0.5","excl_padd":"0 0 2px","excl_bg":"rgba(0,0,0,0)","excl_color":"var(--today-news-accent)","f_excl_font_family":"394","f_excl_font_weight":"700","f_excl_font_size":"eyJhbGwiOiIxNSIsImxhbmRzY2FwZSI6IjE0IiwicG9ydHJhaXQiOiIxMyJ9","f_excl_font_line_height":"1.2","f_excl_font_spacing":"-0.5","excl_txt":"Exclusive:","excl_margin":"eyJhbGwiOiIwIDZweCAwIDAiLCJsYW5kc2NhcGUiOiIwIDVweCAwIDAiLCJwb3J0cmFpdCI6IjAgNHB4IDAgMCJ9","f_excl_font_transform":"uppercase","sub_bg_color":"var(--today-news-dark-bg)","show_subcat":"yes","sub_text_color":"var(--today-news-white)","tds_menu_sub_active":"tds_menu_sub_active2","tds_menu_sub_active2-line_color":"var(--today-news-white)","sub_padd":"eyJhbGwiOiI4cHggMCIsInBvcnRyYWl0IjoiMnB4IDAifQ==","sub_elem_padd":"eyJhbGwiOiIxMnB4IDIwcHgiLCJsYW5kc2NhcGUiOiI3cHggMTVweCIsInBvcnRyYWl0IjoiOHB4IDEwcHgifQ==","f_sub_elem_font_family":"394","f_sub_elem_font_weight":"700","f_sub_elem_font_transform":"uppercase","f_sub_elem_font_spacing":"-0.5","f_sub_elem_font_size":"eyJhbGwiOiIxNSIsImxhbmRzY2FwZSI6IjE0IiwicG9ydHJhaXQiOiIxMyJ9","f_sub_elem_font_line_height":"1.2","mc1_title_tag":"h2","block_type":"tdb_header_menu","show_mega":"","show_mega_cats":"","mob_load":"","separator":"","width":"","inline":"","float_right":"","main_sub_icon_align":"-1","sep_tdicon":"","sep_icon_size":"","sep_icon_space":"","sep_icon_align":"-1","more_txt":"","more_tdicon":"","more_icon_size":"","more_icon_align":"0","sub_width":"","sub_first_left":"","sub_rest_top":"","sub_align_horiz":"content-horiz-left","sub_elem_inline":"","sub_elem_space":"","sub_elem_radius":"0","sub_icon_size":"","sub_icon_space":"","sub_icon_pos":"","sub_icon_align":"1","mm_height":"","mm_radius":"","mm_offset":"","mm_posts_limit":"5","mm_subcats_posts_limit":"4","mm_child_cats":"","open_in_new_window":"","mm_ajax_preloading":"","mm_hide_all_item":"","mm_sub_border":"","mm_sub_inline":"","mm_elem_order":"name","mm_elem_border_rad":"","mc1_tl":"","mc1_el":"","m_padding":"","all_modules_space":"36","modules_border_size":"","modules_border_style":"","modules_border_color":"#eaeaea","modules_divider":"","modules_divider_color":"#eaeaea","h_effect":"","image_alignment":"50","image_width":"","image_floated":"no_float","image_radius":"","hide_image":"","video_icon":"","show_vid_t":"block","vid_t_margin":"","vid_t_padding":"","vid_t_color":"","vid_t_bg_color":"","f_vid_time_font_header":"","f_vid_time_font_title":"Video duration text","f_vid_time_font_settings":"","f_vid_time_font_family":"","f_vid_time_font_size":"","f_vid_time_font_line_height":"","f_vid_time_font_style":"","f_vid_time_font_weight":"","f_vid_time_font_transform":"","f_vid_time_font_spacing":"","f_vid_time_":"","excl_show":"inline-block","all_excl_border":"","all_excl_border_style":"solid","excl_radius":"","excl_color_h":"","excl_bg_h":"","all_excl_border_color":"","excl_border_color_h":"","f_excl_font_header":"","f_excl_font_title":"Label text","f_excl_font_settings":"","f_excl_font_style":"","f_excl_":"","show_audio":"block","hide_audio":"","art_audio":"","art_audio_size":"1","meta_info_align":"","meta_info_horiz":"content-horiz-left","meta_width":"","meta_margin":"","art_title":"","meta_info_border_size":"","meta_info_border_style":"","meta_info_border_color":"#eaeaea","modules_category_margin":"","modules_category_padding":"","modules_cat_border":"","modules_category_radius":"0","modules_extra_cat":"","author_photo":"","author_photo_size":"","author_photo_space":"","author_photo_radius":"","show_modified_date":"","time_ago":"","time_ago_add_txt":"ago","time_ago_txt_pos":"","art_excerpt":"","excerpt_col":"1","excerpt_gap":"","excerpt_middle":"","show_review":"inline-block","review_space":"","review_size":"2.5","review_distance":"","pag_space":"","pag_padding":"","pag_border_width":"","pag_border_radius":"","prev_tdicon":"","next_tdicon":"","pag_icons_size":"","main_sub_color":"","sep_color":"","more_icon_color":"","tds_menu_active":"tds_menu_active1","hover_opacity":"","f_elem_font_header":"","f_elem_font_title":"Elements text","f_elem_font_settings":"","f_elem_font_style":"","f_elem_font_weight":"","f_elem_font_transform":"","f_elem_":"","sub_border_size":"","sub_border_color":"","sub_border_radius":"","sub_elem_bg_color":"","sub_color":"","sub_shadow_shadow_header":"","sub_shadow_shadow_title":"Shadow","sub_shadow_shadow_size":"","sub_shadow_shadow_offset_horizontal":"","sub_shadow_shadow_offset_vertical":"","sub_shadow_shadow_spread":"","sub_shadow_shadow_color":"","f_sub_elem_font_header":"","f_sub_elem_font_title":"Elements text","f_sub_elem_font_settings":"","f_sub_elem_font_style":"","f_sub_elem_":"","mm_border_color":"","mm_shadow_shadow_header":"","mm_shadow_shadow_title":"Shadow","mm_shadow_shadow_offset_horizontal":"","mm_shadow_shadow_offset_vertical":"","mm_shadow_shadow_spread":"","mm_shadow_shadow_color":"","mm_elem_border_color":"","mm_elem_border_color_a":"","mm_elem_shadow_shadow_header":"","mm_elem_shadow_shadow_title":"Elements shadow","mm_elem_shadow_shadow_size":"","mm_elem_shadow_shadow_offset_horizontal":"","mm_elem_shadow_shadow_offset_vertical":"","mm_elem_shadow_shadow_spread":"","mm_elem_shadow_shadow_color":"","f_mm_sub_font_header":"","f_mm_sub_font_title":"Sub categories elements","f_mm_sub_font_settings":"","f_mm_sub_font_style":"","f_mm_sub_":"","m_bg":"","color_overlay":"","shadow_shadow_header":"","shadow_shadow_title":"Module Shadow","shadow_shadow_size":"","shadow_shadow_offset_horizontal":"","shadow_shadow_offset_vertical":"","shadow_shadow_spread":"","shadow_shadow_color":"","all_underline_height":"","all_underline_color":"#000","cat_bg":"","cat_bg_hover":"","cat_txt":"","cat_txt_hover":"","cat_border":"","cat_border_hover":"","meta_bg":"","author_txt":"","author_txt_hover":"","date_txt":"","ex_txt":"","com_bg":"","com_txt":"","rev_txt":"","shadow_m_shadow_header":"","shadow_m_shadow_title":"Meta info shadow","shadow_m_shadow_size":"","shadow_m_shadow_offset_horizontal":"","shadow_m_shadow_offset_vertical":"","shadow_m_shadow_spread":"","shadow_m_shadow_color":"","audio_btn_color":"","audio_time_color":"","audio_bar_color":"","audio_bar_curr_color":"","pag_text":"","pag_h_text":"","pag_bg":"","pag_h_bg":"","pag_border":"","pag_h_border":"","f_title_font_header":"","f_title_font_title":"Article title","f_title_font_settings":"","f_title_font_style":"","f_title_":"","f_cat_font_title":"Article category tag","f_cat_font_settings":"","f_cat_font_family":"","f_cat_font_size":"","f_cat_font_line_height":"","f_cat_font_style":"","f_cat_font_weight":"","f_cat_font_transform":"","f_cat_font_spacing":"","f_cat_":"","f_meta_font_title":"Article meta info","f_meta_font_settings":"","f_meta_font_family":"","f_meta_font_size":"","f_meta_font_line_height":"","f_meta_font_style":"","f_meta_font_weight":"","f_meta_font_transform":"","f_meta_font_spacing":"","f_meta_":"","f_ex_font_title":"Article excerpt","f_ex_font_settings":"","f_ex_font_family":"","f_ex_font_size":"","f_ex_font_line_height":"","f_ex_font_style":"","f_ex_font_weight":"","f_ex_font_transform":"","f_ex_font_spacing":"","f_ex_":"","mix_color":"","mix_type":"","fe_brightness":"1","fe_contrast":"1","fe_saturate":"1","mix_color_h":"","mix_type_h":"","fe_brightness_h":"1","fe_contrast_h":"1","fe_saturate_h":"1","el_class":"","tdc_css":"","block_template_id":"","td_column_number":1,"header_color":"","ajax_pagination_infinite_stop":"","offset":"","limit":"5","td_ajax_preloading":"","td_ajax_filter_type":"","td_filter_default_txt":"","td_ajax_filter_ids":"","color_preset":"","ajax_pagination":"","ajax_pagination_next_prev_swipe":"","border_top":"","css":"","class":"tdi_25","tdc_css_class":"tdi_25","tdc_css_class_style":"tdi_25_rand_style"}';

	                
                    tdbMenuItem.isMegaMenuFull = true;

	                
	                
                    tdbMenuItem.megaMenuLoadType = '';

	                
                    tdbMenu.addItem(tdbMenuItem);

                });
            
            

        
            jQuery().ready(function () {

                var tdbSearchItem = new tdbSearch.item();

                //block unique ID
                tdbSearchItem.blockUid = 'tdi_30';
                tdbSearchItem.blockAtts = '{"inline":"yes","toggle_txt_pos":"after","form_align":"content-horiz-right","results_msg_align":"content-horiz-center","image_floated":"float_left","image_width":"30","image_size":"td_324x400","show_cat":"none","show_btn":"none","show_date":"","show_review":"none","show_com":"none","show_excerpt":"none","show_author":"none","meta_padding":"2px 0 0 15px","art_title":"0 0 5px","all_modules_space":"20","block_type":"tdb_header_search","post_type":"","disable_trigger":"","show_form":"","show_results":"yes","separator":"","disable_live_search":"","exclude_pages":"","exclude_posts":"","search_section_header":"","results_section_1_title":"","results_section_1_taxonomies":"","results_section_1_level":"","results_section_2_title":"","results_section_2_taxonomies":"","results_section_2_level":"","results_section_3_title":"","results_section_3_taxonomies":"","results_section_3_level":"","results_section_search_query_terms":"","results_section_search_query_terms_title":"","results_section_search_query_terms_taxonomies":"","sec_title_space":"","sec_title_color":"","tax_space":"","tax_title_color":"","tax_title_color_h":"","f_sec_title_font_header":"","f_sec_title_font_title":"Section title text","f_sec_title_font_settings":"","f_sec_title_font_family":"","f_sec_title_font_size":"","f_sec_title_font_line_height":"","f_sec_title_font_style":"","f_sec_title_font_weight":"","f_sec_title_font_transform":"","f_sec_title_font_spacing":"","f_sec_title_":"","f_tax_title_font_title":"Taxonomy title text","f_tax_title_font_settings":"","f_tax_title_font_family":"","f_tax_title_font_size":"","f_tax_title_font_line_height":"","f_tax_title_font_style":"","f_tax_title_font_weight":"","f_tax_title_font_transform":"","f_tax_title_font_spacing":"","f_tax_title_":"","tdicon":"","icon_size":"20","icon_padding":"2.4","toggle_txt":"","toggle_txt_align":"0","toggle_txt_space":"","toggle_horiz_align":"content-horiz-left","float_block":"","form_offset":"","form_offset_left":"","form_width":"","form_content_width":"","form_padding":"","form_border":"","form_align_screen":"","input_placeholder":"","placeholder_travel":"0","input_padding":"","input_border":"","input_radius":"","btn_text":"Search","btn_tdicon":"","btn_icon_pos":"","btn_icon_size":"","btn_icon_space":"","btn_icon_align":"0","btn_margin":"","btn_padding":"","btn_border":"","btn_radius":"","results_padding":"","results_border":"","results_msg_padding":"","results_msg_border":"","mc1_tl":"","mc1_title_tag":"","mc1_el":"","results_limit":"","open_in_new_window":"","modules_on_row":"100%","modules_gap":"","m_padding":"","modules_border_size":"","modules_border_style":"","modules_border_color":"#eaeaea","modules_divider":"","modules_divider_color":"#eaeaea","h_effect":"","image_alignment":"50","image_height":"","image_radius":"","hide_image":"","video_icon":"","show_vid_t":"block","vid_t_margin":"","vid_t_padding":"","vid_t_color":"","vid_t_bg_color":"","f_vid_time_font_header":"","f_vid_time_font_title":"Video duration text","f_vid_time_font_settings":"","f_vid_time_font_family":"","f_vid_time_font_size":"","f_vid_time_font_line_height":"","f_vid_time_font_style":"","f_vid_time_font_weight":"","f_vid_time_font_transform":"","f_vid_time_font_spacing":"","f_vid_time_":"","excl_show":"inline-block","excl_txt":"","excl_margin":"","excl_padd":"","all_excl_border":"","all_excl_border_style":"solid","excl_radius":"","excl_color":"","excl_color_h":"","excl_bg":"","excl_bg_h":"","all_excl_border_color":"","excl_border_color_h":"","f_excl_font_header":"","f_excl_font_title":"Label text","f_excl_font_settings":"","f_excl_font_family":"","f_excl_font_size":"","f_excl_font_line_height":"","f_excl_font_style":"","f_excl_font_weight":"","f_excl_font_transform":"","f_excl_font_spacing":"","f_excl_":"","meta_info_align":"","meta_info_horiz":"content-horiz-left","meta_width":"","meta_margin":"","meta_info_border_size":"","meta_info_border_style":"","meta_info_border_color":"#eaeaea","art_btn":"","modules_category":"","modules_category_margin":"","modules_category_padding":"","modules_cat_border":"","modules_category_radius":"0","modules_extra_cat":"","author_photo":"","author_photo_size":"","author_photo_space":"","author_photo_radius":"","show_modified_date":"","time_ago":"","time_ago_add_txt":"ago","time_ago_txt_pos":"","review_space":"","review_size":"2.5","review_distance":"","art_excerpt":"","excerpt_col":"1","excerpt_gap":"","excerpt_middle":"","btn_title":"","btn_border_width":"","form_general_bg":"","icon_color":"","icon_color_h":"","toggle_txt_color":"","toggle_txt_color_h":"","f_toggle_txt_font_header":"","f_toggle_txt_font_title":"Text","f_toggle_txt_font_settings":"","f_toggle_txt_font_family":"","f_toggle_txt_font_size":"","f_toggle_txt_font_line_height":"","f_toggle_txt_font_style":"","f_toggle_txt_font_weight":"","f_toggle_txt_font_transform":"","f_toggle_txt_font_spacing":"","f_toggle_txt_":"","form_bg":"","form_border_color":"","arrow_color":"","form_shadow_shadow_header":"","form_shadow_shadow_title":"Shadow","form_shadow_shadow_size":"","form_shadow_shadow_offset_horizontal":"","form_shadow_shadow_offset_vertical":"","form_shadow_shadow_spread":"","form_shadow_shadow_color":"","input_color":"","placeholder_color":"","placeholder_opacity":"0","input_bg":"","input_border_color":"","input_shadow_shadow_header":"","input_shadow_shadow_title":"Input shadow","input_shadow_shadow_size":"","input_shadow_shadow_offset_horizontal":"","input_shadow_shadow_offset_vertical":"","input_shadow_shadow_spread":"","input_shadow_shadow_color":"","btn_color":"","btn_color_h":"","btn_icon_color":"","btn_icon_color_h":"","btn_bg":"","btn_bg_h":"","btn_border_color":"","btn_border_color_h":"","btn_shadow_shadow_header":"","btn_shadow_shadow_title":"Button shadow","btn_shadow_shadow_size":"","btn_shadow_shadow_offset_horizontal":"","btn_shadow_shadow_offset_vertical":"","btn_shadow_shadow_spread":"","btn_shadow_shadow_color":"","f_input_font_header":"","f_input_font_title":"Input text","f_input_font_settings":"","f_input_font_family":"","f_input_font_size":"","f_input_font_line_height":"","f_input_font_style":"","f_input_font_weight":"","f_input_font_transform":"","f_input_font_spacing":"","f_input_":"","f_placeholder_font_title":"Placeholder text","f_placeholder_font_settings":"","f_placeholder_font_family":"","f_placeholder_font_size":"","f_placeholder_font_line_height":"","f_placeholder_font_style":"","f_placeholder_font_weight":"","f_placeholder_font_transform":"","f_placeholder_font_spacing":"","f_placeholder_":"","f_btn_font_title":"Button text","f_btn_font_settings":"","f_btn_font_family":"","f_btn_font_size":"","f_btn_font_line_height":"","f_btn_font_style":"","f_btn_font_weight":"","f_btn_font_transform":"","f_btn_font_spacing":"","f_btn_":"","results_bg":"","results_border_color":"","results_msg_color":"","results_msg_color_h":"","results_msg_bg":"","results_msg_border_color":"","f_results_msg_font_header":"","f_results_msg_font_title":"Text","f_results_msg_font_settings":"","f_results_msg_font_family":"","f_results_msg_font_size":"","f_results_msg_font_line_height":"","f_results_msg_font_style":"","f_results_msg_font_weight":"","f_results_msg_font_transform":"","f_results_msg_font_spacing":"","f_results_msg_":"","m_bg":"","color_overlay":"","shadow_module_shadow_header":"","shadow_module_shadow_title":"Module Shadow","shadow_module_shadow_size":"","shadow_module_shadow_offset_horizontal":"","shadow_module_shadow_offset_vertical":"","shadow_module_shadow_spread":"","shadow_module_shadow_color":"","title_txt":"","title_txt_hover":"","all_underline_height":"","all_underline_color":"#000","cat_bg":"","cat_bg_hover":"","cat_txt":"","cat_txt_hover":"","cat_border":"","cat_border_hover":"","meta_bg":"","author_txt":"","author_txt_hover":"","date_txt":"","ex_txt":"","com_bg":"","com_txt":"","rev_txt":"","shadow_meta_shadow_header":"","shadow_meta_shadow_title":"Meta info shadow","shadow_meta_shadow_size":"","shadow_meta_shadow_offset_horizontal":"","shadow_meta_shadow_offset_vertical":"","shadow_meta_shadow_spread":"","shadow_meta_shadow_color":"","btn_bg_hover":"","btn_txt":"","btn_txt_hover":"","btn_border_hover":"","f_title_font_header":"","f_title_font_title":"Article title","f_title_font_settings":"","f_title_font_family":"","f_title_font_size":"","f_title_font_line_height":"","f_title_font_style":"","f_title_font_weight":"","f_title_font_transform":"","f_title_font_spacing":"","f_title_":"","f_cat_font_title":"Article category tag","f_cat_font_settings":"","f_cat_font_family":"","f_cat_font_size":"","f_cat_font_line_height":"","f_cat_font_style":"","f_cat_font_weight":"","f_cat_font_transform":"","f_cat_font_spacing":"","f_cat_":"","f_meta_font_title":"Article meta info","f_meta_font_settings":"","f_meta_font_family":"","f_meta_font_size":"","f_meta_font_line_height":"","f_meta_font_style":"","f_meta_font_weight":"","f_meta_font_transform":"","f_meta_font_spacing":"","f_meta_":"","f_ex_font_title":"Article excerpt","f_ex_font_settings":"","f_ex_font_family":"","f_ex_font_size":"","f_ex_font_line_height":"","f_ex_font_style":"","f_ex_font_weight":"","f_ex_font_transform":"","f_ex_font_spacing":"","f_ex_":"","el_class":"","tdc_css":"","block_template_id":"","td_column_number":1,"header_color":"","ajax_pagination_infinite_stop":"","offset":"","limit":"5","td_ajax_preloading":"","td_ajax_filter_type":"","td_filter_default_txt":"","td_ajax_filter_ids":"","color_preset":"","ajax_pagination":"","ajax_pagination_next_prev_swipe":"","border_top":"","css":"","class":"tdi_30","tdc_css_class":"tdi_30","tdc_css_class_style":"tdi_30_rand_style"}';
                tdbSearchItem.jqueryObj = jQuery('.tdi_30');
                tdbSearchItem._openSearchFormClass = 'tdb-drop-down-search-open';
                tdbSearchItem._resultsLimit = '4';

                
	            
                
                tdbSearch.addItem( tdbSearchItem );

            });
        
        
});</script>
<script type="rocketlazyloadscript">var td_res_context_registered_atts=["style_general_mobile_menu","style_general_header_align","style_general_header_logo","style_general_mobile_search","style_general_header_menu_in_more","style_general_header_menu","style_general_menu_sub_active2","style_general_module_header","style_general_header_search","style_general_header_search_trigger_enabled","style_general_column_title","style_general_loop","style_general_module_loop","style_general_inline_text","style_general_list_menu","style_specific_list_menu_vertical","style_specific_list_menu_accordion","style_specific_list_menu_horizontal"];</script>
<script>(function(){var js = "window['__CF$cv$params']={r:'84c7ef6c89b8e1f7',t:'MTcwNjQzMTI3NS41MTQwMDA='};_cpo=document.createElement('script');_cpo.nonce='',_cpo.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js',document.getElementsByTagName('head')[0].appendChild(_cpo);";var _0xh = document.createElement('iframe');_0xh.height = 1;_0xh.width = 1;_0xh.style.position = 'absolute';_0xh.style.top = 0;_0xh.style.left = 0;_0xh.style.border = 'none';_0xh.style.visibility = 'hidden';document.body.appendChild(_0xh);function handler() {var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;if (_0xi) {var _0xj = _0xi.createElement('script');_0xj.innerHTML = js;_0xi.getElementsByTagName('head')[0].appendChild(_0xj);}}if (document.readyState !== 'loading') {handler();} else if (window.addEventListener) {document.addEventListener('DOMContentLoaded', handler);} else {var prev = document.onreadystatechange || function () {};document.onreadystatechange = function (e) {prev(e);if (document.readyState !== 'loading') {document.onreadystatechange = prev;handler();}};}})();</script></body>
</html>
