<!DOCTYPE html>
<html class="no-js" 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.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",(e=>{this.persisted=e.persisted})),window.addEventListener("DOMContentLoaded",(()=>{this._preconnect3rdParties()})),this.delayedScripts={normal:[],async:[],defer:[]},this.allJQueries=[]}_addUserInteractionListener(e){document.hidden?e._triggerListener():(this.triggerEvents.forEach((t=>window.addEventListener(t,e.userEventHandler,{passive:!0}))),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler))}_removeUserInteractionListener(){this.triggerEvents.forEach((e=>window.removeEventListener(e,this.userEventHandler,{passive:!0}))),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"))}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick")}_onTouchEnd(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach((e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))}))}_renameDOMAttribute(e,t,n){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(n,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((t=>{if(t.hasAttribute("src")){const n=new URL(t.src).origin;n!==location.origin&&e.push({src:n,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}})),e=[...new Map(e.map((e=>[JSON.stringify(e),e]))).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(e){}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._replayClicks()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((e=>{e.hasAttribute("src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)}))}async _transformScript(e){return await this._littleBreath(),new Promise((t=>{const n=document.createElement("script");[...e.attributes].forEach((e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type"),n.setAttribute(t,e.nodeValue))})),e.hasAttribute("src")?(n.addEventListener("load",t),n.addEventListener("error",t)):(n.text=e.text,t());try{e.parentNode.replaceChild(n,e)}catch(e){t()}}))}async _loadScriptsFromList(e){const t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var n=document.createDocumentFragment();e.forEach((e=>{if(e.src){const i=document.createElement("link");i.href=e.src,i.rel=t,"preconnect"!==t&&(i.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(i.crossOrigin=!0),e.crossOrigin&&(i.crossOrigin=e.crossOrigin),n.appendChild(i)}})),document.head.appendChild(n)}_delayEventListeners(){let e={};function t(t,n){!function(t){function n(n){return e[t].eventsToRewrite.indexOf(n)>=0?"rocket-"+n:n}e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},eventsToRewrite:[]},t.addEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.remove.apply(t,arguments)})}(t),e[t].eventsToRewrite.push(n)}function n(e,t){let n=e[t];Object.defineProperty(e,t,{get:()=>n||function(){},set(i){e["rocket"+t]=n=i}})}t(document,"DOMContentLoaded"),t(window,"DOMContentLoaded"),t(window,"load"),t(window,"pageshow"),t(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t=window.jQuery;Object.defineProperty(window,"jQuery",{get:()=>t,set(n){if(n&&n.fn&&!e.allJQueries.includes(n)){n.fn.ready=n.fn.init.prototype.ready=function(t){e.domReadyFired?t.bind(document)(n):document.addEventListener("rocket-DOMContentLoaded",(()=>t.bind(document)(n)))};const t=n.fn.on;n.fn.on=n.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map((e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e)).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach((t=>{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]}))}return t.apply(this,arguments),this},e.allJQueries.push(n)}t=n}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach((e=>e(window).trigger("rocket-jquery-load"))),await this._littleBreath();const e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){const e=new Map;document.write=document.writeln=function(t){const n=document.currentScript,i=document.createRange(),r=n.parentElement;let o=e.get(n);void 0===o&&(o=n.nextSibling,e.set(n,o));const s=document.createDocumentFragment();i.setStart(s,0),s.appendChild(i.createContextualFragment(t)),r.insertBefore(s,o)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise((e=>setTimeout(e))):new Promise((e=>requestAnimationFrame(e)))}static run(){const e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script>
	
	<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame -->
	<!--[if IE ]>
	<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
	<![endif]-->
	<link rel="profile" href="http://gmpg.org/xfn/11" />
	
					<link rel="icon" href="https://thenavitech.com/wp-content/uploads/2023/01/cropped-flc_design2022080961580-1-32x32.png" sizes="32x32" />					
					<meta name="msapplication-TileImage" content="https://thenavitech.com/wp-content/uploads/2023/01/cropped-flc_design2022080961580-1-270x270.png">		
					<link rel="apple-touch-icon-precomposed" href="https://thenavitech.com/wp-content/uploads/2023/01/cropped-flc_design2022080961580-1-180x180.png">		
					<meta name="viewport" content="width=device-width, initial-scale=1">
			<meta name="apple-mobile-web-app-capable" content="yes">
			<meta name="apple-mobile-web-app-status-bar-style" content="black">
		
								<link rel="pingback" href="https://thenavitech.com/xmlrpc.php" />
	<title>on-shared-birthday-ar-ameen-posts-throwback-with-dad-ar-rahman &#8211; Thenavitech</title><link rel="preload" as="font" href="https://thenavitech.com/wp-content/themes/mts_sense/fonts/fontawesome-webfont.woff2" crossorigin><link rel="preload" as="font" href="https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxK.woff2" crossorigin><link rel="preload" as="font" href="https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc4.woff2" crossorigin><link rel="preload" as="font" href="https://fonts.gstatic.com/s/robotoslab/v25/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoa4Omb2Rj.woff2" crossorigin><style id="wpr-usedcss">:where(.wp-block-button__link){box-shadow:none;text-decoration:none;border-radius:9999px;padding:calc(.667em + 2px) calc(1.333em + 2px)}.wp-block-categories{box-sizing:border-box}.wp-block-columns{display:flex;margin-bottom:1.75em;box-sizing:border-box;flex-wrap:wrap!important;align-items:normal!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;word-break:break-word;overflow-wrap:break-word}:where(.wp-block-post-comments input[type=submit]){border:none}:where(.wp-block-file__button){border-radius:2em;padding:.5em 1em}:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-group{box-sizing:border-box}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none;padding-left:0}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;font-size:.8125em}.wp-block-latest-posts__post-excerpt{margin-top:.5em;margin-bottom:1em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;width:auto;max-width:100%}.wp-block-latest-posts__featured-image.alignleft{margin-right:1em;float:left}ul{box-sizing:border-box}:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}:where(.wp-block-search__button){border:1px solid #ccc;padding:.375em .625em}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){padding:4px;border:1px solid #949494}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border-radius:0;border:none;padding:0 0 0 .25em}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:0}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:.125em .5em}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}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--duotone--dark-grayscale:url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale:url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow:url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red:url('#wp-duotone-blue-red');--wp--preset--duotone--midnight:url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow:url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green:url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange:url('#wp-duotone-blue-orange');--wp--preset--font-size--small:13px;--wp--preset--font-size--medium:20px;--wp--preset--font-size--large:36px;--wp--preset--font-size--x-large:42px;--wp--preset--spacing--20:0.44rem;--wp--preset--spacing--30:0.67rem;--wp--preset--spacing--40:1rem;--wp--preset--spacing--50:1.5rem;--wp--preset--spacing--60:2.25rem;--wp--preset--spacing--70:3.38rem;--wp--preset--spacing--80:5.06rem}:where(.is-layout-flex){gap:.5em}body .is-layout-flow>.alignleft{float:left;margin-inline-start:0;margin-inline-end:2em}body .is-layout-constrained>.alignleft{float:left;margin-inline-start:0;margin-inline-end:2em}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-flex{display:flex}body .is-layout-flex{flex-wrap:wrap;align-items:center}body .is-layout-flex>*{margin:0}.has-black-color{color:var(--wp--preset--color--black)!important}:where(.wp-block-columns.is-layout-flex){gap:2em}.gswpts_tables_container{margin:30px 0;position:relative;padding:30px}.gswpts_tables_container .ui.button{cursor:pointer;display:inline-block;min-height:1em;outline:0;border:none;vertical-align:baseline;background:#e0e1e2;color:rgba(0,0,0,.6);font-family:Lato,"Helvetica Neue",Arial,Helvetica,sans-serif;margin:0 .25em 0 0;padding:8px 12px;text-transform:none;text-shadow:none;font-weight:700;line-height:1em;font-style:normal;text-align:center;text-decoration:none;border-radius:.28571429rem;box-shadow:0 0 0 1px transparent inset,0 0 0 0 rgba(34,36,38,.15) inset;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;will-change:"";-webkit-tap-highlight-color:transparent}.gswpts_tables_container .ui.button:hover{background-color:#cacbcd;background-image:none;box-shadow:0 0 0 1px transparent inset,0 0 0 0 rgba(34,36,38,.15) inset;color:rgba(0,0,0,.8)}.gswpts_tables_container .ui.button:focus{background-color:#cacbcd;color:rgba(0,0,0,.8);background-image:""!important;box-shadow:""!important}.gswpts_tables_container .ui.active.button:active,.gswpts_tables_container .ui.button:active{background-color:#babbbc;background-image:"";color:rgba(0,0,0,.9);box-shadow:0 0 0 1px transparent inset,none}.gswpts_tables_container .ui.active.button{background-color:#c0c1c2;background-image:none;box-shadow:0 0 0 1px transparent inset;color:rgba(0,0,0,.95)}.gswpts_tables_container .ui.active.button:hover{background-color:#c0c1c2;background-image:none;color:rgba(0,0,0,.95)}.gswpts_tables_container .ui.active.button:active{background-color:#c0c1c2;background-image:none}.gswpts_tables_container .ui.loading.loading.loading.loading.loading.loading.button{position:relative;cursor:default;text-shadow:none!important;color:transparent!important;opacity:1;pointer-events:auto;transition:all 0s linear,opacity .1s ease}.gswpts_tables_container .ui.loading.button:before{position:absolute;content:"";top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;border-radius:500rem;border:.2em solid rgba(0,0,0,.15)}.gswpts_tables_container .ui.loading.button:after{position:absolute;content:"";top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;-webkit-animation:.6s linear button-spin;animation:.6s linear button-spin;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border-color:#fff transparent transparent;border-style:solid;border-width:.2em;box-shadow:0 0 0 1px transparent}@-webkit-keyframes button-spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes button-spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}.gswpts_tables_container .ui.button:disabled,.gswpts_tables_container .ui.disabled.active.button,.gswpts_tables_container .ui.disabled.button,.gswpts_tables_container .ui.disabled.button:hover{cursor:default;opacity:.45!important;background-image:none!important;box-shadow:none!important;pointer-events:none!important}.gswpts_tables_container .ui.animated.button{position:relative;overflow:hidden;padding-right:0!important;vertical-align:middle;z-index:1}.gswpts_tables_container .ui.animated.button .content{will-change:transform,opacity}.gswpts_tables_container .ui.animated.button .visible.content{position:relative;margin-right:1.5em}.gswpts_tables_container .ui.animated.button .hidden.content{position:absolute;width:100%}.gswpts_tables_container .ui.animated.button .hidden.content,.gswpts_tables_container .ui.animated.button .visible.content{transition:right .3s ease 0s}.gswpts_tables_container .ui.animated.button .visible.content{left:auto;right:0}.gswpts_tables_container .ui.animated.button .hidden.content{top:50%;left:auto;right:-100%;margin-top:-.5em}.gswpts_tables_container .ui.animated.button:focus .visible.content,.gswpts_tables_container .ui.animated.button:hover .visible.content{left:auto;right:200%}.gswpts_tables_container .ui.animated.button:focus .hidden.content,.gswpts_tables_container .ui.animated.button:hover .hidden.content{left:auto;right:0}.gswpts_tables_container .ui.vertical.animated.button .hidden.content,.gswpts_tables_container .ui.vertical.animated.button .visible.content{transition:top .3s ease,transform .3s ease}.gswpts_tables_container .ui.vertical.animated.button .visible.content{transform:translateY(0);right:auto}.gswpts_tables_container .ui.vertical.animated.button .hidden.content{top:-50%;left:0;right:auto}.gswpts_tables_container .ui.vertical.animated.button:focus .visible.content,.gswpts_tables_container .ui.vertical.animated.button:hover .visible.content{transform:translateY(200%);right:auto}.gswpts_tables_container .ui.vertical.animated.button:focus .hidden.content,.gswpts_tables_container .ui.vertical.animated.button:hover .hidden.content{top:50%;right:auto}.gswpts_tables_container .ui.inverted.button{box-shadow:0 0 0 2px #fff inset!important;background:0 0;color:#fff;text-shadow:none!important}.gswpts_tables_container .ui.inverted.button:hover{background:#fff;box-shadow:0 0 0 2px #fff inset!important;color:rgba(0,0,0,.8)}.gswpts_tables_container .ui.inverted.button.active,.gswpts_tables_container .ui.inverted.button:focus{background:#fff;box-shadow:0 0 0 2px #fff inset!important;color:rgba(0,0,0,.8)}.gswpts_tables_container .ui.inverted.button.active:focus{background:#dcddde;box-shadow:0 0 0 2px #dcddde inset!important;color:rgba(0,0,0,.8)}.gswpts_tables_container .ui.youtube.button{background-color:red;color:#fff;text-shadow:none;background-image:none;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.gswpts_tables_container .ui.youtube.button:hover{background-color:#e60000;color:#fff;text-shadow:none}.gswpts_tables_container .ui.youtube.button:active{background-color:#c00;color:#fff;text-shadow:none}.gswpts_tables_container .ui.button{font-size:1rem}.gswpts_tables_container .ui.button.toggle.active{background-color:#21ba45!important;box-shadow:none!important;text-shadow:none;color:#fff!important}.gswpts_tables_container .ui.button.toggle.active:hover{background-color:#16ab39!important;text-shadow:none;color:#fff!important}.gswpts_tables_container .ui.fluid.button{width:100%}.gswpts_tables_container .ui.fluid.button{display:block}.gswpts_tables_container .ui.green.button{background-color:#21ba45;color:#fff;text-shadow:none;background-image:none}.gswpts_tables_container .ui.green.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.gswpts_tables_container .ui.green.button:hover{background-color:#16ab39;color:#fff;text-shadow:none}.gswpts_tables_container .ui.green.button:focus{background-color:#0ea432;color:#fff;text-shadow:none}.gswpts_tables_container .ui.green.button:active{background-color:#198f35;color:#fff;text-shadow:none}.gswpts_tables_container .ui.green.active.button,.gswpts_tables_container .ui.green.button .active.button:active{background-color:#13ae38;color:#fff;text-shadow:none}.gswpts_tables_container .ui.inverted.green.button{background-color:transparent;box-shadow:0 0 0 2px #2ecc40 inset!important;color:#2ecc40}.gswpts_tables_container .ui.inverted.green.button.active,.gswpts_tables_container .ui.inverted.green.button:active,.gswpts_tables_container .ui.inverted.green.button:focus,.gswpts_tables_container .ui.inverted.green.button:hover{box-shadow:none!important;color:#fff}.gswpts_tables_container .ui.inverted.green.button:hover{background-color:#22be34}.gswpts_tables_container .ui.inverted.green.button:focus{background-color:#19b82b}.gswpts_tables_container .ui.inverted.green.active.button{background-color:#1fc231}.gswpts_tables_container .ui.inverted.green.button:active{background-color:#25a233}.gswpts_tables_container .ui.violet.button{background-color:#6435c9;color:#fff;text-shadow:none;background-image:none}.gswpts_tables_container .ui.violet.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.gswpts_tables_container .ui.violet.button:hover{background-color:#5829bb;color:#fff;text-shadow:none}.gswpts_tables_container .ui.violet.button:focus{background-color:#4f20b5;color:#fff;text-shadow:none}.gswpts_tables_container .ui.violet.button:active{background-color:#502aa1;color:#fff;text-shadow:none}.gswpts_tables_container .ui.violet.active.button,.gswpts_tables_container .ui.violet.button .active.button:active{background-color:#5626bf;color:#fff;text-shadow:none}.gswpts_tables_container .ui.inverted.violet.button{background-color:transparent;box-shadow:0 0 0 2px #a291fb inset!important;color:#a291fb}.gswpts_tables_container .ui.inverted.violet.button.active,.gswpts_tables_container .ui.inverted.violet.button:active,.gswpts_tables_container .ui.inverted.violet.button:focus,.gswpts_tables_container .ui.inverted.violet.button:hover{box-shadow:none!important;color:#fff}.gswpts_tables_container .ui.inverted.violet.button:hover{background-color:#8a73ff}.gswpts_tables_container .ui.inverted.violet.button:focus{background-color:#7d64ff}.gswpts_tables_container .ui.inverted.violet.active.button{background-color:#8a73ff}.gswpts_tables_container .ui.inverted.violet.button:active{background-color:#7860f9}.gswpts_tables_container .ui.red.button{background-color:#db2828;color:#fff;text-shadow:none;background-image:none}.gswpts_tables_container .ui.red.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.gswpts_tables_container .ui.red.button:hover{background-color:#d01919;color:#fff;text-shadow:none}.gswpts_tables_container .ui.red.button:focus{background-color:#ca1010;color:#fff;text-shadow:none}.gswpts_tables_container .ui.red.button:active{background-color:#b21e1e;color:#fff;text-shadow:none}.gswpts_tables_container .ui.red.active.button,.gswpts_tables_container .ui.red.button .active.button:active{background-color:#d41515;color:#fff;text-shadow:none}.gswpts_tables_container .ui.inverted.red.button{background-color:transparent;box-shadow:0 0 0 2px #ff695e inset!important;color:#ff695e}.gswpts_tables_container .ui.inverted.red.button.active,.gswpts_tables_container .ui.inverted.red.button:active,.gswpts_tables_container .ui.inverted.red.button:focus,.gswpts_tables_container .ui.inverted.red.button:hover{box-shadow:none!important;color:#fff}.gswpts_tables_container .ui.inverted.red.button:hover{background-color:#ff5144}.gswpts_tables_container .ui.inverted.red.button:focus{background-color:#ff4335}.gswpts_tables_container .ui.inverted.red.active.button{background-color:#ff5144}.gswpts_tables_container .ui.inverted.red.button:active{background-color:#ff392b}.gswpts_tables_container .ui.yellow.button{background-color:#fbbd08;color:#fff;text-shadow:none;background-image:none}.gswpts_tables_container .ui.yellow.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.gswpts_tables_container .ui.yellow.button:hover{background-color:#eaae00;color:#fff;text-shadow:none}.gswpts_tables_container .ui.yellow.button:focus{background-color:#daa300;color:#fff;text-shadow:none}.gswpts_tables_container .ui.yellow.button:active{background-color:#cd9903;color:#fff;text-shadow:none}.gswpts_tables_container .ui.yellow.active.button,.gswpts_tables_container .ui.yellow.button .active.button:active{background-color:#eaae00;color:#fff;text-shadow:none}.gswpts_tables_container .ui.inverted.yellow.button{background-color:transparent;box-shadow:0 0 0 2px #ffe21f inset!important;color:#ffe21f}.gswpts_tables_container .ui.inverted.yellow.button.active,.gswpts_tables_container .ui.inverted.yellow.button:active,.gswpts_tables_container .ui.inverted.yellow.button:focus,.gswpts_tables_container .ui.inverted.yellow.button:hover{box-shadow:none!important;color:rgba(0,0,0,.6)}.gswpts_tables_container .ui.inverted.yellow.button:hover{background-color:#ffdf05}.gswpts_tables_container .ui.inverted.yellow.button:focus{background-color:#f5d500}.gswpts_tables_container .ui.inverted.yellow.active.button{background-color:#ffdf05}.gswpts_tables_container .ui.inverted.yellow.button:active{background-color:#ebcd00}.gswpts_tables_container .ui.primary.button{background-color:#2185d0;color:#fff;text-shadow:none;background-image:none}.gswpts_tables_container .ui.primary.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.gswpts_tables_container .ui.primary.button:hover{background-color:#1678c2;color:#fff;text-shadow:none}.gswpts_tables_container .ui.primary.button:focus{background-color:#0d71bb;color:#fff;text-shadow:none}.gswpts_tables_container .ui.primary.button:active{background-color:#1a69a4;color:#fff;text-shadow:none}.gswpts_tables_container .ui.primary.active.button,.gswpts_tables_container .ui.primary.button .active.button:active{background-color:#1279c6;color:#fff;text-shadow:none}.gswpts_tables_container .ui.inverted.primary.button{background-color:transparent;box-shadow:0 0 0 2px #54c8ff inset!important;color:#54c8ff}.gswpts_tables_container .ui.inverted.primary.button.active,.gswpts_tables_container .ui.inverted.primary.button:active,.gswpts_tables_container .ui.inverted.primary.button:focus,.gswpts_tables_container .ui.inverted.primary.button:hover{box-shadow:none!important;color:#fff}.gswpts_tables_container .ui.inverted.primary.button:hover{background-color:#3ac0ff}.gswpts_tables_container .ui.inverted.primary.button:focus{background-color:#2bbbff}.gswpts_tables_container .ui.inverted.primary.active.button{background-color:#3ac0ff}.gswpts_tables_container .ui.inverted.primary.button:active{background-color:#21b8ff}.gswpts_tables_container .ui.secondary.button{background-color:#1b1c1d;color:#fff;text-shadow:none;background-image:none}.gswpts_tables_container .ui.secondary.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.gswpts_tables_container .ui.secondary.button:hover{background-color:#27292a;color:#fff;text-shadow:none}.gswpts_tables_container .ui.secondary.button:focus{background-color:#2e3032;color:#fff;text-shadow:none}.gswpts_tables_container .ui.secondary.button:active{background-color:#343637;color:#fff;text-shadow:none}.gswpts_tables_container .ui.secondary.active.button,.gswpts_tables_container .ui.secondary.button .active.button:active{background-color:#27292a;color:#fff;text-shadow:none}.gswpts_tables_container .ui.inverted.secondary.button{background-color:transparent;box-shadow:0 0 0 2px #545454 inset!important;color:#545454}.gswpts_tables_container .ui.inverted.secondary.button.active,.gswpts_tables_container .ui.inverted.secondary.button:active,.gswpts_tables_container .ui.inverted.secondary.button:focus,.gswpts_tables_container .ui.inverted.secondary.button:hover{box-shadow:none!important;color:#fff}.gswpts_tables_container .ui.inverted.secondary.button:hover{background-color:#616161}.gswpts_tables_container .ui.inverted.secondary.button:focus{background-color:#686868}.gswpts_tables_container .ui.inverted.secondary.active.button{background-color:#616161}.gswpts_tables_container .ui.inverted.secondary.button:active{background-color:#6e6e6e}.gswpts_tables_container .ui.positive.button{background-color:#21ba45;color:#fff;text-shadow:none;background-image:none}.gswpts_tables_container .ui.positive.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.gswpts_tables_container .ui.positive.button:hover{background-color:#16ab39;color:#fff;text-shadow:none}.gswpts_tables_container .ui.positive.button:focus{background-color:#0ea432;color:#fff;text-shadow:none}.gswpts_tables_container .ui.positive.button:active{background-color:#198f35;color:#fff;text-shadow:none}.gswpts_tables_container .ui.positive.active.button,.gswpts_tables_container .ui.positive.button .active.button:active{background-color:#13ae38;color:#fff;text-shadow:none}.gswpts_tables_container .ui.negative.button{background-color:#db2828;color:#fff;text-shadow:none;background-image:none}.gswpts_tables_container .ui.negative.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.gswpts_tables_container .ui.negative.button:hover{background-color:#d01919;color:#fff;text-shadow:none}.gswpts_tables_container .ui.negative.button:focus{background-color:#ca1010;color:#fff;text-shadow:none}.gswpts_tables_container .ui.negative.button:active{background-color:#b21e1e;color:#fff;text-shadow:none}.gswpts_tables_container .ui.negative.active.button,.gswpts_tables_container .ui.negative.button .active.button:active{background-color:#d41515;color:#fff;text-shadow:none}.gswpts_tables_container .ui.input{position:relative;font-weight:400;font-style:normal;display:inline-flex;color:rgba(0,0,0,.87)}.gswpts_tables_container .ui.input>input{margin:0;max-width:100%;flex:1 0 auto;outline:0;-webkit-tap-highlight-color:rgba(255,255,255,0);text-align:left;line-height:1.21428571em;font-family:Lato,"Helvetica Neue",Arial,Helvetica,sans-serif;padding:.67857143em 1em;background:#fff;border:1px solid rgba(34,36,38,.15);color:rgba(0,0,0,.87);border-radius:.28571429rem;transition:box-shadow .1s ease,border-color .1s ease;box-shadow:none}.gswpts_tables_container .ui.input>input::-webkit-input-placeholder{color:rgba(191,191,191,.87)}.gswpts_tables_container .ui.input>input::-moz-placeholder{color:rgba(191,191,191,.87)}.gswpts_tables_container .ui.input>input:-ms-input-placeholder{color:rgba(191,191,191,.87)}.gswpts_tables_container .ui.disabled.input,.gswpts_tables_container .ui.input:not(.disabled) input[disabled]{opacity:.45}.gswpts_tables_container .ui.disabled.input>input,.gswpts_tables_container .ui.input:not(.disabled) input[disabled]{pointer-events:none}.gswpts_tables_container .ui.input.down input,.gswpts_tables_container .ui.input>input:active{border-color:rgba(0,0,0,.3);background:#fafafa;color:rgba(0,0,0,.87);box-shadow:none}.gswpts_tables_container .ui.input.focus>input,.gswpts_tables_container .ui.input>input:focus{border-color:#85b7d9;background:#fff;color:rgba(0,0,0,.8);box-shadow:none}.gswpts_tables_container .ui.input.focus>input::-webkit-input-placeholder,.gswpts_tables_container .ui.input>input:focus::-webkit-input-placeholder{color:rgba(115,115,115,.87)}.gswpts_tables_container .ui.input.focus>input::-moz-placeholder,.gswpts_tables_container .ui.input>input:focus::-moz-placeholder{color:rgba(115,115,115,.87)}.gswpts_tables_container .ui.input.focus>input:-ms-input-placeholder,.gswpts_tables_container .ui.input>input:focus:-ms-input-placeholder{color:rgba(115,115,115,.87)}.gswpts_tables_container .ui.input.error>input{background-color:#fff6f6;border-color:#e0b4b4;color:#9f3a38;box-shadow:none}.gswpts_tables_container .ui.input.error>input::-webkit-input-placeholder{color:#e7bdbc}.gswpts_tables_container .ui.input.error>input::-moz-placeholder{color:#e7bdbc}.gswpts_tables_container .ui.input.error>input:-ms-input-placeholder{color:#e7bdbc!important}.gswpts_tables_container .ui.input.error>input:focus::-webkit-input-placeholder{color:#da9796}.gswpts_tables_container .ui.input.error>input:focus::-moz-placeholder{color:#da9796}.gswpts_tables_container .ui.input.error>input:focus:-ms-input-placeholder{color:#da9796!important}.gswpts_tables_container .ui.transparent.input>input{border-color:transparent!important;background-color:transparent!important;padding:0!important;box-shadow:none!important;border-radius:0!important}.gswpts_tables_container .ui.transparent[class*="left icon"].input>input{padding-left:2em!important;padding-right:0!important}.gswpts_tables_container .ui.transparent.inverted.input{color:#fff}.gswpts_tables_container .ui.transparent.inverted.input>input{color:inherit}.gswpts_tables_container .ui.transparent.inverted.input>input::-webkit-input-placeholder{color:rgba(255,255,255,.5)}.gswpts_tables_container .ui.transparent.inverted.input>input::-moz-placeholder{color:rgba(255,255,255,.5)}.gswpts_tables_container .ui.transparent.inverted.input>input:-ms-input-placeholder{color:rgba(255,255,255,.5)}.gswpts_tables_container .ui[class*="left icon"].input>input{padding-left:2.67142857em!important;padding-right:1em!important}.gswpts_tables_container .ui.action.input>.button{display:flex;align-items:center;flex:0 0 auto}.gswpts_tables_container .ui.action.input>.button{padding-top:.78571429em;padding-bottom:.78571429em;margin:0}.gswpts_tables_container .ui.action.input:not([class*="left action"])>input{border-top-right-radius:0!important;border-bottom-right-radius:0!important;border-right-color:transparent!important}.gswpts_tables_container .ui.action.input:not([class*="left action"])>.button:not(:first-child){border-radius:0}.gswpts_tables_container .ui.action.input:not([class*="left action"])>.button:last-child{border-radius:0 .28571429rem .28571429rem 0}.gswpts_tables_container .ui.action.input:not([class*="left action"])>input:focus{border-right-color:#85b7d9!important}.gswpts_tables_container .ui[class*="left action"].input>input{border-top-left-radius:0!important;border-bottom-left-radius:0!important;border-left-color:transparent!important}.gswpts_tables_container .ui[class*="left action"].input>.button{border-radius:0}.gswpts_tables_container .ui[class*="left action"].input>.button:first-child{border-radius:.28571429rem 0 0 .28571429rem}.gswpts_tables_container .ui[class*="left action"].input>input:focus{border-left-color:#85b7d9!important}.gswpts_tables_container .ui.inverted.input>input{border:none}.gswpts_tables_container .ui.fluid.input{display:flex}.gswpts_tables_container .ui.fluid.input>input{width:0!important}.gswpts_tables_container .ui.input{font-size:1em}.gswpts_tables_container table.dataTable.table{margin:0}.gswpts_tables_container table.dataTable.table thead td,.gswpts_tables_container table.dataTable.table thead th{position:relative}.gswpts_tables_container table.dataTable.table thead td.sorting,.gswpts_tables_container table.dataTable.table thead td.sorting_asc,.gswpts_tables_container table.dataTable.table thead td.sorting_desc,.gswpts_tables_container table.dataTable.table thead th.sorting,.gswpts_tables_container table.dataTable.table thead th.sorting_asc,.gswpts_tables_container table.dataTable.table thead th.sorting_desc{padding-right:30px}.gswpts_tables_container table.dataTable.table thead td.sorting:after,.gswpts_tables_container table.dataTable.table thead td.sorting_asc:after,.gswpts_tables_container table.dataTable.table thead td.sorting_desc:after,.gswpts_tables_container table.dataTable.table thead th.sorting:after,.gswpts_tables_container table.dataTable.table thead th.sorting_asc:after,.gswpts_tables_container table.dataTable.table thead th.sorting_desc:after{position:absolute;right:8px;display:block;font-family:Icons;top:50%;transform:translateY(-50%)}.gswpts_tables_container table.dataTable.table thead td.sorting:after,.gswpts_tables_container table.dataTable.table thead th.sorting:after{content:" ⇅";color:rgba(93,91,95,.56078);font-size:.8em}.gswpts_tables_container table.dataTable.table thead td.sorting_asc:after,.gswpts_tables_container table.dataTable.table thead th.sorting_asc:after{content:" ▲";font-size:.9em}.gswpts_tables_container table.dataTable.table thead td.sorting_desc:after,.gswpts_tables_container table.dataTable.table thead th.sorting_desc:after{content:" ▼";font-size:.9em}.gswpts_tables_container table.dataTable.table td,.gswpts_tables_container table.dataTable.table th{box-sizing:content-box}.gswpts_tables_container table.dataTable.table td.dataTables_empty,.gswpts_tables_container table.dataTable.table th.dataTables_empty{text-align:center}.gswpts_tables_container div.dataTables_wrapper div.dataTables_length select{vertical-align:middle;min-height:2.7142em}.gswpts_tables_container div.dataTables_wrapper div.dataTables_filter span.input{margin-left:.5em}.gswpts_tables_container div.dataTables_wrapper div.dataTables_info{padding-top:13px;white-space:nowrap}.gswpts_tables_container div.dataTables_wrapper div.dataTables_processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;text-align:center}.gswpts_tables_container div.dataTables_wrapper div.dataTables_scrollHead table.dataTable{border-bottom-right-radius:0;border-bottom-left-radius:0;border-bottom:none}.gswpts_tables_container div.dataTables_wrapper div.dataTables_scrollBody thead .sorting:after,.gswpts_tables_container div.dataTables_wrapper div.dataTables_scrollBody thead .sorting_asc:after,.gswpts_tables_container div.dataTables_wrapper div.dataTables_scrollBody thead .sorting_desc:after{display:none}.gswpts_tables_container div.dataTables_wrapper div.dataTables_scrollBody table.dataTable{border-radius:0;border-top:none;border-bottom-width:0}.gswpts_tables_container div.dataTables_wrapper div.dataTables_scrollBody table.dataTable.no-footer{border-bottom-width:1px}.gswpts_tables_container div.dataTables_wrapper div.dataTables_scrollFoot table.dataTable{border-top-right-radius:0;border-top-left-radius:0;border-top:none}.gswpts_tables_container table td,.gswpts_tables_container table th{max-width:200px;min-width:90px;word-wrap:break-word;border:1px solid rgba(118,118,118,.27843);min-height:25px}.gswpts_tables_container table td img,.gswpts_tables_container table th img{max-width:unset}.gswpts_tables_container table .expanded_style{max-width:unset;word-wrap:unset;white-space:nowrap;overflow-x:unset}.gswpts_tables_container table .wrap_style{max-width:200px;word-wrap:break-word;white-space:normal;vertical-align:middle;overflow-x:unset}.gswpts_tables_container table .wrap_style img{max-width:100%}.gswpts_tables_container table ::-webkit-scrollbar{width:10px}.gswpts_tables_container table ::-webkit-scrollbar-track{box-shadow:inset 0 0 10px 10px rgba(34,36,38,.1);border:5px solid transparent}.gswpts_tables_container table ::-webkit-scrollbar-thumb{box-shadow:inset 0 0 10px 10px rgba(34,36,38,.1);border:5px solid transparent}.gswpts_tables_container table th:focus{outline:0}.gswpts_tables_container select{width:90px;border-radius:5px;border:1px solid rgba(0,0,0,.2)!important;background:0 0!important}.gswpts_tables_container .dt-buttons{display:flex;justify-content:flex-end;margin-top:5px;gap:10px}.gswpts_tables_container .dt-buttons button{font-size:13px!important;margin:0 6px;margin-right:5px}.gswpts_tables_container .dt-buttons button:hover img{filter:brightness(.1)}.gswpts_tables_container .dt-buttons span{display:flex;justify-content:center;align-items:center;height:21px;white-space:nowrap}.gswpts_tables_container .dt-buttons .export_btns{display:none}.gswpts_tables_container .gswpts_tables_content table{width:100%!important}@media screen and (max-width:540px){.gswpts_tables_container .dt-buttons{display:flex;flex-wrap:wrap;justify-content:space-between}.gswpts_tables_container .dt-buttons button{font-size:10px!important;margin:10px 0}}@media screen and (max-width:700px){.gswpts_tables_container .dt-buttons{display:flex;flex-wrap:wrap;justify-content:space-between}.gswpts_tables_container .dt-buttons button{font-size:12px!important;margin:10px 0}}@media screen and (max-width:768px){.gswpts_tables_container table td,.gswpts_tables_container table th{max-width:unset}.gswpts_tables_container table .wrap_style{max-width:unset}.gswpts_tables_container.collapse_style table .expanded_style{white-space:normal}}.dataTables_wrapper{clear:both;margin-bottom:1rem;position:relative}.dataTables_wrapper:after{clear:both;content:"";display:block;height:0;line-height:0;visibility:hidden}.dataTables_wrapper label input,.dataTables_wrapper label select{display:inline;margin:2px;width:auto}.dataTables_length{float:left;white-space:nowrap}.dataTables_filter{float:right;white-space:nowrap}.dataTables_filter label input{margin-left:.5em;margin-right:0}.dataTables_info{clear:both;float:left;margin:4px 0 0}.dataTables_paginate{float:right;margin:4px 0 0}.dataTables_paginate .paginate_button{color:#111;display:inline-block;margin:0 5px;outline:0;position:relative;text-decoration:underline}.dataTables_paginate .paginate_button:first-child{margin-left:0}.dataTables_paginate .paginate_button:last-child{margin-right:0}.dataTables_paginate .paginate_button:after,.dataTables_paginate .paginate_button:before{color:#d9edf7}.dataTables_paginate .paginate_button:hover{cursor:pointer;text-decoration:none}.dataTables_paginate .paginate_button:hover:after,.dataTables_paginate .paginate_button:hover:before{color:#049cdb}.dataTables_paginate .paginate_button.disabled{color:#999;cursor:default;text-decoration:none}.dataTables_paginate .paginate_button.disabled:after,.dataTables_paginate .paginate_button.disabled:before{color:#f9f9f9}.dataTables_paginate .paginate_button.current{cursor:default;font-weight:700;text-decoration:none}.dataTables_scroll{clear:both}.dataTables_scrollBody{-webkit-overflow-scrolling:touch}a,article,aside,b,body,caption,center,code,div,dt,fieldset,footer,form,h1,h2,h3,h4,header,html,i,iframe,img,ins,label,legend,li,menu,nav,object,p,s,span,summary,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%}article,aside,footer,header,menu,nav{display:block}ul{list-style:none}table{border-collapse:collapse;border-spacing:0}button,input,select,textarea{margin:0}img,object,video{max-width:100%;height:auto!important}iframe{max-width:100%}b{font-weight:700}i{font-style:italic}code{font-weight:400;font-style:normal}code{padding:0 8px;line-height:1.5}dt{float:left;clear:left;width:100px;text-align:right;font-weight:700}.alignleft{float:left;margin:5px 20px 20px 0}a img.alignleft{float:left;margin:5px 20px 20px 0}body{font:14px/23px Noto Sans,sans-serif;color:#555;background-color:#dadada}::-moz-selection{background:#222;color:#fff;text-shadow:none}::selection{background:#222;color:#fff;text-shadow:none}#page,.container{position:relative;margin-right:auto;margin-left:auto}h1,h2,h3,h4{font-weight:700;margin-bottom:12px;color:#444}h1{font-size:28px;line-height:1.4}h2{line-height:1.4}h3{font-size:22px;line-height:1.4}h4{font-size:20px;line-height:1.4}p{margin-bottom:20px}a{text-decoration:none;color:#2196f3;transition:all .25s ease}a:active,a:link,a:visited{text-decoration:none}.main-container{width:100%;margin:0 auto;clear:both;display:block}.container{max-width:1170px;min-width:240px}#page{float:none;width:100%;max-width:1170px;min-width:240px;min-height:100px;padding-top:30px;clear:both;overflow:hidden;background:#fff;padding-left:30px;padding-right:30px;box-sizing:border-box}#site-header{float:left;width:100%}#header{position:relative;width:100%;background:#252525;padding:0 30px;box-sizing:border-box;min-height:110px;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center}#header h1,#header h2{font-size:28px;float:left;display:inline-block;line-height:1;position:relative;margin-bottom:0}#logo a{float:left;line-height:1;color:inherit}#logo img{float:left}.logo-wrap{-ms-flex:0.5;-webkit-box-flex:0.5;flex:0.5}.site-description{float:left;margin-top:0;max-width:350px;clear:left;color:rgba(255,255,255,.5)}.footer-social{-ms-flex:1;-webkit-box-flex:1;flex:1;text-align:right}.footer-social a{width:37px;line-height:34px;display:inline-block;border-radius:50%;text-align:center;color:#fff!important;padding-top:3px;margin-right:6px;background:#353535}.footer-social a:last-child{margin-right:0}#header #searchform{max-width:100%;float:right;width:auto;min-width:206px}#header #s{margin:0!important;width:80%}.header-banner{-ms-flex:1;-webkit-box-flex:1;flex:1;text-align:right;margin-top:15px;margin-bottom:15px}#primary-navigation .navigation{float:left}.navigation-wrap{position:relative;float:left;width:100%;z-index:10;clear:both;background:#fff;padding:0 30px;box-sizing:border-box;box-shadow:0 1px 1px rgba(0,0,0,.1);min-height:60px;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center}#primary-navigation{float:none;-ms-flex:1.5;-webkit-box-flex:1.5;flex:1.5}#primary-navigation a{font-weight:700;font-size:13px;color:#757575}#primary-navigation a:hover{color:#8bc34a}.navigation a{padding:8px 30px}.navigation ul{margin:0 auto}.navigation ul li{float:left;position:relative}.navigation ul li a{padding:0 21px;position:relative}.navigation ul li:first-child a{padding-left:0}.navigation ul li a:before{position:absolute;content:'/';right:-5px;top:0;color:rgba(0,0,0,.2)}.navigation ul li:nth-last-of-type(1) a:before{display:none}.navigation ul li a,.navigation ul li a:link,.navigation ul li a:visited{display:inline-block}.navigation>ul>.current a{background:0 0;color:#5a5a5a!important}#site-header .navigation ul.menu>li:hover>a{color:#8bc34a}.navigation ul li li{border-bottom:0;width:100%}.navigation ul ul{position:absolute;width:180px;padding:20px 0 0;padding-top:0;z-index:400;font-size:12px;color:#798189;padding-top:15px;padding-bottom:15px;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.3);margin-top:30px}.navigation ul ul li a:before{display:none}.navigation ul ul:before{position:absolute;content:'';z-index:100;width:0;height:10px;top:-19px;left:10%;margin-right:-9px;border-style:solid;border-width:0 10px 9px;border-color:transparent transparent #fff}.navigation ul ul ul:before{display:none}.navigation ul ul:after{position:absolute;content:'';width:100%;height:37px;left:0;top:-37px;cursor:pointer}.navigation ul ul li{padding:0}.navigation ul ul a,.navigation ul ul a:link,.navigation ul ul a:visited{position:relative;width:100%;padding:3px 20px;box-sizing:border-box;border-left:0;background:0 0;border-right:0;border-radius:0;border-bottom:1px solid rgba(255,255,255,.05);margin:0}.navigation ul ul li:last-child a{border-bottom:none}.navigation ul ul{display:none}.navigation ul ul ul{left:180px;top:-15px;padding-top:15px;padding-bottom:15px;margin-top:0}.navigation .toggle-caret{display:none}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}a#pull{display:none}.navigation i{margin-right:4px}.navigation-banner{float:left;width:100%;padding:10px 30px;background:#252525;box-sizing:border-box}.navigation-banner>div{max-width:100%}.article{width:100%;float:left;margin-bottom:10px}.page-traditional .article{width:69.8199%;max-width:775px}#content_box{float:left;width:100%}.post{float:left;width:100%}.readMore{float:left;color:#7b7a79}.readMore a{color:#8bc34a}.post.excerpt{clear:both;margin-bottom:30px;overflow:hidden;padding-bottom:15px;background-color:#fff;width:auto}.wp-post-image{float:left}#site-footer .wp-post-image{width:100%}.featured-thumbnail{float:left;width:100%;max-width:100%;position:relative;background:#2196f3;overflow:hidden}.post-image{float:left;display:block;position:relative;width:100%}.post-image-left{margin-right:0;max-width:100%}.page-traditional .post-image-left{float:left;max-width:244px;margin-right:20px;width:35%}.featured-thumbnail img{width:100%;transition:transform .35s;-webkit-backface-visibility:hidden;backface-visibility:hidden;float:left}.front-view-content{position:absolute;bottom:0;left:0;padding:10px 30px 24px;padding-right:10px;opacity:0;transition:opacity .35s,transform .35s;transform:translate3d(0,50px,0);color:#fff;box-sizing:border-box}.featured-thumbnail:hover .front-view-content{opacity:1;transform:translate3d(0,0,0)}.title{clear:both}.page h1.title{padding-top:0;margin-bottom:0}.text-info{width:100%;float:left;clear:both;padding:0 30px;min-height:60px;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center;background:#efefef;box-sizing:border-box;box-shadow:0 1px 0 rgba(0,0,0,.1)}.text-info .text{-ms-flex:1;-webkit-box-flex:1;flex:1;line-height:22px;margin-right:15px;margin-bottom:0;color:#757575;font-size:16px;font-weight:400;padding:0}.text-info .readMore{float:right}.text-info .readMore a{padding:6px 28px;font-weight:700;color:#fff;background:#2196f3;border:1px solid rgba(0,0,0,.1);display:block;text-transform:uppercase;border-radius:4px;box-sizing:border-box;position:relative;transition:all .3s}article header{float:left;width:100%}.latestPost{width:31.5316%;max-width:350px;float:left;margin-bottom:30px;margin-right:2.702%;box-sizing:border-box;box-shadow:0 1px 0 rgba(0,0,0,.03);overflow:hidden}.page-traditional .latestPost{width:100%;max-width:100%;margin-right:0;border:1px solid rgba(0,0,0,.1);padding:28px}.latestPost.last{margin-right:0}.latestPost:nth-of-type(3n+1){clear:left}.latestPost .title{display:block;margin-bottom:10px}.page-traditional .latestPost .title{margin-top:-6px}.latestPost .title a{display:block;font-size:16px;color:#555;font-weight:700}.latestPost .title a:hover{color:#8bc34a}.front-view-content{float:left;width:100%;clear:both}.page-traditional .front-view-content{margin-top:10px;opacity:1;transform:none;position:relative;left:auto;bottom:auto;padding:0;color:inherit}.page-traditional .front-view-content{margin-top:0}.latestPost header{padding:28px 30px;padding-bottom:12px;box-sizing:border-box;border:1px solid rgba(0,0,0,.1)}.page-traditional .latestPost header{border:0;padding:0}.page-traditional .latestPost header{overflow:hidden;float:none;width:auto}.latestPost .post-format-icons{position:absolute;width:30px;height:30px;display:block;border-radius:50%;background:#8bc34a;color:#fff;text-align:center;border:3px solid #fff!important;left:28px;bottom:-18px;line-height:30px;z-index:5;transition:box-shadow .2s;font-size:12px}.page-traditional .latestPost .post-format-icons{top:-18px;left:-18px}.latestPost .post-format-icons:after{top:0;left:0;padding:0;box-shadow:0 0 0 3px #fff;transition:transform .2s,opacity .2s}.latestPost .post-image:hover .post-format-icons:after{transform:scale(.85);opacity:.5}.latestPost .post-image:hover .post-format-icons{box-shadow:0 0 0 4px #1f8ae0;color:#fff;background:#2196f3}.latestPost .post-image:hover .post-format-icons{border-color:#fff}.latestPost-buttons{float:left;width:100%;clear:both;padding:19px 30px;box-sizing:border-box;text-transform:uppercase;font-weight:700;border:1px solid rgba(0,0,0,.1);border-top:0}.page-traditional .latestPost-buttons{border:0;padding:0;padding-top:20px}.page-traditional .latestPost-buttons{float:none;width:auto;clear:none}.latestPost .readMore a{padding:0 20px;display:inline-block;color:#fff;height:35px;background:#2196f3;border:1px solid rgba(0,0,0,.1);border-radius:4px;margin-right:10px;line-height:37px;position:relative}article img.alignleft,article img.left{margin:.3em 1.571em .5em 0;display:block;float:left}article img.right{margin:.3em 0 .5em 1.571em;display:block;float:right}article img.center{margin:.3em auto .9em;display:block}article ul{margin:1.5em 0 1.571em 2.5em;list-style-type:square}article ul ul{margin-top:0;margin-bottom:0}.widget_nav_menu .fa>a{padding-left:5px}.toggle-menu ul ul{display:none}.toggle-menu .toggle-menu-item-parent{position:relative}.toggle-menu .toggle-caret{position:absolute;top:0;right:0;text-align:center;cursor:pointer;line-height:inherit}.toggle-menu .toggle-caret .fa{width:20px;text-align:center;font-size:inherit;color:inherit;line-height:20px}.toggle-menu .active>.toggle-caret .fa:before{content:"\f068"}input,select,textarea{padding:8px 12px;font-size:14px;color:#666;border:1px solid rgba(0,0,0,.18);font-family:inherit}textarea{overflow:auto;resize:vertical}select{padding:6px 10px;border-color:#d8d8d8;width:100%}table{width:100%;text-align:left;margin-bottom:25px;border:1px solid #efefef}thead{background:#f7f8f9;font-size:14px;color:#585f65}table td,table th{padding:7px 15px;text-align:left}thead th{padding:14px}tbody th{font-weight:400;border-bottom:1px solid #efefef}.wp-block-columns{clear:both}.wp-block-latest-posts{clear:both}.wp-block-categories{margin:1.5em 0 1.571em 2.5em}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories li{margin-bottom:5px}#searchform{padding:0;float:left;clear:both;width:100%;position:relative;border:1px solid rgba(0,0,0,.18);box-sizing:border-box;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,.1)}.article #searchform{max-width:300px}#searchform fieldset{float:left}.sbutton{left:0;top:0;cursor:pointer;color:#fff;transition:all .25s linear;z-index:10;position:absolute;width:14%;height:35px;border:none;background-color:transparent}#searchform .fa-search{font-size:14px;text-align:center;color:rgba(0,0,0,.2);position:absolute;padding:0;width:40px;left:0;top:0;line-height:35px}#site-footer #searchform .fa-search{color:#757575}#s{width:86%;background-color:transparent;float:right;padding:0;text-indent:0;color:#555;border:none;box-sizing:border-box;height:35px;padding-right:10px;-webkit-appearance:none}#site-footer .widget #s{color:#757575}#site-header .widget #s{width:80%}::-webkit-input-placeholder{color:#d0d0d0}::-moz-placeholder{color:#d0d0d0}input:focus::-webkit-input-placeholder{color:transparent}input:focus:-moz-placeholder{color:transparent}textarea:focus::-webkit-input-placeholder{color:transparent}textarea:focus:-moz-placeholder{color:transparent}input::-webkit-input-speech-button{margin-right:14px;margin-left:4px;cursor:pointer}#searchform fieldset{width:100%}.blocker-notice{display:none;position:absolute;background:#fff4d2;box-shadow:0 0 10px #c7c7c7;border:2px dashed #ff5722;padding:30px;text-align:center;width:90%;left:5%;box-sizing:border-box;border-radius:5px;z-index:1;top:2%}.blocker-notice i{font-size:35px;width:50px;line-height:50px;border:3px solid #ff5722;color:#ff5722;margin-bottom:20px;border-radius:50%}.blocker-notice h4{font-size:28px}.blocker-notice p{font-size:17px}.blocker-notice .refresh-button{padding:7px 20px;background:#2196f3;color:#fff;border-radius:5px;display:inline-block}.blocker-enabled .blocker-notice{display:block}.blocker-enabled .popup .blocker-notice{position:fixed;max-width:610px;top:50%;left:50%;margin-top:-148px;margin-left:-305px;z-index:100}.blocker-enabled .blocker-overlay{position:fixed;height:100%;width:100%;top:0;z-index:100;background:rgba(0,0,0,.9)}.widget .blocker-notice i,.widget .blocker-notice>div{display:none}.widget .blocker-notice h4{font-size:20px;margin-bottom:5px}.widget .blocker-notice p{margin-top:0;font-size:14px;margin-bottom:0}.widget .blocker-notice p:empty{display:none}a.clickable-background{display:block;height:100%;width:100%;position:fixed;left:0;top:0;z-index:0;text-indent:-5000em}#sidebar p{line-height:20px}.sidebar.c-4-12{float:right;width:27.028%;line-height:20px;max-width:300px}.sidebar a{color:inherit;font-weight:700}.widget{margin-bottom:37px;float:left;clear:both;width:100%;overflow:hidden}.sidebar .widget h3{color:#252525;padding-bottom:10px;margin-bottom:30px;border-bottom:2px dotted #d1d1d1}.widget .title{font-weight:700;text-transform:uppercase;color:#545e68;font-size:12px}.widget li{list-style-type:none;margin-left:0;padding:7px 0;border-bottom:1px solid rgba(0,0,0,.1)}#site-footer .widget li{border-bottom-color:rgba(255,255,255,.1)}.widget li:first-of-type,.widget li:nth-of-type(2){padding-top:0}.widget.widget_recent_entries li:nth-of-type(2){padding-top:7px}.widget .menu li{width:100%;margin-right:0;border-bottom:none;padding:4px 0;cursor:pointer}.widget .menu li:first-child,.widget .menu li:nth-child(2){border-top:none}.widget .menu li:first-child{padding-top:0}#site-footer .widget li a{color:inherit}.widget_recent_entries li a{display:inline;text-transform:none}.widget li a:hover{color:#8bc34a}.widget li.active>.toggle-caret{color:#8bc34a}.widget.widget_nav_menu li:hover>.toggle-caret,.widget.widget_nav_menu li:hover>a{color:#8bc34a}.widget h3{font-size:20px;line-height:1;color:#fff;margin-bottom:27px}.widget h3 a{color:#fff}.sidebar .widget h3 a{color:#252525}.share-item{float:left;display:block;margin:0 8px 8px 0;width:32.6%;max-width:238px}.share-item a:hover{opacity:.8}.share-item:nth-of-type(3n+3){margin-right:0}.share-item iframe{max-width:none}#site-footer .sidebar .widget .title{font-size:135%;color:#d4d8db}#site-footer{overflow:hidden;clear:both;width:100%;float:left}.footer-widgets{overflow:hidden;width:100%;margin:0;background:#353535;padding:0 30px;padding-top:50px;box-sizing:border-box;float:left;box-shadow:0 1px 1px rgba(0,0,0,.2);padding-bottom:10px;border-top:1px solid rgba(0,0,0,.1)}.f-widget{width:28%;float:left;position:relative;margin-bottom:0;margin-right:8%}.widgets-num-3 .f-widget{width:31.53%;max-width:350px;margin-right:2.7%}.widgets-num-3 .f-widget:nth-child(3n){margin-right:0}.copyrights{float:left;width:100%;clear:both;padding:0 30px;box-sizing:border-box;background:#252526;font-size:14px;padding-top:24px;padding-bottom:23px;border-top:1px solid rgba(0,0,0,.1)}.copyrights a{font-weight:700}.copyrights .to-top{float:right}#copyright-note{width:100%;margin:0 auto;clear:both;max-width:100%}.postsby{margin-bottom:25px}.footer-header{width:100%;clear:both;float:left;background:#454545;padding:0 30px;box-sizing:border-box;box-shadow:0 1px 1px rgba(0,0,0,.15);min-height:110px;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center}.footer-header #logo{float:left;margin-bottom:0;font-size:28px}.to-top{float:right;position:relative}.toplink{float:right;display:inline-block;width:35px;line-height:35px;background:#353535;color:inherit;text-align:center;border:1px solid rgba(255,255,255,.3);box-shadow:0 1px 1px rgba(0,0,0,.3);border-radius:50%;margin-left:30px}.toplink i{color:inherit;font-weight:700}.toplink:hover{background:#8bc34a}.toplink:hover i{color:#fff!important}.tags{width:100%;float:left;margin-bottom:50px;font-weight:700}.tags a{padding:0 10px;line-height:28px;background-color:#fff;color:inherit;border:1px solid rgba(0,0,0,.18);display:inline-block;margin-left:2px;margin-right:2px;margin-bottom:10px;border-radius:4px}.tags a:hover{color:#fff}.tags a:first-child{margin-left:10px}.left{float:left}.right{float:right}.last{margin-right:0}input#email,input#url{width:100%;border:1px solid #d1d1d1;background:#fff;width:100%;box-sizing:border-box;height:37px;box-shadow:inset 0 1px 1px rgba(0,0,0,.1);border-radius:4px}input#email,input#url{transition:all .25s ease-in-out}.error{color:red}.fn{line-height:1.375em;width:auto;float:left;margin-bottom:0;font-size:16px}.fn a{color:#8bc34a;font-weight:700;font-size:15px}.avatar{float:left}.pagination{clear:both;overflow:hidden;float:left;width:100%;margin-bottom:10px;text-align:center;font-size:14px;font-weight:700;display:block!important}.pagination ul{list-style:none;margin:0}.pagination ul li{float:none;margin-bottom:5px;display:inline-block;margin-right:5px}.pagination a{color:#555;padding:0;text-transform:uppercase;width:37px;line-height:37px;display:inline-block;border-radius:4px;margin-bottom:10px}.pagination a:hover{color:#fff;background:#2196f3}.pagination a.next,.pagination a.prev{color:#fff!important;padding:0 28px;width:auto;border-radius:4px;border:1px solid rgba(0,0,0,.09);line-height:35px;box-shadow:0 2px 1px rgba(0,0,0,.1)}.pagination a.next{float:right}.pagination a.prev{float:left}#site-header .widget_search{overflow:visible;width:auto;clear:none;float:none;margin-bottom:0;-ms-flex:0.5;-webkit-box-flex:0.5;flex:0.5}#site-header #searchform{min-width:212px;width:auto;float:right}#site-footer #searchform{border-color:rgba(255,255,255,.18)}.ajax-search-box-open #s{border-bottom:1px solid #fff}.ajax-search-results-container{position:absolute;top:32px;left:-1px;width:100%;z-index:9;background:#fff;border:1px solid #d1d1d1;border-top:none}.ajax-search-results-container.loading:after{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(255,255,255,.8)}.pace-inactive{display:none}#load-posts{float:left;width:100%;display:block;clear:both;text-align:center;margin-bottom:20px;overflow:hidden}#load-posts a{width:auto;display:inline-block;background:#2196f3;border:1px solid rgba(0,0,0,.1);color:#fff;padding:0 20px;border-radius:4px;position:relative;line-height:37px}#load-posts a i{margin-right:5px}@keyframes scale{0%{transform:scale(1);opacity:1}45%{transform:scale(.1);opacity:.7}80%{transform:scale(1);opacity:1}}.ball-pulse{clear:both;text-align:center;margin:10px 0}.ball-pulse>div:nth-child(){animation:.75s cubic-bezier(.2,.68,.18,1.08) -.36s infinite scale}.ball-pulse>div:first-child{animation:.75s cubic-bezier(.2,.68,.18,1.08) -.24s infinite scale}.ball-pulse>div:nth-child(2){animation:.75s cubic-bezier(.2,.68,.18,1.08) -.12s infinite scale}.ball-pulse>div:nth-child(3){animation:.75s cubic-bezier(.2,.68,.18,1.08) infinite scale}.ball-pulse>div{background-color:#2196f3;width:10px;height:10px;border-radius:100%;margin:1px;animation-fill-mode:both;display:inline-block}.ie #header,.ie .footer-header{height:110px}.ie .navigation-wrap,.ie .text-info{height:60px}body{background-color:#fff;background-image:url(https://thenavitech.com/wp-content/themes/mts_sense/images/nobg.png)}.text-info{background-color:#efefef;background-image:url(https://thenavitech.com/wp-content/themes/mts_sense/images/pattern14.png)}#header,.navigation.mobile-menu-wrapper{background-color:#252525;background-image:url(https://thenavitech.com/wp-content/themes/mts_sense/images/nobg.png)}.navigation ul ul,.navigation-wrap,.navigation.mobile-menu-wrapper{background-color:#fff;background-image:url(https://thenavitech.com/wp-content/themes/mts_sense/images/nobg.png)}.navigation ul ul:before{border-bottom-color:#fff}.footer-header,.toplink{background-color:#454545;background-image:url(https://thenavitech.com/wp-content/themes/mts_sense/images/nobg.png)}.footer-widgets{background-color:#353535;background-image:url(https://thenavitech.com/wp-content/themes/mts_sense/images/nobg.png)}.copyrights{background-color:#252526;background-image:url(https://thenavitech.com/wp-content/themes/mts_sense/images/nobg.png)}.navigation-banner{background-color:#373b3d}#load-posts a,.ball-pulse>div,.featured-thumbnail,.latestPost .post-image:hover .post-format-icons,.latestPost .readMore a,.pagination a.next,.pagination a.prev,.pagination a:hover{background-color:#2196f3}.text-info .text{color:#4de21f}.text-info .readMore a{background-color:#2196f3}#site-header #primary-navigation a:hover,#site-header .navigation ul.menu>li:hover>a,a{color:#2196f3}.latestPost .readMore a,.pagination a.next,.pagination a.prev{border-color:#2196f3}.latestPost .post-image:hover .post-format-icons{box-shadow:0 0 0 4px #2196f3}#load-posts a:active,#load-posts a:focus,#load-posts a:hover,.blocker-notice .refresh-button,.latestPost .post-format-icons,.latestPost .readMore a:active,.latestPost .readMore a:focus,.latestPost .readMore a:hover,.pagination a.next:hover,.pagination a.prev:hover,.tags a:active,.tags a:focus,.tags a:hover,.text-info .readMore a:active,.text-info .readMore a:focus,.text-info .readMore a:hover,.toplink:hover,body .owl-next,body .owl-prev{background-color:#8bc34a;border-color:#8bc34a;color:#fff}.copyrights .to-top a:hover,.latestPost .title a:hover,.widget li.active>.toggle-caret,.widget.widget_nav_menu li:hover>.toggle-caret,.widget.widget_nav_menu li:hover>a,a:not(.wp-block-button .wp-block-button__link):hover{color:#8bc34a}.widget li a:hover{color:#8bc34a!important}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-controls .owl-dot,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel .owl-refresh .owl-item{display:none}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.owl-carousel .owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img{transform-style:preserve-3d;-webkit-backface-visibility:hidden}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url("https://thenavitech.com/wp-content/themes/mts_sense/css/owl.video.play.png") no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:scale .1s ease}.owl-carousel .owl-video-play-icon:hover{transition:scale(1.3, 1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon{display:none}.owl-carousel .owl-video-frame{position:relative;z-index:1}.owl-dots{position:absolute;bottom:8%;right:3%;text-align:center;box-sizing:border-box}.owl-controls .owl-dot{display:inline-block;margin:0 2px;zoom:1}.owl-controls .owl-dot span{display:block;width:11px;height:11px;background-color:#a5a5a5;cursor:pointer;border-radius:2px}.owl-controls .owl-dot.active span,.owl-controls .owl-dot:hover span{background-color:#fff}.owl-next,.owl-prev{position:absolute;display:inline-block;top:50%;margin-top:-18px;text-align:center;font-size:28px;width:36px;line-height:36px;color:#fff;border-radius:3px;background-color:#444}.owl-prev{left:3%}.owl-next{right:3%}.owl-next:hover,.owl-prev:hover{background-color:#d3d3d3;color:#000}.owl-nav .fa{line-height:36px}.owl-controls .disabled{display:none!important}.slider-container img[src=""]{display:none!important}.slider-container.loading:before{content:"Loading Slider...";font-size:20px;font-weight:700;margin:0;display:block;position:relative;text-align:center;text-transform:uppercase;padding-top:30px;padding-bottom:85px}.primary-slider{float:left;margin-bottom:35px}.primary-slider-container.loading img{display:none!important}.primary-slider-container.loading img.slide-first-img{display:block!important}.primary-slider-container img[src=""]{display:none!important}html{overflow-x:hidden}.main-container{max-width:100%}@media screen and (max-width:1180px){#page,.copyrights,.footer-header{padding-left:2%;padding-right:2%}#header,.footer-widgets,.navigation-wrap,.text-info{padding-left:2%;padding-right:2%}}@media screen and (max-width:1070px){.page-traditional .article{width:66%!important}.sidebar.c-4-12{width:30%!important}}@media screen and (max-width:960px){img{max-width:100%;height:auto!important}input#email,input#url{max-width:100%}}@media screen and (max-width:865px){.navigation{width:100%;border:none;display:none}.navigation .menu .fa>a,.navigation .menu a{color:#d1d1d1!important;background:0 0}.navigation .menu{display:block!important;float:none;background:0 0;margin-bottom:45px}.navigation ul ul{visibility:visible!important;opacity:1!important;position:relative;left:0!important;border:0;width:100%;margin-top:0!important;padding:0!important;background:0 0}.navigation ul li li{background:0 0;border:0}.navigation ul ul:before{display:none}.navigation ul ul li:first-child{border-top:1px solid rgba(255,255,255,.15)}#navigation{height:auto}#navigation li,.navigation ul li li{width:100%!important;float:left;position:relative}.navigation ul li:after{display:none}.navigation ul li:before{display:none}#navigation li a{border-bottom:1px solid rgba(0,0,0,.2)!important;width:100%!important;box-sizing:border-box}#navigation a{text-align:left;width:100%;text-indent:25px}#primary-navigation a#pull{display:block;width:100%;position:relative;text-transform:uppercase}#primary-navigation a#pull:before{content:"\f0c9";display:inline-block;position:relative;margin-right:8px;font-family:FontAwesome;line-height:1}.main-container{position:relative;left:0;transition:left .5s ease}.mobile-menu-active .main-container{left:300px;transition:left .5s ease}.navigation.mobile-menu-wrapper{display:block;position:fixed;top:0;left:-300px;width:300px;height:100%;border-right:1px solid rgba(255,255,255,.15);overflow:auto;transition:left .5s ease;-webkit-backface-visibility:hidden;box-sizing:border-box}.mobile-menu-active .navigation.mobile-menu-wrapper{left:0;z-index:1111}.navigation ul li{width:100%;display:block;border-bottom:1px solid rgba(255,255,255,.15)!important}.navigation ul ul li:last-child{border-bottom:0!important}.navigation ul li:hover{background:0 0}.navigation ul li a,.navigation ul ul a{padding:9px 0;width:100%;border:none;padding-right:0!important;padding-left:20px!important;box-sizing:border-box}.navigation ul ul{position:static;width:100%;border:none}.navigation ul ul li{background:0 0;width:100%}.navigation i{display:inline;margin-right:0}.navigation ul ul a{padding:9px 30px!important;width:100%!important}.navigation ul ul ul a{padding:9px 40px!important}.navigation ul ul ul ul a{padding:9px 36px!important}.navigation .toggle-caret{display:block;width:42px;height:42px;line-height:42px;color:#d1d1d1;border-left:1px solid rgba(255,255,255,.15);font-size:15px}.navigation ul li a:before{content:''}#mobile-menu-overlay{position:fixed;width:100%;height:100%;top:0;left:0;z-index:999;cursor:pointer;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;background:rgba(0,0,0,.5)}html.noscroll{position:fixed;overflow-y:scroll;width:100%}.widgets-num-3 .f-widget{width:47%;max-width:100%;margin-right:6%}.widgets-num-3 .f-widget:nth-of-type(2n){margin-right:0}.page-traditional .front-view-content{max-height:96px}}@media screen and (max-width:760px){.latestPost{width:48%;margin-right:4%}.latestPost.last{margin-right:4%!important}.latestPost:nth-of-type(2n){margin-right:0!important}.rtl .latestPost:nth-of-type(2n){margin-left:0!important}.latestPost:nth-of-type(3n+1),.rtl .latestPost:nth-of-type(3n+1){clear:none}.rtl .latestPost:nth-of-type(3n+3){margin-left:2.702%;margin-right:0!important}}@media screen and (max-width:728px){#header,.footer-header{display:block;position:relative;padding-bottom:1px;overflow:hidden}.ie #header,.ie .footer-header{height:100%}#header h1,#header h2,.site-description{float:none!important;text-align:center;width:100%;max-width:100%;padding:0}.site-description{margin-top:0}#logo{margin-bottom:0}#logo a,#logo img{float:none!important;letter-spacing:0}.logo-wrap{width:100%;display:block;padding-top:25px;text-align:center;-ms-flex:inherit;flex:inherit}.footer-header #logo{float:none}.footer-social{width:100%;text-align:center;display:block;margin-top:20px;padding-bottom:32px;-ms-flex:inherit;flex:inherit}.toplink{position:absolute;right:2%;top:50%;margin-top:-18px}}@media screen and (max-width:720px){.page-traditional .article{width:100%!important}.sidebar.c-4-12{float:none!important;width:100%!important;padding-left:0;padding-right:0;margin:0 auto;clear:both;padding-top:20px}.blocker-enabled .popup .blocker-notice{margin-left:-45%;max-width:90%}.blocker-notice h4{font-size:22px}}@media screen and (max-width:600px){.featured-thumbnail img{width:100%}html #wpadminbar{position:fixed}}@media screen and (max-width:550px){.sbutton{float:right}.widgets-num-3 .f-widget{width:100%;margin-right:0;float:none;margin-left:auto;margin-right:auto}}@media screen and (max-width:480px){.latestPost,.rtl .latestPost:nth-of-type(2n),.rtl .latestPost:nth-of-type(3n+3){width:100%!important;float:none!important;margin-left:auto!important;margin-right:auto!important}.latestPost.last{margin-right:auto!important}.latestPost:nth-of-type(2n){margin-right:auto!important}#navigation{border-bottom:0}.navigation{margin-top:0;margin-bottom:0}.page-traditional .post-image-left{width:100%;max-width:100%;max-height:200px;overflow:hidden;margin-right:0;margin-bottom:20px}.page-traditional .latestPost header{float:left}.text-info{text-align:center!important;display:block}.text-info .text{width:100%;flex:initial;margin:10px 0}.text-info .readMore{clear:both;float:none!important;margin-bottom:10px;display:inline-block}.ie .text-info{height:100%}.copyrights{text-align:center}.copyrights .to-top{float:none}.top{width:100%}}@media screen and (max-width:400px){article header{overflow:hidden}}@media screen and (max-width:320px){.latestPost{float:none;width:100%!important}#navigation li{display:block;float:none;width:100%}#navigation li a{border-bottom:1px solid #576979}}@font-face{font-display:swap;font-family:FontAwesome;src:url('https://thenavitech.com/wp-content/themes/mts_sense/fonts/fontawesome-webfont.eot');src:url('https://thenavitech.com/wp-content/themes/mts_sense/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),url('https://thenavitech.com/wp-content/themes/mts_sense/fonts/fontawesome-webfont.woff2') format('woff2'),url('https://thenavitech.com/wp-content/themes/mts_sense/fonts/fontawesome-webfont.woff') format('woff'),url('https://thenavitech.com/wp-content/themes/mts_sense/fonts/fontawesome-webfont.ttf') format('truetype'),url('https://thenavitech.com/wp-content/themes/mts_sense/fonts/fontawesome-webfont.svg') format('svg');font-weight:400;font-style:normal}.fa{display:inline-block;font:14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-search:before{content:"\f002"}.fa-thumb-tack:before{content:"\f08d"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-google-plus:before{content:"\f0d5"}.fa-angle-up:before{content:"\f106"}.fa-exclamation:before{content:"\f12a"}:root{--swiper-theme-color:#007aff}:root{--swiper-navigation-size:44px}:root{--jp-carousel-primary-color:#fff;--jp-carousel-primary-subtle-color:#999;--jp-carousel-bg-color:#000;--jp-carousel-bg-faded-color:#222;--jp-carousel-border-color:#3a3a3a}:root{--jetpack--contact-form--border:1px solid #8c8f94;--jetpack--contact-form--border-color:#8c8f94;--jetpack--contact-form--border-size:1px;--jetpack--contact-form--border-style:solid;--jetpack--contact-form--border-radius:0px;--jetpack--contact-form--input-padding:16px;--jetpack--contact-form--font-size:16px}:where(.contact-form input[type=text],.contact-form input[type=email],.contact-form input[type=tel],.contact-form input[type=url],.contact-form textarea){border:1px solid #8c8f94;border-radius:0;box-sizing:border-box;font:inherit;padding:16px;width:100%}:where(.contact-form textarea){height:200px}#jp-relatedposts .jp-relatedposts-items{clear:left}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;float:left;margin:0 0 1em;width:33%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4){clear:both}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a{text-decoration:underline}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover{-moz-opacity:1;opacity:1}#jp-relatedposts .jp-relatedposts-items p{font-size:14px;line-height:20px;margin:0}#jp-relatedposts .jp-relatedposts-items p{margin-bottom:0}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a{font-size:inherit;font-weight:400;-moz-opacity:1;opacity:1;text-decoration:none}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover{text-decoration:underline}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span{display:block;max-width:90%;overflow:hidden;text-overflow:ellipsis}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img{height:auto;max-width:100%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{opacity:.6}@media only screen and (max-width:640px){#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{width:50%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n){clear:left}}@media only screen and (max-width:320px){#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{clear:both;margin:0 0 1em;width:100%}}img#wpstats{display:none}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Roboto Slab';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/robotoslab/v25/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoa4Omb2Rj.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}#logo{font-family:'Roboto Slab';font-weight:700;font-size:28px;color:#fff}#primary-navigation a{font-family:Roboto;font-weight:700;font-size:13px;color:#757575;text-transform:uppercase}.latestPost .title a{font-family:'Roboto Slab';font-weight:700;font-size:16px;color:#555}body{font-family:Roboto;font-weight:400;font-size:14px;color:#757575}.sidebar .widget h3{font-family:'Roboto Slab';font-weight:700;font-size:20px;color:#252525}.sidebar .widget{font-family:Roboto;font-weight:400;font-size:14px;color:#555}#site-footer .widget h3{font-family:'Roboto Slab';font-weight:700;font-size:20px;color:#fff}#site-footer{font-family:Roboto;font-weight:700;font-size:14px;color:#757575}h1{font-family:'Roboto Slab';font-weight:700;font-size:28px;color:#252525}h2{font-family:'Roboto Slab';font-weight:700;font-size:24px;color:#252525}h3{font-family:'Roboto Slab';font-weight:700;font-size:22px;color:#252525}h4{font-family:'Roboto Slab';font-weight:700;font-size:20px;color:#252525}.wp-block-columns.wp-container-2{flex-wrap:nowrap}</style>
<meta name='robots' content='max-image-preview:large' />
<!-- Jetpack Site Verification Tags -->
<meta name="msvalidate.01" content="FC2D6D3952734446749DDB38E5869AD1" />
<meta name="p:domain_verify" content="63aa314c7073b0cb236c48167195c13c" />
<meta name="yandex-verification" content="bdb3cdbb3c54df31" />
<meta name="facebook-domain-verification" content="old8icu33m2cj701a89ulx90n1804q" />
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">document.documentElement.className = document.documentElement.className.replace( /\bno-js\b/,'js' );</script><link rel='dns-prefetch' href='//www.googletagmanager.com' />
<link rel='dns-prefetch' href='//stats.wp.com' />
<link rel='dns-prefetch' href='//pagead2.googlesyndication.com' />

<link rel="alternate" type="application/rss+xml" title="Thenavitech &raquo; Feed" href="https://thenavitech.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="Thenavitech &raquo; Comments Feed" href="https://thenavitech.com/comments/feed/" />
<link rel="alternate" type="application/rss+xml" title="Thenavitech &raquo; on-shared-birthday-ar-ameen-posts-throwback-with-dad-ar-rahman Tag Feed" href="https://thenavitech.com/tag/on-shared-birthday-ar-ameen-posts-throwback-with-dad-ar-rahman/feed/" />
<link rel="alternate" type="application/rss+xml" title="Thenavitech &raquo; Stories Feed" href="https://thenavitech.com/web-stories/feed/"><style type="text/css"></style>
	
<style id='wp-block-library-inline-css' type='text/css'></style>

<style id='ce4wp-subscribe-style-inline-css' type='text/css'></style>



<style id='global-styles-inline-css' type='text/css'></style>

<style id='flexible-table-block-inline-css' type='text/css'></style>


<style id='ez-toc-inline-css' type='text/css'></style>


<style id='ad-sense-stylesheet-inline-css' type='text/css'></style>



<style id='rocket-lazyload-inline-css' type='text/css'>
.rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player:focus-within{outline: 2px solid currentColor;outline-offset: 5px;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:url(https://thenavitech.com/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;}
</style>

<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://thenavitech.com/wp-includes/js/jquery/jquery.min.js' id='jquery-core-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://thenavitech.com/wp-includes/js/jquery/jquery-migrate.min.js' id='jquery-migrate-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://thenavitech.com/wp-content/plugins/sheets-to-wp-table-live-sync/assets/public/common/datatables/tables/js/jquery.datatables.min.js' id='GSWPTS-frontend-table-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://thenavitech.com/wp-content/plugins/sheets-to-wp-table-live-sync/assets/public/common/datatables/tables/js/datatables.semanticui.min.js' id='GSWPTS-frontend-semantic-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='ez-toc-scroll-scriptjs-js-after'>window.addEventListener('DOMContentLoaded', function() {
jQuery(document).ready(function(){document.querySelectorAll(".ez-toc-section").forEach(t=>{t.setAttribute("ez-toc-data-id","#"+decodeURI(t.getAttribute("id")))}),jQuery("a.ez-toc-link").click(function(){let t=jQuery(this).attr("href"),e=jQuery("#wpadminbar"),i=0;30>30&&(i=30),e.length&&(i+=e.height()),jQuery('[ez-toc-data-id="'+decodeURI(t)+'"]').length>0&&(i=jQuery('[ez-toc-data-id="'+decodeURI(t)+'"]').offset().top-i),jQuery("html, body").animate({scrollTop:i},500)})});
});</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' async="async" src='https://thenavitech.com/wp-content/cache/min/1/wp-content/themes/mts_sense/js/ads.js?ver=1686304826' id='AdBlockerDetector-js'></script>

<!-- Google Analytics snippet added by Site Kit -->
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://www.googletagmanager.com/gtag/js?id=UA-117459454-2' id='google_gtagjs-js' async></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='google_gtagjs-js-after'>
window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}
gtag('set', 'linker', {"domains":["thenavitech.com"]} );
gtag("js", new Date());
gtag("set", "developer_id.dZTNiMT", true);
gtag("config", "UA-117459454-2", {"anonymize_ip":true});
gtag("config", "G-VXKS7JY45K");
</script>

<!-- End Google Analytics snippet added by Site Kit -->
<link rel="https://api.w.org/" href="https://thenavitech.com/wp-json/" /><link rel="alternate" type="application/json" href="https://thenavitech.com/wp-json/wp/v2/tags/179" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://thenavitech.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://thenavitech.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 6.1.3" />
<meta name="generator" content="Site Kit by Google 1.92.0" /><script type="rocketlazyloadscript" data-rocket-type="text/javascript">//<![CDATA[
  function external_links_in_new_windows_loop() {
    if (!document.links) {
      document.links = document.getElementsByTagName('a');
    }
    var change_link = false;
    var force = '';
    var ignore = '';

    for (var t=0; t<document.links.length; t++) {
      var all_links = document.links[t];
      change_link = false;
      
      if(document.links[t].hasAttribute('onClick') == false) {
        // forced if the address starts with http (or also https), but does not link to the current domain
        if(all_links.href.search(/^http/) != -1 && all_links.href.search('thenavitech.com') == -1 && all_links.href.search(/^#/) == -1) {
          // console.log('Changed ' + all_links.href);
          change_link = true;
        }
          
        if(force != '' && all_links.href.search(force) != -1) {
          // forced
          // console.log('force ' + all_links.href);
          change_link = true;
        }
        
        if(ignore != '' && all_links.href.search(ignore) != -1) {
          // console.log('ignore ' + all_links.href);
          // ignored
          change_link = false;
        }

        if(change_link == true) {
          // console.log('Changed ' + all_links.href);
          document.links[t].setAttribute('onClick', 'javascript:window.open(\'' + all_links.href.replace(/'/g, '') + '\', \'_blank\', \'noopener\'); return false;');
          document.links[t].removeAttribute('target');
        }
      }
    }
  }
  
  // Load
  function external_links_in_new_windows_load(func)
  {  
    var oldonload = window.onload;
    if (typeof window.onload != 'function'){
      window.onload = func;
    } else {
      window.onload = function(){
        oldonload();
        func();
      }
    }
  }

  external_links_in_new_windows_load(external_links_in_new_windows_loop);
  //]]></script>

	<style></style>
		
<style type="text/css"></style>

<!-- Google AdSense snippet added by Site Kit -->
<meta name="google-adsense-platform-account" content="ca-host-pub-2644536267352236">
<meta name="google-adsense-platform-domain" content="sitekit.withgoogle.com">
<!-- End Google AdSense snippet added by Site Kit -->
<meta name="description" content="Posts about on-shared-birthday-ar-ameen-posts-throwback-with-dad-ar-rahman written by Admin" />

<!-- Google AdSense snippet added by Site Kit -->
<script type="rocketlazyloadscript" async="async" src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1040315034500878&amp;host=ca-host-pub-2644536267352236" crossorigin="anonymous" data-rocket-type="text/javascript"></script>

<!-- End Google AdSense snippet added by Site Kit -->

<!-- Jetpack Open Graph Tags -->
<meta property="og:type" content="website" />
<meta property="og:title" content="on-shared-birthday-ar-ameen-posts-throwback-with-dad-ar-rahman &#8211; Thenavitech" />
<meta property="og:url" content="https://thenavitech.com/tag/on-shared-birthday-ar-ameen-posts-throwback-with-dad-ar-rahman/" />
<meta property="og:site_name" content="Thenavitech" />
<meta property="og:image" content="https://thenavitech.com/wp-content/uploads/2023/01/cropped-flc_design2022080961580-1.png" />
<meta property="og:image:width" content="512" />
<meta property="og:image:height" content="512" />
<meta property="og:image:alt" content="" />
<meta property="og:locale" content="en_US" />
<meta name="twitter:creator" content="@Naveenkrishna85" />
<meta name="twitter:site" content="@Naveenkrishna85" />

<!-- End Jetpack Open Graph Tags -->
<link rel="icon" href="https://thenavitech.com/wp-content/uploads/2023/01/cropped-flc_design2022080961580-1-32x32.png" sizes="32x32" />
<link rel="icon" href="https://thenavitech.com/wp-content/uploads/2023/01/cropped-flc_design2022080961580-1-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://thenavitech.com/wp-content/uploads/2023/01/cropped-flc_design2022080961580-1-180x180.png" />
<meta name="msapplication-TileImage" content="https://thenavitech.com/wp-content/uploads/2023/01/cropped-flc_design2022080961580-1-270x270.png" />
<noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript></head>
<body id="blog" class="archive tag tag-on-shared-birthday-ar-ameen-posts-throwback-with-dad-ar-rahman tag-179 main">
			<a href="https://thenavitech.com/" class="clickable-background" ></a>
		<div class="main-container blocker-enabled-check popup">
		<header id="site-header" role="banner" itemscope itemtype="http://schema.org/WPHeader">
	  		<div class="container">	
	  			<div id="header">
					<div class="logo-wrap">
																					<h2 id="logo" class="text-logo" itemprop="headline">
									<a href="https://thenavitech.com">Thenavitech</a>
								</h2><!-- END #logo -->
														<div class="site-description" itemprop="description">
								JACKPOT+KL-GUESSING- WINNING+KL JACKPOT GUESSING NUMBER+KERALA LOTTERY ABC GUESSING NUMBER TODAY-dear lottery result guessing							</div>
											</div>
											<div class="header-banner">
							<div style="width:728px; height:90px; float:right; max-width: 100%;">
								<script type="rocketlazyloadscript" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1040315034500878"
     crossorigin="anonymous"></script>
<!-- head1 -->
<ins class="adsbygoogle"
     style="display:block"
     data-ad-client="ca-pub-1040315034500878"
     data-ad-slot="3949298383"
     data-ad-format="auto"
     data-full-width-responsive="true"></ins>
<script type="rocketlazyloadscript">
     (adsbygoogle = window.adsbygoogle || []).push({});
</script>							</div>
						</div>
									</div><!--#header-->
												<div class="navigation-wrap">
						 				   					<div id="primary-navigation" role="navigation" itemscope itemtype="http://schema.org/SiteNavigationElement">
			  				<a href="#" id="pull" class="toggle-mobile-menu">Menu</a>
			  				<nav class="navigation clearfix mobile-menu-wrapper">
																	<ul id="menu-menu-head" class="menu clearfix"><li id="menu-item-225" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-225"><a href="https://thenavitech.com">Home</a></li>
<li id="menu-item-226" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-226"><a href="https://thenavitech.com/category/trending-news/">TRENDING NEWS</a></li>
<li id="menu-item-227" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-227"><a href="https://thenavitech.com/category/kerala-lottery/">Kerala Lottery</a>
<ul class="sub-menu">
	<li id="menu-item-230" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-230"><a href="https://thenavitech.com/category/lottery/">lottery</a></li>
</ul>
</li>
<li id="menu-item-228" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-228"><a href="https://thenavitech.com/category/latest-news/">LATEST NEWS</a>
<ul class="sub-menu">
	<li id="menu-item-231" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-231"><a href="https://thenavitech.com/category/actress/">Actress</a></li>
</ul>
</li>
<li id="menu-item-229" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-229"><a href="https://thenavitech.com/category/tech/">tech</a></li>
<li id="menu-item-232" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-232"><a href="https://thenavitech.com/category/health/">HEALTH</a></li>
<li id="menu-item-233" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-233"><a href="https://thenavitech.com/category/sports/">Sports</a></li>
</ul>															</nav>
		   				</div>
		  					  									<div id="search-6" class="widget widget_search">
							<form method="get" id="searchform" class="search-form" action="https://thenavitech.com" _lpchecked="1">
	<fieldset>
		<input type="search" name="s" id="s" value="" autocomplete="off" />
		<i id="search-image" class="sbutton fa fa-search"></i>
	</fieldset>
</form>
						</div><!-- END #search-6 -->
		  								</div>
										<div class="navigation-banner">
					<div style="width:728px; height:15px;">
						<script type="rocketlazyloadscript" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1040315034500878"
     crossorigin="anonymous"></script>
<!-- head1 -->
<ins class="adsbygoogle"
     style="display:block"
     data-ad-client="ca-pub-1040315034500878"
     data-ad-slot="3949298383"
     data-ad-format="auto"
     data-full-width-responsive="true"></ins>
<script type="rocketlazyloadscript">
     (adsbygoogle = window.adsbygoogle || []).push({});
</script>					</div>
				</div>
										<div class="text-info">
					<h3 class="text">Join Our Telegram </h3>
											<div class="readMore">
							<a href="https://t.me/keralalotteryguess" title="Join Our Telegram ">Join Our Telegram </a>
						</div>
				    
				</div>
						</div>
		</header>
<div id="page" class="page-featuredblog">
	<div class="article">
		<div id="content_box">
			<h1 class="postsby">
				<span>Tag: <span>on-shared-birthday-ar-ameen-posts-throwback-with-dad-ar-rahman</span></span>
			</h1>
			<p></p>
							<div class='code-block code-block-16' style='margin: 8px 0; clear: both;'>
<script type="rocketlazyloadscript" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1040315034500878"
     crossorigin="anonymous"></script>
<ins class="adsbygoogle"
     style="display:block; text-align:center;"
     data-ad-layout="in-article"
     data-ad-format="fluid"
     data-ad-client="ca-pub-1040315034500878"
     data-ad-slot="8967558485"></ins>
<script type="rocketlazyloadscript">
     (adsbygoogle = window.adsbygoogle || []).push({});
</script></div>
					<article class="latestPost excerpt ">
						
		<a href="https://thenavitech.com/on-shared-birthday-ar-ameen-posts-throwback-with-dad-ar-rahman/06/18/naveenkrishna-85/trending-news/01/2023/4825/" title="On Shared Birthday, AR Ameen Posts Throwback With Dad AR Rahman" class="post-image post-image-left">
			<div class="post-format-icons"><i class="fa fa-thumb-tack"></i></div><div class="featured-thumbnail "><img width="244" height="142" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20244%20142'%3E%3C/svg%3E" class="attachment-ad-sense-featuredblog size-ad-sense-featuredblog wp-post-image" alt="" decoding="async" title="" data-lazy-src="https://thenavitech.com/wp-content/uploads/2023/01/7teu1rro_ar-rahman_625x300_06_January_23-244x142.jpg" /><noscript><img width="244" height="142" src="https://thenavitech.com/wp-content/uploads/2023/01/7teu1rro_ar-rahman_625x300_06_January_23-244x142.jpg" class="attachment-ad-sense-featuredblog size-ad-sense-featuredblog wp-post-image" alt="" decoding="async" title="" /></noscript>									<div class="front-view-content">AR Ameen with dad AR Rahman. (courtesy: arameen) New Delhi: Singer and music&nbsp;&hellip;</div>
					<style></style>
				</div>					</a>
		<header>
						<h2 class="title front-view-title"><a href="https://thenavitech.com/on-shared-birthday-ar-ameen-posts-throwback-with-dad-ar-rahman/06/18/naveenkrishna-85/trending-news/01/2023/4825/" title="On Shared Birthday, AR Ameen Posts Throwback With Dad AR Rahman">On Shared Birthday, AR Ameen Posts Throwback With Dad AR Rahman</a></h2>
					</header>
							</article><!--.post excerpt-->
																			</div>
	</div>
		<aside id="sidebar" class="sidebar c-4-12 mts-sidebar-sidebar" role="complementary" itemscope itemtype="http://schema.org/WPSideBar">
		<div id="block-15" class="widget widget_block">
<div class="is-layout-flex wp-container-2 wp-block-columns">
<div class="is-layout-flow wp-block-column has-black-color has-text-color" style="flex-basis:100%"><ul class="wp-block-latest-posts__list has-dates has-author wp-block-latest-posts"><li><a class="wp-block-latest-posts__post-title" href="https://thenavitech.com/%e0%ae%95%e0%ae%a3%e0%af%8d%e0%ae%a3%e0%af%81-%e0%ae%95%e0%af%82%e0%ae%9a%e0%af%81%e0%ae%a4%e0%af%87-%e0%ae%95%e0%ae%b5%e0%ae%b0%e0%af%8d%e0%ae%9a%e0%af%8d%e0%ae%9a-9/14/22/naveenkrishna-85/latest-news/07/2023/57947/">“கண்ணு கூசுதே..” – கவர்ச்சி உடையில்.. இளசுகளை கட்டி இழுக்கும் வாணி போஜன்..! – வைரல் போட்டோஸ்..!</a><div class="wp-block-latest-posts__post-author">by Admin</div><time datetime="2023-07-14T22:03:24+05:30" class="wp-block-latest-posts__post-date">07/14/2023</time><div class="wp-block-latest-posts__post-excerpt">சின்னத்திரை நயன்தாரா என ரசிகர்களால் அழைக்கப்படுபவர் வாணிபோஜன் (Vani Bhojan) நயன்தாரா அளவுக்கு, சின்னத்திரை ரசிகர்களின் மனதை இவர் வென்றெடுக்க காரணம், இவரது அழகான </div></li>
<li><a class="wp-block-latest-posts__post-title" href="https://thenavitech.com/%e0%ae%95%e0%ae%a3%e0%af%8d%e0%ae%a3%e0%af%81-%e0%ae%95%e0%af%82%e0%ae%9a%e0%af%81%e0%ae%a4%e0%af%87-%e0%ae%95%e0%ae%b5%e0%ae%b0%e0%af%8d%e0%ae%9a%e0%af%8d%e0%ae%9a-8/14/22/naveenkrishna-85/latest-news/07/2023/57887/">“கண்ணு கூசுதே..” – கவர்ச்சி உடையில்.. இளசுகளை கட்டி இழுக்கும் வாணி போஜன்..! – வைரல் போட்டோஸ்..!</a><div class="wp-block-latest-posts__post-author">by Admin</div><time datetime="2023-07-14T22:03:24+05:30" class="wp-block-latest-posts__post-date">07/14/2023</time><div class="wp-block-latest-posts__post-excerpt">சின்னத்திரை நயன்தாரா என ரசிகர்களால் அழைக்கப்படுபவர் வாணிபோஜன் (Vani Bhojan) நயன்தாரா அளவுக்கு, சின்னத்திரை ரசிகர்களின் மனதை இவர் வென்றெடுக்க காரணம், இவரது அழகான </div></li>
<li><a class="wp-block-latest-posts__post-title" href="https://thenavitech.com/%e0%ae%95%e0%ae%a3%e0%af%8d%e0%ae%a3%e0%af%81-%e0%ae%95%e0%af%82%e0%ae%9a%e0%af%81%e0%ae%a4%e0%af%87-%e0%ae%95%e0%ae%b5%e0%ae%b0%e0%af%8d%e0%ae%9a%e0%af%8d%e0%ae%9a-7/14/22/naveenkrishna-85/latest-news/07/2023/57825/">“கண்ணு கூசுதே..” – கவர்ச்சி உடையில்.. இளசுகளை கட்டி இழுக்கும் வாணி போஜன்..! – வைரல் போட்டோஸ்..!</a><div class="wp-block-latest-posts__post-author">by Admin</div><time datetime="2023-07-14T22:03:24+05:30" class="wp-block-latest-posts__post-date">07/14/2023</time><div class="wp-block-latest-posts__post-excerpt">சின்னத்திரை நயன்தாரா என ரசிகர்களால் அழைக்கப்படுபவர் வாணிபோஜன் (Vani Bhojan) நயன்தாரா அளவுக்கு, சின்னத்திரை ரசிகர்களின் மனதை இவர் வென்றெடுக்க காரணம், இவரது அழகான </div></li>
<li><a class="wp-block-latest-posts__post-title" href="https://thenavitech.com/%e0%ae%95%e0%ae%a3%e0%af%8d%e0%ae%a3%e0%af%81-%e0%ae%95%e0%af%82%e0%ae%9a%e0%af%81%e0%ae%a4%e0%af%87-%e0%ae%95%e0%ae%b5%e0%ae%b0%e0%af%8d%e0%ae%9a%e0%af%8d%e0%ae%9a-6/14/22/naveenkrishna-85/latest-news/07/2023/57763/">“கண்ணு கூசுதே..” – கவர்ச்சி உடையில்.. இளசுகளை கட்டி இழுக்கும் வாணி போஜன்..! – வைரல் போட்டோஸ்..!</a><div class="wp-block-latest-posts__post-author">by Admin</div><time datetime="2023-07-14T22:03:24+05:30" class="wp-block-latest-posts__post-date">07/14/2023</time><div class="wp-block-latest-posts__post-excerpt">சின்னத்திரை நயன்தாரா என ரசிகர்களால் அழைக்கப்படுபவர் வாணிபோஜன் (Vani Bhojan) நயன்தாரா அளவுக்கு, சின்னத்திரை ரசிகர்களின் மனதை இவர் வென்றெடுக்க காரணம், இவரது அழகான </div></li>
<li><a class="wp-block-latest-posts__post-title" href="https://thenavitech.com/%e0%ae%95%e0%ae%a3%e0%af%8d%e0%ae%a3%e0%af%81-%e0%ae%95%e0%af%82%e0%ae%9a%e0%af%81%e0%ae%a4%e0%af%87-%e0%ae%95%e0%ae%b5%e0%ae%b0%e0%af%8d%e0%ae%9a%e0%af%8d%e0%ae%9a-5/14/22/naveenkrishna-85/latest-news/07/2023/57707/">“கண்ணு கூசுதே..” – கவர்ச்சி உடையில்.. இளசுகளை கட்டி இழுக்கும் வாணி போஜன்..! – வைரல் போட்டோஸ்..!</a><div class="wp-block-latest-posts__post-author">by Admin</div><time datetime="2023-07-14T22:03:24+05:30" class="wp-block-latest-posts__post-date">07/14/2023</time><div class="wp-block-latest-posts__post-excerpt">சின்னத்திரை நயன்தாரா என ரசிகர்களால் அழைக்கப்படுபவர் வாணிபோஜன் (Vani Bhojan) நயன்தாரா அளவுக்கு, சின்னத்திரை ரசிகர்களின் மனதை இவர் வென்றெடுக்க காரணம், இவரது அழகான </div></li>
<li><a class="wp-block-latest-posts__post-title" href="https://thenavitech.com/%e0%ae%95%e0%ae%a3%e0%af%8d%e0%ae%a3%e0%af%81-%e0%ae%95%e0%af%82%e0%ae%9a%e0%af%81%e0%ae%a4%e0%af%87-%e0%ae%95%e0%ae%b5%e0%ae%b0%e0%af%8d%e0%ae%9a%e0%af%8d%e0%ae%9a-4/14/22/naveenkrishna-85/latest-news/07/2023/57647/">“கண்ணு கூசுதே..” – கவர்ச்சி உடையில்.. இளசுகளை கட்டி இழுக்கும் வாணி போஜன்..! – வைரல் போட்டோஸ்..!</a><div class="wp-block-latest-posts__post-author">by Admin</div><time datetime="2023-07-14T22:03:24+05:30" class="wp-block-latest-posts__post-date">07/14/2023</time><div class="wp-block-latest-posts__post-excerpt">சின்னத்திரை நயன்தாரா என ரசிகர்களால் அழைக்கப்படுபவர் வாணிபோஜன் (Vani Bhojan) நயன்தாரா அளவுக்கு, சின்னத்திரை ரசிகர்களின் மனதை இவர் வென்றெடுக்க காரணம், இவரது அழகான </div></li>
<li><a class="wp-block-latest-posts__post-title" href="https://thenavitech.com/%e0%ae%95%e0%ae%a3%e0%af%8d%e0%ae%a3%e0%af%81-%e0%ae%95%e0%af%82%e0%ae%9a%e0%af%81%e0%ae%a4%e0%af%87-%e0%ae%95%e0%ae%b5%e0%ae%b0%e0%af%8d%e0%ae%9a%e0%af%8d%e0%ae%9a-3/14/22/naveenkrishna-85/latest-news/07/2023/57589/">“கண்ணு கூசுதே..” – கவர்ச்சி உடையில்.. இளசுகளை கட்டி இழுக்கும் வாணி போஜன்..! – வைரல் போட்டோஸ்..!</a><div class="wp-block-latest-posts__post-author">by Admin</div><time datetime="2023-07-14T22:03:24+05:30" class="wp-block-latest-posts__post-date">07/14/2023</time><div class="wp-block-latest-posts__post-excerpt">சின்னத்திரை நயன்தாரா என ரசிகர்களால் அழைக்கப்படுபவர் வாணிபோஜன் (Vani Bhojan) நயன்தாரா அளவுக்கு, சின்னத்திரை ரசிகர்களின் மனதை இவர் வென்றெடுக்க காரணம், இவரது அழகான </div></li>
<li><a class="wp-block-latest-posts__post-title" href="https://thenavitech.com/%e0%ae%95%e0%ae%a3%e0%af%8d%e0%ae%a3%e0%af%81-%e0%ae%95%e0%af%82%e0%ae%9a%e0%af%81%e0%ae%a4%e0%af%87-%e0%ae%95%e0%ae%b5%e0%ae%b0%e0%af%8d%e0%ae%9a%e0%af%8d%e0%ae%9a-2/14/22/naveenkrishna-85/latest-news/07/2023/57533/">“கண்ணு கூசுதே..” – கவர்ச்சி உடையில்.. இளசுகளை கட்டி இழுக்கும் வாணி போஜன்..! – வைரல் போட்டோஸ்..!</a><div class="wp-block-latest-posts__post-author">by Admin</div><time datetime="2023-07-14T22:03:24+05:30" class="wp-block-latest-posts__post-date">07/14/2023</time><div class="wp-block-latest-posts__post-excerpt">சின்னத்திரை நயன்தாரா என ரசிகர்களால் அழைக்கப்படுபவர் வாணிபோஜன் (Vani Bhojan) நயன்தாரா அளவுக்கு, சின்னத்திரை ரசிகர்களின் மனதை இவர் வென்றெடுக்க காரணம், இவரது அழகான </div></li>
<li><a class="wp-block-latest-posts__post-title" href="https://thenavitech.com/%e0%ae%95%e0%ae%a3%e0%af%8d%e0%ae%a3%e0%af%81-%e0%ae%95%e0%af%82%e0%ae%9a%e0%af%81%e0%ae%a4%e0%af%87-%e0%ae%95%e0%ae%b5%e0%ae%b0%e0%af%8d%e0%ae%9a%e0%af%8d%e0%ae%9a/14/22/naveenkrishna-85/latest-news/07/2023/57475/">“கண்ணு கூசுதே..” – கவர்ச்சி உடையில்.. இளசுகளை கட்டி இழுக்கும் வாணி போஜன்..! – வைரல் போட்டோஸ்..!</a><div class="wp-block-latest-posts__post-author">by Admin</div><time datetime="2023-07-14T22:03:24+05:30" class="wp-block-latest-posts__post-date">07/14/2023</time><div class="wp-block-latest-posts__post-excerpt">சின்னத்திரை நயன்தாரா என ரசிகர்களால் அழைக்கப்படுபவர் வாணிபோஜன் (Vani Bhojan) நயன்தாரா அளவுக்கு, சின்னத்திரை ரசிகர்களின் மனதை இவர் வென்றெடுக்க காரணம், இவரது அழகான </div></li>
<li><a class="wp-block-latest-posts__post-title" href="https://thenavitech.com/%e0%ae%95%e0%ae%be%e0%ae%b2%e0%af%88-%e0%ae%95%e0%af%80%e0%ae%b4-%e0%ae%aa%e0%af%8b%e0%ae%9f%e0%af%81%e0%ae%ae%e0%ae%be-%e0%ae%8e%e0%ae%b2%e0%af%8d%e0%ae%b2%e0%ae%be%e0%ae%ae%e0%af%87-%e0%ae%a4/14/21/naveenkrishna-85/latest-news/07/2023/57417/">காலை கீழ போடுமா.. எல்லாமே தெரியுது.. பிரியா பவானி ஷங்கரா இது..? – வாயை பிளந்த ரசிகர்கள்..!</a><div class="wp-block-latest-posts__post-author">by Admin</div><time datetime="2023-07-14T21:22:20+05:30" class="wp-block-latest-posts__post-date">07/14/2023</time><div class="wp-block-latest-posts__post-excerpt">நடிகை பிரியா பவானி ஷங்கர் ( Priya Bhavani Shankar ) வெளியிட்டுள்ள சமீபத்திய புகைப்படங்கள் இணையத்தை கலக்கி வருகின்றது. இந்த புகைப்படங்களை பார்த்த </div></li>
<li><a class="wp-block-latest-posts__post-title" href="https://thenavitech.com/%e0%ae%ae%e0%ae%be%e0%ae%b5%e0%af%80%e0%ae%b0%e0%ae%a9%e0%af%8d-%e0%ae%a4%e0%ae%bf%e0%ae%b0%e0%af%88%e0%ae%b5%e0%ae%bf%e0%ae%ae%e0%ae%b0%e0%af%8d%e0%ae%9a%e0%ae%a9%e0%ae%ae%e0%af%8d/14/19/naveenkrishna-85/latest-news/07/2023/57357/">மாவீரன் – திரைவிமர்சனம்..! – TAMIZHAKAM</a><div class="wp-block-latest-posts__post-author">by Admin</div><time datetime="2023-07-14T19:50:42+05:30" class="wp-block-latest-posts__post-date">07/14/2023</time><div class="wp-block-latest-posts__post-excerpt">நடிகர் சிவகார்த்திகேயன் நடிப்பில் இயக்குனர் மடோன் அஸ்வின் இயக்கத்தில் இன்று வெளியாகி இருக்கக்கூடிய திரைப்படம் மாவீரன் இந்த திரைப்படத்தில் நடிகர்கள் அதிதி சங்கர் மிஷ்கின் </div></li>
<li><a class="wp-block-latest-posts__post-title" href="https://thenavitech.com/%e0%ae%9c%e0%af%82%e0%ae%ae%e0%af%8d-%e0%ae%aa%e0%ae%a3%e0%af%8d%e0%ae%a3%e0%ae%be%e0%ae%a4%e0%af%80%e0%ae%99%e0%af%8d%e0%ae%95-%e0%ae%a8%e0%ae%be%e0%ae%a9%e0%af%87-%e0%ae%95%e0%ae%be%e0%ae%9f/14/18/naveenkrishna-85/latest-news/07/2023/57303/">ஜூம் பண்ணாதீங்க நானே காட்றேன் சினிமா நடிகைகளை ஓரம் கட்டும் சீரியல் நடிகை சம்யுக்தா</a><div class="wp-block-latest-posts__post-author">by Admin</div><time datetime="2023-07-14T18:56:44+05:30" class="wp-block-latest-posts__post-date">07/14/2023</time><div class="wp-block-latest-posts__post-excerpt">சீரியல் நடித்ததன் மூலம் கூட ரசிகர் குடும்பத்தில் பெரிதாக பிரபலமாகாத நடிகை சம்யுக்தா திருமணமாகி இரண்டே மாதத்தில் தன்னுடைய கணவரை பிரிந்தது மட்டுமல்லாமல் அவர் </div></li>
<li><a class="wp-block-latest-posts__post-title" href="https://thenavitech.com/%e0%ae%a8%e0%ae%9f%e0%ae%bf%e0%ae%95%e0%ae%b0%e0%af%8d%e0%ae%95%e0%ae%b3%e0%af%81%e0%ae%9f%e0%ae%a9%e0%af%8d-%e0%ae%a4%e0%ae%be%e0%ae%b0%e0%ae%be%e0%ae%b3%e0%ae%ae%e0%af%8d/14/17/naveenkrishna-85/latest-news/07/2023/57248/">“நடிகர்களுடன் தாராளம்..” – பணமழையில் பிரபல தொகுப்பாளினி..! – ஓ இதான் மேட்டாரா..?</a><div class="wp-block-latest-posts__post-author">by Admin</div><time datetime="2023-07-14T17:50:37+05:30" class="wp-block-latest-posts__post-date">07/14/2023</time><div class="wp-block-latest-posts__post-excerpt">சமீப காலமாக இணைய பக்கங்களிலும் திரைப்படம் சார்ந்த விழாக்களிலும் அந்த தொகுப்பாளினியை அடிக்கடி பார்க்க முடிகிறது. எந்த திரைப்படத்தின் நிகழ்ச்சியாக இருந்தாலும் அந்த தொகுப்பாளனி </div></li>
<li><a class="wp-block-latest-posts__post-title" href="https://thenavitech.com/zoom-%e0%ae%aa%e0%ae%a3%e0%af%8d%e0%ae%a3%e0%ae%bf-%e0%ae%aa%e0%ae%be%e0%ae%a4%e0%ae%b5%e0%ae%99%e0%af%8d%e0%ae%95%e0%ae%b3%e0%ae%be%e0%ae%ae%e0%af%8d-%e0%ae%af%e0%ae%be%e0%ae%b0%e0%af%81-3/14/15/naveenkrishna-85/latest-news/07/2023/57191/">Zoom பண்ணி பாதவங்களாம் யாரு..? – டூ பீஸ் நீச்சல் உடையில் ஆண்ட்ரியா..! – ஜொள்ளு விடும் ரசிகர்கள்..!</a><div class="wp-block-latest-posts__post-author">by Admin</div><time datetime="2023-07-14T15:01:02+05:30" class="wp-block-latest-posts__post-date">07/14/2023</time><div class="wp-block-latest-posts__post-excerpt">ஆண்ட்ரியா,(Andrea) தமிழ் சினிமாவில் நல்ல நடிகையாக தன்னை அடையாளப்படுத்திக் கொண்டவர் ஆண்ட்ரியா ஜெரெமையா. இவர் நடிகை மட்டுமல்ல, நல்ல பின்னணி பாடகி. பல முக்கிய </div></li>
</ul>

<ul class="wp-block-latest-posts__list is-grid columns-3 has-dates wp-block-latest-posts"><li><a class="wp-block-latest-posts__post-title" href="https://thenavitech.com/%e0%ae%95%e0%ae%a3%e0%af%8d%e0%ae%a3%e0%af%81-%e0%ae%95%e0%af%82%e0%ae%9a%e0%af%81%e0%ae%a4%e0%af%87-%e0%ae%95%e0%ae%b5%e0%ae%b0%e0%af%8d%e0%ae%9a%e0%af%8d%e0%ae%9a-9/14/22/naveenkrishna-85/latest-news/07/2023/57947/">“கண்ணு கூசுதே..” – கவர்ச்சி உடையில்.. இளசுகளை கட்டி இழுக்கும் வாணி போஜன்..! – வைரல் போட்டோஸ்..!</a><time datetime="2023-07-14T22:03:24+05:30" class="wp-block-latest-posts__post-date">07/14/2023</time><div class="wp-block-latest-posts__post-excerpt">சின்னத்திரை நயன்தாரா என ரசிகர்களால் அழைக்கப்படுபவர் வாணிபோஜன் (Vani Bhojan) நயன்தாரா அளவுக்கு, சின்னத்திரை ரசிகர்களின் மனதை இவர் வென்றெடுக்க </div></li>
<li><a class="wp-block-latest-posts__post-title" href="https://thenavitech.com/%e0%ae%95%e0%ae%a3%e0%af%8d%e0%ae%a3%e0%af%81-%e0%ae%95%e0%af%82%e0%ae%9a%e0%af%81%e0%ae%a4%e0%af%87-%e0%ae%95%e0%ae%b5%e0%ae%b0%e0%af%8d%e0%ae%9a%e0%af%8d%e0%ae%9a-8/14/22/naveenkrishna-85/latest-news/07/2023/57887/">“கண்ணு கூசுதே..” – கவர்ச்சி உடையில்.. இளசுகளை கட்டி இழுக்கும் வாணி போஜன்..! – வைரல் போட்டோஸ்..!</a><time datetime="2023-07-14T22:03:24+05:30" class="wp-block-latest-posts__post-date">07/14/2023</time><div class="wp-block-latest-posts__post-excerpt">சின்னத்திரை நயன்தாரா என ரசிகர்களால் அழைக்கப்படுபவர் வாணிபோஜன் (Vani Bhojan) நயன்தாரா அளவுக்கு, சின்னத்திரை ரசிகர்களின் மனதை இவர் வென்றெடுக்க </div></li>
<li><a class="wp-block-latest-posts__post-title" href="https://thenavitech.com/%e0%ae%95%e0%ae%a3%e0%af%8d%e0%ae%a3%e0%af%81-%e0%ae%95%e0%af%82%e0%ae%9a%e0%af%81%e0%ae%a4%e0%af%87-%e0%ae%95%e0%ae%b5%e0%ae%b0%e0%af%8d%e0%ae%9a%e0%af%8d%e0%ae%9a-7/14/22/naveenkrishna-85/latest-news/07/2023/57825/">“கண்ணு கூசுதே..” – கவர்ச்சி உடையில்.. இளசுகளை கட்டி இழுக்கும் வாணி போஜன்..! – வைரல் போட்டோஸ்..!</a><time datetime="2023-07-14T22:03:24+05:30" class="wp-block-latest-posts__post-date">07/14/2023</time><div class="wp-block-latest-posts__post-excerpt">சின்னத்திரை நயன்தாரா என ரசிகர்களால் அழைக்கப்படுபவர் வாணிபோஜன் (Vani Bhojan) நயன்தாரா அளவுக்கு, சின்னத்திரை ரசிகர்களின் மனதை இவர் வென்றெடுக்க </div></li>
<li><a class="wp-block-latest-posts__post-title" href="https://thenavitech.com/%e0%ae%95%e0%ae%a3%e0%af%8d%e0%ae%a3%e0%af%81-%e0%ae%95%e0%af%82%e0%ae%9a%e0%af%81%e0%ae%a4%e0%af%87-%e0%ae%95%e0%ae%b5%e0%ae%b0%e0%af%8d%e0%ae%9a%e0%af%8d%e0%ae%9a-6/14/22/naveenkrishna-85/latest-news/07/2023/57763/">“கண்ணு கூசுதே..” – கவர்ச்சி உடையில்.. இளசுகளை கட்டி இழுக்கும் வாணி போஜன்..! – வைரல் போட்டோஸ்..!</a><time datetime="2023-07-14T22:03:24+05:30" class="wp-block-latest-posts__post-date">07/14/2023</time><div class="wp-block-latest-posts__post-excerpt">சின்னத்திரை நயன்தாரா என ரசிகர்களால் அழைக்கப்படுபவர் வாணிபோஜன் (Vani Bhojan) நயன்தாரா அளவுக்கு, சின்னத்திரை ரசிகர்களின் மனதை இவர் வென்றெடுக்க </div></li>
<li><a class="wp-block-latest-posts__post-title" href="https://thenavitech.com/%e0%ae%95%e0%ae%a3%e0%af%8d%e0%ae%a3%e0%af%81-%e0%ae%95%e0%af%82%e0%ae%9a%e0%af%81%e0%ae%a4%e0%af%87-%e0%ae%95%e0%ae%b5%e0%ae%b0%e0%af%8d%e0%ae%9a%e0%af%8d%e0%ae%9a-5/14/22/naveenkrishna-85/latest-news/07/2023/57707/">“கண்ணு கூசுதே..” – கவர்ச்சி உடையில்.. இளசுகளை கட்டி இழுக்கும் வாணி போஜன்..! – வைரல் போட்டோஸ்..!</a><time datetime="2023-07-14T22:03:24+05:30" class="wp-block-latest-posts__post-date">07/14/2023</time><div class="wp-block-latest-posts__post-excerpt">சின்னத்திரை நயன்தாரா என ரசிகர்களால் அழைக்கப்படுபவர் வாணிபோஜன் (Vani Bhojan) நயன்தாரா அளவுக்கு, சின்னத்திரை ரசிகர்களின் மனதை இவர் வென்றெடுக்க </div></li>
<li><a class="wp-block-latest-posts__post-title" href="https://thenavitech.com/%e0%ae%95%e0%ae%a3%e0%af%8d%e0%ae%a3%e0%af%81-%e0%ae%95%e0%af%82%e0%ae%9a%e0%af%81%e0%ae%a4%e0%af%87-%e0%ae%95%e0%ae%b5%e0%ae%b0%e0%af%8d%e0%ae%9a%e0%af%8d%e0%ae%9a-4/14/22/naveenkrishna-85/latest-news/07/2023/57647/">“கண்ணு கூசுதே..” – கவர்ச்சி உடையில்.. இளசுகளை கட்டி இழுக்கும் வாணி போஜன்..! – வைரல் போட்டோஸ்..!</a><time datetime="2023-07-14T22:03:24+05:30" class="wp-block-latest-posts__post-date">07/14/2023</time><div class="wp-block-latest-posts__post-excerpt">சின்னத்திரை நயன்தாரா என ரசிகர்களால் அழைக்கப்படுபவர் வாணிபோஜன் (Vani Bhojan) நயன்தாரா அளவுக்கு, சின்னத்திரை ரசிகர்களின் மனதை இவர் வென்றெடுக்க </div></li>
<li><a class="wp-block-latest-posts__post-title" href="https://thenavitech.com/%e0%ae%95%e0%ae%a3%e0%af%8d%e0%ae%a3%e0%af%81-%e0%ae%95%e0%af%82%e0%ae%9a%e0%af%81%e0%ae%a4%e0%af%87-%e0%ae%95%e0%ae%b5%e0%ae%b0%e0%af%8d%e0%ae%9a%e0%af%8d%e0%ae%9a-3/14/22/naveenkrishna-85/latest-news/07/2023/57589/">“கண்ணு கூசுதே..” – கவர்ச்சி உடையில்.. இளசுகளை கட்டி இழுக்கும் வாணி போஜன்..! – வைரல் போட்டோஸ்..!</a><time datetime="2023-07-14T22:03:24+05:30" class="wp-block-latest-posts__post-date">07/14/2023</time><div class="wp-block-latest-posts__post-excerpt">சின்னத்திரை நயன்தாரா என ரசிகர்களால் அழைக்கப்படுபவர் வாணிபோஜன் (Vani Bhojan) நயன்தாரா அளவுக்கு, சின்னத்திரை ரசிகர்களின் மனதை இவர் வென்றெடுக்க </div></li>
<li><a class="wp-block-latest-posts__post-title" href="https://thenavitech.com/%e0%ae%95%e0%ae%a3%e0%af%8d%e0%ae%a3%e0%af%81-%e0%ae%95%e0%af%82%e0%ae%9a%e0%af%81%e0%ae%a4%e0%af%87-%e0%ae%95%e0%ae%b5%e0%ae%b0%e0%af%8d%e0%ae%9a%e0%af%8d%e0%ae%9a-2/14/22/naveenkrishna-85/latest-news/07/2023/57533/">“கண்ணு கூசுதே..” – கவர்ச்சி உடையில்.. இளசுகளை கட்டி இழுக்கும் வாணி போஜன்..! – வைரல் போட்டோஸ்..!</a><time datetime="2023-07-14T22:03:24+05:30" class="wp-block-latest-posts__post-date">07/14/2023</time><div class="wp-block-latest-posts__post-excerpt">சின்னத்திரை நயன்தாரா என ரசிகர்களால் அழைக்கப்படுபவர் வாணிபோஜன் (Vani Bhojan) நயன்தாரா அளவுக்கு, சின்னத்திரை ரசிகர்களின் மனதை இவர் வென்றெடுக்க </div></li>
<li><a class="wp-block-latest-posts__post-title" href="https://thenavitech.com/%e0%ae%95%e0%ae%a3%e0%af%8d%e0%ae%a3%e0%af%81-%e0%ae%95%e0%af%82%e0%ae%9a%e0%af%81%e0%ae%a4%e0%af%87-%e0%ae%95%e0%ae%b5%e0%ae%b0%e0%af%8d%e0%ae%9a%e0%af%8d%e0%ae%9a/14/22/naveenkrishna-85/latest-news/07/2023/57475/">“கண்ணு கூசுதே..” – கவர்ச்சி உடையில்.. இளசுகளை கட்டி இழுக்கும் வாணி போஜன்..! – வைரல் போட்டோஸ்..!</a><time datetime="2023-07-14T22:03:24+05:30" class="wp-block-latest-posts__post-date">07/14/2023</time><div class="wp-block-latest-posts__post-excerpt">சின்னத்திரை நயன்தாரா என ரசிகர்களால் அழைக்கப்படுபவர் வாணிபோஜன் (Vani Bhojan) நயன்தாரா அளவுக்கு, சின்னத்திரை ரசிகர்களின் மனதை இவர் வென்றெடுக்க </div></li>
</ul></div>
</div>
</div><div id="block-6" class="widget widget_block">
<div class="is-layout-constrained wp-block-group"><div class="wp-block-group__inner-container">
<h2>Categories</h2>


<ul class="wp-block-categories-list wp-block-categories">	<li class="cat-item cat-item-14"><a href="https://thenavitech.com/category/actress/">Actress</a> (109)
</li>
	<li class="cat-item cat-item-19"><a href="https://thenavitech.com/category/cricket/">cricket</a> (5)
</li>
	<li class="cat-item cat-item-16"><a href="https://thenavitech.com/category/dear-lottery/">Dear lottery</a> (6)
</li>
	<li class="cat-item cat-item-34"><a href="https://thenavitech.com/category/movie/dubbed-movies/">Dubbed Movies</a> (5)
</li>
	<li class="cat-item cat-item-11"><a href="https://thenavitech.com/category/health/">HEALTH</a> (18)
</li>
	<li class="cat-item cat-item-4"><a href="https://thenavitech.com/category/international/">International</a> (2,671)
</li>
	<li class="cat-item cat-item-6"><a href="https://thenavitech.com/category/investment/">Investment</a> (25)
</li>
	<li class="cat-item cat-item-21"><a href="https://thenavitech.com/category/jobs/">Jobs</a> (29)
</li>
	<li class="cat-item cat-item-3"><a href="https://thenavitech.com/category/kerala-lottery/">Kerala Lottery</a> (1,106)
</li>
	<li class="cat-item cat-item-10"><a href="https://thenavitech.com/category/latest-news/">LATEST NEWS</a> (2,591)
</li>
	<li class="cat-item cat-item-17"><a href="https://thenavitech.com/category/lottery/">lottery</a> (20)
</li>
	<li class="cat-item cat-item-12"><a href="https://thenavitech.com/category/movie/">Movie</a> (10,065)
</li>
	<li class="cat-item cat-item-22"><a href="https://thenavitech.com/category/new-delhi-kolkata/">New Delhi/Kolkata:</a> (8)
</li>
	<li class="cat-item cat-item-15"><a href="https://thenavitech.com/category/sports/">Sports</a> (10)
</li>
	<li class="cat-item cat-item-9"><a href="https://thenavitech.com/category/tamil-nadu/">Tamil Nadu</a> (10)
</li>
	<li class="cat-item cat-item-20"><a href="https://thenavitech.com/category/tamilrockers/">TAMILROCKERS</a> (16)
</li>
	<li class="cat-item cat-item-13"><a href="https://thenavitech.com/category/tamizhakam-%e0%ae%9a%e0%ae%bf%e0%ae%a9%e0%ae%bf%e0%ae%ae%e0%ae%be-%e0%ae%9a%e0%af%86%e0%ae%af%e0%af%8d%e0%ae%a4%e0%ae%bf%e0%ae%95%e0%ae%b3%e0%af%8d/">Tamizhakam | சினிமா செய்திகள்</a> (4)
</li>
	<li class="cat-item cat-item-5"><a href="https://thenavitech.com/category/tech/">tech</a> (2,277)
</li>
	<li class="cat-item cat-item-7"><a href="https://thenavitech.com/category/trending-news/">TRENDING NEWS</a> (154)
</li>
	<li class="cat-item cat-item-1"><a href="https://thenavitech.com/category/uncategorized/">Uncategorized</a> (1)
</li>
	<li class="cat-item cat-item-18"><a href="https://thenavitech.com/category/us/">US</a> (4)
</li>
	<li class="cat-item cat-item-8"><a href="https://thenavitech.com/category/viral-news/">viral news</a> (4,129)
</li>
</ul></div></div>
</div><div id="block-20" class="widget widget_block widget_recent_entries"><ul class="wp-block-latest-posts__list is-grid columns-2 wp-block-latest-posts"><li><a class="wp-block-latest-posts__post-title" href="https://thenavitech.com/%e0%ae%95%e0%ae%a3%e0%af%8d%e0%ae%a3%e0%af%81-%e0%ae%95%e0%af%82%e0%ae%9a%e0%af%81%e0%ae%a4%e0%af%87-%e0%ae%95%e0%ae%b5%e0%ae%b0%e0%af%8d%e0%ae%9a%e0%af%8d%e0%ae%9a-9/14/22/naveenkrishna-85/latest-news/07/2023/57947/">“கண்ணு கூசுதே..” – கவர்ச்சி உடையில்.. இளசுகளை கட்டி இழுக்கும் வாணி போஜன்..! – வைரல் போட்டோஸ்..!</a><div class="wp-block-latest-posts__post-excerpt">சின்னத்திரை நயன்தாரா என ரசிகர்களால் அழைக்கப்படுபவர் வாணிபோஜன் (Vani Bhojan) நயன்தாரா அளவுக்கு, சின்னத்திரை ரசிகர்களின் மனதை இவர் வென்றெடுக்க </div></li>
<li><a class="wp-block-latest-posts__post-title" href="https://thenavitech.com/%e0%ae%95%e0%ae%a3%e0%af%8d%e0%ae%a3%e0%af%81-%e0%ae%95%e0%af%82%e0%ae%9a%e0%af%81%e0%ae%a4%e0%af%87-%e0%ae%95%e0%ae%b5%e0%ae%b0%e0%af%8d%e0%ae%9a%e0%af%8d%e0%ae%9a-8/14/22/naveenkrishna-85/latest-news/07/2023/57887/">“கண்ணு கூசுதே..” – கவர்ச்சி உடையில்.. இளசுகளை கட்டி இழுக்கும் வாணி போஜன்..! – வைரல் போட்டோஸ்..!</a><div class="wp-block-latest-posts__post-excerpt">சின்னத்திரை நயன்தாரா என ரசிகர்களால் அழைக்கப்படுபவர் வாணிபோஜன் (Vani Bhojan) நயன்தாரா அளவுக்கு, சின்னத்திரை ரசிகர்களின் மனதை இவர் வென்றெடுக்க </div></li>
<li><a class="wp-block-latest-posts__post-title" href="https://thenavitech.com/%e0%ae%95%e0%ae%a3%e0%af%8d%e0%ae%a3%e0%af%81-%e0%ae%95%e0%af%82%e0%ae%9a%e0%af%81%e0%ae%a4%e0%af%87-%e0%ae%95%e0%ae%b5%e0%ae%b0%e0%af%8d%e0%ae%9a%e0%af%8d%e0%ae%9a-7/14/22/naveenkrishna-85/latest-news/07/2023/57825/">“கண்ணு கூசுதே..” – கவர்ச்சி உடையில்.. இளசுகளை கட்டி இழுக்கும் வாணி போஜன்..! – வைரல் போட்டோஸ்..!</a><div class="wp-block-latest-posts__post-excerpt">சின்னத்திரை நயன்தாரா என ரசிகர்களால் அழைக்கப்படுபவர் வாணிபோஜன் (Vani Bhojan) நயன்தாரா அளவுக்கு, சின்னத்திரை ரசிகர்களின் மனதை இவர் வென்றெடுக்க </div></li>
<li><a class="wp-block-latest-posts__post-title" href="https://thenavitech.com/%e0%ae%95%e0%ae%a3%e0%af%8d%e0%ae%a3%e0%af%81-%e0%ae%95%e0%af%82%e0%ae%9a%e0%af%81%e0%ae%a4%e0%af%87-%e0%ae%95%e0%ae%b5%e0%ae%b0%e0%af%8d%e0%ae%9a%e0%af%8d%e0%ae%9a-6/14/22/naveenkrishna-85/latest-news/07/2023/57763/">“கண்ணு கூசுதே..” – கவர்ச்சி உடையில்.. இளசுகளை கட்டி இழுக்கும் வாணி போஜன்..! – வைரல் போட்டோஸ்..!</a><div class="wp-block-latest-posts__post-excerpt">சின்னத்திரை நயன்தாரா என ரசிகர்களால் அழைக்கப்படுபவர் வாணிபோஜன் (Vani Bhojan) நயன்தாரா அளவுக்கு, சின்னத்திரை ரசிகர்களின் மனதை இவர் வென்றெடுக்க </div></li>
<li><a class="wp-block-latest-posts__post-title" href="https://thenavitech.com/%e0%ae%95%e0%ae%a3%e0%af%8d%e0%ae%a3%e0%af%81-%e0%ae%95%e0%af%82%e0%ae%9a%e0%af%81%e0%ae%a4%e0%af%87-%e0%ae%95%e0%ae%b5%e0%ae%b0%e0%af%8d%e0%ae%9a%e0%af%8d%e0%ae%9a-5/14/22/naveenkrishna-85/latest-news/07/2023/57707/">“கண்ணு கூசுதே..” – கவர்ச்சி உடையில்.. இளசுகளை கட்டி இழுக்கும் வாணி போஜன்..! – வைரல் போட்டோஸ்..!</a><div class="wp-block-latest-posts__post-excerpt">சின்னத்திரை நயன்தாரா என ரசிகர்களால் அழைக்கப்படுபவர் வாணிபோஜன் (Vani Bhojan) நயன்தாரா அளவுக்கு, சின்னத்திரை ரசிகர்களின் மனதை இவர் வென்றெடுக்க </div></li>
<li><a class="wp-block-latest-posts__post-title" href="https://thenavitech.com/%e0%ae%95%e0%ae%a3%e0%af%8d%e0%ae%a3%e0%af%81-%e0%ae%95%e0%af%82%e0%ae%9a%e0%af%81%e0%ae%a4%e0%af%87-%e0%ae%95%e0%ae%b5%e0%ae%b0%e0%af%8d%e0%ae%9a%e0%af%8d%e0%ae%9a-4/14/22/naveenkrishna-85/latest-news/07/2023/57647/">“கண்ணு கூசுதே..” – கவர்ச்சி உடையில்.. இளசுகளை கட்டி இழுக்கும் வாணி போஜன்..! – வைரல் போட்டோஸ்..!</a><div class="wp-block-latest-posts__post-excerpt">சின்னத்திரை நயன்தாரா என ரசிகர்களால் அழைக்கப்படுபவர் வாணிபோஜன் (Vani Bhojan) நயன்தாரா அளவுக்கு, சின்னத்திரை ரசிகர்களின் மனதை இவர் வென்றெடுக்க </div></li>
</ul></div><div id="nav_menu-2" class="widget widget_nav_menu"><h3 class="widget-title">About Navitech</h3><div class="menu-about-navitech-container"><ul id="menu-about-navitech" class="menu"><li id="menu-item-221" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-221"><a href="https://thenavitech.com/disclaimer-for-navitech/">Disclaimer for Navitech</a></li>
<li id="menu-item-222" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-222"><a href="https://thenavitech.com/privacy-policy-for-navitech/">Privacy Policy for Navitech</a></li>
<li id="menu-item-223" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-223"><a href="https://thenavitech.com/about/">About</a></li>
<li id="menu-item-235" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-235"><a href="https://thenavitech.com">Home</a></li>
<li id="menu-item-5064" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-5064"><a href="https://thenavitech.com/">Jackpot+Kl-Guessing-  lottery Winning</a></li>
</ul></div></div>	</aside><!--#sidebar-->
	</div><!--#page-->
	<footer id="site-footer" role="contentinfo" itemscope itemtype="http://schema.org/WPFooter">
		<div class="container">
			<div class="footer-header">
				<div class="logo-wrap">
																		<h4 id="logo" class="text-logo" itemprop="headline">
								<a href="https://thenavitech.com">Thenavitech</a>
							</h4><!-- END #logo -->
												<div class="site-description" itemprop="description">
							JACKPOT+KL-GUESSING- WINNING+KL JACKPOT GUESSING NUMBER+KERALA LOTTERY ABC GUESSING NUMBER TODAY-dear lottery result guessing						</div>
									</div>
									 <div class="footer-social">
					  					   						<a style="background-color: #5d82d1" href="#" class="footer-facebook"><span class="fa fa-facebook"></span></a>
					   					  					   						<a style="background-color: #40bff5" href="#" class="footer-twitter"><span class="fa fa-twitter"></span></a>
					   					  					   						<a style="background-color: #eb5e4c" href="#" class="footer-google-plus"><span class="fa fa-google-plus"></span></a>
					   					  					 </div>
								<a href="#blog" class="toplink"><i class="fa fa-angle-up"></i></a>
		</div><!--.footer-header-->
							<div class="footer-widgets first-footer-widgets widgets-num-3">
									<div class="f-widget f-widget-1">
											</div>
										<div class="f-widget f-widget-2">
											</div>
										<div class="f-widget last f-widget-3">
											</div>
									</div><!--.first-footer-widgets-->
			
			<div class="copyrights">
				<!--start copyrights-->
<div class="row" id="copyright-note">
		<span>Copyright &copy; 2023  <a href=" https://thenavitech.com/" title=" JACKPOT+KL-GUESSING- WINNING+KL JACKPOT GUESSING NUMBER+KERALA LOTTERY ABC GUESSING NUMBER TODAY-dear lottery result guessing">Thenavitech</a></span>
	<div class="to-top">Theme by <a href="http://mythemeshop.com/" rel="nofollow">MyThemeShop.com</a></div>
</div>
<!--end copyrights-->
			</div> 
		</div><!--.container-->
	</footer><!--#site-footer-->
						<div class="blocker-overlay"></div>
					<div class="blocker-notice">
		<i class="fa fa-exclamation"></i>
		<h4>Ad Blocker Detected</h4>
		<p>Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker.</p>
		<div><a href="" class="refresh-button">Refresh</a></div>
	</div>
		</div><!--.main-container-->
<style id='core-block-supports-inline-css' type='text/css'>
.wp-block-columns.wp-container-2{flex-wrap:nowrap;}
</style>
<script type='text/javascript' id='ce4wp_form_submit-js-extra'>
/* <![CDATA[ */
var ce4wp_form_submit_data = {"siteUrl":"https:\/\/thenavitech.com","url":"https:\/\/thenavitech.com\/wp-admin\/admin-ajax.php","nonce":"49c60d2ff8","listNonce":"88dbf70d49","activatedNonce":"0e0f1588fc"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='https://thenavitech.com/wp-content/cache/min/1/wp-content/plugins/creative-mail-by-constant-contact/assets/js/block/submit.js?ver=1686304826' id='ce4wp_form_submit-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://thenavitech.com/wp-includes/js/jquery/ui/core.min.js' id='jquery-ui-core-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://thenavitech.com/wp-includes/js/jquery/ui/mouse.min.js' id='jquery-ui-mouse-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://thenavitech.com/wp-includes/js/jquery/ui/draggable.min.js' id='jquery-ui-draggable-js' defer></script>
<script type='text/javascript' id='GSWPTS-frontend-js-js-extra'>
/* <![CDATA[ */
var front_end_data = {"admin_ajax":"https:\/\/thenavitech.com\/wp-admin\/admin-ajax.php","asynchronous_loading":"on","isProActive":"","iconsURL":""};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://thenavitech.com/wp-content/plugins/sheets-to-wp-table-live-sync/assets/public/scripts/frontend/frontend.min.js' id='GSWPTS-frontend-js-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='rocket-browser-checker-js-after'>
"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:\/\/thenavitech.com","onHoverDelay":"100","rateThrottle":"3"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='rocket-preload-links-js-after'>
(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='text/javascript' id='customscript-js-extra'>
/* <![CDATA[ */
var mts_customscript = {"responsive":"1","nav_menu":"primary"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' async="async" src='https://thenavitech.com/wp-content/cache/min/1/wp-content/themes/mts_sense/js/customscript.js?ver=1686304826' id='customscript-js'></script>
<script type='text/javascript' id='owl-carousel-js-extra'>
/* <![CDATA[ */
var slideropts = {"rtl_support":"0"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://thenavitech.com/wp-content/themes/mts_sense/js/owl.carousel.min.js' id='owl-carousel-js' defer></script>
<script type='text/javascript' id='mts_ajax-js-extra'>
/* <![CDATA[ */
var mts_ajax_search = {"url":"https:\/\/thenavitech.com\/wp-admin\/admin-ajax.php","ajax_search":"1"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' async="async" src='https://thenavitech.com/wp-content/cache/min/1/wp-content/themes/mts_sense/js/ajax.js?ver=1686304826' id='mts_ajax-js'></script>
<script defer type='text/javascript' src='https://stats.wp.com/e-202328.js' id='jetpack-stats-js'></script>
<script type='text/javascript' id='jetpack-stats-js-after'>
_stq = window._stq || [];
_stq.push([ "view", {v:'ext',blog:'213289136',post:'0',tz:'5.5',srv:'thenavitech.com',j:'1:12.3'} ]);
_stq.push([ "clickTrackerInit", "213289136", "0" ]);
</script>
<script type="rocketlazyloadscript" id="webpushr-script">
(function(w,d, s, id) {w.webpushr=w.webpushr||function(){(w.webpushr.q=w.webpushr.q||[]).push(arguments)};var js, fjs = d.getElementsByTagName(s)[0];js = d.createElement(s); js.async=1; js.id = id;js.src = "https://cdn.webpushr.com/app.min.js";
d.body.appendChild(js);}(window,document, 'script', 'webpushr-jssdk'));
	webpushr('setup',{'key':'BGqdMFNsDioAwg1T1DAzcVOSELzBFAEcBjhP1oMzkibt2jvVeJ2_zcF1I0pt2rmMU8cIl1CNQB6_jPtmoPoT6bI','sw':'https://thenavitech.com/wp-content/plugins/webpushr-web-push-notifications/sdk_files/webpushr-sw.js.php'});
</script>
	<script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue}
if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1}
if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://thenavitech.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.min.js"></script><script>function lazyLoadThumb(e){var t='<img data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"></noscript>',a='<button class="play" aria-label="play Youtube video"></button>';return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?'':'&'+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var e,t,p,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id),a[t].appendChild(e),p=e.querySelector('.play'),p.onclick=lazyLoadYoutubeIframe});</script></body>
</html>
<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1689387470 -->