Type Here to Get Search Results !

Panchayat Jankari

ग्राम पंचायत की जानकारी - अपना सियारीtitle> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"> <style> /* सामान्य स्टाइलिंग */ body { font-family: 'Poppins', sans-serif; /* थोड़ा आधुनिक फ़ॉन्ट */ margin: 0; padding: 0; background-color: #f7f9fc; /* हल्का नीला-ग्रे बैकग्राउंड */ color: #333; } .container { max-width: 1200px; margin: 40px auto; padding: 20px; background-color: #ffffff; border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); /* बेहतर शैडो */ } /* हीरो सेक्शन */ .hero-section { background-color: #00796b; /* गहरा टील रंग */ color: white; padding: 40px 30px; border-radius: 12px 12px 0 0; text-align: center; margin-bottom: 30px; } .hero-section h1 { margin-top: 0; font-size: 2.5em; font-weight: 700; color: #ffffff; } .hero-section p { font-size: 1.1em; opacity: 0.9; } /* सेक्शन हेडिंग */ h2 { color: #004d40; /* गहरा हरा */ font-size: 1.8em; margin-top: 40px; margin-bottom: 25px; position: relative; padding-bottom: 8px; } h2::after { content: ''; position: absolute; left: 0; bottom: 0; width: 80px; height: 4px; background-color: #4db6ac; /* हाईलाइट बार */ border-radius: 2px; } /* जानकारी कार्ड ग्रिड */ .info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin-bottom: 40px; } .info-card { background: linear-gradient(135deg, #e0f2f1 0%, #ffffff 100%); /* हल्का ग्रेडिएंट */ padding: 25px; border-radius: 10px; border-left: 5px solid #00897b; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05); transition: transform 0.3s, box-shadow 0.3s; } .info-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); } .info-card i { color: #00897b; font-size: 1.8em; margin-bottom: 10px; } .info-card strong { display: block; color: #004d40; font-size: 1em; margin-bottom: 3px; font-weight: 600; } .info-card p { margin: 0; font-size: 1.1em; font-weight: 500; color: #333; } /* गाँव लिस्ट */ .village-list { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 15px; } .village-list li { background-color: #f0f4f7; padding: 10px 20px; border-radius: 25px; border: 1px solid #dcdcdc; font-weight: 500; color: #004d40; transition: background-color 0.3s; } .village-list li:hover { background-color: #d8e6f0; } /* पदाधिकारी ग्रिड (Officers Grid) */ .officials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 20px; } .official-box { background-color: #ffffff; border: 1px solid #b2dfdb; border-radius: 10px; padding: 25px; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); } .official-box .role { font-weight: 700; color: #00796b; font-size: 1.25em; border-bottom: 2px solid #b2dfdb; padding-bottom: 8px; margin-bottom: 10px; } .official-box .name { color: #333; font-size: 1.1em; margin: 8px 0; } .official-box .contact { color: #666; font-size: 0.9em; } /* कॉल-टू-एक्शन */ .cta-box { text-align: center; background-color: #ff9800; /* आकर्षक नारंगी */ color: white; padding: 30px; border-radius: 10px; margin-top: 50px; box-shadow: 0 6px 15px rgba(255, 152, 0, 0.4); } .cta-box a { display: inline-block; background-color: #e65100; color: white; padding: 10px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; margin-top: 15px; transition: background-color 0.3s; } .cta-box a:hover { background-color: #bf360c; } /* मोबाइल रेस्पॉन्सिवनेस */ @media (max-width: 768px) { .container { margin: 15px; padding: 15px; } .hero-section { padding: 30px 15px; } .hero-section h1 { font-size: 2em; } } </style> </head> <body> <div class="container"> <div class="hero-section"> <i class="fas fa-landmark fa-3x" style="margin-bottom: 15px;"></i> <h1>अपना सियारी ग्राम पंचायत - एक परिचय</h1> <p>बोकारो (झारखंड) के गोमिया प्रखंड में स्थित, हमारा पंचायत विकास और डिजिटल पारदर्शिता के लिए प्रतिबद्ध है।</p> </div> <h2>🏛️ प्रशासनिक अवलोकन</h2> <div class="info-grid"> <div class="info-card"> <i class="fas fa-sitemap"></i> <strong>प्रखंड (Block)</strong> <p>गोमिया (Gumia)</p> </div> <div class="info-card"> <i class="fas fa-city"></i> <strong>जिला (District)</strong> <p>बोकारो (Bokaro)</p> </div> <div class="info-card"> <i class="fas fa-map-marked-alt"></i> <strong>राज्य (State)</strong> <p>झारखंड (Jharkhand)</p> </div> <div class="info-card"> <i class="fas fa-envelope"></i> <strong>पिन कोड</strong> <p>[अपना सियारी का पिन कोड]</p> </div> <div class="info-card"> <i class="fas fa-users"></i> <strong>कुल जनसंख्या (Approx.)</strong> <p>1738+</p> </div> <div class="info-card"> <i class="fas fa-tree"></i> <strong>मुख्य अर्थव्यवस्था</strong> <p>कृषि एवं वनोपज</p> </div> </div> <h2>🏘️ हमारे पंचायत के गाँव</h2> <p style="margin-bottom: 20px;">अपना सियारी ग्राम पंचायत में निम्नलिखित गाँव/टोले शामिल हैं:</p> <ul class="village-list"> <li><i class="fas fa-check-circle"></i> सियारी (Siari)</li> <li><i class="fas fa-check-circle"></i> चितु (Chitu)</li> <li><i class="fas fa-check-circle"></i> दारिदाग (Daridag)</li> <li><i class="fas fa-check-circle"></i> डुमरी (Dumri)</li> <li><i class="fas fa-check-circle"></i> गोसे (Gose)</li> <li><i class="fas fa-check-circle"></i> झुमची (Jhumchi)</li> <li><i class="fas fa-check-circle"></i> ओचो (Ocho)</li> <li><i class="fas fa-check-circle"></i> उदा (Uda)</li> </ul> <h2>👨‍💼 प्रमुख पदाधिकारी एवं संपर्क सूत्र</h2> <div class="officials-grid"> <div class="official-box"> <p class="role">मुखिया (Mukhia)</p> <p class="name">नाम: **[मुखिया/सरपंच का नाम]**</p> <p class="contact">संपर्क: [मोबाइल नंबर]</p> <p class="contact">ईमेल: [ईमेल आईडी]</p> </div> <div class="official-box"> <p class="role">पंचायत सचिव (Secretary)</p> <p class="name">नाम: **[सचिव का नाम]**</p> <p class="contact">संपर्क: [मोबाइल नंबर]</p> <p class="contact">ईमेल: [ईमेल आईडी]</p> </div> <div class="official-box"> <p class="role">ग्राम रोजगार सेवक</p> <p class="name">नाम: **[सेवक का नाम]**</p> <p class="contact">संपर्क: [मोबाइल नंबर]</p> </div> </div> <div class="cta-box"> <h2>💡 कोई शिकायत या सुझाव है?</h2> <p>पारदर्शिता हमारी प्राथमिकता है। किसी भी जानकारी, शिकायत या सुझाव के लिए, कृपया हमसे संपर्क करें।</p> <a href="[संपर्क पेज का लिंक]">संपर्क करें</a> </div> </div> </body> </html> </div> <span class='post-author vcard'> </span> </div> </article> </div> <script type='text/javascript'> var pikiMessages = { showMore: "Show more", noTitle: "No title", } </script> </div></div> <div id='custom-ads-placeholder'> </div> <div class='clearfix'></div> </main> <!-- Sidebar Wrapper --> <div id='sidebar-container' itemscope='itemscope' itemtype='https://schema.org/WPSideBar' role='banner'> <div class='sidebar widget-control section' id='sidebar1' name='Sidebar Right (A)'><div class='widget HTML' data-version='2' id='HTML1'> <div class='widget-title'> <h3 class='title'>Subscribe Us</h3> </div> <div class='widget-content'> <a class='piki-ads-res' href="javascript:;">Your Responsive Ads Code (Google Ads)</a> </div> </div><div class='widget Image' data-version='2' id='Image220'> <div class='widget-content'> <style type='text/css'> #intro-author-wrap{display:block} </style> <div class='service-content'> <span class='service-icon'><i class='fa fa-joomla'></i></span> <div class='service-content-details'> <h3 class='service-title'>Structural Weaknesses</h3> <p class='service-snippet'>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p> </div> </div> </div> </div><div class='widget HTML' data-version='2' id='HTML21'> <div class='widget-title'> <h3 class='title'>Ad Code</h3> </div> <div class='widget-content'> <a class="sora-ads-full" href="javascript:;">Responsive Advertisement</a> <style> .sora-ads-full { display: block; background-color: #eee; text-align: center; font-size: 13px; color: #aaaaaa; font-weight: 400; font-style: italic; line-height: 90px; border: 1px solid #ccc; } </style> </div> </div><div class='widget HTML' data-version='2' id='HTML23'> <div class='widget-title'> <h3 class='title'>Ad Code</h3> </div> <div class='widget-content'> <a class="sora-ads-full" href="javascript:;">Responsive Advertisement</a> <style> .sora-ads-full { display: block; background-color: #eee; text-align: center; font-size: 13px; color: #aaaaaa; font-weight: 400; font-style: italic; line-height: 90px; border: 1px solid #ccc; } </style> </div> </div><div class='widget HTML' data-version='2' id='HTML24'> <div class='widget-title'> <h3 class='title'>Ad Code</h3> </div> <div class='widget-content'> <a class="sora-ads-full" href="javascript:;">Responsive Advertisement</a> <style> .sora-ads-full { display: block; background-color: #eee; text-align: center; font-size: 13px; color: #aaaaaa; font-weight: 400; font-style: italic; line-height: 90px; border: 1px solid #ccc; } </style> </div> </div><div class='widget Image' data-version='2' id='Image240'> <div class='widget-content'> <style type='text/css'> #intro-author-wrap{display:block} </style> <div class='service-content'> <span class='service-icon'><i class='fa fa-google-wallet'></i></span> <div class='service-content-details'> <h3 class='service-title'>Continuous Monitoring</h3> <p class='service-snippet'>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p> </div> </div> </div> </div> <div class='widget BlogSearch' data-version='2' id='BlogSearch1'> <div class='widget-title'> <h3 class='title'>Vectors, Stock Photos, PSD, Icons...</h3> </div> <div class='widget-content search-widget' role='search'> <form action='https://www.apnasiyari.shop/search' class='search-form' target='_top'> <input aria-label='Search' autocomplete='off' class='search-input' name='q' placeholder='Search' value=''/> <input class='search-action' type='submit' value='Ok'/> </form> </div> </div><div class='widget Label' data-version='2' id='Label1'> <div class='widget-title'> <h3 class='title'>Tags</h3> </div> <div class='widget-content cloud-label'> <ul> <li> <a class='label-name' href='https://www.apnasiyari.shop/search/label/maiya%20yojna'> maiya yojna </a> </li> <li> <a class='label-name' href='https://www.apnasiyari.shop/search/label/Servies'> Servies </a> </li> <li> <a class='label-name' href='https://www.apnasiyari.shop/search/label/sharmdhan'> sharmdhan </a> </li> </ul> </div> </div><div class='widget Image' data-version='2' id='Image1'> <div class='widget-content'> <style type='text/css'> #intro-wrap{display:block} #intro-wrap:before{background-image:url(//4.bp.blogspot.com/-qVdB2d0TGuI/YHMSDP-WrKI/AAAAAAAAKg8/ikx-F7NAn6MWML4XTMIX0-NaqMwM7Kr0gCK4BGAYYCw/s1600/slider-1.png)} </style> <div class='intro-content'> <h3 class='intro-title'>Find Free Vectors, Stock Photos and PSD</h3> <p class='intro-snippet'>Graphic resources for everyone.</p> </div> </div> </div><div class='widget Image' data-version='2' id='Image210'> <div class='widget-content'> <style type='text/css'> #intro-author-wrap{display:block} </style> <div class='service-content'> <span class='service-icon'><i class='fa fa-free-code-camp'></i></span> <div class='service-content-details'> <h3 class='service-title'>Increased & Evolving Threat</h3> <p class='service-snippet'>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p> </div> </div> </div> </div><div class='widget Image' data-version='2' id='Image250'> <div class='widget-content'> <style type='text/css'> #intro-author-wrap{display:block} </style> <div class='service-content'> <span class='service-icon'><i class='fa fa-stack-overflow'></i></span> <div class='service-content-details'> <h3 class='service-title'>Widening Attack Surface</h3> <p class='service-snippet'>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p> </div> </div> </div> </div><div class='widget LinkList' data-version='2' id='LinkList78'> <div class='widget-content'> <ul> <li class='facebook'><a href='https://fb.com/way2themes' target='_blank' title='facebook'></a></li> <li class='twitter'><a href='#' target='_blank' title='twitter'></a></li> <li class='rss'><a href='#' target='_blank' title='rss'></a></li> <li class='instagram'><a href='#' target='_blank' title='instagram'></a></li> <li class='youtube'><a href='#' target='_blank' title='youtube'></a></li> <li class='linkedin'><a href='#' target='_blank' title='linkedin'></a></li> </ul> </div> </div><div class='widget HTML' data-version='2' id='HTML4'> <div class='widget-title'> <h3 class='title'>Facebook</h3> </div> <div class='widget-content'> <center><div class="fb-page" data-href="https://www.facebook.com/soratemplates" data-width="360" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true"></div></center> </div> </div><div class='widget HTML' data-version='2' id='HTML6'> <div class='widget-title'> <h3 class='title'>Facebook</h3> </div> <div class='widget-content'> <center><div class="fb-page" data-href="https://www.facebook.com/way2themes" data-width="360" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true"></div></center> </div> </div><div class='widget LinkList' data-version='2' id='LinkList70'> <style type='text/css'> </style> </div><div class='widget LinkList' data-version='2' id='LinkList72'> <div class='widget-content'> <ul> <li><a href='/'><i class="fas fa-home"></i>Home</a></li> <li><a href='https://freepic-way2themes.blogspot.com/p/about_21.html'><i class="far fa-id-badge"></i>About</a></li> <li><a href='https://freepic-way2themes.blogspot.com/p/contact-us_21.html'><i class="far fa-envelope"></i>Contact</a></li> </ul> </div> </div><div class='widget HTML' data-version='2' id='HTML2'> <div class='widget-title'> <h3 class='title'>Subscribe Us</h3> </div> <div class='widget-content'> <div class="videoWrapper"> <!-- Copy & Pasted from YouTube --> <iframe width="560" height="349" src="https://www.youtube.com/embed/keqDKvHV8Pk" frameborder="0" allowfullscreen></iframe> </div> <style> .videoWrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px; height: 0; } .videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } </style> </div> </div><div class='widget LinkList' data-version='2' id='LinkList71'> <script type='text/javascript'> //<![CDATA[ var disqusShortname = "soratemplates"; var commentsSystem = "blogger"; var fixedSidebar = true; var postPerPage = 5; var postPerPage = 5; //]]> </script> </div><div class='widget LinkList' data-version='2' id='LinkList74'> <ul id='main-menu-nav' role='menubar'> <li><a href='/' role='menuitem'>Home</a></li> <li><a href='#' role='menuitem'>Features</a></li> <li><a href='#' role='menuitem'>_Multi DropDown</a></li> <li><a href='#' role='menuitem'>__DropDown 1</a></li> <li><a href='#' role='menuitem'>__DropDown 2</a></li> <li><a href='#' role='menuitem'>__DropDown 3</a></li> <li><a href='https://freepic-way2themes.blogspot.com/p/post-format-and-page-markup_21.html' role='menuitem'>_ShortCodes</a></li> <li><a href='https://www.sorabloggingtips.com/2017/01/how-to-add-sitemap-widget-in-blogspot-blogs.html' role='menuitem'>_SiteMap</a></li> <li><a href='https://freepic-way2themes.blogspot.com/way2themes' role='menuitem'>_Error Page</a></li> <li><a href='#' role='menuitem'>Documentation</a></li> <li><a href='https://www.sorabloggingtips.com/2021/04/how-to-setup-freepic-blogger-template.html' role='menuitem'>_Web Doc</a></li> <li><a href='https://youtu.be/oT00MIQ-okw' role='menuitem'>_Video Doc</a></li> <li><a href='https://www.way2themes.com/2021/04/frepic-blogger-template.html' role='menuitem'>Download This Template</a></li> </ul> </div><div class='widget LinkList' data-version='2' id='LinkList73'> <div class='widget-content'> <ul> <li class='facebook'><a href='https://fb.com/soratemplates' target='_blank' title='facebook'></a></li> <li class='twitter'><a href='#' target='_blank' title='twitter'></a></li> <li class='instagram'><a href='#' target='_blank' title='instagram'></a></li> <li class='pinterest'><a href='#' target='_blank' title='pinterest'></a></li> <li class='instagram'><a href='#' target='_blank' title='instagram'></a></li> </ul> </div> </div></div> <div class='sidebar section' id='social-widget' name='Social Widget'><div class='widget LinkList' data-version='2' id='LinkList76'> <div class='widget-title'> <h3 class='title'>Social Plugin</h3> </div> <div class='widget-content'> <ul class='socialFilter social-bg social'> <li class='facebook'><a href='http://fb.com/pikitemplates' rel='noopener noreferrer' target='_blank' title='facebook'></a></li> <li class='twitter'><a href='#' rel='noopener noreferrer' target='_blank' title='twitter'></a></li> <li class='whatsapp'><a href='#' rel='noopener noreferrer' target='_blank' title='whatsapp'></a></li> <li class='reddit'><a href='#' rel='noopener noreferrer' target='_blank' title='reddit'></a></li> <li class='pinterest'><a href='#' rel='noopener noreferrer' target='_blank' title='pinterest'></a></li> <li class='vk'><a href='#' rel='noopener noreferrer' target='_blank' title='vk'></a></li> <li class='instagram'><a href='#' rel='noopener noreferrer' target='_blank' title='instagram'></a></li> <li class='youtube'><a href='#' rel='noopener noreferrer' target='_blank' title='youtube'></a></li> </ul> </div> </div><div class='widget LinkList' data-version='2' id='LinkList75'> <div class='widget-title'> <h3 class='title'>Social Plugin</h3> </div> <div class='widget-content'> <ul class='social-counter social social-color'> <li class='facebook'><a href='http://fb.com/soratemplates' target='_blank' title='facebook'></a></li> <li class='twitter'><a href='#' target='_blank' title='twitter'></a></li> <li class='linkedin'><a href='#' target='_blank' title='linkedin'></a></li> <li class='reddit'><a href='#' target='_blank' title='reddit'></a></li> <li class='pinterest'><a href='#' target='_blank' title='pinterest'></a></li> <li class='vk'><a href='#' target='_blank' title='vk'></a></li> <li class='instagram'><a href='#' target='_blank' title='instagram'></a></li> <li class='youtube'><a href='#' target='_blank' title='youtube'></a></li> <li class='whatsapp'><a href='#' target='_blank' title='whatsapp'></a></li> <li class='rss'><a href='#' target='_blank' title='rss'></a></li> </ul> </div> </div></div> <div class='sidebar widget-control section' id='sidebar2' name='Sidebar Right (B)'><div class='widget PopularPosts' data-version='2' id='PopularPosts1'> <div class='widget-title'> <h3 class='title'>Popular Posts</h3> </div> <div class='widget-content'> <article class='post'> <div class='post-content'> <a class='post-filter-link image-nos' href='https://www.apnasiyari.shop/2025/10/sharmdhan.html'> <img alt='Sharmdhan' class='snip-thumbnail' src='https://4.bp.blogspot.com/-O3EpVMWcoKw/WxY6-6I4--I/AAAAAAAAB2s/KzC0FqUQtkMdw7VzT6oOR_8vbZO6EJc-ACK4BGAYYCw/w680/nth.png'/> </a> <div class='ultra-hero-box'> <h2 class='entry-title vcard'> <a href='https://www.apnasiyari.shop/2025/10/sharmdhan.html' rel='bookmark' title='Sharmdhan'>Sharmdhan</a> </h2> <div class='post-snip'><span class='post-date'><time class='published' datetime='2025-10-30T01:34:00-07:00'>October 30, 2025</time></span></div> </div> </div> </article> <article class='post'> <div class='post-content'> <a class='post-filter-link image-nos' href='https://www.apnasiyari.shop/2025/11/servies.html'> <img alt='Servies' class='snip-thumbnail' src='https://4.bp.blogspot.com/-O3EpVMWcoKw/WxY6-6I4--I/AAAAAAAAB2s/KzC0FqUQtkMdw7VzT6oOR_8vbZO6EJc-ACK4BGAYYCw/w680/nth.png'/> </a> <div class='ultra-hero-box'> <h2 class='entry-title vcard'> <a href='https://www.apnasiyari.shop/2025/11/servies.html' rel='bookmark' title='Servies'>Servies</a> </h2> <div class='post-snip'><span class='post-date'><time class='published' datetime='2025-11-01T01:30:00-07:00'>November 01, 2025</time></span></div> </div> </div> </article> <article class='post'> <div class='post-content'> <a class='post-filter-link image-nos' href='https://www.apnasiyari.shop/2025/11/maiya-yojna.html'> <img alt='Maiya Yojna' class='snip-thumbnail' src='https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_sk1htMt-_TWvZpKwlWsXV-oDY1gXGMSsFUFHyNJj7eGBlARvOpIa4O-se2QKphWban8fi0UQ=w680'/> </a> <div class='ultra-hero-box'> <h2 class='entry-title vcard'> <a href='https://www.apnasiyari.shop/2025/11/maiya-yojna.html' rel='bookmark' title='Maiya Yojna'>Maiya Yojna</a> </h2> <div class='post-snip'><span class='post-date'><time class='published' datetime='2025-11-01T01:38:00-07:00'>November 01, 2025</time></span></div> </div> </div> </article> </div> </div><div class='widget Label' data-version='2' id='Label2'> <div class='widget-title'> <h3 class='title'>Labels</h3> </div> <div class='widget-content cloud-label'> <ul> <li> <a class='label-name' href='https://www.apnasiyari.shop/search/label/maiya%20yojna'> maiya yojna <span class='label-count'>1</span> </a> </li> <li> <a class='label-name' href='https://www.apnasiyari.shop/search/label/Servies'> Servies <span class='label-count'>1</span> </a> </li> <li> <a class='label-name' href='https://www.apnasiyari.shop/search/label/sharmdhan'> sharmdhan <span class='label-count'>1</span> </a> </li> </ul> </div> </div><div class='widget Label' data-version='2' id='Label3'> <div class='widget-title'> <h3 class='title'>Categories</h3> </div> <div class='widget-content list-label'> <ul> <li> <a class='label-name' href='https://www.apnasiyari.shop/search/label/maiya%20yojna'> maiya yojna <span class='label-count'>1</span> </a> </li> <li> <a class='label-name' href='https://www.apnasiyari.shop/search/label/Servies'> Servies <span class='label-count'>1</span> </a> </li> <li> <a class='label-name' href='https://www.apnasiyari.shop/search/label/sharmdhan'> sharmdhan <span class='label-count'>1</span> </a> </li> </ul> </div> </div></div> </div> </div> </div> <div class='clearfix'></div> <div id='footer-ads'> <div class='container outer-container'> <div class='main-ads-pikihome section' id='main-ads2' name='Ads Placement'><div class='widget HTML' data-version='2' id='HTML15'> <div class='widget-content'> <a class='piki-ads' href="javascript:;">Your Responsive Ads code (Google Ads)</a> </div> </div></div> <div class='clearfix'></div> </div> </div> <!-- Footer Wrapper --> <div id='footer-wrapper' itemscope='itemscope' itemtype='https://schema.org/WPFooter' role='banner'> <div class='container outer-container'> <div class='footer-widgets-wrap'> <div class='footer widget-control section' id='footer-sec2' name='Section (Left)'><div class='widget LinkList' data-version='2' id='LinkList1'> <div class='widget-title'> <h3 class='title'>Pro Tools here</h3> </div> <div class='widget-content'> <ul> <li><a href='http://'>Best Tools for SEO</a></li> <li><a href='/'>Email Marketing 2020</a></li> <li><a href='/'>Free Tools For Blogging</a></li> <li><a href='/'>Instant Saving System</a></li> <li><a href='/'>2020 Best Chrome Tools</a></li> <li><a href='#'>ahref Plan/ Semrush Plan</a></li> <li><a href='/'>Semrush Plan</a></li> </ul> </div> </div></div> <div class='footer-post footer widget-control section' id='footer-widget' name='Section (Center)'><div class='widget LinkList' data-version='2' id='LinkList2'> <div class='widget-title'> <h3 class='title'>World Deals For Blog</h3> </div> <div class='widget-content'> <ul> <li><a href='/'>Money Transfer by Paypal</a></li> <li><a href='/'>Blogger Best Platfrom 2020</a></li> <li><a href='/'>Digital Cloud Hosting</a></li> <li><a href='/'>Affiliate Marketing ads</a></li> <li><a href='/'>Email of Blogging Collector</a></li> <li><a href='/'>Join Piki Templates Affiliate Program</a></li> <li><a href='/'>Get 20% OFF Over Piki Templates</a></li> </ul> </div> </div></div> <div class='footer widget-control section' id='footer-sec3' name='Section (Right)'><div class='widget PopularPosts' data-version='2' id='PopularPosts2'> <div class='widget-title'> <h3 class='title'>Tech Pop</h3> </div> <div class='widget-content'> <article class='post'> <div class='post-content'> <a class='post-filter-link image-nos' href='https://www.apnasiyari.shop/2025/10/sharmdhan.html'> <img alt='Sharmdhan' class='snip-thumbnail' src='https://4.bp.blogspot.com/-O3EpVMWcoKw/WxY6-6I4--I/AAAAAAAAB2s/KzC0FqUQtkMdw7VzT6oOR_8vbZO6EJc-ACK4BGAYYCw/w680/nth.png'/> </a> <div class='ultra-hero-box'> <h2 class='entry-title vcard'> <a href='https://www.apnasiyari.shop/2025/10/sharmdhan.html' rel='bookmark' title='Sharmdhan'>Sharmdhan</a> </h2> <div class='post-snip'><span class='post-date'><time class='published' datetime='2025-10-30T01:34:00-07:00'>October 30, 2025</time></span></div> </div> </div> </article> <article class='post'> <div class='post-content'> <a class='post-filter-link image-nos' href='https://www.apnasiyari.shop/2025/11/servies.html'> <img alt='Servies' class='snip-thumbnail' src='https://4.bp.blogspot.com/-O3EpVMWcoKw/WxY6-6I4--I/AAAAAAAAB2s/KzC0FqUQtkMdw7VzT6oOR_8vbZO6EJc-ACK4BGAYYCw/w680/nth.png'/> </a> <div class='ultra-hero-box'> <h2 class='entry-title vcard'> <a href='https://www.apnasiyari.shop/2025/11/servies.html' rel='bookmark' title='Servies'>Servies</a> </h2> <div class='post-snip'><span class='post-date'><time class='published' datetime='2025-11-01T01:30:00-07:00'>November 01, 2025</time></span></div> </div> </div> </article> <article class='post'> <div class='post-content'> <a class='post-filter-link image-nos' href='https://www.apnasiyari.shop/2025/11/maiya-yojna.html'> <img alt='Maiya Yojna' class='snip-thumbnail' src='https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_sk1htMt-_TWvZpKwlWsXV-oDY1gXGMSsFUFHyNJj7eGBlARvOpIa4O-se2QKphWban8fi0UQ=w680'/> </a> <div class='ultra-hero-box'> <h2 class='entry-title vcard'> <a href='https://www.apnasiyari.shop/2025/11/maiya-yojna.html' rel='bookmark' title='Maiya Yojna'>Maiya Yojna</a> </h2> <div class='post-snip'><span class='post-date'><time class='published' datetime='2025-11-01T01:38:00-07:00'>November 01, 2025</time></span></div> </div> </div> </article> </div> </div></div> </div> <div class='footer-nos section' id='footer-nos' name='Footer Info'><div class='widget Image' data-version='2' id='Image150'> <div class='widget-content'> <div class='footer-logo custom-image'> <a href='https://www.apnasiyari.shop/'> <img alt='Apna Siyari' id='Image150_img' src='//2.bp.blogspot.com/-NJpkbp-O0H0/X48Gpj_mT2I/AAAAAAAACi4/HUMv4UEavMMcvZnyCcGA6zaQa8uuQv6OACK4BGAYYCw/s1600/sdfg.png'/> </a> </div> <div class='about-content'> <div class='widget-title'> <h3 class='title'>About Us</h3> </div> <span class='image-caption'>Ultra Saas Template is Designed Theme for Giving Enhanced look Various Features are available Which is designed in User friendly to handle by Piki Developers. Simple and elegant themes for making it more comfortable</span> </div> </div> </div><div class='widget LinkList' data-version='2' id='LinkList7'> <div class='widget-content'> <div class='widget-title'> <h3 class='title'>Follow Us</h3> </div> <ul class='social-footer social-bg-hover social'> <li class='facebook-f'><a class='facebook-f' href='/' rel='noopener noreferrer' target='_blank'></a></li> <li class='twitter'><a class='twitter' href='/' rel='noopener noreferrer' target='_blank'></a></li> <li class='youtube'><a class='youtube' href='/' rel='noopener noreferrer' target='_blank'></a></li> <li class='instagram'><a class='instagram' href='/' rel='noopener noreferrer' target='_blank'></a></li> <li class='reddit'><a class='reddit' href='/' rel='noopener noreferrer' target='_blank'></a></li> </ul> </div> </div></div> <div id='footer-container'> <div class='footer-haburger-menu section' id='footer-haburger-menu' name='Footer Menu'><div class='widget LinkList' data-version='2' id='LinkList8'> <div class='widget-content'> <ul> <li><a href='/'>Home</a></li> <li><a href='/p/about-us.html'>About</a></li> <li><a href='/p/about-us.html'>Contact us</a></li> <li><a href='/p/about-us.html'>Privacy Policy</a></li> </ul> </div> </div></div> <div class='footer-copyright section' id='footer-copyright' name='Footer Attribution'><div class='widget HTML' data-version='2' id='HTML33'> <div class='widget-title'> <h3 class='title'>Footer Copyright</h3> </div> <div class='widget-content'> <span class='copyright-text widget'>Design by - <a href='https://www.pikitemplates.com/' id='pikitemplates' rel='dofollow'>Blogger Templates</a> | Distributed by <a href='https://www.bloggertemplate.org/' rel='dofollow'>Free Blogger Templates</a></span> </div> </div></div> </div> </div> </div> <!-- Hidden Widgets --> <div id='hidden-widget-container' style='display:none'> <div class='hidden-widgets section' id='hidden-widgets'><div class='widget ContactForm' data-version='2' id='ContactForm1'> <div class='widget-title'> <h3 class='title'>Contact Form</h3> </div> <div class='contact-form-widget'> <div class='form'> <form name='contact-form'> <input class='contact-form-name' id='ContactForm1_contact-form-name' name='name' placeholder='Name' size='30' type='text' value=''/> <input class='contact-form-email' id='ContactForm1_contact-form-email' name='email' placeholder='Email*' size='30' type='text' value=''/> <textarea class='contact-form-email-message' cols='25' id='ContactForm1_contact-form-email-message' name='email-message' placeholder='Message*' rows='5'></textarea> <input class='contact-form-button contact-form-button-submit' id='ContactForm1_contact-form-submit' type='button' value='Send'/> <p class='contact-form-error-message' id='ContactForm1_contact-form-error-message'></p> <p class='contact-form-success-message' id='ContactForm1_contact-form-success-message'></p> </form> </div> </div> </div></div> </div> </div> <!-- Template Hosted Plugins --> <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js' type='text/javascript'></script> <!-- Template LocalHost Plugins --> <script type='text/javascript'> //<![CDATA[ <!-- Owl carousel | v2.0.0 - Bartosz Wojciechowski --> !function(a,b,c,d){function e(b,c){this.settings=null,this.options=a.extend({},e.Defaults,c),this.$element=a(b),this.drag=a.extend({},m),this.state=a.extend({},n),this.e=a.extend({},o),this._plugins={},this._supress={},this._current=null,this._speed=null,this._coordinates=[],this._breakpoint=null,this._width=null,this._items=[],this._clones=[],this._mergers=[],this._invalidated={},this._pipe=[],a.each(e.Plugins,a.proxy(function(a,b){this._plugins[a[0].toLowerCase()+a.slice(1)]=new b(this)},this)),a.each(e.Pipe,a.proxy(function(b,c){this._pipe.push({filter:c.filter,run:a.proxy(c.run,this)})},this)),this.setup(),this.initialize()}function f(a){if(a.touches!==d)return{x:a.touches[0].pageX,y:a.touches[0].pageY};if(a.touches===d){if(a.pageX!==d)return{x:a.pageX,y:a.pageY};if(a.pageX===d)return{x:a.clientX,y:a.clientY}}}function g(a){var b,d,e=c.createElement("div"),f=a;for(b in f)if(d=f[b],"undefined"!=typeof e.style[d])return e=null,[d,b];return[!1]}function h(){return g(["transition","WebkitTransition","MozTransition","OTransition"])[1]}function i(){return g(["transform","WebkitTransform","MozTransform","OTransform","msTransform"])[0]}function j(){return g(["perspective","webkitPerspective","MozPerspective","OPerspective","MsPerspective"])[0]}function k(){return"ontouchstart"in b||!!navigator.msMaxTouchPoints}function l(){return b.navigator.msPointerEnabled}var m,n,o;m={start:0,startX:0,startY:0,current:0,currentX:0,currentY:0,offsetX:0,offsetY:0,distance:null,startTime:0,endTime:0,updatedX:0,targetEl:null},n={isTouch:!1,isScrolling:!1,isSwiping:!1,direction:!1,inMotion:!1},o={_onDragStart:null,_onDragMove:null,_onDragEnd:null,_transitionEnd:null,_resizer:null,_responsiveCall:null,_goToLoop:null,_checkVisibile:null},e.Defaults={items:3,loop:!1,center:!1,mouseDrag:!0,touchDrag:!0,pullDrag:!0,freeDrag:!1,margin:0,stagePadding:0,merge:!1,mergeFit:!0,autoWidth:!1,startPosition:0,rtl:!1,smartSpeed:250,fluidSpeed:!1,dragEndSpeed:!1,responsive:{},responsiveRefreshRate:200,responsiveBaseElement:b,responsiveClass:!1,fallbackEasing:"swing",info:!1,nestedItemSelector:!1,itemElement:"div",stageElement:"div",themeClass:"owl-theme",baseClass:"owl-carousel",itemClass:"owl-item",centerClass:"center",activeClass:"active"},e.Width={Default:"default",Inner:"inner",Outer:"outer"},e.Plugins={},e.Pipe=[{filter:["width","items","settings"],run:function(a){a.current=this._items&&this._items[this.relative(this._current)]}},{filter:["items","settings"],run:function(){var a=this._clones,b=this.$stage.children(".cloned");(b.length!==a.length||!this.settings.loop&&a.length>0)&&(this.$stage.children(".cloned").remove(),this._clones=[])}},{filter:["items","settings"],run:function(){var a,b,c=this._clones,d=this._items,e=this.settings.loop?c.length-Math.max(2*this.settings.items,4):0;for(a=0,b=Math.abs(e/2);b>a;a++)e>0?(this.$stage.children().eq(d.length+c.length-1).remove(),c.pop(),this.$stage.children().eq(0).remove(),c.pop()):(c.push(c.length/2),this.$stage.append(d[c[c.length-1]].clone().addClass("cloned")),c.push(d.length-1-(c.length-1)/2),this.$stage.prepend(d[c[c.length-1]].clone().addClass("cloned")))}},{filter:["width","items","settings"],run:function(){var a,b,c,d=this.settings.rtl?1:-1,e=(this.width()/this.settings.items).toFixed(3),f=0;for(this._coordinates=[],b=0,c=this._clones.length+this._items.length;c>b;b++)a=this._mergers[this.relative(b)],a=this.settings.mergeFit&&Math.min(a,this.settings.items)||a,f+=(this.settings.autoWidth?this._items[this.relative(b)].width()+this.settings.margin:e*a)*d,this._coordinates.push(f)}},{filter:["width","items","settings"],run:function(){var b,c,d=(this.width()/this.settings.items).toFixed(3),e={width:Math.abs(this._coordinates[this._coordinates.length-1])+2*this.settings.stagePadding,"padding-left":this.settings.stagePadding||"","padding-right":this.settings.stagePadding||""};if(this.$stage.css(e),e={width:this.settings.autoWidth?"auto":d-this.settings.margin},e[this.settings.rtl?"margin-left":"margin-right"]=this.settings.margin,!this.settings.autoWidth&&a.grep(this._mergers,function(a){return a>1}).length>0)for(b=0,c=this._coordinates.length;c>b;b++)e.width=Math.abs(this._coordinates[b])-Math.abs(this._coordinates[b-1]||0)-this.settings.margin,this.$stage.children().eq(b).css(e);else this.$stage.children().css(e)}},{filter:["width","items","settings"],run:function(a){a.current&&this.reset(this.$stage.children().index(a.current))}},{filter:["position"],run:function(){this.animate(this.coordinates(this._current))}},{filter:["width","position","items","settings"],run:function(){var a,b,c,d,e=this.settings.rtl?1:-1,f=2*this.settings.stagePadding,g=this.coordinates(this.current())+f,h=g+this.width()*e,i=[];for(c=0,d=this._coordinates.length;d>c;c++)a=this._coordinates[c-1]||0,b=Math.abs(this._coordinates[c])+f*e,(this.op(a,"<=",g)&&this.op(a,">",h)||this.op(b,"<",g)&&this.op(b,">",h))&&i.push(c);this.$stage.children("."+this.settings.activeClass).removeClass(this.settings.activeClass),this.$stage.children(":eq("+i.join("), :eq(")+")").addClass(this.settings.activeClass),this.settings.center&&(this.$stage.children("."+this.settings.centerClass).removeClass(this.settings.centerClass),this.$stage.children().eq(this.current()).addClass(this.settings.centerClass))}}],e.prototype.initialize=function(){if(this.trigger("initialize"),this.$element.addClass(this.settings.baseClass).addClass(this.settings.themeClass).toggleClass("owl-rtl",this.settings.rtl),this.browserSupport(),this.settings.autoWidth&&this.state.imagesLoaded!==!0){var b,c,e;if(b=this.$element.find("img"),c=this.settings.nestedItemSelector?"."+this.settings.nestedItemSelector:d,e=this.$element.children(c).width(),b.length&&0>=e)return this.preloadAutoWidthImages(b),!1}this.$element.addClass("owl-loading"),this.$stage=a("<"+this.settings.stageElement+' class="owl-stage"/>').wrap('<div class="owl-stage-outer">'),this.$element.append(this.$stage.parent()),this.replace(this.$element.children().not(this.$stage.parent())),this._width=this.$element.width(),this.refresh(),this.$element.removeClass("owl-loading").addClass("owl-loaded"),this.eventsCall(),this.internalEvents(),this.addTriggerableEvents(),this.trigger("initialized")},e.prototype.setup=function(){var b=this.viewport(),c=this.options.responsive,d=-1,e=null;c?(a.each(c,function(a){b>=a&&a>d&&(d=Number(a))}),e=a.extend({},this.options,c[d]),delete e.responsive,e.responsiveClass&&this.$element.attr("class",function(a,b){return b.replace(/\b owl-responsive-\S+/g,"")}).addClass("owl-responsive-"+d)):e=a.extend({},this.options),(null===this.settings||this._breakpoint!==d)&&(this.trigger("change",{property:{name:"settings",value:e}}),this._breakpoint=d,this.settings=e,this.invalidate("settings"),this.trigger("changed",{property:{name:"settings",value:this.settings}}))},e.prototype.optionsLogic=function(){this.$element.toggleClass("owl-center",this.settings.center),this.settings.loop&&this._items.length<this.settings.items&&(this.settings.loop=!1),this.settings.autoWidth&&(this.settings.stagePadding=!1,this.settings.merge=!1)},e.prototype.prepare=function(b){var c=this.trigger("prepare",{content:b});return c.data||(c.data=a("<"+this.settings.itemElement+"/>").addClass(this.settings.itemClass).append(b)),this.trigger("prepared",{content:c.data}),c.data},e.prototype.update=function(){for(var b=0,c=this._pipe.length,d=a.proxy(function(a){return this[a]},this._invalidated),e={};c>b;)(this._invalidated.all||a.grep(this._pipe[b].filter,d).length>0)&&this._pipe[b].run(e),b++;this._invalidated={}},e.prototype.width=function(a){switch(a=a||e.Width.Default){case e.Width.Inner:case e.Width.Outer:return this._width;default:return this._width-2*this.settings.stagePadding+this.settings.margin}},e.prototype.refresh=function(){if(0===this._items.length)return!1;(new Date).getTime();this.trigger("refresh"),this.setup(),this.optionsLogic(),this.$stage.addClass("owl-refresh"),this.update(),this.$stage.removeClass("owl-refresh"),this.state.orientation=b.orientation,this.watchVisibility(),this.trigger("refreshed")},e.prototype.eventsCall=function(){this.e._onDragStart=a.proxy(function(a){this.onDragStart(a)},this),this.e._onDragMove=a.proxy(function(a){this.onDragMove(a)},this),this.e._onDragEnd=a.proxy(function(a){this.onDragEnd(a)},this),this.e._onResize=a.proxy(function(a){this.onResize(a)},this),this.e._transitionEnd=a.proxy(function(a){this.transitionEnd(a)},this),this.e._preventClick=a.proxy(function(a){this.preventClick(a)},this)},e.prototype.onThrottledResize=function(){b.clearTimeout(this.resizeTimer),this.resizeTimer=b.setTimeout(this.e._onResize,this.settings.responsiveRefreshRate)},e.prototype.onResize=function(){return this._items.length?this._width===this.$element.width()?!1:this.trigger("resize").isDefaultPrevented()?!1:(this._width=this.$element.width(),this.invalidate("width"),this.refresh(),void this.trigger("resized")):!1},e.prototype.eventsRouter=function(a){var b=a.type;"mousedown"===b||"touchstart"===b?this.onDragStart(a):"mousemove"===b||"touchmove"===b?this.onDragMove(a):"mouseup"===b||"touchend"===b?this.onDragEnd(a):"touchcancel"===b&&this.onDragEnd(a)},e.prototype.internalEvents=function(){var c=(k(),l());this.settings.mouseDrag?(this.$stage.on("mousedown",a.proxy(function(a){this.eventsRouter(a)},this)),this.$stage.on("dragstart",function(){return!1}),this.$stage.get(0).onselectstart=function(){return!1}):this.$element.addClass("owl-text-select-on"),this.settings.touchDrag&&!c&&this.$stage.on("touchstart touchcancel",a.proxy(function(a){this.eventsRouter(a)},this)),this.transitionEndVendor&&this.on(this.$stage.get(0),this.transitionEndVendor,this.e._transitionEnd,!1),this.settings.responsive!==!1&&this.on(b,"resize",a.proxy(this.onThrottledResize,this))},e.prototype.onDragStart=function(d){var e,g,h,i;if(e=d.originalEvent||d||b.event,3===e.which||this.state.isTouch)return!1;if("mousedown"===e.type&&this.$stage.addClass("owl-grab"),this.trigger("drag"),this.drag.startTime=(new Date).getTime(),this.speed(0),this.state.isTouch=!0,this.state.isScrolling=!1,this.state.isSwiping=!1,this.drag.distance=0,g=f(e).x,h=f(e).y,this.drag.offsetX=this.$stage.position().left,this.drag.offsetY=this.$stage.position().top,this.settings.rtl&&(this.drag.offsetX=this.$stage.position().left+this.$stage.width()-this.width()+this.settings.margin),this.state.inMotion&&this.support3d)i=this.getTransformProperty(),this.drag.offsetX=i,this.animate(i),this.state.inMotion=!0;else if(this.state.inMotion&&!this.support3d)return this.state.inMotion=!1,!1;this.drag.startX=g-this.drag.offsetX,this.drag.startY=h-this.drag.offsetY,this.drag.start=g-this.drag.startX,this.drag.targetEl=e.target||e.srcElement,this.drag.updatedX=this.drag.start,("IMG"===this.drag.targetEl.tagName||"A"===this.drag.targetEl.tagName)&&(this.drag.targetEl.draggable=!1),a(c).on("mousemove.owl.dragEvents mouseup.owl.dragEvents touchmove.owl.dragEvents touchend.owl.dragEvents",a.proxy(function(a){this.eventsRouter(a)},this))},e.prototype.onDragMove=function(a){var c,e,g,h,i,j;this.state.isTouch&&(this.state.isScrolling||(c=a.originalEvent||a||b.event,e=f(c).x,g=f(c).y,this.drag.currentX=e-this.drag.startX,this.drag.currentY=g-this.drag.startY,this.drag.distance=this.drag.currentX-this.drag.offsetX,this.drag.distance<0?this.state.direction=this.settings.rtl?"right":"left":this.drag.distance>0&&(this.state.direction=this.settings.rtl?"left":"right"),this.settings.loop?this.op(this.drag.currentX,">",this.coordinates(this.minimum()))&&"right"===this.state.direction?this.drag.currentX-=(this.settings.center&&this.coordinates(0))-this.coordinates(this._items.length):this.op(this.drag.currentX,"<",this.coordinates(this.maximum()))&&"left"===this.state.direction&&(this.drag.currentX+=(this.settings.center&&this.coordinates(0))-this.coordinates(this._items.length)):(h=this.coordinates(this.settings.rtl?this.maximum():this.minimum()),i=this.coordinates(this.settings.rtl?this.minimum():this.maximum()),j=this.settings.pullDrag?this.drag.distance/5:0,this.drag.currentX=Math.max(Math.min(this.drag.currentX,h+j),i+j)),(this.drag.distance>8||this.drag.distance<-8)&&(c.preventDefault!==d?c.preventDefault():c.returnValue=!1,this.state.isSwiping=!0),this.drag.updatedX=this.drag.currentX,(this.drag.currentY>16||this.drag.currentY<-16)&&this.state.isSwiping===!1&&(this.state.isScrolling=!0,this.drag.updatedX=this.drag.start),this.animate(this.drag.updatedX)))},e.prototype.onDragEnd=function(b){var d,e,f;if(this.state.isTouch){if("mouseup"===b.type&&this.$stage.removeClass("owl-grab"),this.trigger("dragged"),this.drag.targetEl.removeAttribute("draggable"),this.state.isTouch=!1,this.state.isScrolling=!1,this.state.isSwiping=!1,0===this.drag.distance&&this.state.inMotion!==!0)return this.state.inMotion=!1,!1;this.drag.endTime=(new Date).getTime(),d=this.drag.endTime-this.drag.startTime,e=Math.abs(this.drag.distance),(e>3||d>300)&&this.removeClick(this.drag.targetEl),f=this.closest(this.drag.updatedX),this.speed(this.settings.dragEndSpeed||this.settings.smartSpeed),this.current(f),this.invalidate("position"),this.update(),this.settings.pullDrag||this.drag.updatedX!==this.coordinates(f)||this.transitionEnd(),this.drag.distance=0,a(c).off(".owl.dragEvents")}},e.prototype.removeClick=function(c){this.drag.targetEl=c,a(c).on("click.preventClick",this.e._preventClick),b.setTimeout(function(){a(c).off("click.preventClick")},300)},e.prototype.preventClick=function(b){b.preventDefault?b.preventDefault():b.returnValue=!1,b.stopPropagation&&b.stopPropagation(),a(b.target).off("click.preventClick")},e.prototype.getTransformProperty=function(){var a,c;return a=b.getComputedStyle(this.$stage.get(0),null).getPropertyValue(this.vendorName+"transform"),a=a.replace(/matrix(3d)?\(|\)/g,"").split(","),c=16===a.length,c!==!0?a[4]:a[12]},e.prototype.closest=function(b){var c=-1,d=30,e=this.width(),f=this.coordinates();return this.settings.freeDrag||a.each(f,a.proxy(function(a,g){return b>g-d&&g+d>b?c=a:this.op(b,"<",g)&&this.op(b,">",f[a+1]||g-e)&&(c="left"===this.state.direction?a+1:a),-1===c},this)),this.settings.loop||(this.op(b,">",f[this.minimum()])?c=b=this.minimum():this.op(b,"<",f[this.maximum()])&&(c=b=this.maximum())),c},e.prototype.animate=function(b){this.trigger("translate"),this.state.inMotion=this.speed()>0,this.support3d?this.$stage.css({transform:"translate3d("+b+"px,0px, 0px)",transition:this.speed()/1e3+"s"}):this.state.isTouch?this.$stage.css({left:b+"px"}):this.$stage.animate({left:b},this.speed()/1e3,this.settings.fallbackEasing,a.proxy(function(){this.state.inMotion&&this.transitionEnd()},this))},e.prototype.current=function(a){if(a===d)return this._current;if(0===this._items.length)return d;if(a=this.normalize(a),this._current!==a){var b=this.trigger("change",{property:{name:"position",value:a}});b.data!==d&&(a=this.normalize(b.data)),this._current=a,this.invalidate("position"),this.trigger("changed",{property:{name:"position",value:this._current}})}return this._current},e.prototype.invalidate=function(a){this._invalidated[a]=!0},e.prototype.reset=function(a){a=this.normalize(a),a!==d&&(this._speed=0,this._current=a,this.suppress(["translate","translated"]),this.animate(this.coordinates(a)),this.release(["translate","translated"]))},e.prototype.normalize=function(b,c){var e=c?this._items.length:this._items.length+this._clones.length;return!a.isNumeric(b)||1>e?d:b=this._clones.length?(b%e+e)%e:Math.max(this.minimum(c),Math.min(this.maximum(c),b))},e.prototype.relative=function(a){return a=this.normalize(a),a-=this._clones.length/2,this.normalize(a,!0)},e.prototype.maximum=function(a){var b,c,d,e=0,f=this.settings;if(a)return this._items.length-1;if(!f.loop&&f.center)b=this._items.length-1;else if(f.loop||f.center)if(f.loop||f.center)b=this._items.length+f.items;else{if(!f.autoWidth&&!f.merge)throw"Can not detect maximum absolute position.";for(revert=f.rtl?1:-1,c=this.$stage.width()-this.$element.width();(d=this.coordinates(e))&&!(d*revert>=c);)b=++e}else b=this._items.length-f.items;return b},e.prototype.minimum=function(a){return a?0:this._clones.length/2},e.prototype.items=function(a){return a===d?this._items.slice():(a=this.normalize(a,!0),this._items[a])},e.prototype.mergers=function(a){return a===d?this._mergers.slice():(a=this.normalize(a,!0),this._mergers[a])},e.prototype.clones=function(b){var c=this._clones.length/2,e=c+this._items.length,f=function(a){return a%2===0?e+a/2:c-(a+1)/2};return b===d?a.map(this._clones,function(a,b){return f(b)}):a.map(this._clones,function(a,c){return a===b?f(c):null})},e.prototype.speed=function(a){return a!==d&&(this._speed=a),this._speed},e.prototype.coordinates=function(b){var c=null;return b===d?a.map(this._coordinates,a.proxy(function(a,b){return this.coordinates(b)},this)):(this.settings.center?(c=this._coordinates[b],c+=(this.width()-c+(this._coordinates[b-1]||0))/2*(this.settings.rtl?-1:1)):c=this._coordinates[b-1]||0,c)},e.prototype.duration=function(a,b,c){return Math.min(Math.max(Math.abs(b-a),1),6)*Math.abs(c||this.settings.smartSpeed)},e.prototype.to=function(c,d){if(this.settings.loop){var e=c-this.relative(this.current()),f=this.current(),g=this.current(),h=this.current()+e,i=0>g-h?!0:!1,j=this._clones.length+this._items.length;h<this.settings.items&&i===!1?(f=g+this._items.length,this.reset(f)):h>=j-this.settings.items&&i===!0&&(f=g-this._items.length,this.reset(f)),b.clearTimeout(this.e._goToLoop),this.e._goToLoop=b.setTimeout(a.proxy(function(){this.speed(this.duration(this.current(),f+e,d)),this.current(f+e),this.update()},this),30)}else this.speed(this.duration(this.current(),c,d)),this.current(c),this.update()},e.prototype.next=function(a){a=a||!1,this.to(this.relative(this.current())+1,a)},e.prototype.prev=function(a){a=a||!1,this.to(this.relative(this.current())-1,a)},e.prototype.transitionEnd=function(a){return a!==d&&(a.stopPropagation(),(a.target||a.srcElement||a.originalTarget)!==this.$stage.get(0))?!1:(this.state.inMotion=!1,void this.trigger("translated"))},e.prototype.viewport=function(){var d;if(this.options.responsiveBaseElement!==b)d=a(this.options.responsiveBaseElement).width();else if(b.innerWidth)d=b.innerWidth;else{if(!c.documentElement||!c.documentElement.clientWidth)throw"Can not detect viewport width.";d=c.documentElement.clientWidth}return d},e.prototype.replace=function(b){this.$stage.empty(),this._items=[],b&&(b=b instanceof jQuery?b:a(b)),this.settings.nestedItemSelector&&(b=b.find("."+this.settings.nestedItemSelector)),b.filter(function(){return 1===this.nodeType}).each(a.proxy(function(a,b){b=this.prepare(b),this.$stage.append(b),this._items.push(b),this._mergers.push(1*b.find("[data-merge]").andSelf("[data-merge]").attr("data-merge")||1)},this)),this.reset(a.isNumeric(this.settings.startPosition)?this.settings.startPosition:0),this.invalidate("items")},e.prototype.add=function(a,b){b=b===d?this._items.length:this.normalize(b,!0),this.trigger("add",{content:a,position:b}),0===this._items.length||b===this._items.length?(this.$stage.append(a),this._items.push(a),this._mergers.push(1*a.find("[data-merge]").andSelf("[data-merge]").attr("data-merge")||1)):(this._items[b].before(a),this._items.splice(b,0,a),this._mergers.splice(b,0,1*a.find("[data-merge]").andSelf("[data-merge]").attr("data-merge")||1)),this.invalidate("items"),this.trigger("added",{content:a,position:b})},e.prototype.remove=function(a){a=this.normalize(a,!0),a!==d&&(this.trigger("remove",{content:this._items[a],position:a}),this._items[a].remove(),this._items.splice(a,1),this._mergers.splice(a,1),this.invalidate("items"),this.trigger("removed",{content:null,position:a}))},e.prototype.addTriggerableEvents=function(){var b=a.proxy(function(b,c){return a.proxy(function(a){a.relatedTarget!==this&&(this.suppress([c]),b.apply(this,[].slice.call(arguments,1)),this.release([c]))},this)},this);a.each({next:this.next,prev:this.prev,to:this.to,destroy:this.destroy,refresh:this.refresh,replace:this.replace,add:this.add,remove:this.remove},a.proxy(function(a,c){this.$element.on(a+".owl.carousel",b(c,a+".owl.carousel"))},this))},e.prototype.watchVisibility=function(){function c(a){return a.offsetWidth>0&&a.offsetHeight>0}function d(){c(this.$element.get(0))&&(this.$element.removeClass("owl-hidden"),this.refresh(),b.clearInterval(this.e._checkVisibile))}c(this.$element.get(0))||(this.$element.addClass("owl-hidden"),b.clearInterval(this.e._checkVisibile),this.e._checkVisibile=b.setInterval(a.proxy(d,this),500))},e.prototype.preloadAutoWidthImages=function(b){var c,d,e,f;c=0,d=this,b.each(function(g,h){e=a(h),f=new Image,f.onload=function(){c++,e.attr("src",f.src),e.css("opacity",1),c>=b.length&&(d.state.imagesLoaded=!0,d.initialize())},f.src=e.attr("src")||e.attr("data-src")||e.attr("data-src-retina")})},e.prototype.destroy=function(){this.$element.hasClass(this.settings.themeClass)&&this.$element.removeClass(this.settings.themeClass),this.settings.responsive!==!1&&a(b).off("resize.owl.carousel"),this.transitionEndVendor&&this.off(this.$stage.get(0),this.transitionEndVendor,this.e._transitionEnd);for(var d in this._plugins)this._plugins[d].destroy();(this.settings.mouseDrag||this.settings.touchDrag)&&(this.$stage.off("mousedown touchstart touchcancel"),a(c).off(".owl.dragEvents"),this.$stage.get(0).onselectstart=function(){},this.$stage.off("dragstart",function(){return!1})),this.$element.off(".owl"),this.$stage.children(".cloned").remove(),this.e=null,this.$element.removeData("owlCarousel"),this.$stage.children().contents().unwrap(),this.$stage.children().unwrap(),this.$stage.unwrap()},e.prototype.op=function(a,b,c){var d=this.settings.rtl;switch(b){case"<":return d?a>c:c>a;case">":return d?c>a:a>c;case">=":return d?c>=a:a>=c;case"<=":return d?a>=c:c>=a}},e.prototype.on=function(a,b,c,d){a.addEventListener?a.addEventListener(b,c,d):a.attachEvent&&a.attachEvent("on"+b,c)},e.prototype.off=function(a,b,c,d){a.removeEventListener?a.removeEventListener(b,c,d):a.detachEvent&&a.detachEvent("on"+b,c)},e.prototype.trigger=function(b,c,d){var e={item:{count:this._items.length,index:this.current()}},f=a.camelCase(a.grep(["on",b,d],function(a){return a}).join("-").toLowerCase()),g=a.Event([b,"owl",d||"carousel"].join(".").toLowerCase(),a.extend({relatedTarget:this},e,c));return this._supress[b]||(a.each(this._plugins,function(a,b){b.onTrigger&&b.onTrigger(g)}),this.$element.trigger(g),this.settings&&"function"==typeof this.settings[f]&&this.settings[f].apply(this,g)),g},e.prototype.suppress=function(b){a.each(b,a.proxy(function(a,b){this._supress[b]=!0},this))},e.prototype.release=function(b){a.each(b,a.proxy(function(a,b){delete this._supress[b]},this))},e.prototype.browserSupport=function(){if(this.support3d=j(),this.support3d){this.transformVendor=i();var a=["transitionend","webkitTransitionEnd","transitionend","oTransitionEnd"];this.transitionEndVendor=a[h()],this.vendorName=this.transformVendor.replace(/Transform/i,""),this.vendorName=""!==this.vendorName?"-"+this.vendorName.toLowerCase()+"-":""}this.state.orientation=b.orientation},a.fn.owlCarousel=function(b){return this.each(function(){a(this).data("owlCarousel")||a(this).data("owlCarousel",new e(this,b))})},a.fn.owlCarousel.Constructor=e}(window.Zepto||window.jQuery,window,document),function(a,b){var c=function(b){this._core=b,this._loaded=[],this._handlers={"initialized.owl.carousel change.owl.carousel":a.proxy(function(b){if(b.namespace&&this._core.settings&&this._core.settings.lazyLoad&&(b.property&&"position"==b.property.name||"initialized"==b.type))for(var c=this._core.settings,d=c.center&&Math.ceil(c.items/2)||c.items,e=c.center&&-1*d||0,f=(b.property&&b.property.value||this._core.current())+e,g=this._core.clones().length,h=a.proxy(function(a,b){this.load(b)},this);e++<d;)this.load(g/2+this._core.relative(f)),g&&a.each(this._core.clones(this._core.relative(f++)),h)},this)},this._core.options=a.extend({},c.Defaults,this._core.options),this._core.$element.on(this._handlers)};c.Defaults={lazyLoad:!1},c.prototype.load=function(c){var d=this._core.$stage.children().eq(c),e=d&&d.find(".owl-lazy");!e||a.inArray(d.get(0),this._loaded)>-1||(e.each(a.proxy(function(c,d){var e,f=a(d),g=b.devicePixelRatio>1&&f.attr("data-src-retina")||f.attr("data-src");this._core.trigger("load",{element:f,url:g},"lazy"),f.is("img")?f.one("load.owl.lazy",a.proxy(function(){f.css("opacity",1),this._core.trigger("loaded",{element:f,url:g},"lazy")},this)).attr("src",g):(e=new Image,e.onload=a.proxy(function(){f.css({"background-image":"url("+g+")",opacity:"1"}),this._core.trigger("loaded",{element:f,url:g},"lazy")},this),e.src=g)},this)),this._loaded.push(d.get(0)))},c.prototype.destroy=function(){var a,b;for(a in this.handlers)this._core.$element.off(a,this.handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},a.fn.owlCarousel.Constructor.Plugins.Lazy=c}(window.Zepto||window.jQuery,window,document),function(a){var b=function(c){this._core=c,this._handlers={"initialized.owl.carousel":a.proxy(function(){this._core.settings.autoHeight&&this.update()},this),"changed.owl.carousel":a.proxy(function(a){this._core.settings.autoHeight&&"position"==a.property.name&&this.update()},this),"loaded.owl.lazy":a.proxy(function(a){this._core.settings.autoHeight&&a.element.closest("."+this._core.settings.itemClass)===this._core.$stage.children().eq(this._core.current())&&this.update()},this)},this._core.options=a.extend({},b.Defaults,this._core.options),this._core.$element.on(this._handlers)};b.Defaults={autoHeight:!1,autoHeightClass:"owl-height"},b.prototype.update=function(){this._core.$stage.parent().height(this._core.$stage.children().eq(this._core.current()).height()).addClass(this._core.settings.autoHeightClass)},b.prototype.destroy=function(){var a,b;for(a in this._handlers)this._core.$element.off(a,this._handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},a.fn.owlCarousel.Constructor.Plugins.AutoHeight=b}(window.Zepto||window.jQuery,window,document),function(a,b,c){var d=function(b){this._core=b,this._videos={},this._playing=null,this._fullscreen=!1,this._handlers={"resize.owl.carousel":a.proxy(function(a){this._core.settings.video&&!this.isInFullScreen()&&a.preventDefault()},this),"refresh.owl.carousel changed.owl.carousel":a.proxy(function(){this._playing&&this.stop()},this),"prepared.owl.carousel":a.proxy(function(b){var c=a(b.content).find(".owl-video");c.length&&(c.css("display","none"),this.fetch(c,a(b.content)))},this)},this._core.options=a.extend({},d.Defaults,this._core.options),this._core.$element.on(this._handlers),this._core.$element.on("click.owl.video",".owl-video-play-icon",a.proxy(function(a){this.play(a)},this))};d.Defaults={video:!1,videoHeight:!1,videoWidth:!1},d.prototype.fetch=function(a,b){var c=a.attr("data-vimeo-id")?"vimeo":"youtube",d=a.attr("data-vimeo-id")||a.attr("data-youtube-id"),e=a.attr("data-width")||this._core.settings.videoWidth,f=a.attr("data-height")||this._core.settings.videoHeight,g=a.attr("href");if(!g)throw new Error("Missing video URL.");if(d=g.match(/(http:|https:|)\/\/(player.|www.)?(vimeo\.com|youtu(be\.com|\.be|be\.googleapis\.com))\/(video\/|embed\/|watch\?v=|v\/)?([A-Za-z0-9._%-]*)(\&\S+)?/),d[3].indexOf("youtu")>-1)c="youtube";else{if(!(d[3].indexOf("vimeo")>-1))throw new Error("Video URL not supported.");c="vimeo"}d=d[6],this._videos[g]={type:c,id:d,width:e,height:f},b.attr("data-video",g),this.thumbnail(a,this._videos[g])},d.prototype.thumbnail=function(b,c){var d,e,f,g=c.width&&c.height?'style="width:'+c.width+"px;height:"+c.height+'px;"':"",h=b.find("img"),i="src",j="",k=this._core.settings,l=function(a){e='<div class="owl-video-play-icon"></div>',d=k.lazyLoad?'<div class="owl-video-tn '+j+'" '+i+'="'+a+'"></div>':'<div class="owl-video-tn" style="opacity:1;background-image:url('+a+')"></div>',b.after(d),b.after(e)};return b.wrap('<div class="owl-video-wrapper"'+g+"></div>"),this._core.settings.lazyLoad&&(i="data-src",j="owl-lazy"),h.length?(l(h.attr(i)),h.remove(),!1):void("youtube"===c.type?(f="http://img.youtube.com/vi/"+c.id+"/hqdefault.jpg",l(f)):"vimeo"===c.type&&a.ajax({type:"GET",url:"http://vimeo.com/api/v2/video/"+c.id+".json",jsonp:"callback",dataType:"jsonp",success:function(a){f=a[0].thumbnail_large,l(f)}}))},d.prototype.stop=function(){this._core.trigger("stop",null,"video"),this._playing.find(".owl-video-frame").remove(),this._playing.removeClass("owl-video-playing"),this._playing=null},d.prototype.play=function(b){this._core.trigger("play",null,"video"),this._playing&&this.stop();var c,d,e=a(b.target||b.srcElement),f=e.closest("."+this._core.settings.itemClass),g=this._videos[f.attr("data-video")],h=g.width||"100%",i=g.height||this._core.$stage.height();"youtube"===g.type?c='<iframe width="'+h+'" height="'+i+'" src="http://www.youtube.com/embed/'+g.id+"?autoplay=1&v="+g.id+'" frameborder="0" allowfullscreen></iframe>':"vimeo"===g.type&&(c='<iframe src="http://player.vimeo.com/video/'+g.id+'?autoplay=1" width="'+h+'" height="'+i+'" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),f.addClass("owl-video-playing"),this._playing=f,d=a('<div style="height:'+i+"px; width:"+h+'px" class="owl-video-frame">'+c+"</div>"),e.after(d)},d.prototype.isInFullScreen=function(){var d=c.fullscreenElement||c.mozFullScreenElement||c.webkitFullscreenElement;return d&&a(d).parent().hasClass("owl-video-frame")&&(this._core.speed(0),this._fullscreen=!0),d&&this._fullscreen&&this._playing?!1:this._fullscreen?(this._fullscreen=!1,!1):this._playing&&this._core.state.orientation!==b.orientation?(this._core.state.orientation=b.orientation,!1):!0},d.prototype.destroy=function(){var a,b;this._core.$element.off("click.owl.video");for(a in this._handlers)this._core.$element.off(a,this._handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},a.fn.owlCarousel.Constructor.Plugins.Video=d}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){var e=function(b){this.core=b,this.core.options=a.extend({},e.Defaults,this.core.options),this.swapping=!0,this.previous=d,this.next=d,this.handlers={"change.owl.carousel":a.proxy(function(a){"position"==a.property.name&&(this.previous=this.core.current(),this.next=a.property.value)},this),"drag.owl.carousel dragged.owl.carousel translated.owl.carousel":a.proxy(function(a){this.swapping="translated"==a.type},this),"translate.owl.carousel":a.proxy(function(){this.swapping&&(this.core.options.animateOut||this.core.options.animateIn)&&this.swap()},this)},this.core.$element.on(this.handlers)};e.Defaults={animateOut:!1,animateIn:!1},e.prototype.swap=function(){if(1===this.core.settings.items&&this.core.support3d){this.core.speed(0);var b,c=a.proxy(this.clear,this),d=this.core.$stage.children().eq(this.previous),e=this.core.$stage.children().eq(this.next),f=this.core.settings.animateIn,g=this.core.settings.animateOut;this.core.current()!==this.previous&&(g&&(b=this.core.coordinates(this.previous)-this.core.coordinates(this.next),d.css({left:b+"px"}).addClass("animated owl-animated-out").addClass(g).one("webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend",c)),f&&e.addClass("animated owl-animated-in").addClass(f).one("webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend",c))}},e.prototype.clear=function(b){a(b.target).css({left:""}).removeClass("animated owl-animated-out owl-animated-in").removeClass(this.core.settings.animateIn).removeClass(this.core.settings.animateOut),this.core.transitionEnd()},e.prototype.destroy=function(){var a,b;for(a in this.handlers)this.core.$element.off(a,this.handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},a.fn.owlCarousel.Constructor.Plugins.Animate=e}(window.Zepto||window.jQuery,window,document),function(a,b,c){var d=function(b){this.core=b,this.core.options=a.extend({},d.Defaults,this.core.options),this.handlers={"translated.owl.carousel refreshed.owl.carousel":a.proxy(function(){this.autoplay() },this),"play.owl.autoplay":a.proxy(function(a,b,c){this.play(b,c)},this),"stop.owl.autoplay":a.proxy(function(){this.stop()},this),"mouseover.owl.autoplay":a.proxy(function(){this.core.settings.autoplayHoverPause&&this.pause()},this),"mouseleave.owl.autoplay":a.proxy(function(){this.core.settings.autoplayHoverPause&&this.autoplay()},this)},this.core.$element.on(this.handlers)};d.Defaults={autoplay:!1,autoplayTimeout:2e3,autoplayHoverPause:!1,autoplaySpeed:!1},d.prototype.autoplay=function(){this.core.settings.autoplay&&!this.core.state.videoPlay?(b.clearInterval(this.interval),this.interval=b.setInterval(a.proxy(function(){this.play()},this),this.core.settings.autoplayTimeout)):b.clearInterval(this.interval)},d.prototype.play=function(){return c.hidden===!0||this.core.state.isTouch||this.core.state.isScrolling||this.core.state.isSwiping||this.core.state.inMotion?void 0:this.core.settings.autoplay===!1?void b.clearInterval(this.interval):void this.core.next(this.core.settings.autoplaySpeed)},d.prototype.stop=function(){b.clearInterval(this.interval)},d.prototype.pause=function(){b.clearInterval(this.interval)},d.prototype.destroy=function(){var a,c;b.clearInterval(this.interval);for(a in this.handlers)this.core.$element.off(a,this.handlers[a]);for(c in Object.getOwnPropertyNames(this))"function"!=typeof this[c]&&(this[c]=null)},a.fn.owlCarousel.Constructor.Plugins.autoplay=d}(window.Zepto||window.jQuery,window,document),function(a){"use strict";var b=function(c){this._core=c,this._initialized=!1,this._pages=[],this._controls={},this._templates=[],this.$element=this._core.$element,this._overrides={next:this._core.next,prev:this._core.prev,to:this._core.to},this._handlers={"prepared.owl.carousel":a.proxy(function(b){this._core.settings.dotsData&&this._templates.push(a(b.content).find("[data-dot]").andSelf("[data-dot]").attr("data-dot"))},this),"add.owl.carousel":a.proxy(function(b){this._core.settings.dotsData&&this._templates.splice(b.position,0,a(b.content).find("[data-dot]").andSelf("[data-dot]").attr("data-dot"))},this),"remove.owl.carousel prepared.owl.carousel":a.proxy(function(a){this._core.settings.dotsData&&this._templates.splice(a.position,1)},this),"change.owl.carousel":a.proxy(function(a){if("position"==a.property.name&&!this._core.state.revert&&!this._core.settings.loop&&this._core.settings.navRewind){var b=this._core.current(),c=this._core.maximum(),d=this._core.minimum();a.data=a.property.value>c?b>=c?d:c:a.property.value<d?c:a.property.value}},this),"changed.owl.carousel":a.proxy(function(a){"position"==a.property.name&&this.draw()},this),"refreshed.owl.carousel":a.proxy(function(){this._initialized||(this.initialize(),this._initialized=!0),this._core.trigger("refresh",null,"navigation"),this.update(),this.draw(),this._core.trigger("refreshed",null,"navigation")},this)},this._core.options=a.extend({},b.Defaults,this._core.options),this.$element.on(this._handlers)};b.Defaults={nav:!1,navRewind:!0,navText:["prev","next"],navSpeed:!1,navElement:"div",navContainer:!1,navContainerClass:"owl-nav",navClass:["owl-prev","owl-next"],slideBy:1,dotClass:"owl-dot",dotsClass:"owl-dots",dots:!0,dotsEach:!1,dotData:!1,dotsSpeed:!1,dotsContainer:!1,controlsClass:"owl-controls"},b.prototype.initialize=function(){var b,c,d=this._core.settings;d.dotsData||(this._templates=[a("<div>").addClass(d.dotClass).append(a("<span>")).prop("outerHTML")]),d.navContainer&&d.dotsContainer||(this._controls.$container=a("<div>").addClass(d.controlsClass).appendTo(this.$element)),this._controls.$indicators=d.dotsContainer?a(d.dotsContainer):a("<div>").hide().addClass(d.dotsClass).appendTo(this._controls.$container),this._controls.$indicators.on("click","div",a.proxy(function(b){var c=a(b.target).parent().is(this._controls.$indicators)?a(b.target).index():a(b.target).parent().index();b.preventDefault(),this.to(c,d.dotsSpeed)},this)),b=d.navContainer?a(d.navContainer):a("<div>").addClass(d.navContainerClass).prependTo(this._controls.$container),this._controls.$next=a("<"+d.navElement+">"),this._controls.$previous=this._controls.$next.clone(),this._controls.$previous.addClass(d.navClass[0]).html(d.navText[0]).hide().prependTo(b).on("click",a.proxy(function(){this.prev(d.navSpeed)},this)),this._controls.$next.addClass(d.navClass[1]).html(d.navText[1]).hide().appendTo(b).on("click",a.proxy(function(){this.next(d.navSpeed)},this));for(c in this._overrides)this._core[c]=a.proxy(this[c],this)},b.prototype.destroy=function(){var a,b,c,d;for(a in this._handlers)this.$element.off(a,this._handlers[a]);for(b in this._controls)this._controls[b].remove();for(d in this.overides)this._core[d]=this._overrides[d];for(c in Object.getOwnPropertyNames(this))"function"!=typeof this[c]&&(this[c]=null)},b.prototype.update=function(){var a,b,c,d=this._core.settings,e=this._core.clones().length/2,f=e+this._core.items().length,g=d.center||d.autoWidth||d.dotData?1:d.dotsEach||d.items;if("page"!==d.slideBy&&(d.slideBy=Math.min(d.slideBy,d.items)),d.dots||"page"==d.slideBy)for(this._pages=[],a=e,b=0,c=0;f>a;a++)(b>=g||0===b)&&(this._pages.push({start:a-e,end:a-e+g-1}),b=0,++c),b+=this._core.mergers(this._core.relative(a))},b.prototype.draw=function(){var b,c,d="",e=this._core.settings,f=(this._core.$stage.children(),this._core.relative(this._core.current()));if(!e.nav||e.loop||e.navRewind||(this._controls.$previous.toggleClass("disabled",0>=f),this._controls.$next.toggleClass("disabled",f>=this._core.maximum())),this._controls.$previous.toggle(e.nav),this._controls.$next.toggle(e.nav),e.dots){if(b=this._pages.length-this._controls.$indicators.children().length,e.dotData&&0!==b){for(c=0;c<this._controls.$indicators.children().length;c++)d+=this._templates[this._core.relative(c)];this._controls.$indicators.html(d)}else b>0?(d=new Array(b+1).join(this._templates[0]),this._controls.$indicators.append(d)):0>b&&this._controls.$indicators.children().slice(b).remove();this._controls.$indicators.find(".active").removeClass("active"),this._controls.$indicators.children().eq(a.inArray(this.current(),this._pages)).addClass("active")}this._controls.$indicators.toggle(e.dots)},b.prototype.onTrigger=function(b){var c=this._core.settings;b.page={index:a.inArray(this.current(),this._pages),count:this._pages.length,size:c&&(c.center||c.autoWidth||c.dotData?1:c.dotsEach||c.items)}},b.prototype.current=function(){var b=this._core.relative(this._core.current());return a.grep(this._pages,function(a){return a.start<=b&&a.end>=b}).pop()},b.prototype.getPosition=function(b){var c,d,e=this._core.settings;return"page"==e.slideBy?(c=a.inArray(this.current(),this._pages),d=this._pages.length,b?++c:--c,c=this._pages[(c%d+d)%d].start):(c=this._core.relative(this._core.current()),d=this._core.items().length,b?c+=e.slideBy:c-=e.slideBy),c},b.prototype.next=function(b){a.proxy(this._overrides.to,this._core)(this.getPosition(!0),b)},b.prototype.prev=function(b){a.proxy(this._overrides.to,this._core)(this.getPosition(!1),b)},b.prototype.to=function(b,c,d){var e;d?a.proxy(this._overrides.to,this._core)(b,c):(e=this._pages.length,a.proxy(this._overrides.to,this._core)(this._pages[(b%e+e)%e].start,c))},a.fn.owlCarousel.Constructor.Plugins.Navigation=b}(window.Zepto||window.jQuery,window,document),function(a,b){"use strict";var c=function(d){this._core=d,this._hashes={},this.$element=this._core.$element,this._handlers={"initialized.owl.carousel":a.proxy(function(){"URLHash"==this._core.settings.startPosition&&a(b).trigger("hashchange.owl.navigation")},this),"prepared.owl.carousel":a.proxy(function(b){var c=a(b.content).find("[data-hash]").andSelf("[data-hash]").attr("data-hash");this._hashes[c]=b.content},this)},this._core.options=a.extend({},c.Defaults,this._core.options),this.$element.on(this._handlers),a(b).on("hashchange.owl.navigation",a.proxy(function(){var a=b.location.hash.substring(1),c=this._core.$stage.children(),d=this._hashes[a]&&c.index(this._hashes[a])||0;return a?void this._core.to(d,!1,!0):!1},this))};c.Defaults={URLhashListener:!1},c.prototype.destroy=function(){var c,d;a(b).off("hashchange.owl.navigation");for(c in this._handlers)this._core.$element.off(c,this._handlers[c]);for(d in Object.getOwnPropertyNames(this))"function"!=typeof this[d]&&(this[d]=null)},a.fn.owlCarousel.Constructor.Plugins.Hash=c}(window.Zepto||window.jQuery,window,document); <!-- jQuery replaceText | http://benalman.com/projects/jquery-replacetext-plugin/ --> (function($){$.fn.replaceText=function(b,a,c){return this.each(function(){var f=this.firstChild,g,e,d=[];if(f){do{if(f.nodeType===3){g=f.nodeValue;e=g.replace(b,a);if(e!==g){if(!c&&/</.test(e)){$(f).before(e);d.push(f)}else{f.nodeValue=e}}}}while(f=f.nextSibling)}d.length&&$(d).remove()})}})(jQuery); <!-- Theia Sticky Sidebar | v1.7.0 - https://github.com/WeCodePixels/theia-sticky-sidebar --> !function(i){i.fn.theiaStickySidebar=function(t){function e(t,e){return!0===t.initialized||!(i("body").width()<t.minWidth)&&(function(t,e){t.initialized=!0,0===i("#theia-sticky-sidebar-stylesheet-"+t.namespace).length&&i("head").append(i('<style id="theia-sticky-sidebar-stylesheet-'+t.namespace+'">.theiaStickySidebar:after {content: ""; display: table; clear: both;}</style>'));e.each(function(){var e={};if(e.sidebar=i(this),e.options=t||{},e.container=i(e.options.containerSelector),0==e.container.length&&(e.container=e.sidebar.parent()),e.sidebar.parents().css("-webkit-transform","none"),e.sidebar.css({position:e.options.defaultPosition,overflow:"visible","-webkit-box-sizing":"border-box","-moz-box-sizing":"border-box","box-sizing":"border-box"}),e.stickySidebar=e.sidebar.find(".theiaStickySidebar"),0==e.stickySidebar.length){var a=/(?:text|application)\/(?:x-)?(?:javascript|ecmascript)/i;e.sidebar.find("script").filter(function(i,t){return 0===t.type.length||t.type.match(a)}).remove(),e.stickySidebar=i("<div>").addClass("theiaStickySidebar").append(e.sidebar.children()),e.sidebar.append(e.stickySidebar)}e.marginBottom=parseInt(e.sidebar.css("margin-bottom")),e.paddingTop=parseInt(e.sidebar.css("padding-top")),e.paddingBottom=parseInt(e.sidebar.css("padding-bottom"));var n=e.stickySidebar.offset().top,s=e.stickySidebar.outerHeight();function d(){e.fixedScrollTop=0,e.sidebar.css({"min-height":"1px"}),e.stickySidebar.css({position:"static",width:"",transform:"none"})}e.stickySidebar.css("padding-top",1),e.stickySidebar.css("padding-bottom",1),n-=e.stickySidebar.offset().top,s=e.stickySidebar.outerHeight()-s-n,0==n?(e.stickySidebar.css("padding-top",0),e.stickySidebarPaddingTop=0):e.stickySidebarPaddingTop=1,0==s?(e.stickySidebar.css("padding-bottom",0),e.stickySidebarPaddingBottom=0):e.stickySidebarPaddingBottom=1,e.previousScrollTop=null,e.fixedScrollTop=0,d(),e.onScroll=function(e){if(e.stickySidebar.is(":visible"))if(i("body").width()<e.options.minWidth)d();else{if(e.options.disableOnResponsiveLayouts){var a=e.sidebar.outerWidth("none"==e.sidebar.css("float"));if(a+50>e.container.width())return void d()}var n,s,r=i(document).scrollTop(),c="static";if(r>=e.sidebar.offset().top+(e.paddingTop-e.options.additionalMarginTop)){var p,b=e.paddingTop+t.additionalMarginTop,l=e.paddingBottom+e.marginBottom+t.additionalMarginBottom,f=e.sidebar.offset().top,h=e.sidebar.offset().top+(n=e.container,s=n.height(),n.children().each(function(){s=Math.max(s,i(this).height())}),s),g=0+t.additionalMarginTop,S=e.stickySidebar.outerHeight()+b+l<i(window).height();p=S?g+e.stickySidebar.outerHeight():i(window).height()-e.marginBottom-e.paddingBottom-t.additionalMarginBottom;var u=f-r+e.paddingTop,m=h-r-e.paddingBottom-e.marginBottom,y=e.stickySidebar.offset().top-r,k=e.previousScrollTop-r;"fixed"==e.stickySidebar.css("position")&&"modern"==e.options.sidebarBehavior&&(y+=k),"stick-to-top"==e.options.sidebarBehavior&&(y=t.additionalMarginTop),"stick-to-bottom"==e.options.sidebarBehavior&&(y=p-e.stickySidebar.outerHeight()),y=k>0?Math.min(y,g):Math.max(y,p-e.stickySidebar.outerHeight()),y=Math.max(y,u),y=Math.min(y,m-e.stickySidebar.outerHeight());var v=e.container.height()==e.stickySidebar.outerHeight();c=(v||y!=g)&&(v||y!=p-e.stickySidebar.outerHeight())?r+y-e.sidebar.offset().top-e.paddingTop<=t.additionalMarginTop?"static":"absolute":"fixed"}if("fixed"==c){var x=i(document).scrollLeft();e.stickySidebar.css({position:"fixed",width:o(e.stickySidebar)+"px",transform:"translateY("+y+"px)",left:e.sidebar.offset().left+parseInt(e.sidebar.css("padding-left"))-x+"px",top:"0px"})}else if("absolute"==c){var T={};"absolute"!=e.stickySidebar.css("position")&&(T.position="absolute",T.transform="translateY("+(r+y-e.sidebar.offset().top-e.stickySidebarPaddingTop-e.stickySidebarPaddingBottom)+"px)",T.top="0px"),T.width=o(e.stickySidebar)+"px",T.left="",e.stickySidebar.css(T)}else"static"==c&&d();"static"!=c&&1==e.options.updateSidebarHeight&&e.sidebar.css({"min-height":e.stickySidebar.outerHeight()+e.stickySidebar.offset().top-e.sidebar.offset().top+e.paddingBottom}),e.previousScrollTop=r}},e.onScroll(e),i(document).on("scroll."+e.options.namespace,function(i){return function(){i.onScroll(i)}}(e)),i(window).on("resize."+e.options.namespace,function(i){return function(){i.stickySidebar.css({position:"static"}),i.onScroll(i)}}(e)),"undefined"!=typeof ResizeSensor&&new ResizeSensor(e.stickySidebar[0],function(i){return function(){i.onScroll(i)}}(e))})}(t,e),!0)}function o(i){var t;try{t=i[0].getBoundingClientRect().width}catch(i){}return void 0===t&&(t=i.width()),t}return(t=i.extend({containerSelector:"",additionalMarginTop:0,additionalMarginBottom:0,updateSidebarHeight:!0,minWidth:0,disableOnResponsiveLayouts:!0,sidebarBehavior:"modern",defaultPosition:"relative",namespace:"TSS"},t)).additionalMarginTop=parseInt(t.additionalMarginTop)||0,t.additionalMarginBottom=parseInt(t.additionalMarginBottom)||0,function(t,o){e(t,o)||(console.log("TSS: Body width smaller than options.minWidth. Init is delayed."),i(document).on("scroll."+t.namespace,function(t,o){return function(a){var n=e(t,o);n&&i(this).unbind(a)}}(t,o)),i(window).on("resize."+t.namespace,function(t,o){return function(a){var n=e(t,o);n&&i(this).unbind(a)}}(t,o)))}(t,this),this}}(jQuery); <!-- Table of Contents jQuery Plugin - jquery.toc | https://github.com/ndabas/toc --> !function(a){"use strict";var b=function(b){return this.each(function(){var c,d,e=a(this),f=e.data(),g=[e],h=this.tagName,i=0;c=a.extend({content:"body",headings:"h1,h2,h3"},{content:f.toc||void 0,headings:f.tocHeadings||void 0},b),d=c.headings.split(","),a(c.content).find(c.headings).attr("id",function(b,c){var d=function(a){0===a.length&&(a="?");for(var b=a.replace(/\s+/g,"_"),c="",d=1;null!==document.getElementById(b+c);)c="_"+d++;return b+c};return c||d(a(this).text())}).each(function(){var b=a(this),c=a.map(d,function(a,c){return b.is(a)?c:void 0})[0];if(c>i){var e=g[0].children("li:last")[0];e&&g.unshift(a("<"+h+"/>").appendTo(e))}else g.splice(0,Math.min(i-c,Math.max(g.length-1,0)));a("<li/>").appendTo(g[0]).append(a("<a/>").text(b.text()).attr("href","#"+b.attr("id"))),i=c})})},c=a.fn.toc;a.fn.toc=b,a.fn.toc.noConflict=function(){return a.fn.toc=c,this},a(function(){b.call(a("[data-toc]"))})}(window.jQuery); <!-- Menuiki jQuery Plugin V2.0.0 | https://github.com/pikitemplates/scripts --> !function(e){e.fn.Menuiki=function(){var n=this;n.find(".widget").addClass("show-menu"),n.each(function(){a=e(this),d=a.find(".LinkList ul > li").children("a"),g=d.length;for(var t=0;t<2;t++)for(var u=0;u<g;u++){let e=d.eq(u),n=e.text(),a=d.eq(u+1).text();if("_"!==n.charAt(0)&&"_"===a.charAt(0)){var i=e.parent();i.append(0==t?'<ul class="sub-menu m-sub"/>':'<ul class="sub-menu2 m-sub"/>')}"_"===n.charAt(0)&&(e.text(n.replace("_","")),e.parent().appendTo(i.children(0==t?".sub-menu":".sub-menu2")))}n.find(".LinkList ul li ul").parent("li").addClass("sub-tab")})}}(jQuery); <!-- Lazy Loading jQuery Plugin | https://github.com/pikitemplates/scripts --> $(function(n){n.fn.lazyimg=function(){return this.each(function(){function o(){var o=n(window).height();if(n(window).scrollTop()+o>t.offset().top){var a=new Image;a.onload=function(){t.addClass("lazy-img")},a.src=c}}var t=n(this),a=t.attr("src"),i=Math.round(t.height()),c="";c=a.match("s72-c")?a.replace("/s72-c",i):a,n(window).on("load scroll",o),o()})}}); //]]> </script> <!-- Piki Templates Under License Creative Common Rights (CC-3.0) JS Copyrighted --> <script type='text/javascript'> //<![CDATA[ $(function () { function msgError() { return '<span class="error-status"><b>Error 404:</b> Results Not Found Use Correct <b>/Label</b> or <b>/recent</b> or <b>/random</b> code to Show Posts</span>' } function netError() { return '<span class="error-status"><b>Error 505:</b> The Server is unavailable to connect ! {Refresh Try Again}</span>' } function orderError() { return '<span class="error-status"><b>Error 400:</b> Wrong Shortcut code Please Use Correct Format like <b>6/featured/label</b> to Show Posts ASAP !</span>' } function beforeLoader() { return '<div class="loading-icon"/>' } function optimizeImageiki(content) { var src = $('<div>').html(content).find('img').first().attr('src') var joinIdx = src.lastIndexOf('/') if(!joinIdx) joinIdx = 0 var turnIdx = src.lastIndexOf('/', joinIdx - 1) if(!turnIdx) turnIdx = 0 var enterStr = src.substring(turnIdx, joinIdx) if(enterStr.match(/((\/s[0-9])|(\/w[0-9]))+/g) || enterStr == '/d') enterStr = '/w74-h74-p-k-no-nu' var $src = [ src.substring(0, turnIdx), enterStr, src.substring(joinIdx) ].join(""); return $src } function getImageiki(parent, src) { return parent.match("i.ytimg.com") ? "video-nos" : "image-nos"; } function defaultCodeiki(parent, count, label, order) { var furl = "", startIndex = Math.floor((Math.random() * count) + 1); if (label !== undefined) { if (label.match('recent')) { furl = '/feeds/posts/default?alt=json-in-script&max-results=' + count; } else if (label.match("random")) { furl = '/feeds/posts/default?alt=json-in-script&orderby=updated&start-index=' + startIndex + '&max-results=' + count; } else if (!(label.match('random')) || !(label.match('recent'))) { furl = '/feeds/posts/default/-/' + label + '?alt=json-in-script&max-results=' + count; } } if (furl.length > 0) { $.ajax({ type: 'GET', url: furl, cache: false, dataType: 'jsonp', beforeSend: function (data) { switch (order) { case 'megamenu': parent.addClass("sub-tab mega-menu"); parent.find('a:first').attr('href', function (parent, href) { switch (label) { case 'recent': href = href.replace(href, '/search'); break; default: href = href.replace(href, '/search/label/' + label); break } return href }); break; case 'megagrid': case 'slider': case 'ugrid': case 'related': parent.html(beforeLoader()).parent().addClass('type-' + order + ' open-iki'); break; } }, complete: function (data) { if (order == 'megagrid' || order == 'slider' || order == 'ugrid') { if (label.match('recent', 'random')) { parent.closest(".HTML").find('.widget-content').append('<a class="simple-viewmore" href="/search"><span>' + 'Show More' + '</span></a>'); } else { parent.closest(".HTML").find('.widget-content').append('<a class="simple-viewmore" href="/search/label/<span>' + label + '">' + '</span>Show More' + '</a>'); } } }, success: function (data) { var htmltype = ''; switch (order) { case 'megamenu': htmltype += '<div class="mega-container"><div class="mega-posts">'; break; case 'megagrid': htmltype += '<div class="ultra-main-wrapper">'; break; case 'slider': htmltype += '<div class="main-carousel">'; break; case 'ugrid': case 'related': htmltype += '<div class="piki-main-hero">'; break; default: htmltype += '<ul>'; break; } var json = data.feed.entry; if (json != undefined) { for (var i = 0, feed = json; i < json.length; i++) { for (var j = 0; j < json[i].link.length; j++) { if (json[i].link[j].rel == "alternate") { link = json[i].link[j].href; break; } } var title = json[i].title.$t ? json[i].title.$t : pikiMessages.noTitle, author = json[i].author[0].name.$t, content = json[i].content.$t, $content = $('<div>').html(content), shortSummary = $content.text().substr(0, 110) + '...', longSummary = $content.text().substr(0, 210) + '...'; if ('category' in json[i]) { if (json[i].category[0].term !== undefined) { var tag = json[i].category[0].term; } } else { var tag = 'Uncategorized'; } var getDate = json[i].published.$t, y = getDate.substring(0, 4), m = getDate.substring(5, 7), d = getDate.substring(8, 10), date = monthsName[parseInt(m, 10) - 1] + ' ' + d + ', ' + y; var sort = ''; if (json[i].media$thumbnail) { var src = json[i].media$thumbnail.url } else { src = noThumb; } if (content.indexOf(content.match(/<iframe(?:.+)?src=(?:.+)?(?:www.youtube.com)/g)) > -1) { if (content.indexOf('<img') > -1) { if (content.indexOf(content.match(/<iframe(?:.+)?src=(?:.+)?(?:www.youtube.com)/g)) < content.indexOf('<img')) { $src = src.replace("img.youtube.com", "i.ytimg.com").replace('/default.', '/maxresdefault.') } else { $src = optimizeImageiki(content) } } else { $src = src.replace("img.youtube.com", "i.ytimg.com").replace('/default.', '/maxresdefault.') } } else if (content.indexOf('<img') > -1) { $src = optimizeImageiki(content) } else { $src = noThumb; } var yt = getImageiki($src); switch (order) { case 'megamenu': htmltype += '<div class="mega-post"><div class="mega-menu-thumb"><div class="post-filter-link ' + yt + '"><a class="snip-thumbnail lazy-img background-layer" href="' + link + '"><img class="snip-thumbnail lazy-img" alt="' + title + '" src="' + $src + '"/></a></div></div><span class="post-tag">' + tag + '</span><div class="featured-meta"><h2 class="entry-title"><a href="' + link + '">' + title + '</a></h2></div></div>'; break; case 'megagrid': if (i === 0) { htmltype += '<div class="megagrid-post item' + i + '"><div class="megagrid-img"><a class="post-filter-link background-layer ' + yt + '" href="' + link + '"><img class="snip-thumbnail" alt="' + title + '" src="' + $src + '"/></a><span class="post-tag">' + tag + '</span></div><div class="ultra-hero-box"><h2 class="entry-title"><a href="' + link + '">' + title + '</a></h2><div class="post-snip"><span class=" post-author">' + author + '</span><span class="post-date">' + date + '</span></div></div></div>'; } else { htmltype += '<div class="megagrid-posts item' + i + '"><div class="megagrid-main-thumb"><a class="post-filter-link ' + yt + '" href="' + link + '"><img class="snip-thumbnail" alt="' + title + '" src="' + $src + '"/></a></div><div class="piki-hero-box"><h2 class="entry-title"><a href="' + link + '">' + title + '</a></h2><div class="post-snip"><span class="post-date">' + date + '</span></div></div></div>'; } break; case 'slider': htmltype += '<div class="carousel-item"><span class="post-tag">' + tag + '</span><a class="post-filter-link background-layer ' + yt + '" href="' + link + '"><img class="snip-thumbnail lazy-img" alt="' + title + '" src="' + $src + '"/></a><div class="featured-meta"><h2 class="entry-title"><a href="' + link + '">' + title + '</a></h2></div></div>'; break; case 'ugrid': htmltype += '<div class="ultra-hero-flow"><div class="ultra-hero-thumb"><a class="post-filter-link ' + yt + '" href="' + link + '"><img class="snip-thumbnail" alt="' + title + '" src="' + $src + '"/></a></div><div class="ultra-hero-box"><h2 class="entry-title"><a href="' + link + '">' + title + '</a></h2><div class="post-snip"><span class="post-date">' + date + '</span></div></div></div>'; break; case 'related': htmltype += '<div class="ultra-hero"><div class="ultra-hero-thumb"><a class="post-filter-link ' + yt + '" href="' + link + '"><img class="snip-thumbnail" alt="' + title + '" src="' + $src + '"/></a></div><span class="post-tag">' + tag + '</span><div class="ultra-hero-box"><h2 class="entry-title"><a href="' + link + '">' + title + '</a></h2><div class="post-snip"><span class="post-date">' + date + '</span></div></div></div>'; break; default: parent.html(beforeLoader()).parent().addClass('open-iki'); htmltype += orderError(); parent.parent().html(htmltype); break; } } sort += '</ul>'; htmltype += sort; } else { switch (order) { case 'megamenu': htmltype = '<div class="mega-container">' + msgError() + '</div>'; break; default: htmltype = msgError(); break } } switch (order) { case 'megamenu': htmltype += '</div></div>'; parent.append(htmltype); break; case 'featured || megagrid || slider || ugrid || related': parent.html(htmltype); htmltype += '</div></div>'; break; default: htmltype += '</div>'; parent.html(htmltype); break; } parent.find('img.snip-thumbnail').lazyimg() var featuredSlider = $(".saas-box .main-carousel"); featuredSlider.owlCarousel({ items: 3, smartSpeed: 550, nav: true, margin: 10, navText: ["", ""], loop: true, autoplay: true, autoplaySpeed: 1000, dots: false, responsive: { 0: { items: 1, nav: true }, 600: { items: 2, nav: true }, 720: { items: 3, nav: true } } }); }, error: function () { switch (order) { case 'megamenu': parent.append('<div class="mega-container">' + netError() + '</div>'); break; default: parent.html(netError()); break } } }); } $("#hamburgerMobile-pro li a").each(function () { var $this = $(this), sp = $this.attr("href").trim(); if (sp.match("megamenu")) { if (label.match('recent', 'random')) { pt = '/search'; } else { pt = '/search/label/' + label; } $this.attr('href', pt) } }); }; $(".saas-box .HTML .widget-content").each(function () { var $this = $(this), sp = $this.text().split("/"); if (!isNaN(sp[0])) { var count = sp[0], order = sp[1], label = sp[2]; defaultCodeiki($this, count, label, order); } }); $('.related-wrap').each(function (count, label, order) { var $this = $(this), label = $this.find('.related-tag').attr('label'), count = relatedPostsNum; order = 'related'; defaultCodeiki($this, count, label, order); }); $(".saas-box .HTML .widget-content").each(function (count, label, order) { var $this = $(this), sp = $this.text().trim(), sp = sp.split("/"); if (2 === sp.length) { var order = sp[0], label = sp[1]; switch (order) { case 'megagrid': count = 5; break; case 'ugrid': count = 3; break; } defaultCodeiki($this, count, label, order); } }); $(".hamburgerMenu-pro li").each(function (label, order) { var $this = $(this), sp = $this.find("a").attr("href"); if (sp.match("megamenu")) { var sp = sp.split("/"); if (2 === sp.length) { var order = sp[0], label = sp[1]; } defaultCodeiki($this, 4, label, order); } }); }); $("#hamburgerMenu-pro").Menuiki(); $("a#pikitemplates").each(function() { var a = $(this); a.attr("href", "https://www.pikitemplates.com/").text("Blogger Templates").attr("style", "visibility:visible!important;opacity:1!important;position:relative!important;z-index:1!important;text-indent: 1px!important;font-size:14px!important;color:#2791e7!important;margin:0!important;"); a.parent().attr("style", "visibility:visible!important;opacity:1!important;position:relative!important;z-index:1!important;text-indent: 1px!important;font-size:14px!important;color:#828282!important;margin:0!important;").parent().attr("style", "visibility:visible!important;opacity:1!important;position:relative!important;z-index:1!important;text-indent: 1px!important;font-size:14px!important;color:#828282!important;margin:0!important;"); }); setInterval(function() { $("a#pikitemplates").length || (window.location.href = "https://www.pikitemplates.com/"); $("a#pikitemplates:visible").length || (window.location.href = "https://www.pikitemplates.com/"); }, 2800); $(".menu li").each(function () { 0 < $(this).find("ul").length && $(this).addClass("drop-down"); }); $(function () { $(".PopularPosts .post-filter-link .snip-thumbnail,.FeaturedPost .post-filter-link .snip-thumbnail,.post-filter .post-filter-link .snip-thumbnail,.avatar-container .snip-thumbnail, .author-image .snip-thumbnail").lazyimg(); $("#hamburgerMobile-pro").each(function () { var a = $(this); $("#hamburger-list").clone().appendTo(a); $(".show-hamburger-pro-container, .hide-hamburgerMobile-pro, .overlay").on("click", function () { $("body").toggleClass("hamburger-open"); }); }); $(".hamburgerMobile-pro ul .mega-menu").removeClass("sub-tab"); $(".hamburgerMobile-pro ul li a").on("click", function () { $(this).parent().removeClass("show").find("> .m-sub").slideToggle(170); }); $(".social-mobile").each(function () { var a = $(this), w = $("#social-sec ul.social").clone(); w.appendTo(a); }); $(".pages-mobile").each(function () { var a = $(this), w = $("#menu-top ul.nav1").clone(); w.appendTo(a); }); $(".search-button, .search-container-close").on("click", function () { $(".search-container-overlay").toggleClass("search-container-overlay-show"); $("body").toggleClass("active"); }); $("#hamburger-sticky .headerHero").each(function () { var a = $(this); if (1 == fixedMenu && 0 < a.length) { var w = $(document).scrollTop(), l = a.offset().top, n = a.height(), r = l + n; $(window).scroll(function () { var e = $(document).scrollTop(), b = $("#footer-wrapper").offset().top - n; e < b && (e > r ? a.addClass("fixed-nos") : 0 >= e && a.removeClass("fixed-nos"), e > w ? a.removeClass("show") : a.addClass("show"), w = $(document).scrollTop()); }); } }); $("#load-more-link").each(function () { var a = $(this).data("load"); a && $("#load-more-link").show(); $("#load-more-link").on("click", function (w) { $("#load-more-link").hide(); $.ajax({ url: a, success: function (l) { var n = $(l).find(".grid-posts"); n.find(".post-filter").addClass("loading-frame load-time"); $(".grid-posts").append(n.html()); (a = $(l).find("#load-more-link").data("load")) ? $("#load-more-link").show(): ($("#load-more-link").hide(), $("#blog-pager .no-more").addClass("show")); $("img.snip-thumbnail").addClass("lazy-img"); }, beforeSend: function () { $("#blog-pager .loading").show(); }, complete: function () { $("#blog-pager .loading").hide(); } }); w.preventDefault(); }); }); $(".post-body iframe").each(function() { var a = $(this); a.attr("src").match("www.youtube.com") && a.wrap('<div class="video-frame"/>'); }); $(".post-body strike").each(function () { var a = $(this), w = a.text().trim(); "(ads1)" == w && a.replaceWith('<div id="new-bottom-ad-placeholder"/>'); "(ads2)" == w && a.replaceWith('<div id="new-top-ad-placeholder"/>'); }); $('.post-body blockquote').each(function() { var $this = $(this), type = $this.text().toLowerCase().trim(), htmlorder = $this.html(); if (type.match('(alert-success)')) { const content = htmlorder.replace('(alert-success)', ''); $this.replaceWith('<div class="alert-message success">' + content + '</div>'); } if (type.match('(alert-passed)')) { const content = htmlorder.replace('(alert-passed)', ''); $this.replaceWith('<div class="alert-message passed">' + content + '</div>'); } if (type.match('(alert-warning)')) { const content = htmlorder.replace('(alert-warning)', ''); $this.replaceWith('<div class="alert-message warning">' + content + '</div>'); } if (type.match('(alert-error)')) { const content = htmlorder.replace('(alert-error)', ''); $this.replaceWith('<div class="alert-message error">' + content + '</div>'); } if (type.match('(code-box)')) { const content = htmlorder.replace('(code-box)', ''); $this.replaceWith('<pre class="code-box">' + content + '</pre>'); } }); $('.post-body strike').each(function() { var $this = $(this), type = $this.text().toLowerCase().trim(), htmlorder = $this.html(); if (type.match('(contact-form)')) { $this.replaceWith('<div class="contact-form"/>'); $('.contact-form').append($('#ContactForm1')) } if (type.match('(toc)')) { const content = htmlorder.replace('(toc)', ''); $this.replaceWith('<div class="xxqo-tociki-pro"><div class="xxqo-tociki-inner"><a href="javascript:;" class="xxqo-tociki-title" role="button" title="Table of Contents"><span class="xxqo-tociki-title-text">' + content + '</span></a><ol id="xxqo-tociki"></ol></div></div>'); } if (type.match('(caps)')) { const content = htmlorder.replace('(caps)', ''); $this.replaceWith('<span class="firstword">' + content + '</span>'); } if (type.match('(normal-bt)')) { const content = htmlorder.replace('(normal-bt)', ''); $this.replaceWith('<div class="main-button button">' + content + '</div>'); } if (type.match('(small-bt)')) { const content = htmlorder.replace('(small-bt)', ''); $this.replaceWith('<div class="button small-bt">' + content + '</div>'); } if (type.match('(medium-bt)')) { const content = htmlorder.replace('(medium-bt)', ''); $this.replaceWith('<div class="button medium-bt">' + content + '</div>'); } if (type.match('(large-bt)')) { const content = htmlorder.replace('(large-bt)', ''); $this.replaceWith('<div class="button large-bt">' + content + '</div>'); } if (type.match('(download)')) { const content = htmlorder.replace('(download)', ''); $this.replaceWith('<div class="main-button download">' + content + '</div>'); } if (type.match('(buy)')) { const content = htmlorder.replace('(buy)', ''); $this.replaceWith('<div class="main-button buy">' + content + '</div>'); } if (type.match('(cart)')) { const content = htmlorder.replace('(cart)', ''); $this.replaceWith('<div class="main-button cart">' + content + '</div>'); } if (type.match('(link)')) { const content = htmlorder.replace('(link)', ''); $this.replaceWith('<div class="main-button link">' + content + '</div>'); } if (type.match('(open)')) { const content = htmlorder.replace('(open)', ''); $this.replaceWith('<div class="main-button open">' + content + '</div>'); } if (type.match('(info)')) { const content = htmlorder.replace('(info)', ''); $this.replaceWith('<div class="main-button info">' + content + '</div>'); } if (type.match('(demo)')) { const content = htmlorder.replace('(demo)', ''); $this.replaceWith('<div class="main-button demo">' + content + '</div>'); } if (type.match('(left-sidebar)')) { const content = htmlorder.replace('(left-sidebar)', ''); $this.replaceWith('<style>.item-view #feed-view{float:right}.item-view #sidebar-container{float:left}</style>'); } if (type.match('(right-sidebar)')) { const content = htmlorder.replace('(right-sidebar)', ''); $this.replaceWith('<style>.item-view #feed-view{float:left}.item-view #sidebar-container{float:right}</style>'); } if (type.match('(full-width)')) { const content = htmlorder.replace('(full-width)', ''); $this.replaceWith('<style>.item-view #feed-view{width:100%}.item-view #sidebar-container{display:none}</style>'); } }); $(".xxqo-tociki-title").each(function(d) { (d = $(this)).on("click", function() { d.toggleClass("opened"); $("#xxqo-tociki").slideToggle(180); }); }), $("#xxqo-tociki").toc({content:".post-body", headings:"h2,h3,h4"}), $("#xxqo-tociki li a").each(function(d) { (d = $(this)).click(function() { $('html,body').animate({ scrollTop: $(d.attr("href")).offset().top }, 500); return false; }); }); $(".share-buttons .window-piki").on("click", function () { var a = $(this), w = a.data("url"), l = a.data("width"); a = a.data("height"); window.open(w, "_blank", "scrollbars=yes,resizable=yes,toolbar=no,location=yes,width=" + l + ",height=" + a + ",left=" + Math.round(window.screen.width / 2 - l / 2) + ",top=" + Math.round(window.screen.height / 2 - a / 2)).focus(); }); $(".share-buttons").each(function () { var a = $(this); a.find(".show-hid a").on("click", function () { a.toggleClass("show-hidden"); }); }); $("#new-bottom-ad-placeholder").each(function () { var a = $(this); a.length && $("#bottom-ad-placeholder").appendTo(a); }); $("#new-top-ad-placeholder").each(function () { var a = $(this); a.length && $("#top-ad-placeholder").appendTo(a); }); $("#upper-ad .widget").each(function () { var a = $(this); a.length && a.appendTo($("#bottom-ad-placeholder")); }); $("#lower-ad .widget").each(function () { var a = $(this); a.length && a.appendTo($("#top-ad-placeholder")); }); $("#main-ads-post .widget").each(function () { var a = $(this); a.length && a.appendTo($("#post-placeholder")); }); $(".author-description a").each(function () { $(this).attr("target", "_blank"); }); $(".xx0o-authord .author-description span a").each(function () { var a = $(this), w = a.text().trim(), l = a.attr("href"); a.replaceWith('<li class="' + w + '"><a href="' + l + '" title="' + w + '" target="_blank"/></li>'); $(".description-links").append($(".author-description span li")); $(".description-links").addClass("show"); }); $(".xx0o-postnav").each(function () { var a = $("a.prev-post-link").attr("href"), w = $("a.next-post-link").attr("href"); $.ajax({ url: a, type: "get", success: function (l) { l = $(l).find(".blog-post h1.entry-title").text(); $(".post-prev a .xx0o-postnav-inner p").text(l); } }); $.ajax({ url: w, type: "get", success: function (l) { l = $(l).find(".blog-post h1.entry-title").text(); $(".post-next a .xx0o-postnav-inner p").text(l); } }); }); $(".before-text").each(function() { var a = $(this), b = followByEmailText; "" != b && a.text(b); }); $(".related-post .widget-title h3").each(function() { var a = $(this), b = relatedPostsText; "" != b && a.text(b); }); $("#feed-view, #sidebar-container").each(function () { 1 == fixedSidebar && $(this).theiaStickySidebar({ additionalMarginTop: 30, additionalMarginBottom: 30 }); }); $(".backTop").each(function () { var a = $(this); $(window).on("scroll", function () { 100 <= $(this).scrollTop() ? a.fadeIn(250) : a.fadeOut(250); }); a.click(function () { $("html, body").animate({ scrollTop: 0 }, 500); }); }); $(".blog-post-comments").each(function () { var a = commentsSystem, w = '<div class="fb-comments" data-width="100%" data-href="' + $(location).attr("href") + '" data-numposts="5"></div>', l = "comments-system-" + a; "blogger" == a ? $(this).addClass(l).show() : "disqus" == a ? (a = document.createElement("script"), a.type = "text/javascript", a.async = !0, a.src = "//" + disqusShortname + ".disqus.com/embed.js", (document.getElementsByTagName("head")[0] || document.getElementsByTagName("body")[0]).appendChild(a), $("#comments").remove(), $(this).append('<div id="disqus_thread"/>').addClass(l).show()) : "facebook" == a ? ($("#comments").remove(), $(this).append(w).addClass(l).show()) : "hide" == a ? $(this).hide() : $(this).addClass("comments-system-default").show(); }); }); //]]> </script> <!-- Slider Mobile Menu --> <div id='hamburger-pro-container'> <div class='hamburger-wrap'> <div class='social-mobile'></div> <span class='hide-hamburgerMobile-pro'></span> </div> <div class='hamburger-pro-container-flex'> <div class='hamburgerMobile-pro' id='hamburgerMobile-pro'></div> <div class='pages-mobile'></div> </div> </div> <div class='overlay'></div> <!-- Overlay and Back To Top --> <div class='backTop' title='Back to Top'></div> <!-- Blogger Default Widget Scripts --> <script type="text/javascript" src="https://www.blogger.com/static/v1/widgets/1601900224-widgets.js"></script> <script type='text/javascript'> window['__wavt'] = 'AOuZoY5n5G8hCuJ4EfWFYuiHeCe42Wk2qA:1762345209896';_WidgetManager._Init('//www.blogger.com/rearrange?blogID\x3d494847274625864467','//www.apnasiyari.shop/p/panchayat-jankari.html','494847274625864467'); _WidgetManager._SetDataContext([{'name': 'blog', 'data': {'blogId': '494847274625864467', 'title': 'Apna Siyari', 'url': 'https://www.apnasiyari.shop/p/panchayat-jankari.html', 'canonicalUrl': 'https://www.apnasiyari.shop/p/panchayat-jankari.html', 'homepageUrl': 'https://www.apnasiyari.shop/', 'searchUrl': 'https://www.apnasiyari.shop/search', 'canonicalHomepageUrl': 'https://www.apnasiyari.shop/', 'blogspotFaviconUrl': 'https://www.apnasiyari.shop/favicon.ico', 'bloggerUrl': 'https://www.blogger.com', 'hasCustomDomain': true, 'httpsEnabled': true, 'enabledCommentProfileImages': true, 'gPlusViewType': 'FILTERED_POSTMOD', 'adultContent': false, 'analyticsAccountNumber': '', 'encoding': 'UTF-8', 'locale': 'en', 'localeUnderscoreDelimited': 'en', 'languageDirection': 'ltr', 'isPrivate': false, 'isMobile': false, 'isMobileRequest': false, 'mobileClass': '', 'isPrivateBlog': false, 'isDynamicViewsAvailable': true, 'feedLinks': '\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Apna Siyari - Atom\x22 href\x3d\x22https://www.apnasiyari.shop/feeds/posts/default\x22 /\x3e\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/rss+xml\x22 title\x3d\x22Apna Siyari - RSS\x22 href\x3d\x22https://www.apnasiyari.shop/feeds/posts/default?alt\x3drss\x22 /\x3e\n\x3clink rel\x3d\x22service.post\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Apna Siyari - Atom\x22 href\x3d\x22https://www.blogger.com/feeds/494847274625864467/posts/default\x22 /\x3e\n', 'meTag': '', 'adsenseHostId': 'ca-host-pub-1556223355139109', 'adsenseHasAds': false, 'adsenseAutoAds': false, 'boqCommentIframeForm': true, 'loginRedirectParam': '', 'view': '', 'dynamicViewsCommentsSrc': '//www.blogblog.com/dynamicviews/4224c15c4e7c9321/js/comments.js', 'dynamicViewsScriptSrc': '//www.blogblog.com/dynamicviews/c2caaa387e6bfa36', 'plusOneApiSrc': 'https://apis.google.com/js/platform.js', 'disableGComments': true, 'interstitialAccepted': false, 'sharing': {'platforms': [{'name': 'Get link', 'key': 'link', 'shareMessage': 'Get link', 'target': ''}, {'name': 'Facebook', 'key': 'facebook', 'shareMessage': 'Share to Facebook', 'target': 'facebook'}, {'name': 'BlogThis!', 'key': 'blogThis', 'shareMessage': 'BlogThis!', 'target': 'blog'}, {'name': 'X', 'key': 'twitter', 'shareMessage': 'Share to X', 'target': 'twitter'}, {'name': 'Pinterest', 'key': 'pinterest', 'shareMessage': 'Share to Pinterest', 'target': 'pinterest'}, {'name': 'Email', 'key': 'email', 'shareMessage': 'Email', 'target': 'email'}], 'disableGooglePlus': true, 'googlePlusShareButtonWidth': 0, 'googlePlusBootstrap': '\x3cscript type\x3d\x22text/javascript\x22\x3ewindow.___gcfg \x3d {\x27lang\x27: \x27en\x27};\x3c/script\x3e'}, 'hasCustomJumpLinkMessage': false, 'jumpLinkMessage': 'Read more', 'pageType': 'static_page', 'pageId': '7369510782885932497', 'pageName': 'Panchayat Jankari', 'pageTitle': 'Apna Siyari: Panchayat Jankari', 'metaDescription': 'Siari'}}, {'name': 'features', 'data': {}}, {'name': 'messages', 'data': {'edit': 'Edit', 'linkCopiedToClipboard': 'Link copied to clipboard!', 'ok': 'Ok', 'postLink': 'Post Link'}}, {'name': 'template', 'data': {'name': 'custom', 'localizedName': 'Custom', 'isResponsive': true, 'isAlternateRendering': false, 'isCustom': true}}, {'name': 'view', 'data': {'classic': {'name': 'classic', 'url': '?view\x3dclassic'}, 'flipcard': {'name': 'flipcard', 'url': '?view\x3dflipcard'}, 'magazine': {'name': 'magazine', 'url': '?view\x3dmagazine'}, 'mosaic': {'name': 'mosaic', 'url': '?view\x3dmosaic'}, 'sidebar': {'name': 'sidebar', 'url': '?view\x3dsidebar'}, 'snapshot': {'name': 'snapshot', 'url': '?view\x3dsnapshot'}, 'timeslide': {'name': 'timeslide', 'url': '?view\x3dtimeslide'}, 'isMobile': false, 'title': 'Panchayat Jankari', 'description': 'Siari', 'url': 'https://www.apnasiyari.shop/p/panchayat-jankari.html', 'type': 'item', 'isSingleItem': true, 'isMultipleItems': false, 'isError': false, 'isPage': true, 'isPost': false, 'isHomepage': false, 'isArchive': false, 'isLabelSearch': false, 'pageId': 7369510782885932497}}, {'name': 'widgets', 'data': [{'title': 'Variables / Comments', 'type': 'LinkList', 'sectionId': 'admin', 'id': 'LinkList25'}, {'title': 'Related Post / Email Box', 'type': 'LinkList', 'sectionId': 'admin', 'id': 'LinkList26'}, {'title': 'Lazy Scrolls / More Text', 'type': 'LinkList', 'sectionId': 'admin', 'id': 'LinkList27'}, {'title': 'Top menu', 'type': 'LinkList', 'sectionId': 'menu-top', 'id': 'LinkList3'}, {'title': 'top social', 'type': 'LinkList', 'sectionId': 'social-sec', 'id': 'LinkList4'}, {'title': 'Apna Siyari (Header)', 'type': 'Header', 'sectionId': 'hamburgerLogo', 'id': 'Header1'}, {'title': 'Main Menu', 'type': 'LinkList', 'sectionId': 'hamburgerMenu-pro', 'id': 'LinkList56'}, {'title': 'Your Gram Panchayat, In Your Hand: Welcome to the Official Website of \x27Apna Siyari\x27.', 'type': 'Image', 'sectionId': 'header-nos', 'id': 'Image151'}, {'title': '\u090f\u0915 \u0928\u091c\u093c\u0930 \u092e\u0947\u0902 \u0939\u092e\u093e\u0930\u093e \u092a\u0902\u091a\u093e\u092f\u0924 \u092a\u094d\u0930\u0936\u093e\u0938\u0928', 'type': 'Image', 'sectionId': 'ultra-seo', 'id': 'Image101'}, {'title': 'Online servies', 'type': 'Image', 'sectionId': 'ultra-seo', 'id': 'Image102'}, {'title': '\u092e\u0941\u0916\u094d\u092f\u092e\u0902\u0924\u094d\u0930\u0940 \u092e\u0902\u0908\u092f\u093e\u0902 \u0938\u092e\u094d\u092e\u093e\u0928 \u092f\u094b\u091c\u0928\u093e', 'type': 'Image', 'sectionId': 'ultra-seo', 'id': 'Image103'}, {'title': '\u0936\u094d\u0930\u092e\u093f\u0915 \u0915\u0932\u094d\u092f\u093e\u0923', 'type': 'Image', 'sectionId': 'ultra-seo', 'id': 'Image104'}, {'title': 'Our Most Powerfull Concept', 'type': 'Text', 'sectionId': 'head-title', 'id': 'Text2'}, {'title': 'Slider Post', 'type': 'HTML', 'sectionId': 'top-saas-main-widget', 'id': 'HTML11'}, {'title': 'Recent Blog Posts', 'type': 'Text', 'sectionId': 'head-title1', 'id': 'Text3'}, {'title': 'Blog Posts', 'type': 'Blog', 'sectionId': 'main', 'id': 'Blog1', 'posts': [{'id': '7369510782885932497', 'title': 'Panchayat Jankari', 'showInlineAds': false}], 'footerBylines': [{'regionName': 'footer1', 'items': [{'name': 'author', 'label': 'by'}, {'name': 'timestamp', 'label': ''}, {'name': 'comments', 'label': 'Comments'}, {'name': 'share', 'label': ''}]}, {'regionName': 'footer3', 'items': [{'name': 'labels', 'label': 'Tags'}]}], 'allBylineItems': [{'name': 'author', 'label': 'by'}, {'name': 'timestamp', 'label': ''}, {'name': 'comments', 'label': 'Comments'}, {'name': 'share', 'label': ''}, {'name': 'labels', 'label': 'Tags'}]}, {'title': 'Top Post Ad', 'type': 'HTML', 'sectionId': 'upper-ad', 'id': 'HTML8'}, {'title': 'Below Post Ad', 'type': 'HTML', 'sectionId': 'lower-ad', 'id': 'HTML9'}, {'title': 'Hollywood Movies', 'type': 'HTML', 'sectionId': 'main-ads-below', 'id': 'HTML7'}, {'title': 'Working on a Project Tool', 'type': 'Text', 'sectionId': 'head-title2', 'id': 'Text1'}, {'title': 'Story Posts', 'type': 'HTML', 'sectionId': 'top-saas-main-widget-1', 'id': 'HTML41'}, {'title': 'Mega Grid', 'type': 'HTML', 'sectionId': 'top-saas-main-widget-1', 'id': 'HTML42'}, {'title': 'Subscribe Us', 'type': 'HTML', 'sectionId': 'sidebar1', 'id': 'HTML1'}, {'title': 'Structural Weaknesses', 'type': 'Image', 'sectionId': 'sidebar1', 'id': 'Image220'}, {'title': 'Ad Code', 'type': 'HTML', 'sectionId': 'sidebar1', 'id': 'HTML21'}, {'title': 'Ad Code', 'type': 'HTML', 'sectionId': 'sidebar1', 'id': 'HTML23'}, {'title': 'Ad Code', 'type': 'HTML', 'sectionId': 'sidebar1', 'id': 'HTML24'}, {'title': 'Continuous Monitoring', 'type': 'Image', 'sectionId': 'sidebar1', 'id': 'Image240'}, {'title': 'Vectors, Stock Photos, PSD, Icons...', 'type': 'BlogSearch', 'sectionId': 'sidebar1', 'id': 'BlogSearch1'}, {'title': 'Tags', 'type': 'Label', 'sectionId': 'sidebar1', 'id': 'Label1'}, {'title': 'Find Free Vectors, Stock Photos and PSD', 'type': 'Image', 'sectionId': 'sidebar1', 'id': 'Image1'}, {'title': 'Increased \x26amp; Evolving Threat', 'type': 'Image', 'sectionId': 'sidebar1', 'id': 'Image210'}, {'title': 'Widening Attack Surface', 'type': 'Image', 'sectionId': 'sidebar1', 'id': 'Image250'}, {'title': 'Footer Social Widget', 'type': 'LinkList', 'sectionId': 'sidebar1', 'id': 'LinkList78'}, {'title': 'Facebook', 'type': 'HTML', 'sectionId': 'sidebar1', 'id': 'HTML4'}, {'title': 'Facebook', 'type': 'HTML', 'sectionId': 'sidebar1', 'id': 'HTML6'}, {'title': 'Boxed Version', 'type': 'LinkList', 'sectionId': 'sidebar1', 'id': 'LinkList70'}, {'title': 'Link List', 'type': 'LinkList', 'sectionId': 'sidebar1', 'id': 'LinkList72'}, {'title': 'Subscribe Us', 'type': 'HTML', 'sectionId': 'sidebar1', 'id': 'HTML2'}, {'title': 'Default Variables', 'type': 'LinkList', 'sectionId': 'sidebar1', 'id': 'LinkList71'}, {'title': 'Link List', 'type': 'LinkList', 'sectionId': 'sidebar1', 'id': 'LinkList74'}, {'title': 'Link List', 'type': 'LinkList', 'sectionId': 'sidebar1', 'id': 'LinkList73'}, {'title': 'Social Plugin', 'type': 'LinkList', 'sectionId': 'social-widget', 'id': 'LinkList76'}, {'title': 'Social Plugin', 'type': 'LinkList', 'sectionId': 'social-widget', 'id': 'LinkList75'}, {'title': 'Popular Posts', 'type': 'PopularPosts', 'sectionId': 'sidebar2', 'id': 'PopularPosts1', 'posts': [{'title': 'Sharmdhan', 'id': 8130208903819035052}, {'title': 'Servies', 'id': 2651753744918515498}, {'title': 'Maiya Yojna', 'id': 6741960359682642123}]}, {'title': 'Labels', 'type': 'Label', 'sectionId': 'sidebar2', 'id': 'Label2'}, {'title': 'Categories', 'type': 'Label', 'sectionId': 'sidebar2', 'id': 'Label3'}, {'title': '', 'type': 'HTML', 'sectionId': 'main-ads2', 'id': 'HTML15'}, {'title': 'Pro Tools here', 'type': 'LinkList', 'sectionId': 'footer-sec2', 'id': 'LinkList1'}, {'title': 'World Deals For Blog', 'type': 'LinkList', 'sectionId': 'footer-widget', 'id': 'LinkList2'}, {'title': 'Tech Pop', 'type': 'PopularPosts', 'sectionId': 'footer-sec3', 'id': 'PopularPosts2', 'posts': [{'title': 'Sharmdhan', 'id': 8130208903819035052}, {'title': 'Servies', 'id': 2651753744918515498}, {'title': 'Maiya Yojna', 'id': 6741960359682642123}]}, {'title': 'About Us', 'type': 'Image', 'sectionId': 'footer-nos', 'id': 'Image150'}, {'title': 'Follow Us', 'type': 'LinkList', 'sectionId': 'footer-nos', 'id': 'LinkList7'}, {'title': 'Link List', 'type': 'LinkList', 'sectionId': 'footer-haburger-menu', 'id': 'LinkList8'}, {'title': 'Footer Copyright', 'type': 'HTML', 'sectionId': 'footer-copyright', 'id': 'HTML33'}, {'title': 'Contact Form', 'type': 'ContactForm', 'sectionId': 'hidden-widgets', 'id': 'ContactForm1'}]}]); _WidgetManager._RegisterWidget('_LinkListView', new _WidgetInfo('LinkList25', 'admin', document.getElementById('LinkList25'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_LinkListView', new _WidgetInfo('LinkList26', 'admin', document.getElementById('LinkList26'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_LinkListView', new _WidgetInfo('LinkList27', 'admin', document.getElementById('LinkList27'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_LinkListView', new _WidgetInfo('LinkList3', 'menu-top', document.getElementById('LinkList3'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_LinkListView', new _WidgetInfo('LinkList4', 'social-sec', document.getElementById('LinkList4'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HeaderView', new _WidgetInfo('Header1', 'hamburgerLogo', document.getElementById('Header1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_LinkListView', new _WidgetInfo('LinkList56', 'hamburgerMenu-pro', document.getElementById('LinkList56'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ImageView', new _WidgetInfo('Image151', 'header-nos', document.getElementById('Image151'), {'resize': false}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ImageView', new _WidgetInfo('Image101', 'ultra-seo', document.getElementById('Image101'), {'resize': false}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ImageView', new _WidgetInfo('Image102', 'ultra-seo', document.getElementById('Image102'), {'resize': false}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ImageView', new _WidgetInfo('Image103', 'ultra-seo', document.getElementById('Image103'), {'resize': false}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ImageView', new _WidgetInfo('Image104', 'ultra-seo', document.getElementById('Image104'), {'resize': false}, 'displayModeFull')); _WidgetManager._RegisterWidget('_TextView', new _WidgetInfo('Text2', 'head-title', document.getElementById('Text2'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML11', 'top-saas-main-widget', document.getElementById('HTML11'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_TextView', new _WidgetInfo('Text3', 'head-title1', document.getElementById('Text3'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogView', new _WidgetInfo('Blog1', 'main', document.getElementById('Blog1'), {'cmtInteractionsEnabled': false, 'lightboxEnabled': true, 'lightboxModuleUrl': 'https://www.blogger.com/static/v1/jsbin/6096503-lbx.js', 'lightboxCssUrl': 'https://www.blogger.com/static/v1/v-css/828616780-lightbox_bundle.css'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML8', 'upper-ad', document.getElementById('HTML8'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML9', 'lower-ad', document.getElementById('HTML9'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML7', 'main-ads-below', document.getElementById('HTML7'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_TextView', new _WidgetInfo('Text1', 'head-title2', document.getElementById('Text1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML41', 'top-saas-main-widget-1', document.getElementById('HTML41'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML42', 'top-saas-main-widget-1', document.getElementById('HTML42'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML1', 'sidebar1', document.getElementById('HTML1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ImageView', new _WidgetInfo('Image220', 'sidebar1', document.getElementById('Image220'), {'resize': false}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML21', 'sidebar1', document.getElementById('HTML21'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML23', 'sidebar1', document.getElementById('HTML23'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML24', 'sidebar1', document.getElementById('HTML24'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ImageView', new _WidgetInfo('Image240', 'sidebar1', document.getElementById('Image240'), {'resize': false}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogSearchView', new _WidgetInfo('BlogSearch1', 'sidebar1', document.getElementById('BlogSearch1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_LabelView', new _WidgetInfo('Label1', 'sidebar1', document.getElementById('Label1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ImageView', new _WidgetInfo('Image1', 'sidebar1', document.getElementById('Image1'), {'resize': false}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ImageView', new _WidgetInfo('Image210', 'sidebar1', document.getElementById('Image210'), {'resize': false}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ImageView', new _WidgetInfo('Image250', 'sidebar1', document.getElementById('Image250'), {'resize': false}, 'displayModeFull')); _WidgetManager._RegisterWidget('_LinkListView', new _WidgetInfo('LinkList78', 'sidebar1', document.getElementById('LinkList78'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML4', 'sidebar1', document.getElementById('HTML4'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML6', 'sidebar1', document.getElementById('HTML6'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_LinkListView', new _WidgetInfo('LinkList70', 'sidebar1', document.getElementById('LinkList70'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_LinkListView', new _WidgetInfo('LinkList72', 'sidebar1', document.getElementById('LinkList72'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML2', 'sidebar1', document.getElementById('HTML2'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_LinkListView', new _WidgetInfo('LinkList71', 'sidebar1', document.getElementById('LinkList71'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_LinkListView', new _WidgetInfo('LinkList74', 'sidebar1', document.getElementById('LinkList74'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_LinkListView', new _WidgetInfo('LinkList73', 'sidebar1', document.getElementById('LinkList73'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_LinkListView', new _WidgetInfo('LinkList76', 'social-widget', document.getElementById('LinkList76'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_LinkListView', new _WidgetInfo('LinkList75', 'social-widget', document.getElementById('LinkList75'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_PopularPostsView', new _WidgetInfo('PopularPosts1', 'sidebar2', document.getElementById('PopularPosts1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_LabelView', new _WidgetInfo('Label2', 'sidebar2', document.getElementById('Label2'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_LabelView', new _WidgetInfo('Label3', 'sidebar2', document.getElementById('Label3'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML15', 'main-ads2', document.getElementById('HTML15'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_LinkListView', new _WidgetInfo('LinkList1', 'footer-sec2', document.getElementById('LinkList1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_LinkListView', new _WidgetInfo('LinkList2', 'footer-widget', document.getElementById('LinkList2'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_PopularPostsView', new _WidgetInfo('PopularPosts2', 'footer-sec3', document.getElementById('PopularPosts2'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ImageView', new _WidgetInfo('Image150', 'footer-nos', document.getElementById('Image150'), {'resize': false}, 'displayModeFull')); _WidgetManager._RegisterWidget('_LinkListView', new _WidgetInfo('LinkList7', 'footer-nos', document.getElementById('LinkList7'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_LinkListView', new _WidgetInfo('LinkList8', 'footer-haburger-menu', document.getElementById('LinkList8'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML33', 'footer-copyright', document.getElementById('HTML33'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ContactFormView', new _WidgetInfo('ContactForm1', 'hidden-widgets', document.getElementById('ContactForm1'), {'contactFormMessageSendingMsg': 'Sending...', 'contactFormMessageSentMsg': 'Your message has been sent.', 'contactFormMessageNotSentMsg': 'Message could not be sent. Please try again later.', 'contactFormInvalidEmailMsg': 'A valid email address is required.', 'contactFormEmptyMessageMsg': 'Message field cannot be empty.', 'title': 'Contact Form', 'blogId': '494847274625864467', 'contactFormNameMsg': 'Name', 'contactFormEmailMsg': 'Email', 'contactFormMessageMsg': 'Message', 'contactFormSendMsg': 'Send', 'contactFormToken': 'AOuZoY7UZ7Zc_XEvvZs-wCFEwEe7QR0OkA:1762345209897', 'submitUrl': 'https://www.blogger.com/contact-form.do'}, 'displayModeFull')); </script> </body> </html>